[PATCH qemu 0/2] Add ASPEED SCU device

Andrew Jeffery andrew at aj.id.au
Thu Jun 9 18:14:04 AEST 2016


Hi all,

These two patches add support for the ASPEED SCU to the AST2400 as intended for
upstream. I intend to send them there shortly but I figured I'd see if I could
get some quick feedback here. The use of object properties by the SCU model
feels slightly abusive, so if anyone has suggestions there that would be
appreciated!

Cheers,

Andrew

Andrew Jeffery (2):
  hw/misc: Add a model for the ASPEED System Control Unit
  ast2400: Integrate the SCU model and configure reset values

 hw/arm/ast2400.c             |  47 +++++++
 hw/misc/Makefile.objs        |   1 +
 hw/misc/aspeed_scu.c         | 295 +++++++++++++++++++++++++++++++++++++++++++
 include/hw/arm/ast2400.h     |   2 +
 include/hw/misc/aspeed_scu.h | 105 +++++++++++++++
 trace-events                 |   3 +
 6 files changed, 453 insertions(+)
 create mode 100644 hw/misc/aspeed_scu.c
 create mode 100644 include/hw/misc/aspeed_scu.h

-- 
2.7.4



More information about the openbmc mailing list