mbox series

[v3,0/2] sbsa-ref: update list of supported cpus

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

Message

Marcin Juszkiewicz Feb. 16, 2021, 3:01 p.m. UTC
Cortex-A53 goes away due to 40-bit address space (so below sbsa-ref
default memory map) and 'max' goes in as we want to be able to test SVE
support.

Marcin Juszkiewicz (2):
  sbsa-ref: remove cortex-a53 from list of supported cpus
  sbsa-ref: add 'max' to list of allowed cpus

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

Comments

Peter Maydell March 5, 2021, 11:21 a.m. UTC | #1
On Tue, 16 Feb 2021 at 15:01, Marcin Juszkiewicz
<marcin.juszkiewicz@linaro.org> wrote:
>

> Cortex-A53 goes away due to 40-bit address space (so below sbsa-ref

> default memory map) and 'max' goes in as we want to be able to test SVE

> support.

>

> Marcin Juszkiewicz (2):

>   sbsa-ref: remove cortex-a53 from list of supported cpus

>   sbsa-ref: add 'max' to list of allowed cpus

>

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

>  1 file changed, 1 insertion(+), 1 deletion(-)




Applied to target-arm.next, thanks.

-- PMM