Hi, Here is a short series adding :
- a new eMMC controller model for the AST2600 SoC (Andrew) - accessors to control the led state of the pca9552 device (Joel) - a 'execute-in-place' property to boot directly from CE0 Thanks, C. Andrew Jeffery (2): hw/sd: Configure number of slots exposed by the ASPEED SDHCI model hw/arm: ast2600: Wire up the eMMC controller Cédric Le Goater (2): ftgmac100: check RX and TX buffer alignment hw/arm/aspeed: add a 'execute-in-place' property to boot directly from CE0 Joel Stanley (1): misc/pca9552: Add qom set and get include/hw/arm/aspeed.h | 2 + include/hw/arm/aspeed_soc.h | 2 + include/hw/sd/aspeed_sdhci.h | 1 + hw/arm/aspeed.c | 71 ++++++++++++++++++++++------ hw/arm/aspeed_ast2600.c | 23 +++++++++ hw/arm/aspeed_soc.c | 2 + hw/misc/pca9552.c | 90 ++++++++++++++++++++++++++++++++++++ hw/net/ftgmac100.c | 13 ++++++ hw/sd/aspeed_sdhci.c | 11 ++++- 9 files changed, 198 insertions(+), 17 deletions(-) -- 2.21.1