From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=41698 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PuQsh-0005Ye-05 for qemu-devel@nongnu.org; Tue, 01 Mar 2011 09:48:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PuQsf-0000Ym-RJ for qemu-devel@nongnu.org; Tue, 01 Mar 2011 09:48:54 -0500 Received: from smtp161.dfw.emailsrvr.com ([67.192.241.161]:43719) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PuQsf-0000Ya-LN for qemu-devel@nongnu.org; Tue, 01 Mar 2011 09:48:53 -0500 From: Amit Mahajan In-Reply-To: <1298982742-31154-1-git-send-email-peter.maydell@linaro.org> References: <1298982742-31154-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset="UTF-8" Date: Tue, 01 Mar 2011 20:18:40 +0530 Message-ID: <1298990920.2361.1.camel@amit-laptop> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 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: Peter Maydell Cc: patches@linaro.org, qemu-devel@nongnu.org, Bahadir Balban , Dawid =?UTF-8?Q?Ci=C4=99=C5=BCarkiewicz?= Thanks Peter for the efforts. On Tue, 2011-03-01 at 12:32 +0000, Peter Maydell wrote: > 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. > > 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 | 61 ++++++++++++++ > hw/vexpress.c | 238 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 300 insertions(+), 0 deletions(-) > create mode 100644 hw/vexpress.c > -- Thanks Amit Mahajan