Searched refs:bootm_argv (Results 1 – 4 of 4) sorted by relevance
/u-boot/cmd/ |
A D | spl.c | 57 char *bootm_argv[5]; in call_bootm() local 64 bootm_argv[0] = "do_bootm"; in call_bootm() 67 bootm_argv[4] = argv[2]; /* fdt addr */ in call_bootm() 69 bootm_argv[3] = argv[1]; /* initrd addr */ in call_bootm() 71 bootm_argv[2] = argv[0]; /* kernel addr */ in call_bootm() 81 bootm_argv[1] = (char *)subcommand[i]; in call_bootm() 82 debug("args %d: %s %s ", argc, bootm_argv[0], bootm_argv[1]); in call_bootm() 84 debug("%s ", bootm_argv[j + 2]); in call_bootm() 88 bootm_argv); in call_bootm()
|
A D | pxe_utils.c | 476 bootm_argv[2] = initrd_str; in label_boot() 478 strcat(bootm_argv[2], ":"); in label_boot() 542 bootm_argv[1] = fit_addr; in label_boot() 564 if (bootm_argv[3]) { in label_boot() 620 bootm_argv[3] = NULL; in label_boot() 634 bootm_argv[3] = NULL; in label_boot() 638 if (!bootm_argv[3]) in label_boot() 639 bootm_argv[3] = env_get("fdt_addr"); in label_boot() 641 if (bootm_argv[3]) { in label_boot() 642 if (!bootm_argv[2]) in label_boot() [all …]
|
/u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/ |
A D | cmd_stm32prog.c | 133 char *bootm_argv[5] = { in do_stm32prog() local 137 bootm_argv[3] = env_get("fdtcontroladdr"); in do_stm32prog() 145 boot_addr_start, bootm_argv[3]); in do_stm32prog() 148 do_bootm(cmdtp, 0, 4, bootm_argv); in do_stm32prog() 150 do_bootz(cmdtp, 0, 4, bootm_argv); in do_stm32prog()
|
/u-boot/board/inversepath/usbarmory/ |
A D | usbarmory.c | 432 static char *bootm_argv[] = { variable 447 printf("%s %s\n", bootm_argv[0], bootm_argv[1]); in board_run_command() 448 do_bootm(NULL, 0, 2, bootm_argv); in board_run_command()
|
Completed in 11 milliseconds