mbox

[PULL,0/7] aspeed queue

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

Pull-request

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

Message

Cédric Le Goater March 9, 2021, 1:16 p.m. UTC
The following changes since commit 229a834518b950d56fd1bc94923276504d0ee9d4:

  Merge remote-tracking branch 'remotes/philmd-gitlab/tags/renesas-20210306' into staging (2021-03-08 15:45:48 +0000)

are available in the Git repository at:

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

for you to fetch changes up to c59f781e3bcca4a80aef5d229488fd45dbfdbd9a:

  hw/misc: Model KCS devices in the Aspeed LPC controller (2021-03-09 12:01:28 +0100)

----------------------------------------------------------------
Aspeed patches :

* New model for the Aspeed LPC controller
* Misc cleanups

----------------------------------------------------------------
Andrew Jeffery (4):
      hw/arm: ast2600: Force a multiple of 32 of IRQs for the GIC
      hw/arm: ast2600: Set AST2600_MAX_IRQ to value from datasheet
      hw/arm: ast2600: Correct the iBT interrupt ID
      hw/misc: Model KCS devices in the Aspeed LPC controller

Cédric Le Goater (2):
      hw/arm/aspeed: Fix location of firmware images in documentation
      hw/misc: Add a basic Aspeed LPC controller model

Joel Stanley (1):
      arm/ast2600: Fix SMP booting with -kernel

 docs/system/arm/aspeed.rst   |  16 +-
 include/hw/arm/aspeed_soc.h  |   3 +
 include/hw/misc/aspeed_lpc.h |  47 +++++
 hw/arm/aspeed_ast2600.c      |  51 ++++-
 hw/arm/aspeed_soc.c          |  34 ++-
 hw/misc/aspeed_lpc.c         | 486 +++++++++++++++++++++++++++++++++++++++++++
 hw/misc/meson.build          |   7 +-
 7 files changed, 625 insertions(+), 19 deletions(-)
 create mode 100644 include/hw/misc/aspeed_lpc.h
 create mode 100644 hw/misc/aspeed_lpc.c

Comments

Peter Maydell March 11, 2021, 1:56 p.m. UTC | #1
On Tue, 9 Mar 2021 at 13:16, Cédric Le Goater <clg@kaod.org> wrote:
>
> The following changes since commit 229a834518b950d56fd1bc94923276504d0ee9d4:
>
>   Merge remote-tracking branch 'remotes/philmd-gitlab/tags/renesas-20210306' into staging (2021-03-08 15:45:48 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/legoater/qemu/ tags/pull-aspeed-20210309
>
> for you to fetch changes up to c59f781e3bcca4a80aef5d229488fd45dbfdbd9a:
>
>   hw/misc: Model KCS devices in the Aspeed LPC controller (2021-03-09 12:01:28 +0100)
>
> ----------------------------------------------------------------
> Aspeed patches :
>
> * New model for the Aspeed LPC controller
> * Misc cleanups
>


Applied, thanks.

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

-- PMM