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 6b069c656abf9704662317dc0173f18cdf4dfc91) (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"];
|
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 {
|
ubootQemuArm = buildUBoot rec {
|
||||||
defconfig = "qemu_arm_defconfig";
|
defconfig = "qemu_arm_defconfig";
|
||||||
extraMeta.platforms = ["armv7l-linux"];
|
extraMeta.platforms = ["armv7l-linux"];
|
||||||
|
@ -13802,6 +13802,7 @@ with pkgs;
|
|||||||
ubootOdroidXU3
|
ubootOdroidXU3
|
||||||
ubootOrangePiPc
|
ubootOrangePiPc
|
||||||
ubootPcduino3Nano
|
ubootPcduino3Nano
|
||||||
|
ubootQemuAarch64
|
||||||
ubootQemuArm
|
ubootQemuArm
|
||||||
ubootRaspberryPi
|
ubootRaspberryPi
|
||||||
ubootRaspberryPi2
|
ubootRaspberryPi2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user