From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=51206 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pvbho-0003NI-FO for qemu-devel@nongnu.org; Fri, 04 Mar 2011 15:34:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pvbhn-0006He-Bo for qemu-devel@nongnu.org; Fri, 04 Mar 2011 15:34:32 -0500 Received: from mnementh.archaic.org.uk ([81.2.115.146]:51097) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pvbhn-0006G5-1W for qemu-devel@nongnu.org; Fri, 04 Mar 2011 15:34:31 -0500 From: Peter Maydell Date: Fri, 4 Mar 2011 20:34:17 +0000 Message-Id: <1299270860-8927-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH v2 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, Amit Mahajan , =?UTF-8?q?Dawid=20Ci=C4=99=C5=BCarkiewicz?= , Bahadir Balban , Juan Quintela 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 patchset depends on the MMC cleanup work I posted last week: http://www.mail-archive.com/qemu-devel@nongnu.org/msg56148.html as it wants to wire up the MMC status lines. Changes since v1: bump the vmstate version on arm_sysctl, as suggested by Juan Quintela 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 | 65 +++++++++++++++- hw/vexpress.c | 238 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 302 insertions(+), 2 deletions(-) create mode 100644 hw/vexpress.c