From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LJmv4-0002xQ-9O for qemu-devel@nongnu.org; Mon, 05 Jan 2009 05:42:50 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LJmv2-0002vy-7L for qemu-devel@nongnu.org; Mon, 05 Jan 2009 05:42:48 -0500 Received: from [199.232.76.173] (port=45968 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LJmv1-0002vk-Sv for qemu-devel@nongnu.org; Mon, 05 Jan 2009 05:42:47 -0500 Received: from mailgw3.cms.com ([202.75.200.223]:4062 helo=cms.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LJmv0-0000MR-6R for qemu-devel@nongnu.org; Mon, 05 Jan 2009 05:42:47 -0500 Subject: Re: [Qemu-devel] Can we run code for ARM920T core (at91rm9200) in qemu From: vibisreenivasan In-Reply-To: References: <1230807743.20314.4.camel@localhost.localdomain> <20090101.084311.-432837482.imp@bsdimp.com> <1230872616.3559.5.camel@localhost.localdomain> Content-Type: text/plain; charset=utf-8 Date: Mon, 05 Jan 2009 16:13:45 +0530 Message-Id: <1231152225.10165.1.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Resent-Message-Id: Reply-To: vibi_sreenivasan@cms.com, qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: andrzej zaborowski Cc: qemu-devel@nongnu.org Thanks for the reply.. Any Idea about qemu support for ARM7TDMI core?Any one planning to implement that? regards vibi sreenivasan On Sun, 2009-01-04 at 08:31 +0100, andrzej zaborowski wrote: > 2009/1/2 vibisreenivasan : > > hi Warner, > > Thanks for the fast response. > > Is there any one working on adding support for ARM920T core. > > > > Can any one give me some points on how to add support for > > ARM920T core. > > Most (all?) of the instructions ARM920T supports are in ARM926 too so > most of the changes would be restricting the exisitng instruction set > to generate faults on v5-only instructions. If you don't care about > the faults then mostly anything that runs on ARM920T will run in qemu > as is. The openmoko qemu tree emulates a cpu with an ARM920T core but > without implementing the differences from arm926. > > Cheers