ubootRaspberryPiAarch64: init

This commit is contained in:
Filip Kokosiński
2026-02-24 23:24:11 +01:00
parent d4b80dcd85
commit 0e0ef46ea0
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -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
View File
@@ -9072,6 +9072,7 @@ with pkgs;
ubootQuartz64B
ubootRadxaZero3W
ubootRaspberryPi
ubootRaspberryPiAarch64
ubootRaspberryPi2
ubootRaspberryPi3_32bit
ubootRaspberryPi3_64bit