raspi: add BCM2835 SOC MPHI emulation
commit3d46938bbbd7cea47ab9b994c0438aea3d10d98f
authorPaul Zimmerman <pauldzim@gmail.com>
Wed, 20 May 2020 23:53:43 +0000 (20 16:53 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 5 Jun 2020 16:23:09 +0000 (5 17:23 +0100)
treeb8d36e414331d4514827286fca4907405ac3ce9a
parent7a1e049a707149b306b7b65c66d504d251c0a4b0
raspi: add BCM2835 SOC MPHI emulation

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 <pauldzim@gmail.com>
Acked-by: Philippe Mathieu-Daude <f4bug@amsat.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20200520235349.21215-2-pauldzim@gmail.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/bcm2835_peripherals.c
hw/misc/Makefile.objs
hw/misc/bcm2835_mphi.c [new file with mode: 0644]
include/hw/arm/bcm2835_peripherals.h
include/hw/misc/bcm2835_mphi.h [new file with mode: 0644]