Re: [U-Boot] [PATCH 2/3] efi_loader: implement WaitForKey

2017-07-12 Thread Alexander Graf
On 05.07.17 19:47, Heinrich Schuchardt wrote: The EFI_SIMPLE_TEXT_INPUT_PROTOCOL requires an event WaitForKey. We can easily signal the event in the efi_timer_check function. Signed-off-by: Heinrich Schuchardt --- include/efi_loader.h | 5 - lib/efi_loader/efi_boottime.c | 1

[U-Boot] [PATCH 2/3] efi_loader: implement WaitForKey

2017-07-05 Thread Heinrich Schuchardt
The EFI_SIMPLE_TEXT_INPUT_PROTOCOL requires an event WaitForKey. We can easily signal the event in the efi_timer_check function. Signed-off-by: Heinrich Schuchardt --- include/efi_loader.h | 5 - lib/efi_loader/efi_boottime.c | 17 ++--- lib/efi_loader/efi_console.c |