From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tuomas Tynkkynen Date: Thu, 11 Jan 2018 16:11:22 +0200 Subject: [U-Boot] [PATCH v2 0/4] ARM: Extend qemu_arm to support ARM64 Message-ID: <20180111141126.15432-1-tuomas.tynkkynen@iki.fi> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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%) -- 2.15.0