Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220714154456.2565189-1-clg@kaod.org
Maintainers: "Cédric Le Goater" <clg@kaod.org>, Peter Maydell <peter.maydell@linaro.org>, Andrew Jeffery <andrew@aj.id.au>, Joel Stanley <joel@jms.id.au>, Alistair Francis <alistair@alistair23.me>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, Titus Rwantare <titusr@google.com>, Cleber Rosa <crosa@redhat.com>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>, Thomas Huth <thuth@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
docs/system/arm/aspeed.rst | 62 ++++++++++++-
include/hw/arm/aspeed_soc.h | 9 +-
include/hw/i2c/pmbus_device.h | 7 ++
include/hw/misc/aspeed_sbc.h | 13 +++
include/hw/sensor/isl_pmbus_vr.h | 5 ++
hw/arm/aspeed.c | 38 ++++++--
hw/arm/aspeed_ast10x0.c | 13 ++-
hw/arm/aspeed_ast2600.c | 13 ++-
hw/arm/aspeed_soc.c | 55 ++++++++----
hw/arm/fby35.c | 188 +++++++++++++++++++++++++++++++++++++++
hw/block/m25p80.c | 102 ++++++++++++++++++---
hw/gpio/aspeed_gpio.c | 15 ++--
hw/i2c/pmbus_device.c | 9 ++
hw/misc/aspeed_sbc.c | 42 ++++++++-
hw/sensor/isl_pmbus_vr.c | 40 +++++++++
tests/qtest/aspeed_gpio-test.c | 27 ++++++
tests/qtest/aspeed_smc-test.c | 111 +++++++++++++++++++++++
MAINTAINERS | 1 +
hw/arm/meson.build | 3 +-
tests/avocado/machine_aspeed.py | 68 ++++++++++++++
20 files changed, 764 insertions(+), 57 deletions(-)
create mode 100644 hw/arm/fby35.c