On Thu, Mar 12, 2020 at 01:29:34PM +, Peter Maydell wrote:
> On Tue, 10 Mar 2020 at 21:04, Guenter Roeck wrote:
> >
> > With this patch, the USB controllers on 'sabrelite' are detected
> > and can be used to boot the system.
> >
> > Signed-off-by: Guenter Roeck
>
> > +for (i = 0; i < FSL
On Tue, 10 Mar 2020 at 21:04, Guenter Roeck wrote:
>
> With this patch, the USB controllers on 'sabrelite' are detected
> and can be used to boot the system.
>
> Signed-off-by: Guenter Roeck
> +for (i = 0; i < FSL_IMX6_NUM_USBS; i++) {
> +static const int FSL_IMX6_USBn_IRQ[] = {
> +
With this patch, the USB controllers on 'sabrelite' are detected
and can be used to boot the system.
Signed-off-by: Guenter Roeck
---
v2: Use USB PHY emulation
hw/arm/fsl-imx6.c | 34 ++
include/hw/arm/fsl-imx6.h | 5 +
2 files changed, 39 insertions