All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH qemu 0/2] Add ASPEED SCU device
@ 2016-06-09  8:14 Andrew Jeffery
  2016-06-09  8:14 ` [PATCH qemu 1/2] hw/misc: Add a model for the ASPEED System Control Unit Andrew Jeffery
  2016-06-09  8:14 ` [PATCH qemu 2/2] ast2400: Integrate the SCU model and configure reset values Andrew Jeffery
  0 siblings, 2 replies; 9+ messages in thread
From: Andrew Jeffery @ 2016-06-09  8:14 UTC (permalink / raw)
  To: OpenBMC

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

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

end of thread, other threads:[~2016-06-10 12:48 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-09  8:14 [PATCH qemu 0/2] Add ASPEED SCU device Andrew Jeffery
2016-06-09  8:14 ` [PATCH qemu 1/2] hw/misc: Add a model for the ASPEED System Control Unit Andrew Jeffery
2016-06-09 11:29   ` Cédric Le Goater
2016-06-10  1:26     ` Andrew Jeffery
2016-06-10 12:41       ` Cédric Le Goater
2016-06-09  8:14 ` [PATCH qemu 2/2] ast2400: Integrate the SCU model and configure reset values Andrew Jeffery
2016-06-09 11:38   ` Cédric Le Goater
2016-06-10  1:02     ` Andrew Jeffery
2016-06-10  8:52   ` Joel Stanley

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.