diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2014-04-24 18:54:43 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2014-05-01 15:25:52 +0100 |
commit | f42c5c8ec8aa0e15583487ffee62964830751623 (patch) | |
tree | 052c78dc963cf92c0ed604cc18b01b4a8b615bfa /hw/arm | |
parent | 3078e848faed0d6bf03d1ae789975abab9cb7778 (diff) |
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
Diffstat (limited to 'hw/arm')
-rw-r--r-- | hw/arm/virt.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/arm/virt.c b/hw/arm/virt.c index 9c4d337b1b..ea4f02d32e 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, |