]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: support Unicode text input
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 11 Sep 2018 22:05:32 +0000 (00:05 +0200)
committerAlexander Graf <agraf@suse.de>
Sun, 23 Sep 2018 19:55:30 +0000 (21:55 +0200)
commit0341b27e00f92502fc414f9f4d8183791de8b8db
tree454c631a5c4590fd5c0246c76f4a4fd3fb02bc81
parent535ab60ca504632834a4e0d7f3c0ae12b0c25ebb
efi_loader: support Unicode text input

Up to now the EFI_TEXT_INPUT_PROTOCOL only supported ASCII characters.
With the patch it can consume UTF-8 from the console.

Currently only the serial console and the console can deliver UTF-8.
Local consoles are restricted to ASCII.

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