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

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.

Before the last patch can be merged,

https://github.com/swarren/uboot-test-hooks/pull/15

needs to be applied in the uboot-test-hooks repo.

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                                | 23 ++++++++++----
 8 files changed, 75 insertions(+), 7 deletions(-)
 copy configs/{qemu_arm_defconfig => qemu_arm64_defconfig} (94%)

-- 
2.15.0

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

end of thread, other threads:[~2018-01-09 23:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-09 14:34 [U-Boot] [PATCH 0/4] ARM: Extend qemu_arm to support ARM64 Tuomas Tynkkynen
2018-01-09 14:34 ` [U-Boot] [PATCH 1/4] ARM: qemu-arm: Add support for AArch64 Tuomas Tynkkynen
2018-01-09 16:22   ` Tom Rini
2018-01-09 14:34 ` [U-Boot] [PATCH 2/4] ARM: Document AArch64 version of qemu-arm Tuomas Tynkkynen
2018-01-09 16:22   ` Tom Rini
2018-01-09 23:13     ` Tuomas Tynkkynen
2018-01-09 14:34 ` [U-Boot] [PATCH 3/4] Travis-CI: Download ARM64 version of GRUB as well Tuomas Tynkkynen
2018-01-09 16:22   ` Tom Rini
2018-01-09 14:34 ` [U-Boot] [PATCH 4/4] Travis-CI: Add job for running test.py on qemu_arm64 Tuomas Tynkkynen
2018-01-09 16:22   ` Tom Rini

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