]> 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>
Thu, 31 Dec 2020 13:33:07 +0000 (14:33 +0100)
commit97d36f069d3362cd09b481fba94ee1de01a1f51b
treef17bd8e69037f92902ad69f22f56430dfe1dcf65
parentdb6288de85dce4482712ac5ed59d78ef22cd9ab6
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