Re: [PATCH 9/9] target/arm: Allow board models to specify initial NS VTOR

2021-05-24 Thread Richard Henderson
On 5/20/21 8:28 AM, Peter Maydell wrote: Currently we allow board models to specify the initial value of the Secure VTOR register, using an init-svtor property on the TYPE_ARMV7M object which is plumbed through to the CPU. Allow board models to also specify the initial value of the Non-secure VT

[PATCH 9/9] target/arm: Allow board models to specify initial NS VTOR

2021-05-20 Thread Peter Maydell
Currently we allow board models to specify the initial value of the Secure VTOR register, using an init-svtor property on the TYPE_ARMV7M object which is plumbed through to the CPU. Allow board models to also specify the initial value of the Non-secure VTOR via a similar init-nsvtor property. Sig