]> git.sur5r.net Git - u-boot/commit
efi_selftest: unit test for EFI_SIMPLE_TEXT_INPUT_PROTOCOL
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 3 Mar 2018 14:39:53 +0000 (15:39 +0100)
committerAlexander Graf <agraf@suse.de>
Wed, 4 Apr 2018 09:00:07 +0000 (11:00 +0200)
commit0aa2da788bb5c6dd249e33a8d3416f9d2ae9ee09
treeba0c3989dcd25f60cc11b9f7a4e36ee5f20db419
parent482fc90c0a93bdab8473bbd4c8d63732ce888bba
efi_selftest: unit test for EFI_SIMPLE_TEXT_INPUT_PROTOCOL

Provide a unit test for the EFI_SIMPLE_TEXT_INPUT_PROTOCOL.

The unicode character and the scan code are printed for text
input.

To run the test:

setenv efi_selftest text input
bootefi selftest

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_selftest/Makefile
lib/efi_selftest/efi_selftest_textinput.c [new file with mode: 0644]