/openbmc/u-boot/board/highbank/ |
H A D | highbank.c | 81 sprintf(envbuffer, "bootcmd%d", boot_choice); in misc_init_r() 83 sprintf(envbuffer, "run bootcmd%d", boot_choice); in misc_init_r() 84 env_set("bootcmd", envbuffer); in misc_init_r() 86 env_set("bootcmd", ""); in misc_init_r()
|
/openbmc/u-boot/board/BuR/brxre1/ |
H A D | board.c | 218 env_set("bootcmd", "run netconsole"); in board_late_init() 226 env_set("bootcmd", "run usbscript"); in board_late_init() 236 env_set("bootcmd", "run netscript"); in board_late_init() 247 env_set("bootcmd", "run netboot"); in board_late_init() 253 env_set("bootcmd", "run netscript"); in board_late_init() 259 env_set("bootcmd", "run mmcboot"); in board_late_init() 267 env_set("bootcmd", "run defaultAR"); in board_late_init()
|
/openbmc/u-boot/include/configs/km/ |
H A D | keymile-common.h | 95 * - set 'bootcmd' and 'altbootcmd' 185 "altbootcmd=run bootcmd\0" \ 187 "bootcmd=km_checkbidhwk && " \ 188 "setenv bootcmd \'if km_checktestboot; then; " \
|
/openbmc/u-boot/doc/ |
H A D | README.plan9 | 13 configuration could be simulated by issuing a fatload in bootcmd: 15 # setenv bootcmd fatload mmc 0 $confaddr plan9.ini; ...; bootm
|
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/ |
H A D | octeon_console.c | 902 if ((sizeof(h->bootcmd) - strnlen(h->bootcmd, sizeof(h->bootcmd))) < in octeon_download_firmware() 907 strncat(h->bootcmd, boottime, in octeon_download_firmware() 908 sizeof(h->bootcmd) - strnlen(h->bootcmd, sizeof(h->bootcmd))); in octeon_download_firmware() 911 h->bootcmd); in octeon_download_firmware() 913 /* Invoke the bootcmd */ in octeon_download_firmware() 914 ret = octeon_console_send_cmd(oct, h->bootcmd, 50); in octeon_download_firmware()
|
/openbmc/u-boot/board/k+p/bootscripts/ |
H A D | tpcboot.cmd | 38 # Provide default 'bootcmd' command 40 setenv bootcmd " 87 run bootcmd;
|
/openbmc/u-boot/board/htkw/mcx/ |
H A D | mcx.c | 80 * change bootcmd in board_late_init() 85 env_set("bootcmd", "run swupdate"); in board_late_init()
|
/openbmc/u-boot/board/freescale/common/ |
H A D | fsl_chain_of_trust.c | 80 * bootcmd = CONFIG_CHAIN_BOOT_CMD (Validate and execute Boot script) in fsl_setenv_chain_of_trust() 87 env_set("bootcmd", CONFIG_CHAIN_BOOT_CMD); in fsl_setenv_chain_of_trust()
|
/openbmc/linux/drivers/net/wireless/marvell/libertas_tf/ |
H A D | if_usb.c | 746 struct bootcmd *bootcmd = cardp->ep_out_buf; in if_usb_issue_boot_command() local 749 bootcmd->magic = cpu_to_le32(BOOT_CMD_MAGIC_NUMBER); in if_usb_issue_boot_command() 750 bootcmd->cmd = ivalue; in if_usb_issue_boot_command() 751 memset(bootcmd->pad, 0, sizeof(bootcmd->pad)); in if_usb_issue_boot_command() 754 usb_tx_block(cardp, cardp->ep_out_buf, sizeof(*bootcmd), 0); in if_usb_issue_boot_command()
|
H A D | if_usb.h | 24 struct bootcmd { struct
|
/openbmc/u-boot/include/configs/ |
H A D | s5pc210_universal.h | 106 "bootchart=set opts init=/sbin/bootchartd; run bootcmd\0" \ 107 "boottrace=setenv opts initcall_debug; run bootcmd\0" \
|
H A D | s5p_goni.h | 133 "boottrace=setenv opts initcall_debug; run bootcmd\0" \ 134 "bootchart=set opts init=/sbin/bootchartd; run bootcmd\0" \
|
H A D | trats2.h | 102 "bootchart=set opts init=/sbin/bootchartd; run bootcmd\0" \ 103 "boottrace=setenv opts initcall_debug; run bootcmd\0" \
|
H A D | twister.h | 27 "bootcmd=run nandboot\0"
|
H A D | trats.h | 118 "bootchart=setenv opts init=/sbin/bootchartd; run bootcmd\0" \ 119 "boottrace=setenv opts initcall_debug; run bootcmd\0" \
|
H A D | mt_ventoux.h | 44 "bootcmd=run net_nfs\0"
|
/openbmc/linux/drivers/net/wireless/marvell/libertas/ |
H A D | if_usb.c | 758 struct bootcmd *bootcmd = cardp->ep_out_buf; in if_usb_issue_boot_command() local 761 bootcmd->magic = cpu_to_le32(BOOT_CMD_MAGIC_NUMBER); in if_usb_issue_boot_command() 762 bootcmd->cmd = ivalue; in if_usb_issue_boot_command() 763 memset(bootcmd->pad, 0, sizeof(bootcmd->pad)); in if_usb_issue_boot_command() 766 usb_tx_block(cardp, cardp->ep_out_buf, sizeof(*bootcmd)); in if_usb_issue_boot_command()
|
/openbmc/u-boot/board/samsung/common/ |
H A D | dfu_sample_env.txt | 8 bootcmd=run mmcboot
|
/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-bsp/u-boot/files/ |
H A D | fvp.env | 7 bootcmd=setenv origbootargs ${bootargs}; run bootsidecmd
|
/openbmc/u-boot/board/aspeed/ |
H A D | ast2600_openbmc_mmc.txt | 4 bootcmd=setenv origbootargs ${bootargs}; run bootconfcmd; run bootsidecmd
|
/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/files/ |
H A D | u-boot-env-ast2600.txt | 4 bootcmd=setenv origbootargs ${bootargs}; run bootconfcmd; run bootsidecmd
|
/openbmc/u-boot/board/keymile/scripts/ |
H A D | develop-common.txt | 2 bootcmd=run ${subbootcmds}
|
H A D | ramfs-common.txt | 4 bootcmd=run ${subbootcmds}
|
/openbmc/u-boot/include/ |
H A D | autoboot.h | 19 * bootcmd, failbootcmd or altbootcmd depending on the current state.
|
/openbmc/u-boot/common/ |
H A D | cli.c | 148 char *env = fdtdec_get_config_string(gd->fdt_blob, "bootcmd"); in cli_process_fdt() 154 * bootcmd was specified in the FDT too. in cli_process_fdt()
|