u-boot-brain/lib/efi_loader
Adam Ford a451bc27c9 Convert LIB_UUID to Kconfig
config_fallback.h has some logic that checks a variety of options
and selects LIB_UUID if it hasn't already been selected.  This
will all LIB_UUID in Kconfig and select this option for the list
of options to allow us to remove the logic from fallbacks

Signed-off-by: Adam Ford <aford173@gmail.com>
2018-02-08 19:08:39 -05:00
..
.gitignore lib: gitignore *.elf and *.so generated by efi_loader 2017-01-09 10:30:24 -05:00
efi_bootmgr.c efi_loader: consistently use %pD to print device paths 2018-01-28 21:37:13 +01:00
efi_boottime.c efi_loader: do not install NULL as device path 2018-01-28 21:37:13 +01:00
efi_console.c efi_loader: add check_tpl parameter to efi_signal_event 2018-01-22 23:09:14 +01:00
efi_device_path_to_text.c efi_loader: text output for device path end node 2018-01-22 23:09:12 +01:00
efi_device_path.c efi_loader: allow creation of more device part nodes 2018-01-22 23:10:05 +01:00
efi_disk.c efi_loader: correct EFI_BLOCK_IO_PROTOCOL definitions 2018-01-22 23:09:14 +01:00
efi_file.c efi_loader: add file/filesys support 2017-09-20 10:43:54 +02:00
efi_gop.c efi_loader: helper function to add EFI object to list 2017-12-01 13:41:01 +01:00
efi_image_loader.c efi_loader: allocate correct memory type for EFI image 2018-01-22 23:09:13 +01:00
efi_memory.c efi_loader: add comments to memory functions 2018-01-22 23:09:12 +01:00
efi_net.c efi_loader: helper function to add EFI object to list 2017-12-01 13:41:01 +01:00
efi_runtime.c efi_loader: efi variable support 2017-09-20 11:00:57 +02:00
efi_smbios.c smbios: Expose in efi_loader as table 2016-10-19 09:01:52 +02:00
efi_variable.c efi_loader: print GUIDs 2017-09-20 11:10:42 +02:00
efi_watchdog.c efi_loader: implement SetWatchdogTimer 2017-12-01 13:22:55 +01:00
helloworld.c efi_loader: check tables in helloworld.efi 2018-01-22 23:09:13 +01:00
Kconfig Convert LIB_UUID to Kconfig 2018-02-08 19:08:39 -05:00
Makefile efi_loader helloworld.efi: Fix building with -Os 2017-12-01 22:31:00 +01:00