[PATCH 0/4] hw/arm/aspeed: Add sanmiguel-bmc machine type

Emmanuel BLOT posted 4 patches 3 weeks, 2 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260702-sanmiguel-bmc-v1-0-b176b840aee3@free.fr
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>
hw/arm/aspeed_ast2600_sanmiguel.c             | 407 ++++++++++++++++++++++++++
hw/arm/meson.build                            |   1 +
tests/functional/arm/meson.build              |   2 +
tests/functional/arm/test_aspeed_sanmiguel.py |  33 +++
tests/functional/aspeed.py                    |   4 +-
5 files changed, 446 insertions(+), 1 deletion(-)
[PATCH 0/4] hw/arm/aspeed: Add sanmiguel-bmc machine type
Posted by Emmanuel BLOT 3 weeks, 2 days ago
- Add initial support with I2C EEPROM populated with FRU data
- OpenBMC boot test with DT type check

Signed-off-by: Emmanuel Blot <emmanuel.blot@free.fr>
---
Emmanuel BLOT (2):
      hw/arm: sanmiguel-bmc: add Facebook SanMiguel BMC machine
      hw/arm: sanmiguel-bmc: populate EEPROM data

Emmanuel Blot (2):
      tests/functional: aspeed: optionally check the device tree model on boot
      tests/functional: arm: add SanMiguel BMC boot test

 hw/arm/aspeed_ast2600_sanmiguel.c             | 407 ++++++++++++++++++++++++++
 hw/arm/meson.build                            |   1 +
 tests/functional/arm/meson.build              |   2 +
 tests/functional/arm/test_aspeed_sanmiguel.py |  33 +++
 tests/functional/aspeed.py                    |   4 +-
 5 files changed, 446 insertions(+), 1 deletion(-)
---
base-commit: a59157f98f0b69b0bbdb26bc15fbc4d6c8060799
change-id: 20260702-sanmiguel-bmc-488b78989f45

Best regards,
--  
Emmanuel Blot <emmanuel.blot@free.fr>