mbox series

[0/2] hw/arm: fsl-imx25: Connect eSDHC and USB controllers

Message ID 20200310215146.19688-1-linux@roeck-us.net (mailing list archive)
Headers show
Series hw/arm: fsl-imx25: Connect eSDHC and USB controllers | expand

Message

Guenter Roeck March 10, 2020, 9:51 p.m. UTC
The following two patches wire up eSDHC and USB controllers for fsl-imx25.
With these patches in place, the imx25-pdk emulation can boot from SD cards
and from USB.

----------------------------------------------------------------
Guenter Roeck (2):
      hw/arm: fsl-imx25: Wire up eSDHC controllers
      hw/arm/fsl-imx25: Wire up USB controllers

 hw/arm/fsl-imx25.c         | 56 ++++++++++++++++++++++++++++++++++++++++++++++
 hw/arm/imx25_pdk.c         | 16 +++++++++++++
 include/hw/arm/fsl-imx25.h | 18 +++++++++++++++
 3 files changed, 90 insertions(+)

Comments

Peter Maydell March 12, 2020, 1:41 p.m. UTC | #1
On Tue, 10 Mar 2020 at 21:51, Guenter Roeck <linux@roeck-us.net> wrote:
>
> The following two patches wire up eSDHC and USB controllers for fsl-imx25.
> With these patches in place, the imx25-pdk emulation can boot from SD cards
> and from USB.
>
> ----------------------------------------------------------------
> Guenter Roeck (2):
>       hw/arm: fsl-imx25: Wire up eSDHC controllers
>       hw/arm/fsl-imx25: Wire up USB controllers



Applied to target-arm.next, thanks.

-- PMM