Commit 8f59cbeb authored by Pratham Patel's avatar Pratham Patel Committed by K900
Browse files

ubootOrangePi5: init at 2024.01

parent dc9f04d4
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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"];
+1 −0
Original line number Diff line number Diff line
@@ -28361,6 +28361,7 @@ with pkgs;
    ubootOlimexA64Olinuxino
    ubootOlimexA64Teres1
    ubootOrangePi3
    ubootOrangePi5
    ubootOrangePiPc
    ubootOrangePiZeroPlus2H5
    ubootOrangePiZero