uboot-mt623x/lib_sh
Kumar Gala 49c3a861d1 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>
2008-10-29 00:59:50 +01:00
..
Makefile sh: Fix SH-boards compile error 2008-07-08 12:03:24 +09:00
board.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
bootm.c bootm: Add subcommands 2008-10-29 00:59:50 +01:00
time.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00