/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() 914 ret = octeon_console_send_cmd(oct, h->bootcmd, 50); in octeon_download_firmware()
|
H A D | liquidio_image.h | 47 char bootcmd[LIO_MAX_BOOTCMD_LEN]; member
|
/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/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
|
H A D | README.distro | 195 The second of those headers sets up the default environment so that $bootcmd 272 <config_distro_bootcmd.h> defines $bootcmd and many helper command variables 303 be reset to the default values in order to enable $bootcmd and friends, as set 327 The name of U-Boot style boot.scr files that $bootcmd searches for.
|
H A D | README.m54418twr | 195 boot - boot default, i.e., run 'bootcmd' 196 bootd - boot default, i.e., run 'bootcmd'
|
H A D | README.autoboot | 15 bootcmd
|
/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/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()
|
H A D | if_usb.h | 25 struct bootcmd struct
|
/openbmc/u-boot/board/samsung/common/ |
H A D | dfu_sample_env.txt | 8 bootcmd=run mmcboot
|
/openbmc/u-boot/tools/kermit/ |
H A D | flash_param | 51 out setenv bootcmd bootm FFC00000\13
|
/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/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/synopsys/iot_devkit/ |
H A D | README | 135 commands in "bootcmd" with semicolon between them. 138 setenv bootcmd fatload mmc 0 0x20000000 yourapp.bin\; go 0x20000000
|
/openbmc/u-boot/configs/ |
H A D | axm_defconfig | 19 …boot_file=setenv bootfile /${project_dir}/kernel/uImage\0boot_retries=0\0bootcmd=run flash_self\0b…
|
/openbmc/u-boot/board/freescale/m52277evb/ |
H A D | README | 187 boot - boot default, i.e., run 'bootcmd' 188 bootd - boot default, i.e., run 'bootcmd'
|
/openbmc/u-boot/board/boundary/nitrogen6x/ |
H A D | README | 24 The default bootcmd for these boards is configured
|
/openbmc/u-boot/board/freescale/m547xevb/ |
H A D | README | 218 boot - boot default, i.e., run 'bootcmd' 219 bootd - boot default, i.e., run 'bootcmd'
|
/openbmc/u-boot/common/ |
H A D | Kconfig | 191 Delay before automatically running bootcmd; 219 bool "Enable a default value for bootcmd" 221 Provide a default value for the bootcmd entry in the environment. If 228 string "bootcmd value" 232 This is the string of commands that will be used as bootcmd and if
|
/openbmc/u-boot/board/freescale/m5373evb/ |
H A D | README | 198 boot - boot default, i.e., run 'bootcmd' 199 bootd - boot default, i.e., run 'bootcmd'
|