From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LN8Wi-0003ML-OH for qemu-devel@nongnu.org; Wed, 14 Jan 2009 11:23:32 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LN8Wg-0003LS-S9 for qemu-devel@nongnu.org; Wed, 14 Jan 2009 11:23:32 -0500 Received: from [199.232.76.173] (port=40783 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LN8Wg-0003LK-I9 for qemu-devel@nongnu.org; Wed, 14 Jan 2009 11:23:30 -0500 Received: from nf-out-0910.google.com ([64.233.182.188]:9021) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LN8Wg-0005h5-5l for qemu-devel@nongnu.org; Wed, 14 Jan 2009 11:23:30 -0500 Received: by nf-out-0910.google.com with SMTP id b2so100872nfb.12 for ; Wed, 14 Jan 2009 08:23:29 -0800 (PST) From: Marek Vasut Subject: Re: [Qemu-devel] [PATCH] Add Palm Tungsten|C support Date: Wed, 14 Jan 2009 17:23:33 +0100 References: <5e26b58e0901140443k5a35224j8f589e100a79978d@mail.gmail.com> <20090114160205.GK26085@game.jcrosoft.org> In-Reply-To: <20090114160205.GK26085@game.jcrosoft.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <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: Jean-Christophe PLAGNIOL-VILLARD Cc: qemu-devel@nongnu.org On Wednesday 14 of January 2009 17:02:05 Jean-Christophe PLAGNIOL-VILLARD=20 wrote: > On 16:20 Wed 14 Jan , Marek Va=C5=A1ut wrote: > > Hi, > > > > this patch adds Palm TC support. It's a PXA based handheld device (unli= ke > > 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 palmz= 71.=20 There is also port of uboot for palmt3, but there never was port for palmtc= =2E=20 Actually PalmOS can boot to some place even on this basic setup. > > and please update the doc too > > Best Regards, > J.