U-Boot: Add Pine64 build

(cherry picked from commit 4b77663edf)
(cherry picked from commit 1896fcff609d7b99b4be1781a5c9523193c33e4f)
This commit is contained in:
Tuomas Tynkkynen 2018-01-19 22:14:00 +02:00 committed by John Ericson
parent 566d3feb4e
commit f2ea9e0ebf
2 changed files with 9 additions and 0 deletions

View File

@ -167,6 +167,14 @@ in rec {
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
};
ubootPine64 = buildUBoot rec {
extraPatches = [sunxiPatch];
defconfig = "pine64_plus_defconfig";
extraMeta.platforms = ["aarch64-linux"];
BL31 = "${armTrustedFirmwareAllwinner}/bl31.bin";
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
};
ubootQemuAarch64 = buildUBoot rec {
defconfig = "qemu_arm64_defconfig";
extraMeta.platforms = ["aarch64-linux"];

View File

@ -13802,6 +13802,7 @@ with pkgs;
ubootOdroidXU3
ubootOrangePiPc
ubootPcduino3Nano
ubootPine64
ubootQemuAarch64
ubootQemuArm
ubootRaspberryPi