]> Git Repo - qemu.git/commit
bcm2835_peripherals: add rollup device for bcm2835 peripherals
authorAndrew Baumann <[email protected]>
Fri, 29 Jan 2016 22:50:40 +0000 (14:50 -0800)
committerPeter Maydell <[email protected]>
Wed, 3 Feb 2016 15:00:45 +0000 (15:00 +0000)
commit7c62aeb82a143f4fcb1e6e419175cd120407deac
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 <[email protected]>
Signed-off-by: Andrew Baumann <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
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]
This page took 0.028941 seconds and 4 git commands to generate.