From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HdZTb-0005YX-IR for qemu-devel@nongnu.org; Mon, 16 Apr 2007 18:15:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HdZTZ-0005Xz-5f for qemu-devel@nongnu.org; Mon, 16 Apr 2007 18:15:10 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HdZTZ-0005Xw-05 for qemu-devel@nongnu.org; Mon, 16 Apr 2007 18:15:09 -0400 Received: from wr-out-0506.google.com ([64.233.184.238]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HdZOu-0002O4-1o for qemu-devel@nongnu.org; Mon, 16 Apr 2007 18:10:20 -0400 Received: by wr-out-0506.google.com with SMTP id i20so2863138wra for ; Mon, 16 Apr 2007 15:10:19 -0700 (PDT) Message-ID: <46d6db660704161510j287af0f8m6192b15674c15804@mail.gmail.com> Date: Tue, 17 Apr 2007 00:10:18 +0200 From: "Christian MICHON" Subject: Re: [Qemu-devel] [PATCH] ARM XScale core features and PXA270 and PXA255 emulation. In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: 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 3/16/07, andrzej zaborowski wrote: > 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. > > Cheers, > Andrew > > interesting (I haven't tested it yet)... how to use this patch ? beside the "-portrait" extra switch, applying this patch would make arm-softmmu a pxa2xx by default ? if so, it's very interesting: I've an ipaq (H2210) and I was taking part of a port of linux on it. One big drawback then is that I burned a few SD cards to get a kernel working, but this patch could be a good fix to my problems... Do I just need the 2 emails with pxa2xx patches ? or is there more needed ? Last, but not least: do you think we could emulate a windows CE pocketpc in this way ? -- Christian