projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3078e84
)
hw/arm/virt: Add support for Cortex-A57
author
Peter Maydell
<peter.maydell@linaro.org>
Thu, 24 Apr 2014 17:54:43 +0000
(18:54 +0100)
committer
Peter Maydell
<peter.maydell@linaro.org>
Thu, 1 May 2014 14:25:52 +0000
(15:25 +0100)
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
hw/arm/virt.c
patch
|
blob
|
history
diff --git
a/hw/arm/virt.c
b/hw/arm/virt.c
index 9c4d337b1b2208e89e1923e093ae92657c466594..ea4f02d32e2050d833ac0dc90d87fa10e2f89e8c 100644
(file)
--- a/
hw/arm/virt.c
+++ b/
hw/arm/virt.c
@@
-118,6
+118,11
@@
static VirtBoardInfo machines[] = {
.memmap = a15memmap,
.irqmap = a15irqmap,
},
+ {
+ .cpu_model = "cortex-a57",
+ .memmap = a15memmap,
+ .irqmap = a15irqmap,
+ },
{
.cpu_model = "host",
.memmap = a15memmap,