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

Philippe Mathieu-Daudé posted 4 patches 3 years, 9 months ago
Test FreeBSD passed
Test docker-quick@centos7 passed
Test checkpatch passed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200705211016.15241-1-f4bug@amsat.org
hw/lm32/milkymist-hw.h    | 11 --------
hw/lm32/milkymist.c       | 25 +++++++++++++++++
hw/sd/milkymist-memcard.c | 57 ++++++++++++++++++++++-----------------
3 files changed, 58 insertions(+), 35 deletions(-)
[PATCH 0/4] hw/sd/milkymist: Do not create SD card within the SDHCI controller
Posted by Philippe Mathieu-Daudé 3 years, 9 months ago
SDHCI controllers provide a SD Bus to plug SD cards, but don't
come with SD card plugged in :)

This series move the SD card creation to the machine/board code.

Regards,

Phil.

Philippe Mathieu-Daudé (4):
  hw/lm32/milkymist: Un-inline milkymist_memcard_create()
  hw/lm32/milkymist: Comment to remember some IRQs lines are left
    unwired
  hw/sd/milkymist: Create the SDBus at init()
  hw/sd/milkymist: Do not create SD card within the SDHCI controller

 hw/lm32/milkymist-hw.h    | 11 --------
 hw/lm32/milkymist.c       | 25 +++++++++++++++++
 hw/sd/milkymist-memcard.c | 57 ++++++++++++++++++++++-----------------
 3 files changed, 58 insertions(+), 35 deletions(-)

-- 
2.21.3