diff mbox

[PULL,10/10] hw/arm/virt: Add support for Cortex-A57

Message ID 1398956107-7411-11-git-send-email-peter.maydell@linaro.org
State Accepted
Commit f42c5c8ec8aa0e15583487ffee62964830751623
Headers show

Commit Message

Peter Maydell May 1, 2014, 2:55 p.m. UTC
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 | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox

Patch

diff --git a/hw/arm/virt.c b/hw/arm/virt.c
index 9c4d337..ea4f02d 100644
--- a/hw/arm/virt.c
+++ b/hw/arm/virt.c
@@ -119,6 +119,11 @@  static VirtBoardInfo machines[] = {
         .irqmap = a15irqmap,
     },
     {
+        .cpu_model = "cortex-a57",
+        .memmap = a15memmap,
+        .irqmap = a15irqmap,
+    },
+    {
         .cpu_model = "host",
         .memmap = a15memmap,
         .irqmap = a15irqmap,