bcm2836_control: add bcm2836 ARM control logic
commit10f6be89ce92c2ad17f7a87aba34b0ac109f5c29
authorAndrew Baumann <Andrew.Baumann@microsoft.com>
Thu, 3 Dec 2015 23:28:15 +0000 (3 15:28 -0800)
committerAndrew Baumann <Andrew.Baumann@microsoft.com>
Thu, 31 Dec 2015 23:48:57 +0000 (31 15:48 -0800)
treeb81da6a4663a9ebe8e770af7150bbbc33b15d9ef
parentcd28678826907b3084a3682e993c1db2432c7ee1
bcm2836_control: add bcm2836 ARM control logic

This module is specific to the bcm2836 (Pi2). It implements the top
level interrupt controller, and mailboxes used for inter-processor
synchronisation.
hw/intc/Makefile.objs
hw/intc/bcm2836_control.c [new file with mode: 0644]
include/hw/intc/bcm2836_control.h [new file with mode: 0644]