Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260224065556.3847942-1-jamin._5Flin@aspeedtech.com
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>, Pierrick Bouvier <pierrick.bouvier@linaro.org>, Alistair Francis <alistair@alistair23.me>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>
docs/system/arm/aspeed.rst | 37 ++-
include/hw/arm/aspeed_coprocessor.h | 5 +-
include/hw/arm/aspeed_soc.h | 3 +
include/hw/misc/aspeed_scu.h | 6 +
include/hw/ssi/aspeed_smc.h | 3 +-
hw/arm/aspeed_ast27x0-fc.c | 8 +
hw/arm/aspeed_ast27x0-ssp.c | 39 +++
hw/arm/aspeed_ast27x0-tsp.c | 36 +++
hw/arm/aspeed_ast27x0.c | 6 +
hw/arm/aspeed_coprocessor_common.c | 2 +
hw/block/m25p80.c | 36 ++-
hw/misc/aspeed_scu.c | 272 +++++++++++++++++-
hw/ssi/aspeed_smc.c | 111 ++++++-
.../aarch64/test_aspeed_ast2700fc.py | 34 +--
14 files changed, 563 insertions(+), 35 deletions(-)