From 0e0ef46ea0897a0d6c5a34c21437e899e98a28bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Kokosi=C5=84ski?= Date: Tue, 24 Feb 2026 23:24:11 +0100 Subject: [PATCH] ubootRaspberryPiAarch64: init --- pkgs/misc/uboot/default.nix | 6 ++++++ pkgs/top-level/all-packages.nix | 1 + 2 files changed, 7 insertions(+) diff --git a/pkgs/misc/uboot/default.nix b/pkgs/misc/uboot/default.nix index 78abd41049ac..c259637c0d05 100644 --- a/pkgs/misc/uboot/default.nix +++ b/pkgs/misc/uboot/default.nix @@ -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" ]; diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 1741a298f230..dc974ab5749a 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -9072,6 +9072,7 @@ with pkgs; ubootQuartz64B ubootRadxaZero3W ubootRaspberryPi + ubootRaspberryPiAarch64 ubootRaspberryPi2 ubootRaspberryPi3_32bit ubootRaspberryPi3_64bit