This patchset adds support for the Versatile Express A15 daughterboard. The resulting model is capable of booting a Linux kernel which has been configured for Cortex-A15 with the Versatile Express "extended memory map" and without support for LPAE.
Changes since v2: * the target-arm patches are now in master * dropped spurious 'const' from 'factor out daughterboard' patch * rebased on current master and updated a15mpcore.c with QOM changes Peter Maydell (7): hw/a15mpcore.c: Add Cortex-A15 private peripheral model hw/vexpress.c: Make motherboard peripheral memory map table-driven hw/vexpress.c: Move secondary CPU boot code to SRAM hw/vexpress.c: Factor out daughterboard-specific initialization hw/vexpress.c: Instantiate the motherboard CLCD arm_boot: Pass base address of GIC CPU interface, not whole GIC hw/vexpress.c: Add vexpress-a15 machine Makefile.target | 2 +- hw/a15mpcore.c | 99 +++++++++++++ hw/arm-misc.h | 2 +- hw/arm_boot.c | 8 +- hw/realview.c | 12 +- hw/vexpress.c | 410 ++++++++++++++++++++++++++++++++++++++++++++----------- 6 files changed, 441 insertions(+), 92 deletions(-) create mode 100644 hw/a15mpcore.c