Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/cmd/
H A Dbootm.c92 int do_bootm(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_bootm() function
151 return do_bootm(cmdtp, 0, 1, local_args); in bootm_maybe_autostart()
198 bootm, CONFIG_SYS_MAXARGS, 1, do_bootm,
H A Dspl.c84 ret = do_bootm(find_cmd("do_bootm"), 0, argc+2, in call_bootm()
H A Dnet.c72 return do_bootm(NULL, 0, ARRAY_SIZE(bootm_argv), bootm_argv); in do_tftpbootm()
H A Dpxe.c796 do_bootm(cmdtp, 0, bootm_argc, bootm_argv); in label_boot()
/rk3399_rockchip-uboot/lib/lzma/
H A DREADME.txt21 do_bootm() function uses the lzmaBuffToBuffDecopress() function to expand the
/rk3399_rockchip-uboot/include/
H A Dcommand.h95 extern int do_bootm(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
/rk3399_rockchip-uboot/net/
H A Dfastboot.c427 do_bootm(NULL, 0, 4, bootm_args); in boot_downloaded_image()
/rk3399_rockchip-uboot/board/inversepath/usbarmory/
H A Dusbarmory.c444 do_bootm(NULL, 0, 2, bootm_argv); in board_run_command()
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Df_fastboot.c1722 do_bootm(NULL, 0, 2, bootm_args); in do_bootm_on_complete()