u-boot-brain/lib/efi_loader
xypron.glpk@gmx.de b521d29eb1 efi_loader: parameter types for CreateEvent, SetTimer
The first argument 'type' of CreateEvent is an 32bit unsigned
integer bitmap and not an enum.

The second argument 'type' of SetTimer take values of an
enum which is called EFI_TIMER_DELAY in the UEFI standard.
To avoid confusion rename efi_event_type to efi_timer_delay.

Reported-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
2017-07-24 14:54:29 +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: parameter types for CreateEvent, SetTimer 2017-07-24 14:54:29 +02:00
efi_console.c efi_console: use EFIAPI for callback functions 2017-07-24 14:48:09 +02:00
efi_device_path_to_text.c efi_loader: implement ConvertDeviceNodeToText 2017-07-24 14:47:04 +02:00
efi_disk.c efi_loader: disk: iterate only over valid block devices 2017-07-19 14:14:41 +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_memory: return MapKey 2017-07-24 14:46:13 +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