Hello, The Aspeed AST2500 has one 'SPI' controller for the BMC firmware and two 'SPI' for the host firmware. All controllers have now the same set of registers compatible with the AST2400 'FMC' controller and the legacy 'SMC' controller is fully gone.
This serie adds support for the second SPI controller and for the segment registers which are used to configure the mapping of each flash module in the SoC address space. Thanks, C. Cédric Le Goater (6): aspeed: rename smc object to fmc aspeed: move the flash module mapping address under the controller definition aspeed: extend the number of host SPI controllers aspeed: add support for the AST2500 SoC SMC controllers aspeed: create mapping regions for the maximum number of slaves aspeed: add support for the SMC segment registers hw/arm/aspeed.c | 4 +- hw/arm/aspeed_soc.c | 74 +++++++++++------ hw/ssi/aspeed_smc.c | 194 +++++++++++++++++++++++++++++++++++++++++--- include/hw/arm/aspeed_soc.h | 10 ++- include/hw/ssi/aspeed_smc.h | 3 +- 5 files changed, 241 insertions(+), 44 deletions(-) -- 2.7.4