Re: [PATCH v2 0/7] aspeed extensions

2022-02-18 Thread Cédric Le Goater

Peter,

On 2/18/22 09:18, Cédric Le Goater wrote:

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.


I have a PR ready to be sent if there are no further comments.

Thanks,

C.



[PATCH v2 0/7] aspeed extensions

2022-02-18 Thread 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. 

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