Unverified Commit 419f1d7b authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

ubootRaspberryPiAarch64: init (#493816)

parents eb221565 0e0ef46e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -751,6 +751,12 @@ in
    filesToInstall = [ "u-boot.bin" ];
  };

  ubootRaspberryPiAarch64 = buildUBoot {
    defconfig = "rpi_arm64_defconfig";
    extraMeta.platforms = [ "aarch64-linux" ];
    filesToInstall = [ "u-boot.bin" ];
  };

  ubootRaspberryPi2 = buildUBoot {
    defconfig = "rpi_2_defconfig";
    extraMeta.platforms = [ "armv7l-linux" ];
+1 −0
Original line number Diff line number Diff line
@@ -8944,6 +8944,7 @@ with pkgs;
    ubootQuartz64B
    ubootRadxaZero3W
    ubootRaspberryPi
    ubootRaspberryPiAarch64
    ubootRaspberryPi2
    ubootRaspberryPi3_32bit
    ubootRaspberryPi3_64bit