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>
hw/arm/aspeed_eeprom.h | 32 -
include/hw/arm/aspeed.h | 79 ++
hw/arm/aspeed.c | 1678 +----------------------------
hw/arm/aspeed_ast10x0_evb.c | 108 ++
hw/arm/aspeed_ast2400_palmetto.c | 80 ++
hw/arm/aspeed_ast2400_quanta-q71l.c | 86 ++
hw/arm/aspeed_ast2400_supermicrox11.c | 81 ++
hw/arm/aspeed_ast2500_evb.c | 67 ++
hw/arm/aspeed_ast2500_fp5280g2.c | 88 ++
hw/arm/aspeed_ast2500_g220a.c | 92 ++
hw/arm/aspeed_ast2500_romulus.c | 62 ++
hw/arm/aspeed_ast2500_sonorapass.c | 102 ++
hw/arm/aspeed_ast2500_supermicro-x11spi.c | 77 ++
hw/arm/aspeed_ast2500_tiogapass.c | 90 ++
hw/arm/aspeed_ast2500_witherspoon.c | 112 ++
hw/arm/aspeed_ast2500_yosemitev2.c | 91 ++
hw/arm/aspeed_ast2600_bletchley.c | 97 ++
hw/arm/aspeed_ast2600_catalina.c | 225 ++++
hw/arm/aspeed_ast2600_evb.c | 65 ++
hw/arm/aspeed_ast2600_fby35.c | 178 +++
hw/arm/aspeed_ast2600_fuji.c | 140 +++
hw/arm/aspeed_ast2600_gb200nvl.c | 111 ++
hw/arm/aspeed_ast2600_qcom-dc-scm-v1.c | 55 +
hw/arm/aspeed_ast2600_qcom-firework.c | 91 ++
hw/arm/aspeed_ast2600_rainier.c | 198 ++++
hw/arm/aspeed_ast27x0_evb.c | 88 ++
hw/arm/aspeed_eeprom.c | 192 ----
hw/arm/meson.build | 24 +-
28 files changed, 2492 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