These three patches and and connect the Generic ARM Timer. This includes support for dropping insecure writes and includes the ReadBase memory map.
V3: - Add the ReadBase memory map - Update the names to match the ARM ARM V2: - Fix couter/counter typo Alistair Francis (3): arm_generic_timer: Add the ARM Generic Timer arm_generic_timer: Add support for the ReadBase memory map xlnx-zynqmp: Connect the ARM Generic Timer hw/arm/xlnx-zynqmp.c | 14 +++ hw/timer/Makefile.objs | 1 + hw/timer/arm_generic_timer.c | 232 +++++++++++++++++++++++++++++++++++ include/hw/arm/xlnx-zynqmp.h | 2 + include/hw/timer/arm_generic_timer.h | 74 +++++++++++ 5 files changed, 323 insertions(+) create mode 100644 hw/timer/arm_generic_timer.c create mode 100644 include/hw/timer/arm_generic_timer.h -- 2.7.4