commit | 18178bc66f3e21eacef9d2cb6ebd26986e447075 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Tue Oct 21 17:25:45 2008 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Wed Oct 29 00:59:50 2008 +0100 |
tree | 4a152a1bf57e164839785f2295a758da97148ee8 | |
parent | bf3954f07f8daa394084241b7333cb27b66690d8 [diff] |
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>