Re: [PATCH v3 05/16] hw/arm/bcm2836: Make the SoC code modular

2019-10-21 Thread Alistair Francis
On Sat, Oct 19, 2019 at 4:50 PM Philippe Mathieu-Daudé wrote: > > This file creates the BCM2836/BCM2837 blocks. > The biggest differences with the BCM2838 we are going to add, are > the base addresses of the interrupt controller and the peripherals. > Add these addresses in the BCM283XInfo structu

[PATCH v3 05/16] hw/arm/bcm2836: Make the SoC code modular

2019-10-19 Thread Philippe Mathieu-Daudé
This file creates the BCM2836/BCM2837 blocks. The biggest differences with the BCM2838 we are going to add, are the base addresses of the interrupt controller and the peripherals. Add these addresses in the BCM283XInfo structure to make this block more modular. Remove the MCORE_OFFSET offset as it