mbox

[PULL,0/7] aspeed queue

Message ID 20220228071239.404171-1-clg@kaod.org
State New
Headers show

Pull-request

https://github.com/legoater/qemu/ tags/pull-aspeed-20220227

Message

Cédric Le Goater Feb. 28, 2022, 7:12 a.m. UTC
The following changes since commit c13b8e9973635f34f3ce4356af27a311c993729c:

  Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20220216' into staging (2022-02-16 09:57:11 +0000)

are available in the Git repository at:

  https://github.com/legoater/qemu/ tags/pull-aspeed-20220227

for you to fetch changes up to 3671342a38f21316a2bda62e7d607bbaedd60fd8:

  aspeed/sdmc: Add trace events (2022-02-26 18:40:51 +0100)

----------------------------------------------------------------
aspeed queue:

* Removal of the swift-bmc machine
* New Secure Boot Controller model
* Improvements on the rainier machine
* Various small cleanups

----------------------------------------------------------------
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

Comments

Peter Maydell March 1, 2022, 10:43 a.m. UTC | #1
On Mon, 28 Feb 2022 at 07:12, Cédric Le Goater <clg@kaod.org> wrote:
>
> The following changes since commit c13b8e9973635f34f3ce4356af27a311c993729c:
>
>   Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20220216' into staging (2022-02-16 09:57:11 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/legoater/qemu/ tags/pull-aspeed-20220227
>
> for you to fetch changes up to 3671342a38f21316a2bda62e7d607bbaedd60fd8:
>
>   aspeed/sdmc: Add trace events (2022-02-26 18:40:51 +0100)
>
> ----------------------------------------------------------------
> aspeed queue:
>
> * Removal of the swift-bmc machine
> * New Secure Boot Controller model
> * Improvements on the rainier machine
> * Various small cleanups
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/7.0
for any user-visible changes.

-- PMM