This patchset adds support for the ARM Versatile Express board
with Cortex-A9 daughterboard. It's based on some vexpress modelling
work done by Bahadir Balban and Amit Mahajan at B Labs, overhauled
and cleaned up by me (thanks to them for making that work available).

(The MMC changes this patch depends on are now in qemu git master,
so this v3 is a standalone patchset.)

Changes v1->v2:
 * bump the vmstate version on arm_sysctl, as suggested by Juan Quintela
Changes v2->v3:
 * allow arm_sysctl vmstate loads from v1, as suggested by Paolo Bonzini
 * add sys_mci to the vmstate while we are bumping the version number
 * handling of secondary CPU reset has moved into hw/arm_boot.c 

Peter Maydell (2):
  hw/arm_sysctl.c: Add the Versatile Express system registers
  hw/vexpress.c: Add model of ARM Versatile Express board

 Makefile.target |    1 +
 hw/arm_sysctl.c |   64 ++++++++++++++++-
 hw/vexpress.c   |  224 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 288 insertions(+), 1 deletions(-)
 create mode 100644 hw/vexpress.c


Reply via email to