]> Git Repo - J-u-boot.git/commit - configs/qemu_arm64_defconfig
ARM: qemu-arm: Add support for AArch64
authorTuomas Tynkkynen <[email protected]>
Thu, 11 Jan 2018 14:11:23 +0000 (16:11 +0200)
committerTom Rini <[email protected]>
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 <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
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
This page took 0.030063 seconds and 4 git commands to generate.