uboot-mt623x/lib_nios2
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 Big white-space cleanup. 2008-05-21 00:14:08 +02: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
cache.S rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
divmod.c Patches by Scott McNutt, 24 Aug 2004: 2004-10-10 21:27:30 +00:00
math.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
mult.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
time.c Patches by Scott McNutt, 24 Aug 2004: 2004-10-10 21:27:30 +00:00