u-boot-brain/lib/efi_selftest
Heinrich Schuchardt ca379e1bf1 efi_loader: wrong type in wait_for_event
The UEFI spec defines parameter index of WaitForEvent as UINTN*.
So we should use size_t here.

I deliberately do not use UINTN because I hold a following patch
that will eliminate UINTN because uppercase types to not match
the U-Boot coding style.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Alexander Graf <agraf@suse.de>
2017-10-09 07:00:30 +02:00
..
efi_selftest_console.c efi_selftest: provide an EFI selftest application 2017-09-18 23:53:57 +02:00
efi_selftest_events.c efi_loader: wrong type in wait_for_event 2017-10-09 07:00:30 +02:00
efi_selftest_exitbootservices.c efi_selftest: make tests easier to read 2017-10-09 07:00:23 +02:00
efi_selftest_tpl.c efi_loader: wrong type in wait_for_event 2017-10-09 07:00:30 +02:00
efi_selftest.c efi_selftest: make tests easier to read 2017-10-09 07:00:23 +02:00
Kconfig efi_selftest: provide an EFI selftest application 2017-09-18 23:53:57 +02:00
Makefile efi_selftest: check notification of ExitBootServices 2017-09-18 23:53:57 +02:00