Home
last modified time | relevance | path

Searched refs:bootcmd (Results 1 – 25 of 35) sorted by relevance

12

/openbmc/linux/drivers/net/ethernet/cavium/liquidio/
H A Docteon_console.c902 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 Dliquidio_image.h47 char bootcmd[LIO_MAX_BOOTCMD_LEN]; member
/openbmc/u-boot/board/k+p/bootscripts/
H A Dtpcboot.cmd38 # Provide default 'bootcmd' command
40 setenv bootcmd "
87 run bootcmd;
/openbmc/u-boot/doc/
H A DREADME.plan913 configuration could be simulated by issuing a fatload in bootcmd:
15 # setenv bootcmd fatload mmc 0 $confaddr plan9.ini; ...; bootm
H A DREADME.distro195 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 DREADME.m54418twr195 boot - boot default, i.e., run 'bootcmd'
196 bootd - boot default, i.e., run 'bootcmd'
H A DREADME.autoboot15 bootcmd
/openbmc/linux/drivers/net/wireless/marvell/libertas_tf/
H A Dif_usb.c746 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 Dif_usb.h24 struct bootcmd { struct
/openbmc/linux/drivers/net/wireless/marvell/libertas/
H A Dif_usb.c758 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 Dif_usb.h25 struct bootcmd struct
/openbmc/u-boot/board/samsung/common/
H A Ddfu_sample_env.txt8 bootcmd=run mmcboot
/openbmc/u-boot/tools/kermit/
H A Dflash_param51 out setenv bootcmd bootm FFC00000\13
/openbmc/u-boot/board/keymile/scripts/
H A Ddevelop-common.txt2 bootcmd=run ${subbootcmds}
H A Dramfs-common.txt4 bootcmd=run ${subbootcmds}
/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-bsp/u-boot/files/
H A Dfvp.env7 bootcmd=setenv origbootargs ${bootargs}; run bootsidecmd
/openbmc/u-boot/board/aspeed/
H A Dast2600_openbmc_mmc.txt4 bootcmd=setenv origbootargs ${bootargs}; run bootconfcmd; run bootsidecmd
/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/files/
H A Du-boot-env-ast2600.txt4 bootcmd=setenv origbootargs ${bootargs}; run bootconfcmd; run bootsidecmd
/openbmc/u-boot/board/synopsys/iot_devkit/
H A DREADME135 commands in "bootcmd" with semicolon between them.
138 setenv bootcmd fatload mmc 0 0x20000000 yourapp.bin\; go 0x20000000
/openbmc/u-boot/configs/
H A Daxm_defconfig19 …boot_file=setenv bootfile /${project_dir}/kernel/uImage\0boot_retries=0\0bootcmd=run flash_self\0b…
/openbmc/u-boot/board/freescale/m52277evb/
H A DREADME187 boot - boot default, i.e., run 'bootcmd'
188 bootd - boot default, i.e., run 'bootcmd'
/openbmc/u-boot/board/boundary/nitrogen6x/
H A DREADME24 The default bootcmd for these boards is configured
/openbmc/u-boot/board/freescale/m547xevb/
H A DREADME218 boot - boot default, i.e., run 'bootcmd'
219 bootd - boot default, i.e., run 'bootcmd'
/openbmc/u-boot/common/
H A DKconfig191 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 DREADME198 boot - boot default, i.e., run 'bootcmd'
199 bootd - boot default, i.e., run 'bootcmd'

12