All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2]  Add the generic ARM timer
@ 2016-11-08  0:58 Alistair Francis
  2016-11-08  0:58 ` [Qemu-devel] [PATCH v2 1/2] arm_generic_timer: Add the ARM Generic Timer Alistair Francis
  2016-11-08  0:58 ` [Qemu-devel] [PATCH v2 2/2] xlnx-zynqmp: Connect " Alistair Francis
  0 siblings, 2 replies; 6+ messages in thread
From: Alistair Francis @ 2016-11-08  0:58 UTC (permalink / raw)
  To: qemu-devel, qemu-arm, peter.maydell, fred.konrad
  Cc: alistair.francis, alistair23

These two patches and and connect the Generic ARM Timer. This includes
support for dropping insecure writes.

V2:
 - Fix couter/counter typo

Alistair Francis (2):
  arm_generic_timer: Add the ARM Generic Timer
  xlnx-zynqmp: Connect the ARM Generic Timer

 hw/arm/xlnx-zynqmp.c                 |  13 +++
 hw/timer/Makefile.objs               |   1 +
 hw/timer/arm_generic_timer.c         | 216 +++++++++++++++++++++++++++++++++++
 include/hw/arm/xlnx-zynqmp.h         |   2 +
 include/hw/timer/arm_generic_timer.h |  60 ++++++++++
 5 files changed, 292 insertions(+)
 create mode 100644 hw/timer/arm_generic_timer.c
 create mode 100644 include/hw/timer/arm_generic_timer.h

-- 
2.7.4

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-12-20 22:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-08  0:58 [Qemu-devel] [PATCH v2 0/2] Add the generic ARM timer Alistair Francis
2016-11-08  0:58 ` [Qemu-devel] [PATCH v2 1/2] arm_generic_timer: Add the ARM Generic Timer Alistair Francis
2016-12-13 13:11   ` Peter Maydell
2016-12-16 21:03     ` Alistair Francis
2016-12-20 22:43       ` Alistair Francis
2016-11-08  0:58 ` [Qemu-devel] [PATCH v2 2/2] xlnx-zynqmp: Connect " Alistair Francis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.