Commit ae291a17 authored by K900's avatar K900
Browse files

ubootOrangePi5Max: init

parent 76f5cd8f
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -474,6 +474,19 @@ in
    ];
  };

  ubootOrangePi5Max = buildUBoot {
    defconfig = "orangepi-5-max-rk3588_defconfig";
    extraMeta.platforms = [ "aarch64-linux" ];
    BL31 = "${armTrustedFirmwareRK3588}/bl31.elf";
    ROCKCHIP_TPL = rkbin.TPL_RK3588;
    filesToInstall = [
      "u-boot.itb"
      "idbloader.img"
      "u-boot-rockchip.bin"
      "u-boot-rockchip-spi.bin"
    ];
  };

  ubootOrangePi5Plus = buildUBoot {
    defconfig = "orangepi-5-plus-rk3588_defconfig";
    extraMeta.platforms = [ "aarch64-linux" ];
+1 −0
Original line number Diff line number Diff line
@@ -11348,6 +11348,7 @@ with pkgs;
    ubootOrangePi3
    ubootOrangePi3B
    ubootOrangePi5
    ubootOrangePi5Max
    ubootOrangePi5Plus
    ubootOrangePiPc
    ubootOrangePiZeroPlus2H5