Re: [PATCH 4/4] hw/sd/milkymist: Do not create SD card within the SDHCI controller

2020-07-06 Thread Alistair Francis
On Sun, Jul 5, 2020 at 2:10 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 4/4] hw/sd/milkymist: 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é --- hw/lm32/milkymist.c | 13 + hw/sd/milkymist-memcard.c | 55 +