Re: [Qemu-devel] [PATCH v2] hw/arm/exynos: Add generic SDHCI devices

2017-04-25 Thread Peter Maydell
On 22 April 2017 at 20:07, Krzysztof Kozlowski wrote: > Exynos4210 has four SD/MMC controllers supporting: > - SD Standard Host Specification Version 2.0, > - MMC Specification Version 4.3, > - SDIO Card Specification Version 2.0, > - DMA and ADMA. > > Add emulation of SDHCI devices which allo

[Qemu-devel] [PATCH v2] hw/arm/exynos: Add generic SDHCI devices

2017-04-22 Thread Krzysztof Kozlowski
Exynos4210 has four SD/MMC controllers supporting: - SD Standard Host Specification Version 2.0, - MMC Specification Version 4.3, - SDIO Card Specification Version 2.0, - DMA and ADMA. Add emulation of SDHCI devices which allows accessing storage through SD cards. Differences from real hardwar