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

Marcin Juszkiewicz posted 2 patches 4 years, 9 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210216150122.3830863-1-marcin.juszkiewicz@linaro.org
hw/arm/sbsa-ref.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v3 0/2] sbsa-ref: update list of supported cpus
Posted by Marcin Juszkiewicz 4 years, 9 months ago
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(-)


Re: [PATCH v3 0/2] sbsa-ref: update list of supported cpus
Posted by Peter Maydell 4 years, 8 months ago
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