qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sbsa-ref: remove cortex-a53 from list of supported cpus
@ 2021-02-11 12:20 Marcin Juszkiewicz
  2021-02-11 12:24 ` no-reply
  2021-02-11 12:36 ` [PATCH 1/2] " Marcin Juszkiewicz
  0 siblings, 2 replies; 8+ messages in thread
From: Marcin Juszkiewicz @ 2021-02-11 12:20 UTC (permalink / raw)
  To: qemu-arm
  Cc: Marcin Juszkiewicz, Peter Maydell, Leif Lindholm,
	Radosław Biernacki, qemu-devel

Cortex-A53 supports 40bits of address space. sbsa-ref's memory starts
above this limit.
---
 hw/arm/sbsa-ref.c | 1 -
 1 file changed, 1 deletion(-)

diff --git hw/arm/sbsa-ref.c hw/arm/sbsa-ref.c
index 9f70735153..276243d122 100644
--- hw/arm/sbsa-ref.c
+++ hw/arm/sbsa-ref.c
@@ -145,7 +145,6 @@ static const int sbsa_ref_irqmap[] = {
 };
 
 static const char * const valid_cpus[] = {
-    ARM_CPU_TYPE_NAME("cortex-a53"),
     ARM_CPU_TYPE_NAME("cortex-a57"),
     ARM_CPU_TYPE_NAME("cortex-a72"),
 };
-- 
2.29.2



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-02-16 14:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-11 12:20 [PATCH] sbsa-ref: remove cortex-a53 from list of supported cpus Marcin Juszkiewicz
2021-02-11 12:24 ` no-reply
2021-02-11 12:36 ` [PATCH 1/2] " Marcin Juszkiewicz
2021-02-11 12:36   ` [PATCH 2/2] sbsa-ref: add 'max' to list of allowed cpus Marcin Juszkiewicz
2021-02-11 14:16     ` Leif Lindholm
2021-02-11 13:44   ` [PATCH 1/2] sbsa-ref: remove cortex-a53 from list of supported cpus Philippe Mathieu-Daudé
2021-02-11 14:16   ` Leif Lindholm
2021-02-16 14:23   ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).