OSDN Git Service

hw/arm/virt: Add support for Cortex-A57
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 24 Apr 2014 17:54:43 +0000 (18:54 +0100)
committerPeter 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

index 9c4d337..ea4f02d 100644 (file)
@@ -119,6 +119,11 @@ static VirtBoardInfo machines[] = {
         .irqmap = a15irqmap,
     },
     {
+        .cpu_model = "cortex-a57",
+        .memmap = a15memmap,
+        .irqmap = a15irqmap,
+    },
+    {
         .cpu_model = "host",
         .memmap = a15memmap,
         .irqmap = a15irqmap,