qemu-patch-raspberry4/include/hw/timer
Peter Crosthwaite c21c3b53e1 hw/timer: Introduce ARM A9 Global Timer.
The ARM A9 MPCore has a timer that is global to all cores in the cluster.
The timer is shared but each core has a private independent comparator
and interrupt.

Based on version contributed by Francois LEGAL.

Signed-off-by: François LEGAL <devel@thom.fr.eu.org>
Message-id: 4918e89476b8da916be2964ec41578b50d569a37.1385969450.git.peter.crosthwaite@xilinx.com
[PC changes:
 * New commit message
 * Re-implemented as single timer model
 * Fixed backwards counting issue in polled mode
 * completed VMSD fields
 * macroified magic numbers (and headerified reg definitions)
 * split of as device-model-only patch
 * use bitops for 64 bit register access
 * Fixed auto increment mode to check condition properly
 * general cleanup (names/style etc).
]
Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
[PMM:
 * minor typo fixes
 * added missing return after error_setg()
 * dropped setting dc->no_user = 1
]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2013-12-10 13:24:51 +00:00
..
a9gtimer.h hw/timer: Introduce ARM A9 Global Timer. 2013-12-10 13:24:51 +00:00
arm_mptimer.h a9mpcore: Embed ARMMPTimerState 2013-11-05 17:47:29 +01:00
hpet.h hpet: add API to find it 2013-10-14 17:48:52 +03:00
i8254.h kvm/i8254: QOM'ify some more 2013-06-07 14:55:24 +02:00
i8254_internal.h i8254: Convert PITCommonState to QOM realizefn 2013-06-07 14:55:24 +02:00
m48t59.h m48t59: QOM cast cleanup for M48t59SysBusState 2013-07-29 21:07:01 +02:00
mc146818rtc.h rtc: remove rtc_set_date 2013-06-01 14:25:38 +04:00
mc146818rtc_regs.h hw: move headers to include/ 2013-04-08 18:13:10 +02:00