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.
This commit is contained in:
parent
28fd7d9594
commit
6b069c656a
|
@ -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"];
|
||||||
|
|
|
@ -13872,6 +13872,7 @@ with pkgs;
|
||||||
ubootOdroidXU3
|
ubootOdroidXU3
|
||||||
ubootOrangePiPc
|
ubootOrangePiPc
|
||||||
ubootPcduino3Nano
|
ubootPcduino3Nano
|
||||||
|
ubootQemuAarch64
|
||||||
ubootQemuArm
|
ubootQemuArm
|
||||||
ubootRaspberryPi
|
ubootRaspberryPi
|
||||||
ubootRaspberryPi2
|
ubootRaspberryPi2
|
||||||
|
|
Loading…
Reference in New Issue