All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] Add ASPEED SCU device
@ 2016-06-16  7:48 Andrew Jeffery
  2016-06-16  7:48 ` [Qemu-devel] [PATCH 1/2] hw/misc: Add a model for the ASPEED System Control Unit Andrew Jeffery
  2016-06-16  7:48 ` [Qemu-devel] [PATCH 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-16  7:48 UTC (permalink / raw)
  To: Peter Maydell
  Cc: Cédric Le Goater, Joel Stanley, qemu-devel, qemu-arm,
	Andrew Jeffery

Hi all,

These are two patches implementing minimal functionality for the ASPEED System
Control Unit device and integrating it into the AST2400 SoC model. 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.

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             |  57 +++++++++++++++++
 hw/misc/Makefile.objs        |   1 +
 hw/misc/aspeed_scu.c         | 147 +++++++++++++++++++++++++++++++++++++++++++
 include/hw/arm/ast2400.h     |   2 +
 include/hw/misc/aspeed_scu.h | 108 +++++++++++++++++++++++++++++++
 trace-events                 |   3 +
 6 files changed, 318 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-21  7:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-16  7:48 [Qemu-devel] [PATCH 0/2] Add ASPEED SCU device Andrew Jeffery
2016-06-16  7:48 ` [Qemu-devel] [PATCH 1/2] hw/misc: Add a model for the ASPEED System Control Unit Andrew Jeffery
2016-06-17 14:22   ` Peter Maydell
2016-06-20  3:44     ` Andrew Jeffery
2016-06-20 13:57       ` Peter Maydell
2016-06-21  3:49         ` Andrew Jeffery
2016-06-21  6:56           ` Peter Maydell
2016-06-21  7:11             ` Andrew Jeffery
2016-06-16  7:48 ` [Qemu-devel] [PATCH 2/2] ast2400: Integrate the SCU model and configure reset values Andrew Jeffery

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.