u-boot-brain/lib_blackfin
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
..
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.c Blackfin: cleanup lib_blackfin/cache.c 2008-03-30 15:50:30 -04:00
Makefile Big white-space cleanup. 2008-05-21 00:14:08 +02:00
memcmp.S Blackfin: add proper ELF markings to some assembly functions 2008-03-15 22:14:57 -04:00
memcpy.S Blackfin: add proper ELF markings to some assembly functions 2008-03-15 22:14:57 -04:00
memmove.S Blackfin: add proper ELF markings to some assembly functions 2008-03-15 22:14:57 -04:00
memset.S Blackfin: add proper ELF markings to some assembly functions 2008-03-15 22:14:57 -04:00
muldi3.c [Blackfin][PATCH] Fix copyright and update license 2007-04-05 18:31:18 +08:00
post.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
string.c Blackfin: unify cpu and boot modes 2008-03-30 15:50:19 -04:00
tests.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00