U-Boot: Add Orange Pi Zero Plus2 (H5) build

wip/yesman
Samuel Dionne-Riel 6 years ago committed by Tuomas Tynkkynen
parent a27863cd20
commit 12051db622
  1. 7
      pkgs/misc/uboot/default.nix
  2. 1
      pkgs/top-level/all-packages.nix

@ -158,6 +158,13 @@ in rec {
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
};
ubootOrangePiZeroPlus2H5 = buildUBoot rec {
defconfig = "orangepi_zero_plus2_defconfig";
extraMeta.platforms = ["aarch64-linux"];
BL31 = "${armTrustedFirmwareAllwinner}/bl31.bin";
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
};
ubootPcduino3Nano = buildUBoot rec {
defconfig = "Linksprite_pcDuino3_Nano_defconfig";
extraMeta.platforms = ["armv7l-linux"];

@ -14755,6 +14755,7 @@ with pkgs;
ubootNovena
ubootOdroidXU3
ubootOrangePiPc
ubootOrangePiZeroPlus2H5
ubootPcduino3Nano
ubootPine64
ubootQemuAarch64

Loading…
Cancel
Save