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

This commit is contained in:
Samuel Dionne-Riel 2018-09-22 16:25:22 -04:00 committed by Tuomas Tynkkynen
parent a27863cd20
commit 12051db622
2 changed files with 8 additions and 0 deletions

View file

@ -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"];

View file

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