Home
last modified time | relevance | path

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

12345678910>>...20

/OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/liquidio/
H A Docteon_console.c903 if ((sizeof(h->bootcmd) - strnlen(h->bootcmd, sizeof(h->bootcmd))) < in octeon_download_firmware()
908 strncat(h->bootcmd, boottime, in octeon_download_firmware()
909 sizeof(h->bootcmd) - strnlen(h->bootcmd, sizeof(h->bootcmd))); in octeon_download_firmware()
912 h->bootcmd); in octeon_download_firmware()
915 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
/OK3568_Linux_fs/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
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/buildroot/board/globalscale/espressobin/
H A Dreadme.txt64 the following are set, and define `bootcmd` for automatic boot:
70 …> setenv bootcmd 'mmc dev 0; ext4load mmc 0:1 $kernel_addr $image_name;ext4load mmc 0:1 $fdt_addr …
74 > run bootcmd
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/u-boot/net/
H A Dfastboot.c392 char *bootcmd; in fb_continue() local
393 bootcmd = getenv("bootcmd"); in fb_continue()
394 if (bootcmd) { in fb_continue()
/OK3568_Linux_fs/buildroot/board/synopsys/hsdk/
H A Duboot.env.txt3 bootcmd=fatload mmc 0:1; bootm
/OK3568_Linux_fs/buildroot/board/atmel/at91sam9x5ek_mmc/
H A Duboot-env.txt2 bootcmd=fatload mmc 0:1 0x21000000 at91sam9g35ek.dtb; fatload mmc 0:1 0x22000000 zImage; bootz 0x22…
/OK3568_Linux_fs/buildroot/board/solidrun/macchiatobin/
H A DuEnv-example.txt7 bootcmd=mmc dev 1; ext4load mmc 1:1 $kernel_addr $image_name; ext4load mmc 1:1 $fdt_addr $fdt_name;…
/OK3568_Linux_fs/buildroot/board/altera/socrates_cyclone5/
H A Dboot-env.txt7 bootcmd=run linux_load; bootz ${linux_load_address} - ${linux_dtb_load_address}
/OK3568_Linux_fs/u-boot/board/samsung/common/
H A Ddfu_sample_env.txt8 bootcmd=run mmcboot
/OK3568_Linux_fs/buildroot/board/ci20/
H A Duboot-env.txt4 bootcmd=run ethargs; ext4load mmc 0:1 0x88000000 /boot/uImage; bootm 0x88000000
/OK3568_Linux_fs/buildroot/board/toradex/apalis-imx6/
H A DuEnv.txt6 bootcmd=run setup; setenv bootargs ${defargs} ${sdargs} ${setupargs} ${vidargs}; echo Booting from …
/OK3568_Linux_fs/u-boot/tools/kermit/
H A Dflash_param51 out setenv bootcmd bootm FFC00000\13
/OK3568_Linux_fs/u-boot/board/keymile/scripts/
H A Ddevelop-common.txt2 bootcmd=run ${subbootcmds}
H A Dramfs-common.txt4 bootcmd=run ${subbootcmds}
/OK3568_Linux_fs/buildroot/board/hardkernel/odroidxu4/
H A Dboot.ini9 setenv bootcmd "load mmc 0:1 0x40008000 zImage; load mmc 0:1 0x44000000 exynos5422-odroidxu4.dtb; b…
/OK3568_Linux_fs/u-boot/lib/avb/libavb_user/
H A DKconfig16 - only allow "boot_android" as bootcmd;
/OK3568_Linux_fs/buildroot/board/arcturus/ppc-ucp1020/
H A Dreadme.txt67 B$ setenv bootcmd 'run norboot'
/OK3568_Linux_fs/buildroot/board/atmel/
H A Dreadme.txt164 bootcmd=fatload mmc 1:1 0x21000000 at91-sama5d2_xplained.dtb; fatload mmc 1:1 0x22000000 zImage; bo…
170 U-Boot> setenv bootcmd 'fatload mmc 1:1 0x21000000 at91-sama5d2_xplained_pda7.dtb; fatload mmc 1:1 …
/OK3568_Linux_fs/buildroot/board/arcturus/aarch64-ucls1012a/
H A Dreadme.txt72 B$ run bootcmd
/OK3568_Linux_fs/u-boot/configs/
H A Daxm_defconfig18 …boot_file=setenv bootfile /${project_dir}/kernel/uImage\0boot_retries=0\0bootcmd=run flash_self\0b…

12345678910>>...20