]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
bootm: Add subcommands
authorKumar Gala <galak@kernel.crashing.org>
Tue, 21 Oct 2008 22:25:45 +0000 (17:25 -0500)
committerWolfgang Denk <wd@denx.de>
Tue, 28 Oct 2008 23:59:50 +0000 (00:59 +0100)
commit49c3a861d11735838f1f1b11999ce433006dc919
tree4a152a1bf57e164839785f2295a758da97148ee8
parentbe08315933537f061bc1ce61f33a29c56458bbad
bootm: Add subcommands

Add the ability to break the steps of the bootm command into several
subcommands: start, loados, ramdisk, fdt, bdt, cmdline, prep, go.

This allows us to do things like manipulate device trees before
they are passed to a booting kernel or setup memory for a secondary
core in multicore situations.

Not all OS types support all subcommands (currently only start, loados,
ramdisk, fdt, and go are supported).

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13 files changed:
common/cmd_bootm.c
include/image.h
lib_arm/bootm.c
lib_avr32/bootm.c
lib_blackfin/bootm.c
lib_i386/bootm.c
lib_m68k/bootm.c
lib_microblaze/bootm.c
lib_mips/bootm.c
lib_nios2/bootm.c
lib_ppc/bootm.c
lib_sh/bootm.c
lib_sparc/bootm.c