summaryrefslogtreecommitdiffstats
path: root/hw/arm
diff options
context:
space:
mode:
authorShannon Zhao <shannon.zhao@linaro.org>2015-06-15 18:06:08 +0100
committerPeter Maydell <peter.maydell@linaro.org>2015-06-15 18:06:08 +0100
commit8772de2c53b44c75f18140646aa928e6d77cb9d8 (patch)
tree5d03d9376c9973ce2025cf1642e6acf25e60ac8f /hw/arm
parent7525465e6def0ef878741087b36e4657016dce80 (diff)
downloadhqemu-8772de2c53b44c75f18140646aa928e6d77cb9d8.zip
hqemu-8772de2c53b44c75f18140646aa928e6d77cb9d8.tar.gz
hw/arm/virt: Add cortex-a53 cpu support in machine virt
Add cortex-a53 cpu support in machine virt, so it can be used for TCG and KVM. Signed-off-by: Shannon Zhao <zhaoshenglong@huawei.com> Signed-off-by: Shannon Zhao <shannon.zhao@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 1433207452-4512-3-git-send-email-shannon.zhao@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/arm')
-rw-r--r--hw/arm/virt.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/arm/virt.c b/hw/arm/virt.c
index 1b1cc71..dbe89c1 100644
--- a/hw/arm/virt.c
+++ b/hw/arm/virt.c
@@ -145,6 +145,11 @@ static VirtBoardInfo machines[] = {
.irqmap = a15irqmap,
},
{
+ .cpu_model = "cortex-a53",
+ .memmap = a15memmap,
+ .irqmap = a15irqmap,
+ },
+ {
.cpu_model = "cortex-a57",
.memmap = a15memmap,
.irqmap = a15irqmap,
OpenPOWER on IntegriCloud