From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L2DEQ-0002Nu-3v for qemu-devel@nongnu.org; Mon, 17 Nov 2008 18:10:10 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L2DEO-0002N5-JR for qemu-devel@nongnu.org; Mon, 17 Nov 2008 18:10:09 -0500 Received: from [199.232.76.173] (port=39765 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L2DEO-0002Mz-F2 for qemu-devel@nongnu.org; Mon, 17 Nov 2008 18:10:08 -0500 Received: from smtp1-g19.free.fr ([212.27.42.27]:55464) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L2DEM-0001pf-Kz for qemu-devel@nongnu.org; Mon, 17 Nov 2008 18:10:07 -0500 Received: from smtp1-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp1-g19.free.fr (Postfix) with ESMTP id 1DC7E1AB2CA for ; Tue, 18 Nov 2008 00:10:06 +0100 (CET) Received: from laptop (vaf26-2-82-244-111-82.fbx.proxad.net [82.244.111.82]) by smtp1-g19.free.fr (Postfix) with ESMTP id EBA4C1AB2BF for ; Tue, 18 Nov 2008 00:10:05 +0100 (CET) In-Reply-To: <20081117224521.GC20874@game.jcrosoft.org> Subject: Re: [Qemu-devel] [PATCH 2/4] uImage: implement gzip support From: "=?windows-1252?q?Fran=E7ois?= Revol" Date: Tue, 18 Nov 2008 00:14:37 +0100 CET Message-Id: <13461032027-BeMail@laptop> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable 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 > > > BTW Please note 2 thinks > > > First this format of uImage is deprecated > > > we have switch to a fdt uImage format > > > > fdt =3F as in flat device tree =3F > > Is that documented somewhere =3F > > I'll need to add U-Boot support to Haiku soon... > in the source code doc/uImage.FIT/ Ah yes, thanks! I'll probably support the first format first though, as this one seems a bit more complex. I'll need the old one anyway for hardware with old U-Boot. Fran=E7ois.