Re: [PATCH v2 3/3] hw/sd: Add Cadence SDHCI emulation

2020-08-22 Thread Philippe Mathieu-Daudé
On 8/17/20 12:05 PM, Bin Meng wrote: > Cadence SD/SDIO/eMMC Host Controller (SD4HC) is an SDHCI compatible > controller. The SDHCI compatible registers start from offset 0x200, > which are called Slot Register Set (SRS) in its datasheet. > > This creates a Cadence SDHCI model built on top of the e

[PATCH v2 3/3] hw/sd: Add Cadence SDHCI emulation

2020-08-17 Thread Bin Meng
Cadence SD/SDIO/eMMC Host Controller (SD4HC) is an SDHCI compatible controller. The SDHCI compatible registers start from offset 0x200, which are called Slot Register Set (SRS) in its datasheet. This creates a Cadence SDHCI model built on top of the existing generic SDHCI model. Cadence specific H