qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] aspeed extensions
@ 2022-02-16  9:21 Cédric Le Goater
  2022-02-16  9:21 ` [PATCH 1/6] arm: Remove swift-bmc machine Cédric Le Goater
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Cédric Le Goater @ 2022-02-16  9:21 UTC (permalink / raw)
  To: qemu-arm, qemu-devel
  Cc: Andrew Jeffery, Peter Maydell, Joel Stanley,
	Cédric Le Goater

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



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-02-16 18:28 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-16  9:21 [PATCH 0/6] aspeed extensions Cédric Le Goater
2022-02-16  9:21 ` [PATCH 1/6] arm: Remove swift-bmc machine Cédric Le Goater
2022-02-16 15:02   ` Philippe Mathieu-Daudé via
2022-02-16 18:27     ` Cédric Le Goater
2022-02-16  9:21 ` [PATCH 2/6] ast2600: Add Secure Boot Controller model Cédric Le Goater
2022-02-16 15:00   ` Philippe Mathieu-Daudé via
2022-02-16  9:21 ` [PATCH 3/6] aspeed: rainier: Add i2c LED devices Cédric Le Goater
2022-02-16 14:59   ` Philippe Mathieu-Daudé via
2022-02-16  9:21 ` [PATCH 4/6] aspeed: rainier: Add strap values taken from hardware Cédric Le Goater
2022-02-16  9:21 ` [PATCH 5/6] aspeed/smc: Add an address mask on segment registers Cédric Le Goater
2022-02-16  9:21 ` [PATCH 6/6] aspeed/sdmc: Add trace events 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).