On 26 June 2013 02:57, Peter Crosthwaite wrote:
> On Wed, Feb 27, 2013 at 8:10 PM, Peter Maydell
> wrote:
>> This one's tricky because the VBAR only exists in CPUs with
>> TrustZone, and strictly speaking QEMU models a non-TrustZone
>> core. However we already have some dummy cp15 registers whic
Hi Peter,
(Sorry about the delay),
On Wed, Feb 27, 2013 at 8:10 PM, Peter Maydell wrote:
> On 27 February 2013 07:16, Peter Crosthwaite
> wrote:
>> From: Nathan Rossi
>>
>> Added Vector Base Address remapping on ARM v7.
>
> This one's tricky because the VBAR only exists in CPUs with
> TrustZon
On 27 February 2013 07:16, Peter Crosthwaite
wrote:
> From: Nathan Rossi
>
> Added Vector Base Address remapping on ARM v7.
This one's tricky because the VBAR only exists in CPUs with
TrustZone, and strictly speaking QEMU models a non-TrustZone
core. However we already have some dummy cp15 regis
From: Nathan Rossi
Added Vector Base Address remapping on ARM v7.
Signed-off-by: Nathan Rossi
Signed-off-by: Peter Crosthwaite
---
target-arm/cpu.h |1 +
target-arm/helper.c | 14 ++
target-arm/machine.c |2 ++
3 files changed, 17 insertions(+), 0 deletions(-)
diff