bcm2835_peripherals: add rollup device for bcm2835 peripherals
commit7c62aeb82a143f4fcb1e6e419175cd120407deac
authorAndrew Baumann <Andrew.Baumann@microsoft.com>
Fri, 29 Jan 2016 22:50:40 +0000 (29 14:50 -0800)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 3 Feb 2016 15:00:45 +0000 (3 15:00 +0000)
treef4ee0b14d2d3f9d8beb0b62c43311d07082d34e4
parente3ece3e34d912bcca13e552def3dd9bec2ad5d32
bcm2835_peripherals: add rollup device for bcm2835 peripherals

This device maintains all the non-CPU peripherals on bcm2835 (Pi1)
which are also present on bcm2836 (Pi2). It also implements the
private address spaces used for DMA and mailboxes.

Reviewed-by: Peter Crosthwaite <crosthwaite.peter@gmail.com>
Signed-off-by: Andrew Baumann <Andrew.Baumann@microsoft.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/Makefile.objs
hw/arm/bcm2835_peripherals.c [new file with mode: 0644]
include/hw/arm/bcm2835_peripherals.h [new file with mode: 0644]
include/hw/arm/raspi_platform.h [new file with mode: 0644]