feat(uboot): add rock4cplus support

This commit is contained in:
Johannes Gerold 2024-03-23 13:36:28 +01:00
parent 86de7cd867
commit 1892e1361a
2 changed files with 8 additions and 0 deletions

View file

@ -531,6 +531,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"];

View file

@ -28351,6 +28351,7 @@ with pkgs;
ubootRaspberryPi4_32bit
ubootRaspberryPi4_64bit
ubootRaspberryPiZero
ubootRock4CPlus
ubootRock5ModelB
ubootRock64
ubootRock64v2