From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 14 Mar 2012 18:23:57 +0100 Subject: [U-Boot] [PATCH V5] BOOT: Add "bootz" command to boot Linux zImage on ARM In-Reply-To: <4F60CB37.2080306@wwwdotorg.org> References: <1331696876-20903-1-git-send-email-marex@denx.de> <4F60CB37.2080306@wwwdotorg.org> Message-ID: <201203141823.58151.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 Stephen Warren, > On 03/13/2012 09:47 PM, Marek Vasut wrote: > > From: Marek Vasut > > > > This command boots Linux zImage from where the zImage is loaded to. > > Passing initrd and fdt is supported. > > > > Tested on i.MX28 based DENX M28EVK > > Tested on PXA270 based Voipac PXA270. > > > > NOTE: This currently only supports ARM, but other architectures can be > > easily added by defining bootz_setup(). > > > > Signed-off-by: Marek Vasut > > On Tegra20 Harmony with and without device tree (against mainline) and > Tegra30 Cardhu with device tree (against an NVIDIA-internal U-Boot tree), > > Tested-by: Stephen Warren > > The code looks good too; I believe you've take care of any comments I > had on the first very you posted. > > Thanks very much - this is awesome! You're welcome :) I'm glad we're finally going to squash one of the biggest sources of friction between linux-arm and uboot :) Best regards, Marek Vasut