From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=43414 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PwYRN-0000eS-Ld for qemu-devel@nongnu.org; Mon, 07 Mar 2011 06:18:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PwYQr-0000H9-06 for qemu-devel@nongnu.org; Mon, 07 Mar 2011 06:16:57 -0500 Received: from mnementh.archaic.org.uk ([81.2.115.146]:38772) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PwYQq-0000Gy-N5 for qemu-devel@nongnu.org; Mon, 07 Mar 2011 06:16:56 -0500 From: Peter Maydell Date: Mon, 7 Mar 2011 11:10:30 +0000 Message-Id: <1299496232-14625-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH v3 0/2] ARM: Add Versatile Express board model List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: patches@linaro.org, Juan Quintela , =?UTF-8?q?Dawid=20Ci=C4=99=C5=BCarkiewicz?= , 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