Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251104031325.146374-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>
hw/arm/aspeed_eeprom.h | 32 -
include/hw/arm/aspeed.h | 79 +
hw/arm/aspeed.c | 1678 +--------------------
hw/arm/aspeed_ast10x0_evb.c | 109 ++
hw/arm/aspeed_ast2400_palmetto.c | 81 +
hw/arm/aspeed_ast2400_quanta-q71l.c | 87 ++
hw/arm/aspeed_ast2400_supermicrox11.c | 82 +
hw/arm/aspeed_ast2500_evb.c | 68 +
hw/arm/aspeed_ast2500_fp5280g2.c | 89 ++
hw/arm/aspeed_ast2500_g220a.c | 93 ++
hw/arm/aspeed_ast2500_romulus.c | 63 +
hw/arm/aspeed_ast2500_sonorapass.c | 103 ++
hw/arm/aspeed_ast2500_supermicro-x11spi.c | 78 +
hw/arm/aspeed_ast2500_tiogapass.c | 91 ++
hw/arm/aspeed_ast2500_witherspoon.c | 113 ++
hw/arm/aspeed_ast2500_yosemitev2.c | 92 ++
hw/arm/aspeed_ast2600_bletchley.c | 98 ++
hw/arm/aspeed_ast2600_catalina.c | 226 +++
hw/arm/aspeed_ast2600_evb.c | 66 +
hw/arm/aspeed_ast2600_fby35.c | 179 +++
hw/arm/aspeed_ast2600_fuji.c | 141 ++
hw/arm/aspeed_ast2600_gb200nvl.c | 112 ++
hw/arm/aspeed_ast2600_qcom-dc-scm-v1.c | 56 +
hw/arm/aspeed_ast2600_qcom-firework.c | 92 ++
hw/arm/aspeed_ast2600_rainier.c | 199 +++
hw/arm/aspeed_ast27x0_evb.c | 89 ++
hw/arm/aspeed_eeprom.c | 192 ---
hw/arm/meson.build | 24 +-
28 files changed, 2515 insertions(+), 1897 deletions(-)
delete mode 100644 hw/arm/aspeed_eeprom.h
create mode 100644 hw/arm/aspeed_ast10x0_evb.c
create mode 100644 hw/arm/aspeed_ast2400_palmetto.c
create mode 100644 hw/arm/aspeed_ast2400_quanta-q71l.c
create mode 100644 hw/arm/aspeed_ast2400_supermicrox11.c
create mode 100644 hw/arm/aspeed_ast2500_evb.c
create mode 100644 hw/arm/aspeed_ast2500_fp5280g2.c
create mode 100644 hw/arm/aspeed_ast2500_g220a.c
create mode 100644 hw/arm/aspeed_ast2500_romulus.c
create mode 100644 hw/arm/aspeed_ast2500_sonorapass.c
create mode 100644 hw/arm/aspeed_ast2500_supermicro-x11spi.c
create mode 100644 hw/arm/aspeed_ast2500_tiogapass.c
create mode 100644 hw/arm/aspeed_ast2500_witherspoon.c
create mode 100644 hw/arm/aspeed_ast2500_yosemitev2.c
create mode 100644 hw/arm/aspeed_ast2600_bletchley.c
create mode 100644 hw/arm/aspeed_ast2600_catalina.c
create mode 100644 hw/arm/aspeed_ast2600_evb.c
create mode 100644 hw/arm/aspeed_ast2600_fby35.c
create mode 100644 hw/arm/aspeed_ast2600_fuji.c
create mode 100644 hw/arm/aspeed_ast2600_gb200nvl.c
create mode 100644 hw/arm/aspeed_ast2600_qcom-dc-scm-v1.c
create mode 100644 hw/arm/aspeed_ast2600_qcom-firework.c
create mode 100644 hw/arm/aspeed_ast2600_rainier.c
create mode 100644 hw/arm/aspeed_ast27x0_evb.c
delete mode 100644 hw/arm/aspeed_eeprom.c