Lines Matching +full:pxe +full:- +full:test
1 /* SPDX-License-Identifier: GPL-2.0+ */
14 * reference a device that is not enabled in the U-Boot configuration, e.g.
16 * that BOOT_TARGET_DEVICES is a macro that's expanded by the C pre-processor
20 * reference a non-existent symbol, and have the name of that symbol encode
23 * prevalence of capitals here, this looks like a pre-processor macro and
25 * message that includes some other pre-processor symbols in the text.
113 * the $soc-$board$boardver.dtb name scheme for their device trees. Use that
117 "if test -z \"${fdtfile}\" -a -n \"${soc}\"; then " \
118 "setenv efi_fdtfile ${soc}-${board}${boardver}.dtb; " \
149 "if test -e ${devtype} " \
155 "if test -e ${devtype} ${devnum}:${distro_bootpart} " \
284 /* http://www.iana.org/assignments/dhcpv6-parameters/dhcpv6-parameters.xml */
361 "if pxe get; then " \
362 "pxe boot; " \
365 "pxe "
403 "if test -e ${devtype} " \
418 "if test -e ${devtype} " \
421 "echo Found U-Boot script " \
439 "part list ${devtype} ${devnum} -bootable devplist; " \