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 eff6d9628c9e0bae2096251f8e97789c0b9afe6f)
This commit is contained in:
parent
b63124dfc5
commit
7dffe0d38c
|
@ -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"];
|
||||
|
|
|
@ -13802,6 +13802,7 @@ with pkgs;
|
|||
ubootOdroidXU3
|
||||
ubootOrangePiPc
|
||||
ubootPcduino3Nano
|
||||
ubootQemuAarch64
|
||||
ubootQemuArm
|
||||
ubootRaspberryPi
|
||||
ubootRaspberryPi2
|
||||
|
|
Loading…
Reference in New Issue