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

William de Abreu Pinho posted 2 patches 2 weeks, 1 day ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260515-add-anacapa-machine-v1-0-9765ce0b9426@gmail.com
Maintainers: "Cédric Le Goater" <clg@kaod.org>, Peter Maydell <peter.maydell@linaro.org>, Steven Lee <steven_lee@aspeedtech.com>, Troy Lee <leetroy@gmail.com>, Jamin Lin <jamin_lin@aspeedtech.com>, Kane Chen <kane_chen@aspeedtech.com>, Andrew Jeffery <andrew@codeconstruct.com.au>, Joel Stanley <joel@jms.id.au>
There is a newer version of this series
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/aspeed.py                  |   8 +
5 files changed, 398 insertions(+)
[PATCH 0/2] hw/arm/aspeed: add anacapa-bmc machine
Posted by William de Abreu Pinho 2 weeks, 1 day ago
This series adds support for the Anacapa machine type.  The first patch
adds the machine model and a functional test.  The second patch adds the
FRU EEPROM contents.

Signed-off-by: William de Abreu Pinho <williamdapinho@gmail.com>
---
William de Abreu Pinho (2):
      hw/arm/aspeed: add anacapa-bmc machine
      hw/arm/aspeed: anacapa: add FRU EEPROM data

 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/aspeed.py                  |   8 +
 5 files changed, 398 insertions(+)
---
base-commit: ee7eb612be8f8886d48c1d0c1f1c65e495138f83
change-id: 20260511-add-anacapa-machine-cf7076ab0afa

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