This patch series adds support for gb200-bmc, a baseboard management controller module based on an Aspeed 2600 SOC.
v2: - Rebase on master - Drop duplicated patch for enabling PCA954X - Updated commit message with source information - Added functional tests and example openbmc image 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 docs/system/arm/aspeed.rst | 4 +- hw/arm/aspeed.c | 81 +++++++++++++++++++ hw/arm/aspeed_eeprom.c | 21 +++++ hw/arm/aspeed_eeprom.h | 3 + include/hw/arm/aspeed.h | 2 + tests/functional/aspeed.py | 9 ++- tests/functional/meson.build | 2 + .../test_arm_aspeed_gb200nvl_bmc.py | 26 ++++++ 8 files changed, 144 insertions(+), 4 deletions(-) create mode 100755 tests/functional/test_arm_aspeed_gb200nvl_bmc.py -- 2.43.0