u-boot-brain/lib/efi_loader
Rob Clark af65db85b8 efi_loader: indent entry/exit prints to show nesting level
This should make it easier to see when a callback back to UEFI world
calls back in to the u-boot world, and generally match up EFI_ENTRY()
and EFI_EXIT() calls.

Signed-off-by: Rob Clark <robdclark@gmail.com>
[agraf: remove static from const var]
Signed-off-by: Alexander Graf <agraf@suse.de>
2017-07-29 00:18:46 +02:00
..
.gitignore lib: gitignore *.elf and *.so generated by efi_loader 2017-01-09 10:30:24 -05:00
efi_boottime.c efi_loader: indent entry/exit prints to show nesting level 2017-07-29 00:18:46 +02:00
efi_console.c efi_loader: expose protocols via GUID 2017-07-25 10:58:07 +02:00
efi_device_path_to_text.c efi_loader: add some missing breaks 2017-07-28 09:13:17 +02:00
efi_disk.c efi_loader: remove more double EFI_EXIT() in efi_disk.c 2017-07-26 08:56:15 +02:00
efi_gop.c efi_loader: gop: fixes for CONFIG_DM_VIDEO without CONFIG_LCD 2017-07-24 14:43:40 +02:00
efi_image_loader.c efi_loader: refactor efi_open_protocol 2017-07-19 14:14:23 +02:00
efi_memory.c efi_loader: fix bug in efi_get_memory_map 2017-07-26 22:09:49 +02:00
efi_net.c efi_loader: refactor efi_open_protocol 2017-07-19 14:14:23 +02:00
efi_runtime.c efi_loader: Rename EFI_RUNTIME_{TEXT, DATA} to __efi_runtime{, _data} 2016-10-19 09:01:54 +02:00
efi_smbios.c smbios: Expose in efi_loader as table 2016-10-19 09:01:52 +02:00
helloworld.c efi: Add support for a hello world test program 2016-11-14 23:24:03 +01:00
Kconfig x86: Enable EFI loader support 2016-11-14 23:24:04 +01:00
Makefile efi_loader: gop: fixes for CONFIG_DM_VIDEO without CONFIG_LCD 2017-07-24 14:43:40 +02:00