summaryrefslogtreecommitdiffstats
path: root/pkgs/misc/uboot
diff options
context:
space:
mode:
authorMarcel Novotny <marceln@xcroco.com>2021-06-05 01:24:06 +0200
committerMarcel Novotny <marceln@xcroco.com>2021-06-14 00:29:15 +0200
commit4990b7f876fd4012897c2307b251dc04de24a092 (patch)
tree27bf9e38f3549be1e92a5d75ddff1118f49f66bb /pkgs/misc/uboot
parent25a4ef905f3f8cebf6b5780376ede454403eddef (diff)
ubootOrangePiZero2: init
Diffstat (limited to 'pkgs/misc/uboot')
-rw-r--r--pkgs/misc/uboot/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/misc/uboot/default.nix b/pkgs/misc/uboot/default.nix
index 59ac7a6dc834..059552fdc9af 100644
--- a/pkgs/misc/uboot/default.nix
+++ b/pkgs/misc/uboot/default.nix
@@ -278,6 +278,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"];