U-Boot: Add AArch64 QEMU build

See

https://github.com/u-boot/u-boot/blob/master/doc/README.qemu-arm

on how to use it.

(cherry picked from commit 6b069c656a)
(cherry picked from commit eff6d9628c)
This commit is contained in:
Tuomas Tynkkynen 2018-03-15 09:03:39 +02:00 committed by John Ericson
parent b63124dfc5
commit 7dffe0d38c
2 changed files with 7 additions and 0 deletions

View File

@ -158,6 +158,12 @@ in rec {
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
};
ubootQemuAarch64 = buildUBoot rec {
defconfig = "qemu_arm64_defconfig";
extraMeta.platforms = ["aarch64-linux"];
filesToInstall = ["u-boot.bin"];
};
ubootQemuArm = buildUBoot rec {
defconfig = "qemu_arm_defconfig";
extraMeta.platforms = ["armv7l-linux"];

View File

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