From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LN9EO-00087U-7v for qemu-devel@nongnu.org; Wed, 14 Jan 2009 12:08:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LN9EN-00085O-7Q for qemu-devel@nongnu.org; Wed, 14 Jan 2009 12:08:39 -0500 Received: from [199.232.76.173] (port=51584 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LN9EM-000855-OX for qemu-devel@nongnu.org; Wed, 14 Jan 2009 12:08:38 -0500 Received: from ug-out-1314.google.com ([66.249.92.174]:64486) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LN9EM-0007aZ-5W for qemu-devel@nongnu.org; Wed, 14 Jan 2009 12:08:38 -0500 Received: by ug-out-1314.google.com with SMTP id 29so423353ugc.36 for ; Wed, 14 Jan 2009 09:08:36 -0800 (PST) From: Marek Vasut Subject: Re: [Qemu-devel] [PATCH] Add Palm Tungsten|C support Date: Wed, 14 Jan 2009 18:08:40 +0100 References: <5e26b58e0901140443k5a35224j8f589e100a79978d@mail.gmail.com> <200901141723.33686.marek.vasut@gmail.com> <20090114161725.GL26085@game.jcrosoft.org> In-Reply-To: <20090114161725.GL26085@game.jcrosoft.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200901141808.40974.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:17:25 Jean-Christophe PLAGNIOL-VILLARD=20 wrote: > On 17:23 Wed 14 Jan , Marek Vasut wrote: > > On Wednesday 14 of January 2009 17:02:05 Jean-Christophe PLAGNIOL-VILLA= RD > > > > 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 > > > > (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 po= rt > > 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 Im not really sure I got your point, but I'm working on the palmtc linux po= rt=20 and I know of noone else who does work in it. Also, I added some code to ol= d=20 qemu fork in palmlinux project. > > Best Regards, > J.