Skip to content

Commit

Permalink
hw/arm/virt: Add support for Cortex-A7
Browse files Browse the repository at this point in the history
Allow cortex-a7 to be used with the virt board; it supports
the v7VE features and there is no reason to deny this type.

Signed-off-by: Jan Kiszka <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Message-id: [email protected]
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
  • Loading branch information
jan-kiszka authored and pm215 committed Jul 1, 2019
1 parent dd97ef0 commit 4414942
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 @@ -176,6 +176,7 @@ static const int a15irqmap[] = {
};

static const char *valid_cpus[] = {
ARM_CPU_TYPE_NAME("cortex-a7"),
ARM_CPU_TYPE_NAME("cortex-a15"),
ARM_CPU_TYPE_NAME("cortex-a53"),
ARM_CPU_TYPE_NAME("cortex-a57"),
Expand Down

0 comments on commit 4414942

Please sign in to comment.