From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hdrvs-00016P-JW for qemu-devel@nongnu.org; Tue, 17 Apr 2007 13:57:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hdrvr-00016C-Gr for qemu-devel@nongnu.org; Tue, 17 Apr 2007 13:57:36 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hdrvr-000169-Ee for qemu-devel@nongnu.org; Tue, 17 Apr 2007 13:57:35 -0400 Received: from nz-out-0506.google.com ([64.233.162.228]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hdrr6-0006Fx-PM for qemu-devel@nongnu.org; Tue, 17 Apr 2007 13:52:40 -0400 Received: by nz-out-0506.google.com with SMTP id i11so318596nzi for ; Tue, 17 Apr 2007 10:52:40 -0700 (PDT) Message-ID: Date: Tue, 17 Apr 2007 19:52:39 +0200 From: "andrzej zaborowski" Sender: balrogg@gmail.com Subject: Re: [Qemu-devel] [PATCH] ARM XScale core features and PXA270 and PXA255 emulation. In-Reply-To: <46d6db660704161510j287af0f8m6192b15674c15804@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46d6db660704161510j287af0f8m6192b15674c15804@mail.gmail.com> 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 Hi, On 17/04/07, Christian MICHON wrote: > 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 ? No, default is whatever the machine uses (-M). Use this patch together with the rest of the series. > > 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 ? For PXA you need only the two patches. But PXA is only a processor and the processor alone is useless. > > Last, but not least: do you think we could emulate a windows CE > pocketpc in this way ? See http://lists.gnu.org/archive/html/qemu-devel/2007-02/msg00109.html Regards, Andrew