Searched refs:do_bootm (Results 1 – 8 of 8) sorted by relevance
| /u-boot/cmd/ |
| A D | bootm.c | 121 int do_bootm(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_bootm() function 179 return do_bootm(cmdtp, 0, 1, local_args); in bootm_maybe_autostart() 229 bootm, CONFIG_SYS_MAXARGS, 1, do_bootm,
|
| A D | spl.c | 83 ret = do_bootm(find_cmd("do_bootm"), 0, argc+2, in call_bootm()
|
| /u-boot/drivers/fastboot/ |
| A D | fb_common.c | 148 do_bootm(NULL, 0, 2, bootm_args); in fastboot_boot()
|
| /u-boot/lib/lzma/ |
| A D | README.txt | 21 do_bootm() function uses the lzmaBuffToBuffDecopress() function to expand the
|
| /u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/ |
| A D | cmd_stm32prog.c | 152 do_bootm(cmdtp, 0, 4, bootm_argv); in do_stm32prog()
|
| /u-boot/include/ |
| A D | command.h | 153 int do_bootm(struct cmd_tbl *cmdtp, int flag, int argc,
|
| /u-boot/board/inversepath/usbarmory/ |
| A D | usbarmory.c | 450 do_bootm(NULL, 0, 2, bootm_argv); in board_run_command()
|
| /u-boot/boot/ |
| A D | pxe_utils.c | 747 do_bootm(ctx->cmdtp, 0, bootm_argc, bootm_argv); in label_boot()
|
Completed in 18 milliseconds