Re: [Qemu-devel] [RFC PATCH 03/21] target-arm: adjust TTBCR for TrustZone feature

2013-12-18 Thread Peter Crosthwaite
On Wed, Dec 4, 2013 at 8:52 PM, Peter Crosthwaite wrote: > On Wed, Dec 4, 2013 at 7:50 PM, Fedorov Sergey wrote: >> >> On 12/03/2013 04:15 PM, Peter Crosthwaite wrote: >>> >>> On Tue, Dec 3, 2013 at 6:48 PM, Sergey Fedorov >>> wrote: TTBCR has additional fields PD0 and PD1 when using S

Re: [Qemu-devel] [RFC PATCH 03/21] target-arm: adjust TTBCR for TrustZone feature

2013-12-04 Thread Peter Crosthwaite
On Wed, Dec 4, 2013 at 7:50 PM, Fedorov Sergey wrote: > > On 12/03/2013 04:15 PM, Peter Crosthwaite wrote: >> >> On Tue, Dec 3, 2013 at 6:48 PM, Sergey Fedorov >> wrote: >>> >>> TTBCR has additional fields PD0 and PD1 when using Short-descriptor >>> translation table format on a CPU with TrustZon

Re: [Qemu-devel] [RFC PATCH 03/21] target-arm: adjust TTBCR for TrustZone feature

2013-12-04 Thread Fedorov Sergey
On 12/03/2013 04:15 PM, Peter Crosthwaite wrote: On Tue, Dec 3, 2013 at 6:48 PM, Sergey Fedorov wrote: TTBCR has additional fields PD0 and PD1 when using Short-descriptor translation table format on a CPU with TrustZone feature support. Signed-off-by: Sergey Fedorov --- target-arm/helper.c

Re: [Qemu-devel] [RFC PATCH 03/21] target-arm: adjust TTBCR for TrustZone feature

2013-12-03 Thread Peter Crosthwaite
On Tue, Dec 3, 2013 at 6:48 PM, Sergey Fedorov wrote: > TTBCR has additional fields PD0 and PD1 when using Short-descriptor > translation table format on a CPU with TrustZone feature support. > > Signed-off-by: Sergey Fedorov > --- > target-arm/helper.c |4 +++- > 1 file changed, 3 insertion

[Qemu-devel] [RFC PATCH 03/21] target-arm: adjust TTBCR for TrustZone feature

2013-12-03 Thread Sergey Fedorov
TTBCR has additional fields PD0 and PD1 when using Short-descriptor translation table format on a CPU with TrustZone feature support. Signed-off-by: Sergey Fedorov --- target-arm/helper.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/target-arm/helper.c b/target-arm/h