mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 21:54:45 +00:00
ddcca73051
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>
7 lines
203 B
Text
7 lines
203 B
Text
QEMU ARM 'VIRT' BOARD
|
|
M: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
|
|
S: Maintained
|
|
F: board/emulation/qemu-arm/
|
|
F: include/configs/qemu-arm.h
|
|
F: configs/qemu_arm_defconfig
|
|
F: configs/qemu_arm64_defconfig
|