On 15 June 2015 at 02:03, Edgar E. Iglesias wrote:
> On Fri, Jun 12, 2015 at 05:51:55PM +0100, Peter Maydell wrote:
>> On 5 June 2015 at 11:33, Edgar E. Iglesias wrote:
>> > +{ .name = "CNTHCTL_EL2", .state = ARM_CP_STATE_BOTH,
>> > + .opc0 = 3, .opc1 = 4, .crn = 14, .crm = 1, .opc2 = 0,
On Fri, Jun 12, 2015 at 05:51:55PM +0100, Peter Maydell wrote:
> On 5 June 2015 at 11:33, Edgar E. Iglesias wrote:
> > From: "Edgar E. Iglesias"
> >
> > Adds control for trapping selected timer and counter accesses to EL2.
> >
> > Signed-off-by: Edgar E. Iglesias
> > ---
> > target-arm/cpu.h
On 5 June 2015 at 11:33, Edgar E. Iglesias wrote:
> From: "Edgar E. Iglesias"
>
> Adds control for trapping selected timer and counter accesses to EL2.
>
> Signed-off-by: Edgar E. Iglesias
> ---
> target-arm/cpu.h| 1 +
> target-arm/helper.c | 30 --
> 2 files c
From: "Edgar E. Iglesias"
Adds control for trapping selected timer and counter accesses to EL2.
Signed-off-by: Edgar E. Iglesias
---
target-arm/cpu.h| 1 +
target-arm/helper.c | 30 --
2 files changed, 29 insertions(+), 2 deletions(-)
diff --git a/target-arm/c