From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=53790 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PPfRE-0000Dx-LE for qemu-devel@nongnu.org; Mon, 06 Dec 2010 13:05:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PPfRD-0008Jm-5a for qemu-devel@nongnu.org; Mon, 06 Dec 2010 13:05:24 -0500 Received: from mail-pv0-f173.google.com ([74.125.83.173]:42179) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PPfRD-0008JU-15 for qemu-devel@nongnu.org; Mon, 06 Dec 2010 13:05:23 -0500 Received: by pvh11 with SMTP id 11so2303409pvh.4 for ; Mon, 06 Dec 2010 10:05:22 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: From: Blue Swirl Date: Mon, 6 Dec 2010 18:05:01 +0000 Message-ID: Subject: Re: [Qemu-devel] [PATCH 0/6] [RFC] New SPARC machine: Leon3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fabien Chouteau Cc: qemu-devel@nongnu.org On Mon, Dec 6, 2010 at 9:26 AM, Fabien Chouteau wrot= e: > Hi everyone, > I'm glad to submit my first patches to the Qemu-devel list. > > This patch set introduces a new SPARC V8 machine: Leon3. It's an open-sou= rce > VHDL System-On-Chip, well known in space industry (more information on > http://www.gaisler.com). > > Leon3 is made of multiple components available in the GrLib VHDL library. > Three devices are implemented: uart, timers and IRQ manager. > You can find code for these peripherals in the grlib_* files. > > Modifications have been done to the SPARC cpu emulation code to handle > Leon3's specific behavior: > =C2=A0- IRQ management > =C2=A0- Cache control > =C2=A0- Asr17 (implementation-dependent Ancillary State Registers) > =C2=A0- Shutdown > > Please feel free to comment. One general comment: each device file should provide pointers to chipset do= cs.