From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57511) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S55dG-00074U-NS for qemu-devel@nongnu.org; Tue, 06 Mar 2012 20:25:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S55dE-00010Q-D7 for qemu-devel@nongnu.org; Tue, 06 Mar 2012 20:25:34 -0500 Received: from mail-lpp01m010-f45.google.com ([209.85.215.45]:49354) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S55dE-0000zx-30 for qemu-devel@nongnu.org; Tue, 06 Mar 2012 20:25:32 -0500 Received: by lahe6 with SMTP id e6so7473222lah.4 for ; Tue, 06 Mar 2012 17:25:28 -0800 (PST) Date: Wed, 7 Mar 2012 02:25:22 +0100 From: "Edgar E. Iglesias" Message-ID: <20120307012522.GA9696@zapo> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v9 0/4] Zynq-7000 EPP platform model List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Peter A. G. Crosthwaite" Cc: peter.maydell@linaro.org, monstr@monstr.eu, qemu-devel@nongnu.org, paul@codesourcery.com, duyl@xilinx.com, linnj@xilinx.com, afaerber@suse.de, john.williams@petalogix.com On Mon, Mar 05, 2012 at 02:39:09PM +1000, Peter A. G. Crosthwaite wrote: > This is a suite of Device models and a machine model for the Xilinx Zynq-7000 Extensible Processing Platform: > > http://www.xilinx.com/products/silicon-devices/epp/zynq-7000/index.htm > > This is an ARM based platform featuring embedded SoC peripherals. This patch series includes a minimal set of device models and a a machine model capable of emulating zynq platforms booting linux. > > This first 3 patches in this series are device models for IP provided by cadence for the Zynq platform. The final patch is the initial revision of the zynq machine model. > > Most of this work was originally authored by Xilinx, as indicated by (c) notices in added files. > > Tree is available from: > git://developer.petalogix.com/private/peterc/qemu.git > branch: zynq-initial.9 Thanks for this work Peter, I've pulled the series. Cheers, Ed