Re: [Qemu-devel] [PATCH 0/2] add bcm2835 sdhost controller to bcm2835 platform

2017-02-21 Thread Peter Maydell
On 20 February 2017 at 17:34, Clement Deschamps wrote: > This patches add the Arasan SD controller to the BCM2835/36 platforms. Cool! > On the real hardware, both SD controllers are wired to the same SD card. > Selection is done via multi-function pins through the GPIO controller. I'm > not >

[Qemu-devel] [PATCH 0/2] add bcm2835 sdhost controller to bcm2835 platform

2017-02-20 Thread Clement Deschamps
This patches add the Arasan SD controller to the BCM2835/36 platforms. The BCM2835/36/37 have 2 SD controllers. The first one has an SDHCI interface and is already supported in QEMU (hw/sd/sdhci.c), the second one is an IP from Arasan. The latest versions of raspbian (since 2016) have a linux ke