]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: escape key handling
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 27 Dec 2020 13:47:50 +0000 (14:47 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 29 Dec 2020 01:09:04 +0000 (02:09 +0100)
commit9abb01af749f61de8467de05a27f7262fb1dec7b
treed6aad17e16a83007e3b7c9de7ee8594b46d5b40e
parent5f9b53753118ade7b502bce9866ea527a8a86372
efi_loader: escape key handling

Up to now the escape key was not correctly detected in UEFI applications.
We had to hit it twice for a single escape to be recognized.

Use a 10 ms delay to detect if we are dealing with the escape key or an
escape sequence.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_console.c