ubootRock5ModelC: init (#506030)

This commit is contained in:
Sandro
2026-05-24 20:26:23 +00:00
committed by GitHub
2 changed files with 15 additions and 0 deletions

View File

@@ -833,6 +833,20 @@ in
];
};
ubootRock5ModelC = buildUBoot {
defconfig = "rock-5c-rk3588s_defconfig";
extraMeta.platforms = [ "aarch64-linux" ];
env = {
BL31 = "${armTrustedFirmwareRK3588}/bl31.elf";
ROCKCHIP_TPL = rkbin.TPL_RK3588;
};
filesToInstall = [
"u-boot.itb"
"idbloader.img"
"u-boot-rockchip.bin"
];
};
ubootRock64 = buildUBoot {
defconfig = "rock64-rk3328_defconfig";
extraMeta.platforms = [ "aarch64-linux" ];

View File

@@ -8663,6 +8663,7 @@ with pkgs;
ubootRock3C
ubootRock4CPlus
ubootRock5ModelB
ubootRock5ModelC
ubootRock64
ubootRock64v2
ubootRockPiE