File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 141
141
name = "u-boot-spl.bin.normal.out" ;
142
142
path = self . fetchurl {
143
143
url = "https://github.com/starfive-tech/edk2/releases/download/REL_VF2_JUN2023/u-boot-spl.bin.normal.out" ;
144
- hash = "sha256-7289L7Z0vmzg/hdtWU/1kaefNlbSdPDnmD7TMh39gqk =" ;
144
+ hash = "sha256-ep9gAbH3MJ9jDbYWKUaqyyluLVvmXJO5pI2tCtdSsb8 =" ;
145
145
} ;
146
146
}
147
147
{
148
148
name = "visionfive2_fw_payload.img" ;
149
149
path = self . fetchurl {
150
150
url = "https://github.com/starfive-tech/edk2/releases/download/REL_VF2_JUN2023/JH7110.fd" ;
151
- hash = "sha256-9K/Jp9i2vOMnWyTYCLA/TupAtmQhoIeotqEkV11ZZOo =" ;
151
+ hash = "sha256-KgzB7hPEBPy53RsTgVnOXeAyZKmQD5/I6EBtDuSGYnE =" ;
152
152
} ;
153
153
}
154
154
] ;
249
249
inherit flash-visionfive2-upstream ;
250
250
inherit ( pkgs ) flash-visionfive2-vendor ;
251
251
inherit ( pkgs ) flash-visionfive2-edk2-vendor ;
252
+ inherit ( pkgs ) firmware-vf2-vendor ;
253
+ inherit ( pkgs ) firmware-vf2-edk2-vendor ;
254
+ inherit ( pkgsCross ) firmware-vf2-upstream ;
252
255
nixos-cross = inputs . self . nixosConfigurations . nixos-cross . config . system . build . toplevel ;
253
256
nixos-cross-image-efi = inputs . self . nixosConfigurations . nixos-cross-image-efi . config . system . build . efiImage ;
254
257
} ;
You can’t perform that action at this time.
0 commit comments