diff options
author | ZhiPeng Lu <luzhipeng@uniudc.com> | 2018-11-27 19:02:45 +0800 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2018-11-27 14:03:06 +0000 |
commit | 2264faa55f0f06795e61365a6b4891e53b7716a4 (patch) | |
tree | 8714a7c3efe1f37fd157ccac404c4bdf5be85e73 /hw | |
parent | 4822f1ee9efa8df56e29db0a68323b484bdb0335 (diff) |
hw/virt/arm: Add support for Cortex-A72 in virt
Signed-off-by: ZhiPeng Lu <luzhipeng@uniudc.com>
Message-id: 1543316565-1101590-1-git-send-email-luzhipeng@uniudc.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw')
-rw-r--r-- | hw/arm/virt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/arm/virt.c b/hw/arm/virt.c index a2b8d8f7c2..f69e7eb399 100644 --- a/hw/arm/virt.c +++ b/hw/arm/virt.c @@ -174,6 +174,7 @@ static const char *valid_cpus[] = { ARM_CPU_TYPE_NAME("cortex-a15"), ARM_CPU_TYPE_NAME("cortex-a53"), ARM_CPU_TYPE_NAME("cortex-a57"), + ARM_CPU_TYPE_NAME("cortex-a72"), ARM_CPU_TYPE_NAME("host"), ARM_CPU_TYPE_NAME("max"), }; |