Re: [PATCH v5 1/7] raspi: add BCM2835 SOC MPHI emulation

2020-05-18 Thread Peter Maydell
On Tue, 12 May 2020 at 07:49, Paul Zimmerman wrote: > > Add BCM2835 SOC MPHI (Message-based Parallel Host Interface) > emulation. It is very basic, only providing the FIQ interrupt > needed to allow the dwc-otg USB host controller driver in the > Raspbian kernel to function. > > Signed-off-by:

Re: [PATCH v5 1/7] raspi: add BCM2835 SOC MPHI emulation

2020-05-15 Thread Paul Zimmerman
On Fri, May 15, 2020 at 1:10 AM Philippe Mathieu-Daudé wrote: > On 5/12/20 8:48 AM, Paul Zimmerman wrote: > > Add BCM2835 SOC MPHI (Message-based Parallel Host Interface) > > emulation. It is very basic, only providing the FIQ interrupt > > needed to allow the dwc-otg USB host controller driver

Re: [PATCH v5 1/7] raspi: add BCM2835 SOC MPHI emulation

2020-05-15 Thread Philippe Mathieu-Daudé
On 5/12/20 8:48 AM, Paul Zimmerman wrote: Add BCM2835 SOC MPHI (Message-based Parallel Host Interface) emulation. It is very basic, only providing the FIQ interrupt needed to allow the dwc-otg USB host controller driver in the Raspbian kernel to function. Signed-off-by: Paul Zimmerman

[PATCH v5 1/7] raspi: add BCM2835 SOC MPHI emulation

2020-05-12 Thread Paul Zimmerman
Add BCM2835 SOC MPHI (Message-based Parallel Host Interface) emulation. It is very basic, only providing the FIQ interrupt needed to allow the dwc-otg USB host controller driver in the Raspbian kernel to function. Signed-off-by: Paul Zimmerman --- hw/arm/bcm2835_peripherals.c | 17 +++