[PATCH v3 0/3] hw/arm/aspeed: add anacapa-bmc machine

William de Abreu Pinho posted 3 patches 1 week, 3 days ago
Failed in applying to current master (apply log)
docs/system/arm/aspeed.rst                    |   3 +-
hw/arm/aspeed_ast2600_anacapa.c               | 362 ++++++++++++++++++++++++++
hw/arm/meson.build                            |   1 +
tests/functional/arm/meson.build              |   2 +
tests/functional/arm/test_aspeed_anacapa.py   |  25 ++
tests/functional/arm/test_aspeed_bletchley.py |   6 +-
tests/functional/arm/test_aspeed_catalina.py  |   6 +-
tests/functional/aspeed.py                    |   8 +
8 files changed, 406 insertions(+), 7 deletions(-)
[PATCH v3 0/3] hw/arm/aspeed: add anacapa-bmc machine
Posted by William de Abreu Pinho 1 week, 3 days ago
This series adds support for the Anacapa machine type.  The first patch
introduces FacebookAspeedTest and updates the existing Facebook machine
tests.  The second patch adds the machine model and functional tests.
The third patch adds the FRU EEPROM contents.

To: qemu-devel@nongnu.org
Cc: Cédric Le Goater <clg@kaod.org>
Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: Steven Lee <steven_lee@aspeedtech.com>
Cc: Troy Lee <leetroy@gmail.com>
Cc: Jamin Lin <jamin_lin@aspeedtech.com>
Cc: Kane Chen <kane_chen@aspeedtech.com>
Cc: Andrew Jeffery <andrew@codeconstruct.com.au>
Cc: Joel Stanley <joel@jms.id.au>
Cc: qemu-arm@nongnu.org
Cc: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>

Changes in v3:
- Update docs/system/arm/aspeed.rst to add anacapa-bmc (suggested by
  Cédric Le Goater)
- Link to v2: https://lore.kernel.org/qemu-devel/20260519-add-anacapa-machine-v2-0-47027867d76a@gmail.com

Changes in v2:
- Split the functional test (FacebookAspeedTest) into a separate patch,
  also updating bletchley-bmc and catalina-bmc to use it.
- Link to v1: https://lore.kernel.org/qemu-devel/20260515-add-anacapa-machine-v1-0-9765ce0b9426@gmail.com

---
William de Abreu Pinho (3):
      tests/functional/aspeed: introduce FacebookAspeedTest
      hw/arm/aspeed: add anacapa-bmc machine
      hw/arm/aspeed: anacapa: add FRU EEPROM data

 docs/system/arm/aspeed.rst                    |   3 +-
 hw/arm/aspeed_ast2600_anacapa.c               | 362 ++++++++++++++++++++++++++
 hw/arm/meson.build                            |   1 +
 tests/functional/arm/meson.build              |   2 +
 tests/functional/arm/test_aspeed_anacapa.py   |  25 ++
 tests/functional/arm/test_aspeed_bletchley.py |   6 +-
 tests/functional/arm/test_aspeed_catalina.py  |   6 +-
 tests/functional/aspeed.py                    |   8 +
 8 files changed, 406 insertions(+), 7 deletions(-)
---
base-commit: ee7eb612be8f8886d48c1d0c1f1c65e495138f83
change-id: 20260511-add-anacapa-machine-cf7076ab0afa

Best regards,
-- 
William de Abreu Pinho <williamdapinho@gmail.com>


Re: [PATCH v3 0/3] hw/arm/aspeed: add anacapa-bmc machine
Posted by Cédric Le Goater 1 week, 2 days ago
On 5/19/26 19:48, William de Abreu Pinho wrote:
> This series adds support for the Anacapa machine type.  The first patch
> introduces FacebookAspeedTest and updates the existing Facebook machine
> tests.  The second patch adds the machine model and functional tests.
> The third patch adds the FRU EEPROM contents.
> 
> To: qemu-devel@nongnu.org
> Cc: Cédric Le Goater <clg@kaod.org>
> Cc: Peter Maydell <peter.maydell@linaro.org>
> Cc: Steven Lee <steven_lee@aspeedtech.com>
> Cc: Troy Lee <leetroy@gmail.com>
> Cc: Jamin Lin <jamin_lin@aspeedtech.com>
> Cc: Kane Chen <kane_chen@aspeedtech.com>
> Cc: Andrew Jeffery <andrew@codeconstruct.com.au>
> Cc: Joel Stanley <joel@jms.id.au>
> Cc: qemu-arm@nongnu.org
> Cc: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
> 
> Changes in v3:
> - Update docs/system/arm/aspeed.rst to add anacapa-bmc (suggested by
>    Cédric Le Goater)
> - Link to v2: https://lore.kernel.org/qemu-devel/20260519-add-anacapa-machine-v2-0-47027867d76a@gmail.com
> 
> Changes in v2:
> - Split the functional test (FacebookAspeedTest) into a separate patch,
>    also updating bletchley-bmc and catalina-bmc to use it.
> - Link to v1: https://lore.kernel.org/qemu-devel/20260515-add-anacapa-machine-v1-0-9765ce0b9426@gmail.com
> 
> ---
> William de Abreu Pinho (3):
>        tests/functional/aspeed: introduce FacebookAspeedTest
>        hw/arm/aspeed: add anacapa-bmc machine
>        hw/arm/aspeed: anacapa: add FRU EEPROM data
> 
>   docs/system/arm/aspeed.rst                    |   3 +-
>   hw/arm/aspeed_ast2600_anacapa.c               | 362 ++++++++++++++++++++++++++
>   hw/arm/meson.build                            |   1 +
>   tests/functional/arm/meson.build              |   2 +
>   tests/functional/arm/test_aspeed_anacapa.py   |  25 ++
>   tests/functional/arm/test_aspeed_bletchley.py |   6 +-
>   tests/functional/arm/test_aspeed_catalina.py  |   6 +-
>   tests/functional/aspeed.py                    |   8 +
>   8 files changed, 406 insertions(+), 7 deletions(-)
> ---
> base-commit: ee7eb612be8f8886d48c1d0c1f1c65e495138f83
> change-id: 20260511-add-anacapa-machine-cf7076ab0afa
> 
> Best regards,

Applied to

     https://github.com/legoater/qemu aspeed-next

Thanks,

C.