Re: [Qemu-devel] [PATCH 09/23] hw/arm/armsse: Make number of SRAM banks parameterised

2019-01-25 Thread Richard Henderson
On 1/21/19 10:51 AM, Peter Maydell wrote: > The SSE-200 has four banks of SRAM, each with its own > Memory Protection Controller, where the IoTKit has only one. > Make the number of SRAM banks a field in ARMSSEInfo. > > Signed-off-by: Peter Maydell > --- > include/hw/arm/armsse.h | 9 +++-- > h

[Qemu-devel] [PATCH 09/23] hw/arm/armsse: Make number of SRAM banks parameterised

2019-01-21 Thread Peter Maydell
The SSE-200 has four banks of SRAM, each with its own Memory Protection Controller, where the IoTKit has only one. Make the number of SRAM banks a field in ARMSSEInfo. Signed-off-by: Peter Maydell --- include/hw/arm/armsse.h | 9 +++-- hw/arm/armsse.c | 78 ++