All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/3] aspeed queue
@ 2025-03-23 17:45 Cédric Le Goater
  2025-03-23 17:45 ` [PULL 1/3] aspeed: Fix maximum number of spi controller Cédric Le Goater
                   ` (4 more replies)
  0 siblings, 5 replies; 18+ messages in thread
From: Cédric Le Goater @ 2025-03-23 17:45 UTC (permalink / raw)
  To: qemu-arm, qemu-devel; +Cc: Cédric Le Goater

The following changes since commit 527dede083d3e3e5a13ee996776926e0a0c4e258:

  Merge tag 'pull-request-2025-03-19' of https://gitlab.com/thuth/qemu into staging (2025-03-20 08:41:25 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 78877b2e06464f49f777e086845e094ea7bc82ef:

  hw/misc/aspeed_hace: Fix buffer overflow in has_padding function (2025-03-23 18:42:16 +0100)

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

* Fix AST2700 SoC model

----------------------------------------------------------------
Jamin Lin (1):
      hw/misc/aspeed_hace: Fix buffer overflow in has_padding function

Steven Lee (1):
      hw/intc/aspeed: Fix IRQ handler mask check

Troy Lee (1):
      aspeed: Fix maximum number of spi controller

 include/hw/arm/aspeed_soc.h | 2 +-
 hw/intc/aspeed_intc.c       | 2 +-
 hw/misc/aspeed_hace.c       | 5 +++++
 3 files changed, 7 insertions(+), 2 deletions(-)


^ permalink raw reply	[flat|nested] 18+ messages in thread
* [PULL 0/3] aspeed queue
@ 2025-11-24  7:05 Cédric Le Goater
  2025-11-24 18:36 ` Richard Henderson
  2025-11-24 20:36 ` Michael Tokarev
  0 siblings, 2 replies; 18+ messages in thread
From: Cédric Le Goater @ 2025-11-24  7:05 UTC (permalink / raw)
  To: qemu-arm, qemu-devel; +Cc: Cédric Le Goater

The following changes since commit fb241d0a1fd36a1b67ecced29d8b533316cf9e2d:

  Merge tag 'staging-pull-request' of https://gitlab.com/peterx/qemu into staging (2025-11-23 11:46:53 -0800)

are available in the Git repository at:

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

for you to fetch changes up to e9a8b04dbb98fba7942b23b3ac5c35f2f0b9c4a0:

  hw/pci-host/aspeed_pcie: Update ASPEED PCIe Root Port capabilities and enable MSI to support hotplug (2025-11-24 07:52:42 +0100)

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

* Fixed typo in the AST2700 LTPI device
* Fixed missing wiring of the SPI IRQ in AST10x0, AST2600, AST2700 SoCs
* Updated ASPEED PCIe Root Port capabilities and MSI support

----------------------------------------------------------------
Jamin Lin (2):
      hw/arm/aspeed: Fix missing SPI IRQ connection causing DMA interrupt failure
      hw/pci-host/aspeed_pcie: Update ASPEED PCIe Root Port capabilities and enable MSI to support hotplug

Nabih Estefan (1):
      hw/arm/ast27x0: Fix typo in LTPI address

 hw/arm/aspeed_ast10x0.c   |  2 ++
 hw/arm/aspeed_ast2600.c   |  2 ++
 hw/arm/aspeed_ast27x0.c   |  4 +++-
 hw/pci-host/aspeed_pcie.c | 40 +++++++++++++++++++++++++++++++++++++++-
 4 files changed, 46 insertions(+), 2 deletions(-)



^ permalink raw reply	[flat|nested] 18+ messages in thread
* [PULL 0/3] aspeed queue
@ 2021-10-22  7:57 Cédric Le Goater
  2021-10-22 17:36 ` Richard Henderson
  0 siblings, 1 reply; 18+ messages in thread
From: Cédric Le Goater @ 2021-10-22  7:57 UTC (permalink / raw)
  To: Peter Maydell
  Cc: Andrew Jeffery, Cédric Le Goater, qemu-arm, Joel Stanley,
	qemu-devel

The following changes since commit afc9fcde55296b83f659de9da3cdf044812a6eeb:

  Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2021-10-20 06:10:51 -0700)

are available in the Git repository at:

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

for you to fetch changes up to b12fa6118f4d838d19720ec6476a1666a1b43474:

  speed/sdhci: Add trace events (2021-10-22 09:52:17 +0200)

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

* New fp5280g2-bmc board (John)
* Small cleanup in Aspeed SMC model (Cedric)

----------------------------------------------------------------
Cédric Le Goater (2):
      aspeed/smc: Use a container for the flash mmio address space
      speed/sdhci: Add trace events

John Wang (1):
      aspeed: Add support for the fp5280g2-bmc board

 include/hw/ssi/aspeed_smc.h |  2 +-
 hw/arm/aspeed.c             | 74 +++++++++++++++++++++++++++++++++++++++++++++
 hw/sd/aspeed_sdhci.c        |  5 +++
 hw/ssi/aspeed_smc.c         | 11 ++++---
 hw/sd/trace-events          |  4 +++
 5 files changed, 91 insertions(+), 5 deletions(-)

^ permalink raw reply	[flat|nested] 18+ messages in thread
* [PULL 0/3] aspeed queue
@ 2020-09-18  7:27 Cédric Le Goater
  2020-09-18  7:39 ` no-reply
  2020-09-18 14:07 ` Peter Maydell
  0 siblings, 2 replies; 18+ messages in thread
From: Cédric Le Goater @ 2020-09-18  7:27 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, Cédric Le Goater

The following changes since commit de39a045bd8d2b49e4f3d07976622c29d58e0bac:

  Merge remote-tracking branch 'remotes/kraxel/tags/vga-20200915-pull-request' into staging (2020-09-15 14:25:05 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 204dab83fe00a3e0781d93ad7899192a9409e987:

  misc: aspeed_scu: Update AST2600 silicon id register (2020-09-18 09:04:36 +0200)

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

* Couple of cleanups
* New machine properties to define the flash models

----------------------------------------------------------------
Cédric Le Goater (1):
      hw/arm/aspeed: Add machine properties to define the flash models

Joel Stanley (1):
      misc: aspeed_scu: Update AST2600 silicon id register

Philippe Mathieu-Daudé (1):
      hw/arm/aspeed: Map the UART5 device unconditionally

 docs/system/arm/aspeed.rst | 18 ++++++++++++++++++
 hw/arm/aspeed.c            | 45 +++++++++++++++++++++++++++++++++++++++++++--
 hw/arm/aspeed_ast2600.c    |  8 +++-----
 hw/arm/aspeed_soc.c        |  8 +++-----
 hw/misc/aspeed_scu.c       |  7 ++++++-
 5 files changed, 73 insertions(+), 13 deletions(-)


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

end of thread, other threads:[~2025-11-25  7:38 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-23 17:45 [PULL 0/3] aspeed queue Cédric Le Goater
2025-03-23 17:45 ` [PULL 1/3] aspeed: Fix maximum number of spi controller Cédric Le Goater
2025-03-23 17:45 ` [PULL 2/3] hw/intc/aspeed: Fix IRQ handler mask check Cédric Le Goater
2025-03-23 17:45 ` [PULL 3/3] hw/misc/aspeed_hace: Fix buffer overflow in has_padding function Cédric Le Goater
2025-03-24 19:17 ` [PULL 0/3] aspeed queue Stefan Hajnoczi
2025-03-24 20:36 ` Michael Tokarev
2025-03-24 20:46   ` Cédric Le Goater
2025-03-24 21:08     ` Michael Tokarev
2025-03-25  6:33       ` Cédric Le Goater
  -- strict thread matches above, loose matches on Subject: below --
2025-11-24  7:05 Cédric Le Goater
2025-11-24 18:36 ` Richard Henderson
2025-11-24 20:36 ` Michael Tokarev
2025-11-25  7:37   ` Cédric Le Goater
2021-10-22  7:57 Cédric Le Goater
2021-10-22 17:36 ` Richard Henderson
2020-09-18  7:27 Cédric Le Goater
2020-09-18  7:39 ` no-reply
2020-09-18 14:07 ` Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.