mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
Merge pull request #298347 from jgero/feat/uboot-rock4cplus
feat(uboot): add rock4cplus support
This commit is contained in:
commit
aa23ec0eda
@ -539,6 +539,13 @@ in {
|
||||
filesToInstall = ["u-boot.bin"];
|
||||
};
|
||||
|
||||
ubootRock4CPlus = buildUBoot {
|
||||
defconfig = "rock-4c-plus-rk3399_defconfig";
|
||||
extraMeta.platforms = [ "aarch64-linux" ];
|
||||
BL31 = "${armTrustedFirmwareRK3399}/bl31.elf";
|
||||
filesToInstall = [ "u-boot.itb" "idbloader.img" ];
|
||||
};
|
||||
|
||||
ubootRock5ModelB = buildUBoot {
|
||||
defconfig = "rock5b-rk3588_defconfig";
|
||||
extraMeta.platforms = ["aarch64-linux"];
|
||||
|
@ -28360,6 +28360,7 @@ with pkgs;
|
||||
ubootRaspberryPi4_32bit
|
||||
ubootRaspberryPi4_64bit
|
||||
ubootRaspberryPiZero
|
||||
ubootRock4CPlus
|
||||
ubootRock5ModelB
|
||||
ubootRock64
|
||||
ubootRock64v2
|
||||
|
Loading…
Reference in New Issue
Block a user