Re: [U-Boot] [PATCH 2/6] efi_loader: support Unicode text input

2018-09-10 Thread Alexander Graf
On 09/10/2018 12:05 PM, Alexander Graf wrote: On 09/09/2018 07:57 AM, Heinrich Schuchardt wrote: Up to now the EFI_TEXT_INPUT_PROTOCOL only supported ASCII characters. With the patch it can consume UTF-8 from the serial console or codepage 437 special characters from the local keyboard. Signed

Re: [U-Boot] [PATCH 2/6] efi_loader: support Unicode text input

2018-09-10 Thread Alexander Graf
On 09/09/2018 07:57 AM, Heinrich Schuchardt wrote: Up to now the EFI_TEXT_INPUT_PROTOCOL only supported ASCII characters. With the patch it can consume UTF-8 from the serial console or codepage 437 special characters from the local keyboard. Signed-off-by: Heinrich Schuchardt --- lib/efi_loa

[U-Boot] [PATCH 2/6] efi_loader: support Unicode text input

2018-09-08 Thread Heinrich Schuchardt
Up to now the EFI_TEXT_INPUT_PROTOCOL only supported ASCII characters. With the patch it can consume UTF-8 from the serial console or codepage 437 special characters from the local keyboard. Signed-off-by: Heinrich Schuchardt --- lib/efi_loader/efi_console.c | 80 +++