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.
Signed-off-by: William de Abreu Pinho <[email protected]> --- 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/[email protected] --- 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 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 + 7 files changed, 404 insertions(+), 6 deletions(-) --- base-commit: ee7eb612be8f8886d48c1d0c1f1c65e495138f83 change-id: 20260511-add-anacapa-machine-cf7076ab0afa Best regards, -- William de Abreu Pinho <[email protected]>
