Skip to content

Commit

Permalink
hw/virt/arm: Add support for Cortex-A72 in virt
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
luzhipeng-zte authored and pm215 committed Nov 27, 2018
1 parent 4822f1e commit 2264faa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hw/arm/virt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
};
Expand Down

0 comments on commit 2264faa

Please sign in to comment.