From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LKVrZ-0004CK-G9 for qemu-devel@nongnu.org; Wed, 07 Jan 2009 05:42:13 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LKVrU-0004C8-LX for qemu-devel@nongnu.org; Wed, 07 Jan 2009 05:42:11 -0500 Received: from [199.232.76.173] (port=51496 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LKVrU-0004C5-E5 for qemu-devel@nongnu.org; Wed, 07 Jan 2009 05:42:08 -0500 Received: from 2.mail-out.ovh.net ([91.121.26.226]:47391) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1LKVrT-0006vf-Vo for qemu-devel@nongnu.org; Wed, 07 Jan 2009 05:42:08 -0500 Date: Wed, 7 Jan 2009 11:32:17 +0100 From: Jean-Christophe PLAGNIOL-VILLARD Subject: Re: [Qemu-devel] [PATCH]: add leon target Message-ID: <20090107103217.GD20559@game.jcrosoft.org> References: <20090107102439.GA15209@ulanbator.act-europe.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090107102439.GA15209@ulanbator.act-europe.fr> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Tristan Gingold Cc: qemu-devel@nongnu.org On 11:24 Wed 07 Jan , Tristan Gingold wrote: > Hi, > > this patch adds a new target: leon which is an open source sparc v8 variant. > > The cpu itself implements the v8 architecture so there is nothing to change. > However the devices are different and in particular the interrupt controller. > > To handle different interrupt controllers, I added a new field in > CPUSPARCState like it is done on PowerPC. > U-Boot support it maybe you can try to use it Gaisler LEON2 GRSIM simulator grsim_leon2_config Best Regards, J.