summaryrefslogtreecommitdiffstats
path: root/pkgs/misc/uboot
diff options
context:
space:
mode:
authorSamuel Dionne-Riel <samuel@dionne-riel.com>2021-10-04 21:55:24 -0400
committerGitHub <noreply@github.com>2021-10-04 21:55:24 -0400
commitdb8ab32efd3a4ad59044848d889480954e458f25 (patch)
treedf1fee12d293de2b3439f52ba564d8046fda5e32 /pkgs/misc/uboot
parente49c9fe1c0d95a00c43a837934e0bf499e3ae784 (diff)
parent4990b7f876fd4012897c2307b251dc04de24a092 (diff)
Merge pull request #125743 from novmar/novmar/orange_pi_zero2_support
ubootOrangePiZero2: init
Diffstat (limited to 'pkgs/misc/uboot')
-rw-r--r--pkgs/misc/uboot/default.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/misc/uboot/default.nix b/pkgs/misc/uboot/default.nix
index 71f3e13fc906..98f037b4fb92 100644
--- a/pkgs/misc/uboot/default.nix
+++ b/pkgs/misc/uboot/default.nix
@@ -11,6 +11,7 @@
, swig
, meson-tools
, armTrustedFirmwareAllwinner
+, armTrustedFirmwareAllwinnerH616
, armTrustedFirmwareRK3328
, armTrustedFirmwareRK3399
, armTrustedFirmwareS905
@@ -282,6 +283,13 @@ in {
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
};
+ ubootOrangePiZero2 = buildUBoot {
+ defconfig = "orangepi_zero2_defconfig";
+ extraMeta.platforms = ["aarch64-linux"];
+ BL31 = "${armTrustedFirmwareAllwinnerH616}/bl31.bin";
+ filesToInstall = ["u-boot-sunxi-with-spl.bin"];
+ };
+
ubootPcduino3Nano = buildUBoot {
defconfig = "Linksprite_pcDuino3_Nano_defconfig";
extraMeta.platforms = ["armv7l-linux"];