Hello, Here is a series adding a couple of cleanups to the Aspeed SoCs to prepare ground for extensions and new SoCs.
Thanks, C. Changes since v1: - moved enum defining the Aspeed controller names under aspeed_soc.h - removed AspeedSoCInfo 'sdram_base' field - fixed clang compilation Cédric Le Goater (3): aspeed: add a per SoC mapping for the interrupt space aspeed: add a per SoC mapping for the memory space aspeed: use sysbus_init_child_obj() to initialize children include/hw/arm/aspeed_soc.h | 40 ++++++- hw/arm/aspeed.c | 8 +- hw/arm/aspeed_soc.c | 226 ++++++++++++++++++++++-------------- 3 files changed, 184 insertions(+), 90 deletions(-) -- 2.20.1