[PATCH 0/6] aspeed extensions

Cédric Le Goater posted 6 patches 2 years, 2 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220216092111.237896-1-clg@kaod.org
Maintainers: Peter Maydell <peter.maydell@linaro.org>, Andrew Jeffery <andrew@aj.id.au>, Joel Stanley <joel@jms.id.au>, Alistair Francis <alistair@alistair23.me>, "Cédric Le Goater" <clg@kaod.org>
There is a newer version of this series
docs/about/deprecated.rst    |   7 --
docs/system/arm/aspeed.rst   |   1 -
include/hw/arm/aspeed_soc.h  |   3 +
include/hw/misc/aspeed_sbc.h |  33 ++++++++
include/hw/ssi/aspeed_smc.h  |   1 +
hw/arm/aspeed.c              |  72 +++++-------------
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 +
12 files changed, 222 insertions(+), 63 deletions(-)
create mode 100644 include/hw/misc/aspeed_sbc.h
create mode 100644 hw/misc/aspeed_sbc.c
[PATCH 0/6] aspeed extensions
Posted by Cédric Le Goater 2 years, 2 months ago
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. 

Cédric Le Goater (2):
  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/system/arm/aspeed.rst   |   1 -
 include/hw/arm/aspeed_soc.h  |   3 +
 include/hw/misc/aspeed_sbc.h |  33 ++++++++
 include/hw/ssi/aspeed_smc.h  |   1 +
 hw/arm/aspeed.c              |  72 +++++-------------
 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 +
 12 files changed, 222 insertions(+), 63 deletions(-)
 create mode 100644 include/hw/misc/aspeed_sbc.h
 create mode 100644 hw/misc/aspeed_sbc.c

-- 
2.34.1