Re: [PATCH 1/2] hw/sd/pxa2xx_mmci: Do not create SD card within the SDHCI controller

2020-07-09 Thread Peter Maydell
On Sun, 5 Jul 2020 at 22:33, Philippe Mathieu-Daudé wrote: > > SDHCI controllers provide a SD Bus to plug SD cards, but don't > come with SD card plugged in :) Let the machine/board object > create and plug the SD cards when required. This too is not an SDHCI controller. > Signed-off-by: Philipp

Re: [PATCH 1/2] hw/sd/pxa2xx_mmci: Do not create SD card within the SDHCI controller

2020-07-06 Thread Alistair Francis
On Sun, Jul 5, 2020 at 2:34 PM Philippe Mathieu-Daudé wrote: > > SDHCI controllers provide a SD Bus to plug SD cards, but don't > come with SD card plugged in :) Let the machine/board object > create and plug the SD cards when required. > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alis

[PATCH 1/2] hw/sd/pxa2xx_mmci: Do not create SD card within the SDHCI controller

2020-07-05 Thread Philippe Mathieu-Daudé
SDHCI controllers provide a SD Bus to plug SD cards, but don't come with SD card plugged in :) Let the machine/board object create and plug the SD cards when required. Signed-off-by: Philippe Mathieu-Daudé --- include/hw/arm/pxa.h | 3 +-- hw/arm/pxa2xx.c | 39 +