qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v4 0/3]  Add and connect the ZynqMP RTC
@ 2018-01-19 18:35 Alistair Francis
  2018-01-19 18:35 ` [Qemu-devel] [PATCH v4 1/3] xlnx-zynqmp-rtc: Initial commit Alistair Francis
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Alistair Francis @ 2018-01-19 18:35 UTC (permalink / raw)
  To: qemu-devel, peter.maydell
  Cc: alistair.francis, alistair23, edgar.iglesias, edgar.iglesias,
	f4bug

V4:
 - Use the RegisterAccessInfo .unimp functionality

V3:
 - Store an offset value
 - Use mktimegm()
 - Log unimplemented writes

V2:
 - Delete unused realise function
 - Add cover letter
 - Convert DB_PRINT() macro to trace


Alistair Francis (3):
  xlnx-zynqmp-rtc: Initial commit
  xlnx-zynqmp-rtc: Add basic time support
  xlnx-zynqmp: Connect the RTC device

 include/hw/arm/xlnx-zynqmp.h       |   2 +
 include/hw/timer/xlnx-zynqmp-rtc.h |  88 ++++++++++++
 hw/arm/xlnx-zynqmp.c               |  14 ++
 hw/timer/xlnx-zynqmp-rtc.c         | 276 +++++++++++++++++++++++++++++++++++++
 hw/timer/Makefile.objs             |   1 +
 hw/timer/trace-events              |   3 +
 6 files changed, 384 insertions(+)
 create mode 100644 include/hw/timer/xlnx-zynqmp-rtc.h
 create mode 100644 hw/timer/xlnx-zynqmp-rtc.c

-- 
2.14.1

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

end of thread, other threads:[~2018-01-22 14:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-19 18:35 [Qemu-devel] [PATCH v4 0/3] Add and connect the ZynqMP RTC Alistair Francis
2018-01-19 18:35 ` [Qemu-devel] [PATCH v4 1/3] xlnx-zynqmp-rtc: Initial commit Alistair Francis
2018-01-19 19:22   ` Philippe Mathieu-Daudé
2018-01-19 22:46     ` Alistair Francis
2018-01-19 18:35 ` [Qemu-devel] [PATCH v4 3/3] xlnx-zynqmp: Connect the RTC device Alistair Francis
     [not found] ` <cdea624dfb8279e1bd1e7c52472e42458b1c2829.1516386853.git.alistair.francis@xilinx.com>
2018-01-22 14:58   ` [Qemu-devel] [PATCH v4 2/3] xlnx-zynqmp-rtc: Add basic time support Peter Maydell

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).