----------------------------------------------------------------
Cédric Le Goater (1):
aspeed: Introduce a get_irq AspeedSoCClass method
Howard Chiu (1):
hw/arm/aspeed: Add i2c devices for AST2600 EVB
Iris Chen (1):
hw: m25p80: allow write_enable latch get/set
Jamin Lin (5):
docs: add minibmc section in aspeed document
hw/gpio Add GPIO read/write trace event.
hw/gpio: Add ASPEED GPIO model for AST1030
hw/gpio support GPIO index mode for write operation.
hw/gpio: replace HWADDR_PRIx with PRIx64
Peter Delevoryas (7):
hw/arm/aspeed: Add fby35 machine type
docs: aspeed: Add fby35 board
hw: aspeed: Add missing UART's
hw: aspeed: Add uarts_num SoC attribute
hw: aspeed: Ensure AST1030 respects uart-default
hw: aspeed: Introduce common UART init function
hw: aspeed: Init all UART's with serial devices
docs/system/arm/aspeed.rst | 62 ++++++++++
include/hw/arm/aspeed_soc.h | 13 +++
include/hw/gpio/aspeed_gpio.h | 16 ++-
tests/qtest/libqtest.h | 22 ++++
hw/arm/aspeed.c | 74 +++++++++++-
hw/arm/aspeed_ast10x0.c | 48 ++++++--
hw/arm/aspeed_ast2600.c | 32 +++--
hw/arm/aspeed_soc.c | 46 ++++++--
hw/block/m25p80.c | 1 +
hw/gpio/aspeed_gpio.c | 257 ++++++++++++++++++++++++++++++++++++++---
tests/qtest/aspeed_gpio-test.c | 40 ++-----
tests/qtest/aspeed_smc-test.c | 43 +++++++
tests/qtest/libqtest.c | 24 ++++
hw/gpio/trace-events | 4 +
14 files changed, 607 insertions(+), 75 deletions(-)