First patch introduces standard SD host controller model. This is accumulated version of my previous patch I sent a while ago and a recent SDHCI patch by Peter A. G. Crosthwaite. Second patch introduces Exynos4210-specific SDHCI built on top of standard SDHCI model.
Igor Mitsyanko (2): hw: introduce standard SD host controller target-arm: introduce Exynos4210 SD host controller model Makefile.objs | 1 + Makefile.target | 1 + default-configs/arm-softmmu.mak | 1 + hw/exynos4210.c | 20 + hw/exynos4210_sdhci.c | 438 ++++++++++++++ hw/sdhci.c | 1265 +++++++++++++++++++++++++++++++++++++++ hw/sdhci.h | 307 ++++++++++ 7 files changed, 2033 insertions(+), 0 deletions(-) create mode 100644 hw/exynos4210_sdhci.c create mode 100644 hw/sdhci.c create mode 100644 hw/sdhci.h -- 1.7.4.1