mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
49c3a861d1
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> |
||
---|---|---|
.. | ||
bios.h | ||
bios.S | ||
bios_pci.S | ||
bios_setup.c | ||
board.c | ||
bootm.c | ||
Makefile | ||
pci.c | ||
pci_type1.c | ||
realmode.c | ||
realmode_switch.S | ||
video.c | ||
video_bios.c | ||
zimage.c |