From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 15 Mar 2012 20:05:03 +0100 Subject: [U-Boot] [PATCH V6] BOOT: Add "bootz" command to boot Linux zImage on ARM In-Reply-To: <4F623A42.9020602@gmail.com> References: <1331797965-7415-1-git-send-email-marex@denx.de> <4F623A42.9020602@gmail.com> Message-ID: <201203152005.03198.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Rob Herring, > On 03/15/2012 02:52 AM, Marek Vasut wrote: > > From: Marek Vasut > > > > This command boots Linux zImage from where the zImage is loaded to. > > Passing initrd and fdt is supported. > > This is great! However, the initrd is still in the u-boot image format, > right? > > If a raw initrd is supported, then we could get rid of flash-kernel on > disk-based debian/ubuntu systems. The file size is known from the > filesystem, but then needs to get to the bootz command somehow. Yes. Initrd still needs a bit of work, ideas? Best regards, Marek Vasut