Re: [PATCH 09/13] hw/arm/mps3r: Add CPUs, GIC, and per-CPU RAM

2024-02-15 Thread Alex Bennée
Peter Maydell writes: > Create the CPUs, the GIC, and the per-CPU RAM block for > the mps3-an536 board. > > Signed-off-by: Peter Maydell LGTM: Reviewed-by: Alex Bennée -- Alex Bennée Virtualisation Tech Lead @ Linaro

[PATCH 09/13] hw/arm/mps3r: Add CPUs, GIC, and per-CPU RAM

2024-02-06 Thread Peter Maydell
Create the CPUs, the GIC, and the per-CPU RAM block for the mps3-an536 board. Signed-off-by: Peter Maydell --- Some parts of this might need to end up parameterisable if/when we add another machine type to this source file, but rather than trying to guess which parts, I stuck with the simple code