From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 14 Mar 2012 10:45:43 -0600 Subject: [U-Boot] [PATCH V5] BOOT: Add "bootz" command to boot Linux zImage on ARM In-Reply-To: <1331696876-20903-1-git-send-email-marex@denx.de> References: <1331696876-20903-1-git-send-email-marex@denx.de> Message-ID: <4F60CB37.2080306@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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!