On Tue, Jan 10, 2017 at 1:42 AM, Peter Maydell wrote:
> On 10 January 2017 at 01:41, Alistair Francis
> wrote:
>> On Fri, Jan 6, 2017 at 3:57 AM, Peter Maydell
>> wrote:
>>> On 20 December 2016 at 22:42, Alistair Francis
>>> wrote:
>
+},{ .name = "CNTCV_LOWER",
+.addr = A
On 10 January 2017 at 01:41, Alistair Francis
wrote:
> On Fri, Jan 6, 2017 at 3:57 AM, Peter Maydell
> wrote:
>> On 20 December 2016 at 22:42, Alistair Francis
>> wrote:
>>> +},{ .name = "CNTCV_LOWER",
>>> +.addr = A_CNTCV_LOWER,
>>> +.post_read = counter_low_value_postr,
>
On Fri, Jan 6, 2017 at 3:57 AM, Peter Maydell wrote:
> On 20 December 2016 at 22:42, Alistair Francis
> wrote:
>> Add the ARM generic timer. This allows the guest to poll the timer for
>> values and also supports secure writes only.
>>
>> Signed-off-by: Alistair Francis
>> ---
>> V3:
>> - Use A
On 20 December 2016 at 22:42, Alistair Francis
wrote:
> Add the ARM generic timer. This allows the guest to poll the timer for
> values and also supports secure writes only.
>
> Signed-off-by: Alistair Francis
> ---
> V3:
> - Use ARM ARM names
> - Indicate that we don't support all of the regis
Add the ARM generic timer. This allows the guest to poll the timer for
values and also supports secure writes only.
Signed-off-by: Alistair Francis
---
V3:
- Use ARM ARM names
- Indicate that we don't support all of the registers
- Fixup the Makefile CONFIG
V2:
- Fix couter/counter typo
hw/