Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231025085921.733686-1-clg@kaod.org
Maintainers: "Cédric Le Goater" <clg@kaod.org>, Peter Maydell <peter.maydell@linaro.org>, Andrew Jeffery <andrew@codeconstruct.com.au>, Joel Stanley <joel@jms.id.au>
MAINTAINERS | 2 +-
include/hw/arm/aspeed_soc.h | 35 +++++-
hw/arm/aspeed.c | 101 +++++++--------
hw/arm/aspeed_ast10x0.c | 53 ++++----
hw/arm/{aspeed_soc.c => aspeed_ast2400.c} | 197 +++++++-----------------------
hw/arm/aspeed_ast2600.c | 75 ++++++------
hw/arm/aspeed_soc_common.c | 154 +++++++++++++++++++++++
hw/arm/fby35.c | 27 ++--
hw/arm/meson.build | 3 +-
9 files changed, 363 insertions(+), 284 deletions(-)
rename hw/arm/{aspeed_soc.c => aspeed_ast2400.c} (76%)
create mode 100644 hw/arm/aspeed_soc_common.c