Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260603063756.1481524-1-steven._5Flee@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>, Kane Chen <kane_chen@aspeedtech.com>, Andrew Jeffery <andrew@codeconstruct.com.au>, Joel Stanley <joel@jms.id.au>, Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>, Fabiano Rosas <farosas@suse.de>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
MAINTAINERS | 1 +
docs/system/arm/aspeed.rst | 32 +++
include/hw/arm/aspeed_soc.h | 11 +
include/hw/misc/aspeed_cptra_mbox.h | 133 ++++++++++
include/hw/misc/aspeed_scu.h | 10 +
hw/arm/aspeed_ast1040.c | 60 ++++-
hw/arm/aspeed_ast1040_evb.c | 74 +++++-
hw/misc/aspeed_cptra_mbox.c | 380 +++++++++++++++++++++++++++
hw/misc/aspeed_scu.c | 251 ++++++++++++++++++
hw/misc/cptra_mbox_peer_extern.c | 318 ++++++++++++++++++++++
tests/qtest/aspeed_cptra_mbox-test.c | 223 ++++++++++++++++
hw/misc/meson.build | 2 +
hw/misc/trace-events | 6 +
tests/qtest/meson.build | 3 +-
14 files changed, 1498 insertions(+), 6 deletions(-)
create mode 100644 include/hw/misc/aspeed_cptra_mbox.h
create mode 100644 hw/misc/aspeed_cptra_mbox.c
create mode 100644 hw/misc/cptra_mbox_peer_extern.c
create mode 100644 tests/qtest/aspeed_cptra_mbox-test.c