change from v1: 1. Support RTC for AST2700. 2. Support SDHCI write protected pin inverted for AST2500 and AST2600. 3. Introduce Capabilities Register 2 for SD slot 0 and 1. 4. Support create flash devices via command line for AST1030.
Jamin Lin (8): aspeed/soc: Support RTC for AST2700 hw/timer/aspeed: Fix coding style hw/timer/aspeed: Fix interrupt status does not be cleared for AST2600 hw/sd/sdhci: Fix coding style hw/sd/sdhci: Introduce a new Write Protected pin inverted property hw/sd/aspeed_sdhci: Introduce Capabilities Register 2 for SD slot 0 and 1 hw/arm/aspeed: Invert sdhci write protected pin for AST2600 and AST2500 EVBs aspeed: Support create flash devices via command line for AST1030 hw/arm/aspeed.c | 30 ++++++++++++------ hw/arm/aspeed_ast27x0.c | 11 +++++++ hw/sd/aspeed_sdhci.c | 40 ++++++++++++++++------- hw/sd/sdhci.c | 70 ++++++++++++++++++++++++++++------------- hw/timer/aspeed_timer.c | 15 +++++---- include/hw/arm/aspeed.h | 1 + include/hw/sd/sdhci.h | 5 +++ 7 files changed, 123 insertions(+), 49 deletions(-) -- 2.34.1