Searched refs:bootfile (Results 1 – 14 of 14) sorted by relevance
/external/vboot_reference/cgpt/ |
D | cgpt_boot.c | 74 if (params->create_pmbr || params->partition || params->bootfile) in CgptBoot() 124 if (params->bootfile) { in CgptBoot() 125 int fd = open(params->bootfile, O_RDONLY); in CgptBoot() 127 Error("Can't read %s: %s\n", params->bootfile, strerror(errno)); in CgptBoot() 133 Error("problem reading %s: %s\n", params->bootfile, strerror(errno)); in CgptBoot()
|
D | cmd_boot.c | 61 params.bootfile = optarg; in cmd_boot()
|
/external/u-boot/configs/ |
D | axm_defconfig | 19 …bootfile /${project_dir}/kernel/uImage\0boot_retries=0\0bootcmd=run flash_self\0bootdelay=3\0ethac…
|
/external/u-boot/cmd/ |
D | pxe.c | 91 char *bootfile, *last_slash; in get_bootfile_path() local 98 bootfile = from_env("bootfile"); in get_bootfile_path() 100 if (!bootfile) in get_bootfile_path() 103 last_slash = strrchr(bootfile, '/'); in get_bootfile_path() 108 path_len = (last_slash - bootfile) + 1; in get_bootfile_path() 117 strncpy(bootfile_path, bootfile, path_len); in get_bootfile_path()
|
/external/vboot_reference/host/include/ |
D | cgpt_params.h | 68 char *bootfile; member
|
/external/u-boot/board/freescale/mpc8323erdb/ |
D | README | 58 fdtfile, and bootfile).
|
/external/u-boot/doc/ |
D | README.pxe | 31 bootfile,serverip - these two are typically set in the DHCP response 71 bootfile - typically set in the DHCP response handler based on the 74 If no bootfile is specified, paths used in pxe files will be used as is.
|
D | README.vxworks | 53 environments variables: bootdev, bootfile, ipaddr, netmask, serverip,
|
D | README.usb | 121 setenv bootfile /tftpboot/uImage
|
/external/u-boot/board/freescale/mpc8315erdb/ |
D | README | 94 fdtfile, and bootfile).
|
/external/u-boot/board/freescale/mpc8313erdb/ |
D | README | 100 fdtfile, and bootfile).
|
/external/u-boot/doc/SPL/ |
D | README.am335x-network | 42 on the interface. Specify the range of assigned addresses and bootfile
|
/external/u-boot/net/ |
D | net.c | 237 U_BOOT_ENV_CALLBACK(bootfile, on_bootfile);
|
/external/u-boot/ |
D | README | 648 environments variables: bootdev, bootfile, ipaddr, netmask, 650 It loads the vxWorks image pointed bootfile. 3707 bootfile - Name of the image to load with TFTP 3903 Linux kernel bootfile kernel_addr_r kernel_addr 3911 bootfile - see above 4456 => tftp $loadaddr $bootfile
|