qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/3] Add ASPEED SCU device
@ 2016-06-23  2:15 Andrew Jeffery
  2016-06-23  2:15 ` [Qemu-devel] [PATCH v2 1/3] hw/misc: Add a model for the ASPEED System Control Unit Andrew Jeffery
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Andrew Jeffery @ 2016-06-23  2:15 UTC (permalink / raw)
  To: Peter Maydell
  Cc: Cédric Le Goater, Joel Stanley, qemu-devel, qemu-arm,
	Andrew Jeffery

Hi all,

These are three patches implementing minimal functionality for the ASPEED System
Control Unit device and integrating it into the AST2400 SoC model/palmetto-bmc
machine. The device is critical for initialisation of u-boot and the kernel as
it provides chip level control registers, influencing the configuration of the
software and the software's configuration of the SoC.

Since v1:

* Select reset values based on silicon ID
* Expose hardware strapping values via properties

Cheers,

Andrew

Andrew Jeffery (3):
  hw/misc: Add a model for the ASPEED System Control Unit
  ast2400: Integrate the SCU model and set silicon revision
  palmetto-bmc: Configure the SCU's hardware strapping register

 hw/arm/ast2400.c             |  17 +++
 hw/arm/palmetto-bmc.c        |   2 +
 hw/misc/Makefile.objs        |   1 +
 hw/misc/aspeed_scu.c         | 258 +++++++++++++++++++++++++++++++++++++++++++
 include/hw/arm/ast2400.h     |   2 +
 include/hw/misc/aspeed_scu.h |  34 ++++++
 trace-events                 |   3 +
 7 files changed, 317 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] 16+ messages in thread

end of thread, other threads:[~2016-06-24 11:46 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-23  2:15 [Qemu-devel] [PATCH v2 0/3] Add ASPEED SCU device Andrew Jeffery
2016-06-23  2:15 ` [Qemu-devel] [PATCH v2 1/3] hw/misc: Add a model for the ASPEED System Control Unit Andrew Jeffery
2016-06-23  6:27   ` Cédric Le Goater
2016-06-23 17:37   ` Peter Maydell
2016-06-24  1:51     ` Andrew Jeffery
2016-06-23 17:42   ` Peter Maydell
2016-06-24  2:04     ` Andrew Jeffery
2016-06-23  2:15 ` [Qemu-devel] [PATCH v2 2/3] ast2400: Integrate the SCU model and set silicon revision Andrew Jeffery
2016-06-23  6:28   ` Cédric Le Goater
2016-06-23 17:38   ` Peter Maydell
2016-06-23  2:15 ` [Qemu-devel] [PATCH v2 3/3] palmetto-bmc: Configure the SCU's hardware strapping register Andrew Jeffery
2016-06-23  6:28   ` Cédric Le Goater
2016-06-23 17:39   ` Peter Maydell
2016-06-24  2:21     ` Andrew Jeffery
2016-06-24 10:55       ` Peter Maydell
2016-06-24 11:46         ` Cédric Le Goater

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).