From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jjn9z-000248-Ma for qemu-devel@nongnu.org; Wed, 09 Apr 2008 23:09:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jjn9y-00023Q-6T for qemu-devel@nongnu.org; Wed, 09 Apr 2008 23:09:11 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jjn9x-00023L-N2 for qemu-devel@nongnu.org; Wed, 09 Apr 2008 23:09:09 -0400 Received: from wf-out-1314.google.com ([209.85.200.169]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jjn9x-0000yO-AA for qemu-devel@nongnu.org; Wed, 09 Apr 2008 23:09:09 -0400 Received: by wf-out-1314.google.com with SMTP id 28so2838494wff.4 for ; Wed, 09 Apr 2008 20:09:01 -0700 (PDT) Message-ID: Date: Thu, 10 Apr 2008 11:09:01 +0800 From: "rui zhang" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [Qemu-devel] What is the programming interface of qemu ARM PXA target? 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 Hello, everyone. I am going to write a BSP for RTEMS on QEMU ARM PXA target. I mean "the XScale-based clamshell PDA models ("Spitz", "Akita", "Borzoi" and "Terrier") emulation" mentioned in qemu doc(http://fabrice.bellard.free.fr/qemu/qemu-doc.html). So I need the programming interface of this emulation, such as the address for some peripheral and its meaning. Where can I get it? I have got a pdf "INTEL PXA27x Processor Family Developer's Manual" from internet(http://nativesystems.inf.ethz.ch/pub/Main/LecturesSystembau/PXA27x_Processor_Family_Developers_Manual.pdf). Is this suitable for the QEMU emulation? bestregards.