ubootRock3C: init at 2026.04 (#516516)

This commit is contained in:
Jörg Thalheim
2026-05-15 14:50:25 +00:00
committed by GitHub
2 changed files with 18 additions and 0 deletions

View File

@@ -791,6 +791,23 @@ in
filesToInstall = [ "u-boot.bin" ];
};
ubootRock3C = buildUBoot {
defconfig = "rock-3c-rk3566_defconfig";
extraMeta.platforms = [ "aarch64-linux" ];
strictDeps = true;
env = {
BL31 = "${armTrustedFirmwareRK3568}/bl31.elf";
ROCKCHIP_TPL = rkbin.TPL_RK3566;
};
filesToInstall = [
"idbloader.img"
"idbloader-spi.img"
"u-boot.itb"
"u-boot-rockchip.bin"
"u-boot-rockchip-spi.bin"
];
};
ubootRock4CPlus = buildUBoot {
defconfig = "rock-4c-plus-rk3399_defconfig";
extraMeta.platforms = [ "aarch64-linux" ];

View File

@@ -8705,6 +8705,7 @@ with pkgs;
ubootRaspberryPi4_32bit
ubootRaspberryPi4_64bit
ubootRaspberryPiZero
ubootRock3C
ubootRock4CPlus
ubootRock5ModelB
ubootRock64