ubootRock5ModelB: init at 2024.01

This commit is contained in:
Pratham Patel 2024-03-20 06:29:38 +05:30 committed by K900
parent 37205e51fd
commit dc9f04d45e
2 changed files with 11 additions and 0 deletions

View File

@ -13,6 +13,7 @@
, meson-tools
, ncurses
, openssl
, rkbin
, swig
, which
, python3
@ -21,6 +22,7 @@
, armTrustedFirmwareAllwinnerH616
, armTrustedFirmwareRK3328
, armTrustedFirmwareRK3399
, armTrustedFirmwareRK3588
, armTrustedFirmwareS905
, buildPackages
}:
@ -515,6 +517,14 @@ in {
filesToInstall = ["u-boot.bin"];
};
ubootRock5ModelB = buildUBoot {
defconfig = "rock5b-rk3588_defconfig";
extraMeta.platforms = ["aarch64-linux"];
BL31 = "${armTrustedFirmwareRK3588}/bl31.elf";
ROCKCHIP_TPL = "${rkbin}/${rkbin.ROCKCHIP_TPL_RK3588}";
filesToInstall = [ "u-boot.itb" "idbloader.img" "u-boot-rockchip.bin" "u-boot-rockchip-spi.bin" ];
};
ubootRock64 = buildUBoot {
defconfig = "rock64-rk3328_defconfig";
extraMeta.platforms = [ "aarch64-linux" ];

View File

@ -28381,6 +28381,7 @@ with pkgs;
ubootRaspberryPi4_32bit
ubootRaspberryPi4_64bit
ubootRaspberryPiZero
ubootRock5ModelB
ubootRock64
ubootRock64v2
ubootRockPi4