[Qemu-devel] [PATCH 0/2] arm: aspeed: Add RTC Model

Joel Stanley posted 2 patches 5 years ago
Test asan passed
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190328062222.8409-1-joel@jms.id.au
There is a newer version of this series
hw/arm/aspeed_soc.c           |  15 ++++
hw/timer/Makefile.objs        |   2 +-
hw/timer/aspeed_rtc.c         | 157 ++++++++++++++++++++++++++++++++++
hw/timer/trace-events         |   4 +
include/hw/arm/aspeed_soc.h   |   2 +
include/hw/timer/aspeed_rtc.h |  31 +++++++
6 files changed, 210 insertions(+), 1 deletion(-)
create mode 100644 hw/timer/aspeed_rtc.c
create mode 100644 include/hw/timer/aspeed_rtc.h
[Qemu-devel] [PATCH 0/2] arm: aspeed: Add RTC Model
Posted by Joel Stanley 5 years ago
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           |  15 ++++
 hw/timer/Makefile.objs        |   2 +-
 hw/timer/aspeed_rtc.c         | 157 ++++++++++++++++++++++++++++++++++
 hw/timer/trace-events         |   4 +
 include/hw/arm/aspeed_soc.h   |   2 +
 include/hw/timer/aspeed_rtc.h |  31 +++++++
 6 files changed, 210 insertions(+), 1 deletion(-)
 create mode 100644 hw/timer/aspeed_rtc.c
 create mode 100644 include/hw/timer/aspeed_rtc.h

-- 
2.20.1