commit | dfdd46d38880bcafebe261a5c1485f50655f4e33 | [log] [tgz] |
---|---|---|
author | Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi> | Thu Jan 11 16:11:23 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 19 15:49:30 2018 -0500 |
tree | 01fdd8acc33835fc11764baa3fb7f08a5c4be88e | |
parent | 1956f078a3b97ef52e3b8ec52923c09acc593cbc [diff] |
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>