qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/7] aspeed queue
@ 2021-03-09 13:16 Cédric Le Goater
  2021-03-09 13:16 ` [PULL 1/7] arm/ast2600: Fix SMP booting with -kernel Cédric Le Goater
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Cédric Le Goater @ 2021-03-09 13:16 UTC (permalink / raw)
  To: Peter Maydell; +Cc: qemu-arm, qemu-devel, Cédric Le Goater

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


^ permalink raw reply	[flat|nested] 11+ messages in thread
* [PULL 0/7] aspeed queue
@ 2022-02-28  7:12 Cédric Le Goater
  2022-03-01 10:43 ` Peter Maydell
  0 siblings, 1 reply; 11+ messages in thread
From: Cédric Le Goater @ 2022-02-28  7:12 UTC (permalink / raw)
  To: qemu-arm, qemu-devel
  Cc: Andrew Jeffery, Peter Maydell, Joel Stanley,
	Cédric Le Goater

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


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

end of thread, other threads:[~2022-03-01 10:44 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-09 13:16 [PULL 0/7] aspeed queue Cédric Le Goater
2021-03-09 13:16 ` [PULL 1/7] arm/ast2600: Fix SMP booting with -kernel Cédric Le Goater
2021-03-09 13:16 ` [PULL 2/7] hw/arm/aspeed: Fix location of firmware images in documentation Cédric Le Goater
2021-03-09 13:16 ` [PULL 3/7] hw/arm: ast2600: Force a multiple of 32 of IRQs for the GIC Cédric Le Goater
2021-03-09 13:16 ` [PULL 4/7] hw/arm: ast2600: Set AST2600_MAX_IRQ to value from datasheet Cédric Le Goater
2021-03-09 13:16 ` [PULL 5/7] hw/arm: ast2600: Correct the iBT interrupt ID Cédric Le Goater
2021-03-09 13:16 ` [PULL 6/7] hw/misc: Add a basic Aspeed LPC controller model Cédric Le Goater
2021-03-09 13:16 ` [PULL 7/7] hw/misc: Model KCS devices in the Aspeed LPC controller Cédric Le Goater
2021-03-11 13:56 ` [PULL 0/7] aspeed queue Peter Maydell
  -- strict thread matches above, loose matches on Subject: below --
2022-02-28  7:12 Cédric Le Goater
2022-03-01 10:43 ` Peter Maydell

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