Lines Matching +full:- +full:- +full:prefix
7 * SPDX-License-Identifier: GPL-2.0+
15 * reference a device that is not enabled in the U-Boot configuration, e.g.
17 * that BOOT_TARGET_DEVICES is a macro that's expanded by the C pre-processor
21 * reference a non-existent symbol, and have the name of that symbol encode
24 * prevalence of capitals here, this looks like a pre-processor macro and
26 * message that includes some other pre-processor symbols in the text.
101 * the $soc-$board$boardver.dtb name scheme for their device trees. Use that
105 "if test -z \"${fdtfile}\" -a -n \"${soc}\"; then " \
106 "setenv efi_fdtfile ${soc}-${board}${boardver}.dtb; " \
125 "${fdt_addr_r} ${prefix}${efi_fdtfile}\0" \
131 "for prefix in ${efi_dtb_prefixes}; do " \
132 "if test -e ${devtype} " \
134 "${prefix}${efi_fdtfile}; then " \
138 "if test -e ${devtype} ${devnum}:${distro_bootpart} " \
332 "${scriptaddr} ${prefix}extlinux/extlinux.conf\0" \
335 "if test -e ${devtype} " \
337 "${prefix}extlinux/extlinux.conf; then " \
338 "echo Found ${prefix}extlinux/extlinux.conf; " \
345 "${scriptaddr} ${prefix}${script}; " \
350 "if test -e ${devtype} " \
352 "${prefix}${script}; then " \
353 "echo Found U-Boot script " \
354 "${prefix}${script}; " \
363 "for prefix in ${boot_prefixes}; do " \
371 "part list ${devtype} ${devnum} -bootable devplist; " \