-
- Downloads
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>
Showing
- arch/arm/Kconfig 0 additions, 2 deletionsarch/arm/Kconfig
- arch/arm/mach-qemu/Kconfig 11 additions, 0 deletionsarch/arm/mach-qemu/Kconfig
- board/emulation/qemu-arm/MAINTAINERS 1 addition, 0 deletionsboard/emulation/qemu-arm/MAINTAINERS
- board/emulation/qemu-arm/qemu-arm.c 35 additions, 0 deletionsboard/emulation/qemu-arm/qemu-arm.c
- configs/qemu_arm64_defconfig 29 additions, 0 deletionsconfigs/qemu_arm64_defconfig
- configs/qemu_arm_defconfig 1 addition, 0 deletionsconfigs/qemu_arm_defconfig
configs/qemu_arm64_defconfig
0 → 100644
Please register or sign in to comment