public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/4] ARM: Extend qemu_arm to support ARM64
@ 2018-01-11 14:11 Tuomas Tynkkynen
  2018-01-11 14:11 ` [U-Boot] [PATCH v2 1/4] ARM: qemu-arm: Add support for AArch64 Tuomas Tynkkynen
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Tuomas Tynkkynen @ 2018-01-11 14:11 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2018-01-19 21:14 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-11 14:11 [U-Boot] [PATCH v2 0/4] ARM: Extend qemu_arm to support ARM64 Tuomas Tynkkynen
2018-01-11 14:11 ` [U-Boot] [PATCH v2 1/4] ARM: qemu-arm: Add support for AArch64 Tuomas Tynkkynen
2018-01-13  7:08   ` Jonathan Gray
2018-01-13 12:45     ` Tuomas Tynkkynen
2018-01-13 13:18       ` Jonathan Gray
2018-01-19 21:14   ` [U-Boot] [U-Boot, v2, " Tom Rini
2018-01-11 14:11 ` [U-Boot] [PATCH v2 2/4] ARM: Document AArch64 version of qemu-arm Tuomas Tynkkynen
2018-01-11 15:14   ` Tom Rini
2018-01-19 21:14   ` [U-Boot] [U-Boot, v2, " Tom Rini
2018-01-11 14:11 ` [U-Boot] [PATCH v2 3/4] Travis-CI: Download ARM64 version of GRUB as well Tuomas Tynkkynen
2018-01-19 21:14   ` [U-Boot] [U-Boot, v2, " Tom Rini
2018-01-11 14:11 ` [U-Boot] [PATCH v2 4/4] Travis-CI: Add job for running test.py on qemu_arm64 Tuomas Tynkkynen
2018-01-19 21:14   ` [U-Boot] [U-Boot, v2, " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox