qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] hw/sd/milkymist: Do not create SD card within the SDHCI controller
@ 2020-07-05 21:10 Philippe Mathieu-Daudé
  2020-07-05 21:10 ` [PATCH 1/4] hw/lm32/milkymist: Un-inline milkymist_memcard_create() Philippe Mathieu-Daudé
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-07-05 21:10 UTC (permalink / raw)
  To: qemu-devel
  Cc: Peter Maydell, Michael Walle, Alistair Francis,
	Philippe Mathieu-Daudé

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



^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2020-07-07 20:47 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-05 21:10 [PATCH 0/4] hw/sd/milkymist: Do not create SD card within the SDHCI controller Philippe Mathieu-Daudé
2020-07-05 21:10 ` [PATCH 1/4] hw/lm32/milkymist: Un-inline milkymist_memcard_create() Philippe Mathieu-Daudé
2020-07-06 16:17   ` Alistair Francis
2020-07-05 21:10 ` [PATCH 2/4] hw/lm32/milkymist: Comment to remember some IRQs lines are left unwired Philippe Mathieu-Daudé
2020-07-06 16:19   ` Alistair Francis
2020-07-06 18:04     ` Philippe Mathieu-Daudé
2020-07-06 18:32       ` Alistair Francis
2020-07-07  2:06         ` Philippe Mathieu-Daudé
2020-07-07 15:57           ` Alistair Francis
2020-07-07 16:30   ` Peter Maydell
2020-07-07 20:22     ` Michael Walle
2020-07-05 21:10 ` [PATCH 3/4] hw/sd/milkymist: Create the SDBus at init() Philippe Mathieu-Daudé
2020-07-06 16:19   ` Alistair Francis
2020-07-05 21:10 ` [PATCH 4/4] hw/sd/milkymist: Do not create SD card within the SDHCI controller Philippe Mathieu-Daudé
2020-07-06 16:21   ` Alistair Francis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).