]> git.baikalelectronics.ru Git - uboot.git/commit
ARM: qemu-arm: Add support for AArch64
authorTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
Thu, 11 Jan 2018 14:11:23 +0000 (16:11 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 19 Jan 2018 20:49:30 +0000 (15:49 -0500)
commit4fd13e3eb6e3ad6b934839a515a680f32a12984f
tree01fdd8acc33835fc11764baa3fb7f08a5c4be88e
parent81592d08f9a93b1c4dcf1483206973615a8f7514
ARM: qemu-arm: Add support for AArch64

This adds support for '-machine virt' on AArch64. This is rather simple:
we just add TARGET_QEMU_ARM_xxBIT to select a few different Kconfig
symbols, provide the ARMv8 memory map from the board file and add a new
defconfig based on the 32-bit defconfig.

Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/Kconfig
arch/arm/mach-qemu/Kconfig
board/emulation/qemu-arm/MAINTAINERS
board/emulation/qemu-arm/qemu-arm.c
configs/qemu_arm64_defconfig [new file with mode: 0644]
configs/qemu_arm_defconfig