From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HSaFS-0004oY-4c for qemu-devel@nongnu.org; Sat, 17 Mar 2007 10:51:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HSaFP-0004oM-Ls for qemu-devel@nongnu.org; Sat, 17 Mar 2007 10:51:08 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HSaFP-0004oJ-H1 for qemu-devel@nongnu.org; Sat, 17 Mar 2007 09:51:07 -0500 Received: from wr-out-0506.google.com ([64.233.184.231]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HSaEA-0001jr-Le for qemu-devel@nongnu.org; Sat, 17 Mar 2007 10:49:50 -0400 Received: by wr-out-0506.google.com with SMTP id q50so856182wrq for ; Sat, 17 Mar 2007 07:49:49 -0700 (PDT) Message-ID: Date: Sat, 17 Mar 2007 15:49:49 +0100 From: "andrzej zaborowski" Sender: balrogg@gmail.com MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [Qemu-devel] [PATCH] ARM XScale core features. PXA270 and PXA255 emulation. Reply-To: balrogg@gmail.com, 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 Implements basic differences between XScale and plain ARM. The patch also adds the main on-chip peripherals of PXA2xx: interrupt controller, DMA, GPIO controller, SSP, I2C, I2S busses, UARTs, FIR port, RTC, Clock/Power/Memory managers. There's also an api to hook funcitons to coprocessor writes and reads becaue PXA uses those in various on-chip peripherals (and they're supposed to be faster than memory IO access to the same peripherals, on the real hardware). [Apparently, this patch is too big for the list software, this time I uploaded it at http://students.mimuw.edu.pl/~az258116/0003-ARM-XScale-core-features.-PXA270-and-PXA255-emulation.txt instead of attaching. All 17 files I sent yesterday are in http://students.mimuw.edu.pl/~az258116/qemu-pxa-patches.tar ] Cheers, Andrew