Searched refs:bootfile (Results 1 – 17 of 17) sorted by relevance
| /openbmc/qemu/tests/qtest/migration/ |
| H A D | bootfile.c | 19 #include "bootfile.h" 64 FILE *bootfile = fopen(bootpath, "wb"); in bootfile_create() local 66 g_assert_cmpint(fwrite(content, len, 1, bootfile), ==, 1); in bootfile_create() 67 fclose(bootfile); in bootfile_create()
|
| /openbmc/openbmc-tools/netboot/ |
| H A D | README.md | 19 "setenv bootfile fitImage",
|
| /openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/ |
| H A D | l2-br-dhcp4.service | 12 ExecStart=/usr/sbin/udhcpc -f -q -O hostname -O bootfile -i l2br -s /usr/libexec/gbmc-br-dhcp.sh ${…
|
| H A D | gbmc-br-dhcp.sh | 87 bootfile_url="${bootfile}"
|
| /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/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/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 | 117 qemu-system-s390x -netdev user,id=n1,tftp=...,bootfile=... \
|
| /openbmc/qemu/tests/qtest/ |
| H A D | meson.build | 348 'migration/bootfile.c',
|
| /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
|