Re: [Qemu-devel] [PATCH v3 5/7] bcm2836_control: add bcm2836 ARM control logic

2016-01-11 Thread Peter Crosthwaite
On Thu, Dec 31, 2015 at 04:31:32PM -0800, Andrew Baumann wrote: > This module is specific to the bcm2836 (Pi2). It implements the top > level interrupt controller, and mailboxes used for inter-processor > synchronisation. > > Signed-off-by: Andrew Baumann > --- > > Notes: > v3: > * uint

[Qemu-devel] [PATCH v3 5/7] bcm2836_control: add bcm2836 ARM control logic

2015-12-31 Thread Andrew Baumann
This module is specific to the bcm2836 (Pi2). It implements the top level interrupt controller, and mailboxes used for inter-processor synchronisation. Signed-off-by: Andrew Baumann --- Notes: v3: * uint8 localirqs * style tweaks * add MR access size limits hw/intc/Makefile.