diff mbox series

[v3,2/2] sbsa-ref: add 'max' to list of allowed cpus

Message ID 20210216150122.3830863-3-marcin.juszkiewicz@linaro.org
State Superseded
Headers show
Series sbsa-ref: update list of supported cpus | expand

Commit Message

Marcin Juszkiewicz Feb. 16, 2021, 3:01 p.m. UTC
Let add 'max' cpu while work goes on adding newer CPU types than
Cortex-A72. This allows us to check SVE etc support.

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>

Acked-by: Leif Lindholm <leif@nuviainc.com>

---
 hw/arm/sbsa-ref.c | 1 +
 1 file changed, 1 insertion(+)

-- 
2.29.2

Comments

Philippe Mathieu-Daudé Feb. 16, 2021, 3:12 p.m. UTC | #1
On 2/16/21 4:01 PM, Marcin Juszkiewicz wrote:
> Let add 'max' cpu while work goes on adding newer CPU types than

> Cortex-A72. This allows us to check SVE etc support.

> 

> Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>

> Acked-by: Leif Lindholm <leif@nuviainc.com>

> ---

>  hw/arm/sbsa-ref.c | 1 +

>  1 file changed, 1 insertion(+)


Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
diff mbox series

Patch

diff --git hw/arm/sbsa-ref.c hw/arm/sbsa-ref.c
index 276243d122..88dfb2284c 100644
--- hw/arm/sbsa-ref.c
+++ hw/arm/sbsa-ref.c
@@ -147,6 +147,7 @@  static const int sbsa_ref_irqmap[] = {
 static const char * const valid_cpus[] = {
     ARM_CPU_TYPE_NAME("cortex-a57"),
     ARM_CPU_TYPE_NAME("cortex-a72"),
+    ARM_CPU_TYPE_NAME("max"),
 };
 
 static bool cpu_type_valid(const char *cpu)