Commit 7f390bd9 authored by Felix Singer's avatar Felix Singer
Browse files

ubootQuartz64B: init

parent 0c23f8cf
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@
  armTrustedFirmwareAllwinnerH616,
  armTrustedFirmwareRK3328,
  armTrustedFirmwareRK3399,
  armTrustedFirmwareRK3568,
  armTrustedFirmwareRK3588,
  armTrustedFirmwareS905,
  buildPackages,
@@ -606,6 +607,20 @@ in
    filesToInstall = [ "u-boot.rom" ];
  };

  ubootQuartz64B = buildUBoot {
    defconfig = "quartz64-b-rk3566_defconfig";
    extraMeta.platforms = [ "aarch64-linux" ];
    BL31 = "${armTrustedFirmwareRK3568}/bl31.elf";
    ROCKCHIP_TPL = rkbin.TPL_RK3568;
    filesToInstall = [
      "idbloader.img"
      "idbloader-spi.img"
      "u-boot.itb"
      "u-boot-rockchip.bin"
      "u-boot-rockchip-spi.bin"
    ];
  };

  ubootRaspberryPi = buildUBoot {
    defconfig = "rpi_defconfig";
    extraMeta.platforms = [ "armv6l-linux" ];
+1 −0
Original line number Diff line number Diff line
@@ -13316,6 +13316,7 @@ with pkgs;
    ubootQemuArm
    ubootQemuRiscv64Smode
    ubootQemuX86
    ubootQuartz64B
    ubootRaspberryPi
    ubootRaspberryPi2
    ubootRaspberryPi3_32bit