Lines Matching refs:efi
76 and CONFIG_EFI_APP. The efi-x86 config (efi-x86_defconfig) is set up for this.
79 make efi-x86_defconfig
92 u-boot-app.efi - U-Boot EFI application
93 u-boot-payload.efi - U-Boot EFI payload application
102 mkdir /tmp/efi
103 cp /path/to/u-boot*.efi /tmp/efi
104 qemu-system-x86_64 -bios bios.bin -hda fat:/tmp/efi/
107 type 'fs0:u-boot-payload.efi' to run the payload or 'fs0:u-boot-app.efi' to
111 To try it on real hardware, put u-boot-app.efi on a suitable boot medium,
114 fs0:u-boot-payload.efi
116 (or fs0:u-boot-app.efi for the application)
135 efi_main() function is in lib/efi/efi_app.c. It sets up some basic EFI
171 The stub application is implemented in lib/efi/efi_stub.c. The efi_main()
188 large list of memory regions. You can use the 'efi mem all' command to
214 of code is built this way (see the extra- line in lib/efi/Makefile).
243 lib/efi
246 arch/x86/lib/efi
250 arch/x86/cpu/efi
253 board/efi/efi-x86/efi.c
257 the 'efi' command
294 an efi application as well as snippet in the default distro boot script that
295 scans for removable media efi binaries as fallback.
308 Removable media booting (search for /efi/boot/boota{a64,arm}.efi) is supported.
314 Running HelloWord.efi