commit | 245604c62211a49cdcac8fd4741215d43fbf5734 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Thu Apr 10 15:09:09 2014 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Thu Apr 24 17:47:42 2014 +0100 |
tree | 65b77715d283ddd8c462f3d6e8c8f2d8361b818b | |
parent | 77c017ef332b93cdff8ba7f8edcfccacacba6bc2 [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>
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 @@ .irqmap = a15irqmap, }, { + .cpu_model = "cortex-a57", + .memmap = a15memmap, + .irqmap = a15irqmap, + }, + { .cpu_model = "host", .memmap = a15memmap, .irqmap = a15irqmap,