u-boot-brain/lib/efi_loader
xypron.glpk@gmx.de 8bee5a3c13 efi_loader: refactor efi_install_protocol_interface
For the implementation of InstallMultipleProtocolInterfaces we
need to call efi_install_protocol_interface. In internal calls
we should not pass through EFI_EXIT.

The patch introduces a wrapper function
efi_install_protocol_interface_ext.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
2017-07-19 14:14:38 +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: refactor efi_install_protocol_interface 2017-07-19 14:14:38 +02:00
efi_console.c efi_loader: console: Correctly report modes 2016-11-14 23:24:02 +01:00
efi_disk.c efi_loader: refactor efi_open_protocol 2017-07-19 14:14:23 +02:00
efi_gop.c efi_loader: refactor efi_open_protocol 2017-07-19 14:14:23 +02:00
efi_image_loader.c efi_loader: refactor efi_open_protocol 2017-07-19 14:14:23 +02:00
efi_memory.c efi: Add a hook to allow adding memory mapping 2017-03-14 08:44:03 -07: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: Allow to compile helloworld.efi w/o bundling it 2016-11-27 09:53:39 -05:00