qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 00/11] aspeed queue
@ 2025-07-04  8:37 Cédric Le Goater
  2025-07-04  8:37 ` [PULL 01/11] hw/misc/aspeed_sdmc: Skipping dram_init in u-boot for AST2700 Cédric Le Goater
                   ` (11 more replies)
  0 siblings, 12 replies; 16+ messages in thread
From: Cédric Le Goater @ 2025-07-04  8:37 UTC (permalink / raw)
  To: qemu-arm, qemu-devel; +Cc: Cédric Le Goater

The following changes since commit c77283dd5d79149f4e7e9edd00f65416c648ee59:

  Merge tag 'pull-request-2025-07-02' of https://gitlab.com/thuth/qemu into staging (2025-07-03 06:01:41 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 3a34dad2c0d25cebafed40696bbbdeb7ff4b9c7d:

  tests/functional: Add gb200 tests (2025-07-03 17:36:45 +0200)

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

* Improved AST2700 SoC modeling (SDMC, SCU)
* Fixed hardware strapping of 'bletchley-bmc' machine
* Added new Meta 'catalina-bmc' machine and functional test using OpenBMC
* Improved AST2600 SCU protection key modeling
* Introduced AST2600 SCU unit tests
* Deprecated 'ast2700a0-evb' machine
* Added new NVIDIA 'gb200-bmc' machine and functional test using OpenBMC

----------------------------------------------------------------
Ed Tanous (4):
      hw/arm/aspeed: Add second SPI chip to Aspeed model
      docs: add support for gb200-bmc
      hw/arm/aspeed: Add GB200 BMC target
      tests/functional: Add gb200 tests

Jamin Lin (3):
      hw/misc/aspeed_sdmc: Skipping dram_init in u-boot for AST2700
      hw/misc/aspeed_scu: Support the Frequency Counter Control register for AST2700
      aspeed: Deprecate the ast2700a0-evb machine

Patrick Williams (2):
      hw/arm/aspeed: bletchley: update hw strap values
      hw/arm/aspeed: add Catalina machine type

Tan Siewert (2):
      hw/misc/aspeed_scu: Handle AST2600 protection key registers correctly
      tests/qtest: Add test for ASPEED SCU

 docs/about/deprecated.rst                        |   8 +
 docs/system/arm/aspeed.rst                       |   4 +-
 hw/arm/aspeed_eeprom.h                           |   3 +
 include/hw/arm/aspeed.h                          |   2 +
 hw/arm/aspeed.c                                  | 285 ++++++++++++++++++++++-
 hw/arm/aspeed_eeprom.c                           |  21 ++
 hw/misc/aspeed_scu.c                             |  22 +-
 hw/misc/aspeed_sdmc.c                            |   3 +
 tests/qtest/aspeed_scu-test.c                    | 231 ++++++++++++++++++
 hw/arm/Kconfig                                   |   1 +
 tests/functional/aspeed.py                       |   9 +-
 tests/functional/meson.build                     |   4 +
 tests/functional/test_arm_aspeed_catalina.py     |  25 ++
 tests/functional/test_arm_aspeed_gb200nvl_bmc.py |  26 +++
 tests/qtest/meson.build                          |   1 +
 15 files changed, 636 insertions(+), 9 deletions(-)
 create mode 100644 tests/qtest/aspeed_scu-test.c
 create mode 100755 tests/functional/test_arm_aspeed_catalina.py
 create mode 100644 tests/functional/test_arm_aspeed_gb200nvl_bmc.py



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

end of thread, other threads:[~2025-07-15  8:50 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-04  8:37 [PULL 00/11] aspeed queue Cédric Le Goater
2025-07-04  8:37 ` [PULL 01/11] hw/misc/aspeed_sdmc: Skipping dram_init in u-boot for AST2700 Cédric Le Goater
2025-07-04  8:37 ` [PULL 02/11] hw/misc/aspeed_scu: Support the Frequency Counter Control register " Cédric Le Goater
2025-07-04  8:37 ` [PULL 03/11] hw/arm/aspeed: bletchley: update hw strap values Cédric Le Goater
2025-07-04  8:37 ` [PULL 04/11] hw/arm/aspeed: add Catalina machine type Cédric Le Goater
2025-07-04  8:37 ` [PULL 05/11] hw/misc/aspeed_scu: Handle AST2600 protection key registers correctly Cédric Le Goater
2025-07-04  8:37 ` [PULL 06/11] tests/qtest: Add test for ASPEED SCU Cédric Le Goater
2025-07-04  8:37 ` [PULL 07/11] aspeed: Deprecate the ast2700a0-evb machine Cédric Le Goater
2025-07-04  8:37 ` [PULL 08/11] hw/arm/aspeed: Add second SPI chip to Aspeed model Cédric Le Goater
2025-07-04  8:37 ` [PULL 09/11] docs: add support for gb200-bmc Cédric Le Goater
2025-07-11 12:01   ` Peter Maydell
2025-07-15  6:13     ` Cédric Le Goater
2025-07-15  8:49       ` Peter Maydell
2025-07-04  8:37 ` [PULL 10/11] hw/arm/aspeed: Add GB200 BMC target Cédric Le Goater
2025-07-04  8:37 ` [PULL 11/11] tests/functional: Add gb200 tests Cédric Le Goater
2025-07-04 17:49 ` [PULL 00/11] aspeed queue Stefan Hajnoczi

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