ubootOrangePi5: init at 2024.01

This commit is contained in:
Pratham Patel 2024-03-20 06:30:25 +05:30
parent 95d1f9499a
commit d245844528
No known key found for this signature in database
2 changed files with 9 additions and 0 deletions

View File

@ -373,6 +373,14 @@ in {
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
};
ubootOrangePi5 = buildUBoot {
defconfig = "orangepi-5-rk3588s_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" ];
};
ubootOrangePiPc = buildUBoot {
defconfig = "orangepi_pc_defconfig";
extraMeta.platforms = ["armv7l-linux"];

View File

@ -28398,6 +28398,7 @@ with pkgs;
ubootOlimexA64Olinuxino
ubootOlimexA64Teres1
ubootOrangePi3
ubootOrangePi5
ubootOrangePiPc
ubootOrangePiZeroPlus2H5
ubootOrangePiZero