Failed in applying to current master (
apply log)
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>, Andrew Jeffery <andrew@codeconstruct.com.au>, Joel Stanley <joel@jms.id.au>, Paolo Bonzini <pbonzini@redhat.com>, Fabiano Rosas <farosas@suse.de>, Laurent Vivier <lvivier@redhat.com>
docs/about/deprecated.rst | 8 +
docs/system/arm/aspeed.rst | 4 +-
hw/arm/aspeed_eeprom.h | 3 +
include/hw/arm/aspeed.h | 2 +
hw/arm/aspeed.c | 285 ++++++++++++++++++++++-
hw/arm/aspeed_eeprom.c | 21 ++
hw/misc/aspeed_scu.c | 22 +-
hw/misc/aspeed_sdmc.c | 3 +
tests/qtest/aspeed_scu-test.c | 231 ++++++++++++++++++
hw/arm/Kconfig | 1 +
tests/functional/aspeed.py | 9 +-
tests/functional/meson.build | 4 +
tests/functional/test_arm_aspeed_catalina.py | 25 ++
tests/functional/test_arm_aspeed_gb200nvl_bmc.py | 26 +++
tests/qtest/meson.build | 1 +
15 files changed, 636 insertions(+), 9 deletions(-)
create mode 100644 tests/qtest/aspeed_scu-test.c
create mode 100755 tests/functional/test_arm_aspeed_catalina.py
create mode 100644 tests/functional/test_arm_aspeed_gb200nvl_bmc.py