
Changes in v2: - Remove references to setting ARCH from the documentation - Add Reviewed-by to the other 3 batches
Hi,
This series extends qemu_arm to have support for ARM64 as well. Adding test.py support for it gets us the first test.py job for an ARM64 board on Travis-CI.
The corresponding changes in the uboot-test-hook repository have already been merged but for reference they were in:
https://github.com/swarren/uboot-test-hooks/pull/15
Tuomas Tynkkynen (4): ARM: qemu-arm: Add support for AArch64 ARM: Document AArch64 version of qemu-arm Travis-CI: Download ARM64 version of GRUB as well Travis-CI: Add job for running test.py on qemu_arm64
.travis.yml | 8 +++++ arch/arm/Kconfig | 2 -- arch/arm/mach-qemu/Kconfig | 11 +++++++ board/emulation/qemu-arm/MAINTAINERS | 1 + board/emulation/qemu-arm/qemu-arm.c | 35 ++++++++++++++++++++++ .../{qemu_arm_defconfig => qemu_arm64_defconfig} | 1 + configs/qemu_arm_defconfig | 1 + doc/README.qemu-arm | 21 +++++++++---- 8 files changed, 73 insertions(+), 7 deletions(-) copy configs/{qemu_arm_defconfig => qemu_arm64_defconfig} (94%)