Home
last modified time | relevance | path

Searched hist:"49 c3a861d11735838f1f1b11999ce433006dc919" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dimage.h49c3a861d11735838f1f1b11999ce433006dc919 Tue Oct 21 22:25:45 UTC 2008 Kumar Gala <galak@kernel.crashing.org> 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>