Home
last modified time | relevance | path

Searched full:bootcmd (Results 1 – 25 of 92) sorted by relevance

1234

/openbmc/u-boot/board/highbank/
H A Dhighbank.c81 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 Dboard.c218 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 Dkeymile-common.h95 * - 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 DREADME.plan913 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 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()
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 Dtpcboot.cmd38 # Provide default 'bootcmd' command
40 setenv bootcmd "
87 run bootcmd;
/openbmc/u-boot/board/htkw/mcx/
H A Dmcx.c80 * change bootcmd in board_late_init()
85 env_set("bootcmd", "run swupdate"); in board_late_init()
/openbmc/u-boot/board/freescale/common/
H A Dfsl_chain_of_trust.c80 * 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 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/u-boot/include/configs/
H A Ds5pc210_universal.h106 "bootchart=set opts init=/sbin/bootchartd; run bootcmd\0" \
107 "boottrace=setenv opts initcall_debug; run bootcmd\0" \
H A Ds5p_goni.h133 "boottrace=setenv opts initcall_debug; run bootcmd\0" \
134 "bootchart=set opts init=/sbin/bootchartd; run bootcmd\0" \
H A Dtrats2.h102 "bootchart=set opts init=/sbin/bootchartd; run bootcmd\0" \
103 "boottrace=setenv opts initcall_debug; run bootcmd\0" \
H A Dtwister.h27 "bootcmd=run nandboot\0"
H A Dtrats.h118 "bootchart=setenv opts init=/sbin/bootchartd; run bootcmd\0" \
119 "boottrace=setenv opts initcall_debug; run bootcmd\0" \
H A Dmt_ventoux.h44 "bootcmd=run net_nfs\0"
/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()
/openbmc/u-boot/board/samsung/common/
H A Ddfu_sample_env.txt8 bootcmd=run mmcboot
/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/keymile/scripts/
H A Ddevelop-common.txt2 bootcmd=run ${subbootcmds}
H A Dramfs-common.txt4 bootcmd=run ${subbootcmds}
/openbmc/u-boot/include/
H A Dautoboot.h19 * bootcmd, failbootcmd or altbootcmd depending on the current state.
/openbmc/u-boot/common/
H A Dcli.c148 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()

1234