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>, Alistair Francis <alistair@alistair23.me>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, Fabiano Rosas <farosas@suse.de>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
docs/about/deprecated.rst | 8 -
docs/about/removed-features.rst | 8 +
docs/specs/aspeed-intc.rst | 92 ++---
docs/system/arm/aspeed.rst | 27 +-
hw/block/m25p80_sfdp.h | 1 +
include/hw/arm/aspeed_soc.h | 8 +-
include/hw/gpio/aspeed_sgpio.h | 68 ++++
include/hw/misc/aspeed_scu.h | 1 +
hw/arm/aspeed_ast10x0.c | 213 ++++++----
hw/arm/aspeed_ast10x0_evb.c | 23 ++
hw/arm/aspeed_ast2600_catalina.c | 473 ++++++++++++++++++++++-
hw/arm/aspeed_ast27x0-ssp.c | 13 +-
hw/arm/aspeed_ast27x0-tsp.c | 13 +-
hw/arm/aspeed_ast27x0.c | 151 ++------
hw/arm/aspeed_ast27x0_evb.c | 26 --
hw/block/m25p80.c | 2 +
hw/block/m25p80_sfdp.c | 36 ++
hw/gpio/aspeed_sgpio.c | 346 +++++++++++++++++
hw/i2c/aspeed_i2c.c | 10 +-
hw/intc/aspeed_intc.c | 161 +-------
hw/misc/aspeed_scu.c | 5 +-
tests/qtest/ast2700-sgpio-test.c | 165 ++++++++
hw/gpio/meson.build | 1 +
tests/functional/arm/meson.build | 1 +
tests/functional/arm/test_aspeed_ast1060.py | 52 +++
tests/functional/arm/test_aspeed_gb200nvl_bmc.py | 2 +-
tests/qtest/meson.build | 1 +
27 files changed, 1403 insertions(+), 504 deletions(-)
create mode 100644 include/hw/gpio/aspeed_sgpio.h
create mode 100644 hw/gpio/aspeed_sgpio.c
create mode 100644 tests/qtest/ast2700-sgpio-test.c
create mode 100644 tests/functional/arm/test_aspeed_ast1060.py