qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Andrew Jeffery <andrew@aj.id.au>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: "Cédric Le Goater" <clg@kaod.org>,
	"Joel Stanley" <joel@jms.id.au>,
	qemu-devel@nongnu.org, qemu-arm@nongnu.org,
	"Andrew Jeffery" <andrew@aj.id.au>
Subject: [Qemu-devel] [PATCH 0/2] Add ASPEED SCU device
Date: Thu, 16 Jun 2016 17:48:05 +1000	[thread overview]
Message-ID: <1466063287-19350-1-git-send-email-andrew@aj.id.au> (raw)

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

             reply	other threads:[~2016-06-16  7:48 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-16  7:48 Andrew Jeffery [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1466063287-19350-1-git-send-email-andrew@aj.id.au \
    --to=andrew@aj.id.au \
    --cc=clg@kaod.org \
    --cc=joel@jms.id.au \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).