All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/2] arm: aspeed: Add RTC Model
@ 2019-04-30  4:40 Joel Stanley
  2019-04-30  4:40 ` [Qemu-devel] [PATCH v3 1/2] hw: timer: Add ASPEED RTC device Joel Stanley
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Joel Stanley @ 2019-04-30  4:40 UTC (permalink / raw)
  To: Peter Maydell, Cédric Le Goater; +Cc: Andrew Jeffery, qemu-arm, qemu-devel

v3: Add some commit messages, resend as v2 didn't send properly
v2: Minor fixes, added vmstate and reset, and rebased on Cédric's series

Based-on: 20190411161013.4514-4-clg@kaod.org
[PATCH 3/3] aspeed: use sysbus_init_child_obj() to initialize children

A model for the ASPEED BMC real time clock (RTC). The model is sufficient
for running the guest Linux kernel driver, and ticks in time with the
host when programmed.

It does not implement the alarm functionality, which includes the
interrupt.

Joel Stanley (2):
  hw: timer: Add ASPEED RTC device
  hw/arm/aspeed: Add RTC to SoC

 hw/arm/aspeed_soc.c           |  13 +++
 hw/timer/Makefile.objs        |   2 +-
 hw/timer/aspeed_rtc.c         | 180 ++++++++++++++++++++++++++++++++++
 hw/timer/trace-events         |   4 +
 include/hw/arm/aspeed_soc.h   |   2 +
 include/hw/timer/aspeed_rtc.h |  31 ++++++
 6 files changed, 231 insertions(+), 1 deletion(-)
 create mode 100644 hw/timer/aspeed_rtc.c
 create mode 100644 include/hw/timer/aspeed_rtc.h

-- 
2.20.1

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

end of thread, other threads:[~2019-05-06 12:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-30  4:40 [Qemu-devel] [PATCH v3 0/2] arm: aspeed: Add RTC Model Joel Stanley
2019-04-30  4:40 ` [Qemu-devel] [PATCH v3 1/2] hw: timer: Add ASPEED RTC device Joel Stanley
2019-05-03 13:34   ` Peter Maydell
2019-05-03 13:34     ` Peter Maydell
2019-04-30  4:40 ` [Qemu-devel] [PATCH v3 2/2] hw/arm/aspeed: Add RTC to SoC Joel Stanley
2019-05-03 13:35   ` Peter Maydell
2019-05-03 13:35     ` Peter Maydell
2019-05-03 13:36 ` [Qemu-devel] [PATCH v3 0/2] arm: aspeed: Add RTC Model Peter Maydell
2019-05-03 13:36   ` Peter Maydell
2019-05-06 12:17   ` Cédric Le Goater

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.