]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
BOOT: Add "bootz" command to boot Linux zImage on ARM
authorMarek Vasut <marek.vasut@gmail.com>
Wed, 14 Mar 2012 21:52:45 +0000 (21:52 +0000)
committerWolfgang Denk <wd@denx.de>
Fri, 30 Mar 2012 20:58:55 +0000 (22:58 +0200)
commit44f074c771c4b70d250b0d7ed2f7513488c678bb
treea221e090d7b40f9a35bb35ced1eecd27b512063e
parent1102d8d72afab0151123812dd227d2c2b6291cb3
BOOT: Add "bootz" command to boot Linux zImage on ARM

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 <marek.vasut@gmail.com>
Cc: Tom Warren <TWarren@nvidia.com>
Cc: albert.u.boot@aribaud.net
Cc: afleming@gmail.com,
Cc: Simon Glass <sjg@chromium.org>,
Cc: Stephen Warren <swarren@nvidia.com>
Cc: Nicolas Pitre <nico@fluxnic.net>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Detlev Zundel <dzu@denx.de>
README
arch/arm/lib/bootm.c
common/cmd_bootm.c
include/config_cmd_all.h