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

2020-04-29 Thread Paul Zimmerman
Hi Phil, On Tue, Apr 28, 2020 at 12:06 AM Philippe Mathieu-Daudé wrote: > Hi Paul, > > On 4/28/20 4:22 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

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

2020-04-28 Thread Philippe Mathieu-Daudé
Hi Paul, On 4/28/20 4:22 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

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

2020-04-27 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 +++