mbox series

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

Message ID 20200705211016.15241-1-f4bug@amsat.org
Headers show
Series hw/sd/milkymist: Do not create SD card within the SDHCI controller | expand

Message

Philippe Mathieu-Daudé July 5, 2020, 9:10 p.m. UTC
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(-)