From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HSaIq-0005n5-AM for qemu-devel@nongnu.org; Sat, 17 Mar 2007 10:54:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HSaIl-0005mg-Vq for qemu-devel@nongnu.org; Sat, 17 Mar 2007 10:54:39 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HSaIl-0005md-Ma for qemu-devel@nongnu.org; Sat, 17 Mar 2007 09:54:35 -0500 Received: from wr-out-0506.google.com ([64.233.184.235]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HSaHW-0002KU-RH for qemu-devel@nongnu.org; Sat, 17 Mar 2007 10:53:18 -0400 Received: by wr-out-0506.google.com with SMTP id q50so856886wrq for ; Sat, 17 Mar 2007 07:53:18 -0700 (PDT) Message-ID: Date: Sat, 17 Mar 2007 15:53:17 +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] Add main PXA on-chip peripherals. 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 This adds the remaining on-chip peripherals of the PXA2xx: - MMC/SD host. - PCMCIA sockets. - System timers. - LCD controller. For the LCD I added the "-portrait" switch that rotates the display 90 degrees left. This is for the Spitz machine (clamshell based PDA) that can work in the two display modes. The rotation can be changed in runtime when machine code decides so, for example signaled by the OS through a GPIO. When the screen is being rotated, the mouse clicks coordinates are also rotated so the guest OS doesn't have to recalibrate input devices (i.e touchscreen). [Apparently, this patch is too big for the list software, this time I uploaded it at http://students.mimuw.edu.pl/~az258116/0007-Add-main-PXA-on-chip-peripherals.txt instead of attaching. All 17 files I sent yesterday are in http://students.mimuw.edu.pl/~az258116/qemu-pxa-patches.tar Sorry for inconvenience] Cheers, Andrew