]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: rework event handling for console
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 11 Sep 2018 20:38:05 +0000 (22:38 +0200)
committerAlexander Graf <agraf@suse.de>
Sun, 23 Sep 2018 19:55:30 +0000 (21:55 +0200)
commit79d3e3845785c365362323955d004ac5b7986541
tree21cc8ef6929b17e406ead9bf2d2f7af69df06d09
parent5d06d2db3b90393d48370c925dda0a1923d89957
efi_loader: rework event handling for console

Preread the next key in the console timer event.

The EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL requires to trigger registered key
notification functions based on the prefetched key.

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