From: "Cédric Le Goater" <clg@kaod.org>
To: qemu-arm@nongnu.org, qemu-devel@nongnu.org
Cc: "Andrew Jeffery" <andrew@aj.id.au>,
"Peter Maydell" <peter.maydell@linaro.org>,
"Joel Stanley" <joel@jms.id.au>,
"Cédric Le Goater" <clg@kaod.org>
Subject: [PATCH v2 0/7] aspeed extensions
Date: Fri, 18 Feb 2022 09:18:08 +0100 [thread overview]
Message-ID: <20220218081815.641169-1-clg@kaod.org> (raw)
Hi,
Here is a set of extensions for the Aspeed machines, the most
important ones being the removal of a deprecated machine and a simple
model for the Secure Boot Controller, both from Joel.
Thanks,
C.
Changes in v2:
- new create_pca9552() helper (Philippe)
- fixed typos
- fixed removal of the swift machine
Cédric Le Goater (3):
aspeed: Introduce a create_pca9552() helper
aspeed/smc: Add an address mask on segment registers
aspeed/sdmc: Add trace events
Joel Stanley (4):
arm: Remove swift-bmc machine
ast2600: Add Secure Boot Controller model
aspeed: rainier: Add i2c LED devices
aspeed: rainier: Add strap values taken from hardware
docs/about/deprecated.rst | 7 --
docs/about/removed-features.rst | 5 ++
docs/system/arm/aspeed.rst | 1 -
include/hw/arm/aspeed_soc.h | 3 +
include/hw/misc/aspeed_sbc.h | 32 ++++++++
include/hw/ssi/aspeed_smc.h | 1 +
hw/arm/aspeed.c | 98 ++++++----------------
hw/arm/aspeed_ast2600.c | 9 ++
hw/misc/aspeed_sbc.c | 141 ++++++++++++++++++++++++++++++++
hw/misc/aspeed_sdmc.c | 2 +
hw/ssi/aspeed_smc.c | 11 +++
hw/misc/meson.build | 1 +
hw/misc/trace-events | 4 +
13 files changed, 236 insertions(+), 79 deletions(-)
create mode 100644 include/hw/misc/aspeed_sbc.h
create mode 100644 hw/misc/aspeed_sbc.c
--
2.34.1
next reply other threads:[~2022-02-18 8:25 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-18 8:18 Cédric Le Goater [this message]
2022-02-18 8:18 ` [PATCH v2 1/7] arm: Remove swift-bmc machine Cédric Le Goater
2022-02-18 8:18 ` [PATCH v2 2/7] ast2600: Add Secure Boot Controller model Cédric Le Goater
2022-02-18 8:18 ` [PATCH v2 3/7] aspeed: rainier: Add i2c LED devices Cédric Le Goater
2022-02-18 8:18 ` [PATCH v2 4/7] aspeed: rainier: Add strap values taken from hardware Cédric Le Goater
2022-02-18 8:18 ` [PATCH v2 5/7] aspeed: Introduce a create_pca9552() helper Cédric Le Goater
2022-02-18 17:50 ` Philippe Mathieu-Daudé via
2022-02-18 17:53 ` Philippe Mathieu-Daudé via
2022-02-18 8:18 ` [PATCH v2 6/7] aspeed/smc: Add an address mask on segment registers Cédric Le Goater
2022-02-18 8:18 ` [PATCH v2 7/7] aspeed/sdmc: Add trace events Cédric Le Goater
2022-02-18 17:56 ` Philippe Mathieu-Daudé via
2022-02-18 18:00 ` Cédric Le Goater
2022-02-18 10:44 ` [PATCH v2 0/7] aspeed extensions Cédric Le Goater
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=20220218081815.641169-1-clg@kaod.org \
--to=clg@kaod.org \
--cc=andrew@aj.id.au \
--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).