From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LN8cT-0007Kl-1W for qemu-devel@nongnu.org; Wed, 14 Jan 2009 11:29:29 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LN8cS-0007Jl-7i for qemu-devel@nongnu.org; Wed, 14 Jan 2009 11:29:28 -0500 Received: from [199.232.76.173] (port=42023 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LN8cR-0007JX-VZ for qemu-devel@nongnu.org; Wed, 14 Jan 2009 11:29:28 -0500 Received: from 2.mail-out.ovh.net ([91.121.26.226]:55822) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1LN8cR-00079e-Aa for qemu-devel@nongnu.org; Wed, 14 Jan 2009 11:29:27 -0500 Date: Wed, 14 Jan 2009 17:17:25 +0100 From: Jean-Christophe PLAGNIOL-VILLARD Subject: Re: [Qemu-devel] [PATCH] Add Palm Tungsten|C support Message-ID: <20090114161725.GL26085@game.jcrosoft.org> References: <5e26b58e0901140443k5a35224j8f589e100a79978d@mail.gmail.com> <20090114160205.GK26085@game.jcrosoft.org> <200901141723.33686.marek.vasut@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200901141723.33686.marek.vasut@gmail.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marek Vasut Cc: qemu-devel@nongnu.org On 17:23 Wed 14 Jan , Marek Vasut wrote: > On Wednesday 14 of January 2009 17:02:05 Jean-Christophe PLAGNIOL-VILLARD > wrote: > > On 16:20 Wed 14 Jan , Marek VaĊĦut wrote: > > > Hi, > > > > > > this patch adds Palm TC support. It's a PXA based handheld device (unlike > > > PalmTE defined in palm.c which is OMAP) so I decided to separate these > > > and create new palmpxa.c . Near future plan is to add basic support for > > > other pxa-based palm models as well. Please consider applying. > > > > IIRC some hacker port u-boot on it maybe you could try it > > uboot on what? palmtc? Nikolay ported uboot on palmt2, I ported it to palmz71. > There is also port of uboot for palmt3, but there never was port for palmtc. > Actually PalmOS can boot to some place even on this basic setup. I known about the Z71 but we report me that some hacker work on the TC but I never see or search the patches Best Regards, J.