Re: [Qemu-devel] [PATCH 13/20] nvic: Implement Security Attribution Unit registers

2017-10-05 Thread Richard Henderson
On 09/22/2017 11:00 AM, Peter Maydell wrote: > Implement the register interface for the SAU: SAU_CTRL, > SAU_TYPE, SAU_RNR, SAU_RBAR and SAU_RLAR. None of the > actual behaviour is implemented here; registers just > read back as written. > > When the CPU definition for Cortex-M33 is eventually > a

[Qemu-devel] [PATCH 13/20] nvic: Implement Security Attribution Unit registers

2017-09-22 Thread Peter Maydell
Implement the register interface for the SAU: SAU_CTRL, SAU_TYPE, SAU_RNR, SAU_RBAR and SAU_RLAR. None of the actual behaviour is implemented here; registers just read back as written. When the CPU definition for Cortex-M33 is eventually added, its initfn will set cpu->sau_sregion, in the same way