Searched refs:do_bootm (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/cmd/ |
H A D | bootm.c | 91 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 D | spl.c | 83 ret = do_bootm(find_cmd("do_bootm"), 0, argc+2, in call_bootm()
|
H A D | pxe.c | 812 do_bootm(cmdtp, 0, bootm_argc, bootm_argv); in label_boot()
|
/openbmc/u-boot/drivers/fastboot/ |
H A D | fb_common.c | 131 do_bootm(NULL, 0, 2, bootm_args); in fastboot_boot()
|
/openbmc/u-boot/lib/lzma/ |
H A D | README.txt | 21 do_bootm() function uses the lzmaBuffToBuffDecopress() function to expand the
|
/openbmc/u-boot/include/ |
H A D | command.h | 121 extern int do_bootm(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
|
/openbmc/u-boot/board/inversepath/usbarmory/ |
H A D | usbarmory.c | 443 do_bootm(NULL, 0, 2, bootm_argv); in board_run_command()
|