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

Guenter Roeck posted 2 patches 5 years, 8 months ago
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test checkpatch passed
Test FreeBSD passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200310215146.19688-1-linux@roeck-us.net
Maintainers: Jean-Christophe Dubois <jcd@tribudubois.net>, Peter Maydell <peter.maydell@linaro.org>
hw/arm/fsl-imx25.c         | 56 ++++++++++++++++++++++++++++++++++++++++++++++
hw/arm/imx25_pdk.c         | 16 +++++++++++++
include/hw/arm/fsl-imx25.h | 18 +++++++++++++++
3 files changed, 90 insertions(+)
[PATCH 0/2] hw/arm: fsl-imx25: Connect eSDHC and USB controllers
Posted by Guenter Roeck 5 years, 8 months ago
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(+)

Re: [PATCH 0/2] hw/arm: fsl-imx25: Connect eSDHC and USB controllers
Posted by Peter Maydell 5 years, 8 months ago
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