All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/6] efi_loader: fixes for EFI_SIMPLE_TEXT_INPUT_PROTOCOL
@ 2018-09-09  5:56 Heinrich Schuchardt
  2018-09-09  5:56 ` [U-Boot] [PATCH 1/6] efi_loader: global symbol for code page 437 Heinrich Schuchardt
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Heinrich Schuchardt @ 2018-09-09  5:56 UTC (permalink / raw)
  To: u-boot

This patch series contains fixes for the EFI_SIMPLE_TEXT_INPUT_PROTOCOL.

Support Unicode letters received as UTF-8 from the serial console.
Support code page 437 letters received from the local console.
Correct handling of the WaitForKey event.
Update unit test.

Heinrich Schuchardt (6):
  efi_loader: global symbol for code page 437
  efi_loader: support Unicode text input
  test/py: Unicode w/ EFI_SIMPLE_TEXT_INPUT_PROTOCOL
  efi_selftest: refactor text input test
  efi_loader: rework event handling for console
  efi_selftest: use WaitForKey to test text input

 include/charset.h                         |   6 +
 include/efi_selftest.h                    |  16 ++
 lib/charset.c                             |   3 +
 lib/efi_loader/efi_console.c              | 256 ++++++++++++++++++----
 lib/efi_loader/efi_unicode_collation.c    |   3 +-
 lib/efi_selftest/efi_selftest_textinput.c | 136 +++---------
 lib/efi_selftest/efi_selftest_util.c      |  93 ++++++++
 test/py/tests/test_efi_selftest.py        |   7 +
 8 files changed, 367 insertions(+), 153 deletions(-)

-- 
2.18.0

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-09-10 13:01 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-09  5:56 [U-Boot] [PATCH 0/6] efi_loader: fixes for EFI_SIMPLE_TEXT_INPUT_PROTOCOL Heinrich Schuchardt
2018-09-09  5:56 ` [U-Boot] [PATCH 1/6] efi_loader: global symbol for code page 437 Heinrich Schuchardt
2018-09-09  5:57 ` [U-Boot] [PATCH 2/6] efi_loader: support Unicode text input Heinrich Schuchardt
2018-09-10 10:05   ` Alexander Graf
2018-09-10 13:01     ` Alexander Graf
2018-09-09  5:57 ` [U-Boot] [PATCH 3/6] test/py: Unicode w/ EFI_SIMPLE_TEXT_INPUT_PROTOCOL Heinrich Schuchardt
2018-09-09  5:57 ` [U-Boot] [PATCH 4/6] efi_selftest: refactor text input test Heinrich Schuchardt
2018-09-09  5:57 ` [U-Boot] [PATCH 5/6] efi_loader: rework event handling for console Heinrich Schuchardt
2018-09-09  5:57 ` [U-Boot] [PATCH 6/6] efi_selftest: use WaitForKey to test text input Heinrich Schuchardt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.