Commit 0e0ef46e authored by Filip Kokosiński's avatar Filip Kokosiński
Browse files

ubootRaspberryPiAarch64: init

parent d4b80dcd
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -752,6 +752,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
@@ -9072,6 +9072,7 @@ with pkgs;
    ubootQuartz64B
    ubootRadxaZero3W
    ubootRaspberryPi
    ubootRaspberryPiAarch64
    ubootRaspberryPi2
    ubootRaspberryPi3_32bit
    ubootRaspberryPi3_64bit