/openbmc/linux/arch/alpha/boot/ |
H A D | main.c | 122 char bootfile[256]; in load() local 126 result = callback_getenv(ENV_BOOTED_FILE, bootfile, 255); in load() 130 bootfile[result] = '\0'; in load() 133 bootfile); in load()
|
/openbmc/u-boot/configs/ |
H A D | axm_defconfig | 19 …bootfile /${project_dir}/kernel/uImage\0boot_retries=0\0bootcmd=run flash_self\0bootdelay=3\0ethac…
|
/openbmc/openbmc-tools/netboot/ |
H A D | README.md | 19 "setenv bootfile fitImage",
|
/openbmc/u-boot/cmd/ |
H A 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()
|
/openbmc/u-boot/board/freescale/mpc8323erdb/ |
H A D | README | 58 fdtfile, and bootfile).
|
/openbmc/qemu/net/ |
H A D | slirp.c | 425 const char *bootfile, const char *vdhcp_start, in net_slirp_init() argument 645 cfg.bootfile = bootfile; in net_slirp_init() 1218 user->bootfile, user->dhcpstart, in net_init_slirp()
|
/openbmc/u-boot/board/freescale/mpc8315erdb/ |
H A D | README | 94 fdtfile, and bootfile).
|
/openbmc/u-boot/board/freescale/mpc8313erdb/ |
H A D | README | 100 fdtfile, and bootfile).
|
/openbmc/u-boot/doc/ |
H A 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.
|
H A D | README.vxworks | 53 environments variables: bootdev, bootfile, ipaddr, netmask, serverip,
|
H A D | README.usb | 121 setenv bootfile /tftpboot/uImage
|
/openbmc/qemu/docs/system/arm/ |
H A D | sabrelite.rst | 115 => setenv bootfile zImage
|
/openbmc/u-boot/doc/SPL/ |
H A D | README.am335x-network | 42 on the interface. Specify the range of assigned addresses and bootfile
|
/openbmc/qemu/docs/system/s390x/ |
H A D | bootdevices.rst | 98 qemu-system-s390x -netdev user,id=n1,tftp=...,bootfile=... \
|
/openbmc/qemu/qapi/ |
H A D | net.json | 140 # @bootfile: BOOTP filename, for use with tftp= 188 '*bootfile': 'str',
|
/openbmc/qemu/tests/qtest/ |
H A D | migration-test.c | 185 FILE *bootfile = fopen(bootpath, "wb"); in bootfile_create() local 187 g_assert_cmpint(fwrite(content, len, 1, bootfile), ==, 1); in bootfile_create() 188 fclose(bootfile); in bootfile_create()
|
/openbmc/u-boot/ |
H A D | README | 629 environments variables: bootdev, bootfile, ipaddr, netmask, 631 It loads the vxWorks image pointed bootfile. 3584 bootfile - Name of the image to load with TFTP 3780 Linux kernel bootfile kernel_addr_r kernel_addr 3788 bootfile - see above 4344 => tftp $loadaddr $bootfile
|
/openbmc/qemu/ |
H A D | qemu-options.hx | 2820 " [,tftp=dir][,tftp-server-name=name][,bootfile=f][,hostfwd=rule][,guestfwd=rule]" 3133 ``bootfile=file`` 3143 -netdev user,id=n1,tftp=/path/to/tftp/files,bootfile=/pxelinux.0
|