Home
last modified time | relevance | path

Searched refs:bootfile (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/arch/alpha/boot/
H A Dmain.c122 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 Daxm_defconfig19bootfile /${project_dir}/kernel/uImage\0boot_retries=0\0bootcmd=run flash_self\0bootdelay=3\0ethac…
/openbmc/openbmc-tools/netboot/
H A DREADME.md19 "setenv bootfile fitImage",
/openbmc/u-boot/cmd/
H A Dpxe.c91 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 DREADME58 fdtfile, and bootfile).
/openbmc/qemu/net/
H A Dslirp.c425 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 DREADME94 fdtfile, and bootfile).
/openbmc/u-boot/board/freescale/mpc8313erdb/
H A DREADME100 fdtfile, and bootfile).
/openbmc/u-boot/doc/
H A DREADME.pxe31 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 DREADME.vxworks53 environments variables: bootdev, bootfile, ipaddr, netmask, serverip,
H A DREADME.usb121 setenv bootfile /tftpboot/uImage
/openbmc/qemu/docs/system/arm/
H A Dsabrelite.rst115 => setenv bootfile zImage
/openbmc/u-boot/doc/SPL/
H A DREADME.am335x-network42 on the interface. Specify the range of assigned addresses and bootfile
/openbmc/qemu/docs/system/s390x/
H A Dbootdevices.rst98 qemu-system-s390x -netdev user,id=n1,tftp=...,bootfile=... \
/openbmc/qemu/qapi/
H A Dnet.json140 # @bootfile: BOOTP filename, for use with tftp=
188 '*bootfile': 'str',
/openbmc/qemu/tests/qtest/
H A Dmigration-test.c185 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 DREADME629 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 Dqemu-options.hx2820 " [,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