Home
last modified time | relevance | path

Searched refs:do_bootm (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/cmd/
H A Dbootm.c91 int do_bootm(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_bootm() function
150 return do_bootm(cmdtp, 0, 1, local_args); in bootm_maybe_autostart()
197 bootm, CONFIG_SYS_MAXARGS, 1, do_bootm,
H A Dspl.c83 ret = do_bootm(find_cmd("do_bootm"), 0, argc+2, in call_bootm()
H A Dpxe.c812 do_bootm(cmdtp, 0, bootm_argc, bootm_argv); in label_boot()
/openbmc/u-boot/drivers/fastboot/
H A Dfb_common.c131 do_bootm(NULL, 0, 2, bootm_args); in fastboot_boot()
/openbmc/u-boot/lib/lzma/
H A DREADME.txt21 do_bootm() function uses the lzmaBuffToBuffDecopress() function to expand the
/openbmc/u-boot/include/
H A Dcommand.h121 extern int do_bootm(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
/openbmc/u-boot/board/inversepath/usbarmory/
H A Dusbarmory.c443 do_bootm(NULL, 0, 2, bootm_argv); in board_run_command()