]> git.proxmox.com Git - mirror_qemu.git/commit - default-configs/arm-softmmu.mak
bcm2835_mbox: add BCM2835 mailboxes
authorAndrew Baumann <Andrew.Baumann@microsoft.com>
Fri, 29 Jan 2016 22:50:37 +0000 (14:50 -0800)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 3 Feb 2016 14:56:32 +0000 (14:56 +0000)
commit99494e696e03adf957bbbcf7345ce31ad7e45497
treeb9945d67eb7e8ff5376ebd5ae549bbb9a24b961c
parent3c2f7bb32b4c597925c5c7411307d51f1a56045d
bcm2835_mbox: add BCM2835 mailboxes

This adds the system mailboxes which are used to communicate with a
number of GPU peripherals on Pi/Pi2.

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>
default-configs/arm-softmmu.mak
hw/misc/Makefile.objs
hw/misc/bcm2835_mbox.c [new file with mode: 0644]
include/hw/misc/bcm2835_mbox.h [new file with mode: 0644]
include/hw/misc/bcm2835_mbox_defs.h [new file with mode: 0644]