From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GATGM-000647-Ej for qemu-devel@nongnu.org; Tue, 08 Aug 2006 11:12:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GATGL-00063q-Nj for qemu-devel@nongnu.org; Tue, 08 Aug 2006 11:12:58 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GATGL-00063n-Im for qemu-devel@nongnu.org; Tue, 08 Aug 2006 11:12:57 -0400 Received: from [65.74.133.4] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GATKo-0005kR-Lb for qemu-devel@nongnu.org; Tue, 08 Aug 2006 11:17:35 -0400 From: Paul Brook Subject: Re: [Qemu-devel] Port Qemu to another ARM platform Date: Tue, 8 Aug 2006 16:12:47 +0100 References: <20060808150452.0184D7F94C@mail2.crypto.ruhr-uni-bochum.de> In-Reply-To: <20060808150452.0184D7F94C@mail2.crypto.ruhr-uni-bochum.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608081612.48979.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Tuesday 08 August 2006 16:04, Christian Roepke wrote: > Hi, > > I consider to port qemu to another ARM platform so that I have a software > simulator for my microcontroller board. There is an ARM926EJ-S core on my > board which is backwards compatible from ARM7. Hence I must not port the > cpu core only the interrupt controller, timer, uart, ... I hope that such a > software simulator is good for testing my software/OS - I am currently > porting the L4 micro-kernel (http://os.inf.tu-dresden.de/L4/) to my board. > > Is there a documents available which decribes how to port qemu to another > ARM platform or something similar? Not really. However qemu already supports a few different Arm boards, so looking at the source should tell you most of what you need to know. Paul