mirror of
https://github.com/xemu-project/xemu.git
synced 2025-02-11 23:27:43 +00:00
hw/arm/virt: Add support for Cortex-A57
Support the Cortex-A57 in the virt machine model. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 1398362083-17737-4-git-send-email-peter.maydell@linaro.org
This commit is contained in:
parent
3078e848fa
commit
f42c5c8ec8
@ -118,6 +118,11 @@ static VirtBoardInfo machines[] = {
|
||||
.memmap = a15memmap,
|
||||
.irqmap = a15irqmap,
|
||||
},
|
||||
{
|
||||
.cpu_model = "cortex-a57",
|
||||
.memmap = a15memmap,
|
||||
.irqmap = a15irqmap,
|
||||
},
|
||||
{
|
||||
.cpu_model = "host",
|
||||
.memmap = a15memmap,
|
||||
|
Loading…
x
Reference in New Issue
Block a user