mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06: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
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue