Lines Matching +full:arm +full:- +full:efi
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.
91 #define BOOTEFI_NAME "bootaa64.efi"
93 #define BOOTEFI_NAME "bootarm.efi"
100 * On 32bit ARM systems there is a reasonable number of systems that follow
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; " \
116 "${kernel_addr_r} efi/boot/"BOOTEFI_NAME"; " \
132 "if test -e ${devtype} " \
138 "if test -e ${devtype} ${devnum}:${distro_bootpart} " \
139 "efi/boot/"BOOTEFI_NAME"; then " \
140 "echo Found EFI removable media binary " \
141 "efi/boot/"BOOTEFI_NAME"; " \
143 "echo EFI LOAD FAILED: continuing...; " \
241 #error Please specify an EFI client identifier
245 * Ask the dhcp server for an EFI binary. If we get one, check for a
247 * not an EFI binary, we just return from the bootefi command and continue.
335 "if test -e ${devtype} " \
350 "if test -e ${devtype} " \
353 "echo Found U-Boot script " \
371 "part list ${devtype} ${devnum} -bootable devplist; " \