]> git.ipfire.org Git - people/ms/u-boot.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)
commitddcca73051060f11802da7ddaa5e1d66b12025c4
tree01fdd8acc33835fc11764baa3fb7f08a5c4be88e
parent6b3d4f3def34d364d71a2eb89a2e33f1b6bb0d30
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