]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: compliance Simple Text Input Ex Protocol
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 1 Sep 2022 21:30:09 +0000 (23:30 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 3 Sep 2022 06:16:09 +0000 (08:16 +0200)
commit0b7b56d7d7446ab24d2b8da2236ec44ea7edf2cc
treef99887368324e898fab22bb836f9cff6e962cbba
parenta641e36fdbf09a6db046e9afe7531e9c623e70d3
efi_loader: compliance Simple Text Input Ex Protocol

We cannot expect the buffers passed to the input protocols to be zero
filled. If only modifier keys are pressed, we have to return EFI_NOT_READY
but we still have to fill the key structure.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
lib/efi_loader/efi_console.c