[qemu 0/3] watchdog model and ast2500 scu

Joel Stanley joel at jms.id.au
Fri Apr 29 10:42:49 AEST 2016


Hello Andrew,

Here are my changes to add some basic SCU state for the ast2500. It's mostly so
I could test my kernel clock driver.

There's also a watchdog driver. This compiles, but it's not complete, as I
haven't calculated what the conversion between the register value and the
Qemu timer ticks.

They apply on top of your ast2400-scu branch.

Cheers,

Joel Stanley (3):
  hw/arm/ast2500: Integrate SCU
  hw/misc/aspeed_scu: Add number of regs define
  hw/watchdog: Add Apseed watchdog device model

 hw/arm/ast2500.c                 |  23 +++++
 hw/misc/aspeed_scu.c             |  30 +++---
 hw/watchdog/Makefile.objs        |   1 +
 hw/watchdog/wdt_aspeed.c         | 193 +++++++++++++++++++++++++++++++++++++++
 include/hw/arm/ast2500.h         |   2 +
 include/hw/misc/aspeed_scu.h     |   2 +
 include/hw/watchdog/wdt_aspeed.h |  33 +++++++
 7 files changed, 271 insertions(+), 13 deletions(-)
 create mode 100644 hw/watchdog/wdt_aspeed.c
 create mode 100644 include/hw/watchdog/wdt_aspeed.h

-- 
2.7.4



More information about the openbmc mailing list