qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/2] ARM: Add Versatile Express board model
@ 2011-03-07 11:10 Peter Maydell
  2011-03-07 11:10 ` [Qemu-devel] [PATCH v3 1/2] hw/arm_sysctl.c: Add the Versatile Express system registers Peter Maydell
  2011-03-07 11:10 ` [Qemu-devel] [PATCH v3 2/2] hw/vexpress.c: Add model of ARM Versatile Express board Peter Maydell
  0 siblings, 2 replies; 10+ messages in thread
From: Peter Maydell @ 2011-03-07 11:10 UTC (permalink / raw)
  To: qemu-devel
  Cc: patches, Juan Quintela, Dawid Ciężarkiewicz,
	Amit Mahajan, Bahadir Balban, Paolo Bonzini

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-04-03 16:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-07 11:10 [Qemu-devel] [PATCH v3 0/2] ARM: Add Versatile Express board model Peter Maydell
2011-03-07 11:10 ` [Qemu-devel] [PATCH v3 1/2] hw/arm_sysctl.c: Add the Versatile Express system registers Peter Maydell
2011-03-07 16:16   ` [Qemu-devel] " Juan Quintela
2011-03-21 20:39   ` [Qemu-devel] " Aurelien Jarno
2011-03-07 11:10 ` [Qemu-devel] [PATCH v3 2/2] hw/vexpress.c: Add model of ARM Versatile Express board Peter Maydell
2011-03-21 20:41   ` Aurelien Jarno
2011-03-21 21:19     ` Peter Maydell
2011-03-22  5:50       ` Aurelien Jarno
2011-03-22  9:03         ` Peter Maydell
2011-04-03 16:05   ` Aurelien Jarno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).