qemu-arm.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v1 0/2]  Add the generic ARM timer
@ 2016-11-02 16:41 Alistair Francis
  2016-11-02 16:41 ` [Qemu-devel] [PATCH v1 1/2] arm_generic_timer: Add the ARM Generic Timer Alistair Francis
  2016-11-02 16:41 ` [Qemu-devel] [PATCH v1 2/2] xlnx-zynqmp: Connect " Alistair Francis
  0 siblings, 2 replies; 5+ messages in thread
From: Alistair Francis @ 2016-11-02 16:41 UTC (permalink / raw)
  To: qemu-devel, qemu-arm, peter.maydell; +Cc: alistair23, alistair.francis

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

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] 5+ messages in thread

end of thread, other threads:[~2016-11-08  0:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-02 16:41 [Qemu-devel] [PATCH v1 0/2] Add the generic ARM timer Alistair Francis
2016-11-02 16:41 ` [Qemu-devel] [PATCH v1 1/2] arm_generic_timer: Add the ARM Generic Timer Alistair Francis
2016-11-03  8:47   ` [Qemu-arm] " KONRAD Frederic
2016-11-08  0:52     ` Alistair Francis
2016-11-02 16:41 ` [Qemu-devel] [PATCH v1 2/2] xlnx-zynqmp: Connect " Alistair Francis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).