Re: [PATCH v2 05/12] hw/arm/raspi: Consider processor id in types[] array

2025-02-04 Thread Peter Maydell
On Tue, 4 Feb 2025 at 00:23, Philippe Mathieu-Daudé wrote: > > Expand the current type2model array to include the processor id. > > Since the BCM2838 is indistinctly used as BCM2711 (within the > Linux community), add it as alias in RaspiProcessorId. Can you explain this in more detail? Presumabl

[PATCH v2 05/12] hw/arm/raspi: Consider processor id in types[] array

2025-02-03 Thread Philippe Mathieu-Daudé
Expand the current type2model array to include the processor id. Since the BCM2838 is indistinctly used as BCM2711 (within the Linux community), add it as alias in RaspiProcessorId. Signed-off-by: Philippe Mathieu-Daudé --- hw/arm/raspi.c | 33 +++-- 1 file changed,