Re: [Qemu-devel] [PATCH 10/23] hw/arm/armsse: Make SRAM bank size configurable

2019-01-25 Thread Richard Henderson
On 1/21/19 10:51 AM, Peter Maydell wrote: > For the IoTKit the SRAM bank size is always 32K (15 bits); for the > SSE-200 this is a configurable parameter, which defaults to 32K but > can be changed when it is built into a particular SoC. For instance > the Musca-B1 board sets it to 128K (17 bits).

[Qemu-devel] [PATCH 10/23] hw/arm/armsse: Make SRAM bank size configurable

2019-01-21 Thread Peter Maydell
For the IoTKit the SRAM bank size is always 32K (15 bits); for the SSE-200 this is a configurable parameter, which defaults to 32K but can be changed when it is built into a particular SoC. For instance the Musca-B1 board sets it to 128K (17 bits). Make the bank size a QOM property. We follow the