Re: [U-Boot] [PATCH 05/14] efi_loader: Add console interface

2016-01-31 Thread Simon Glass
On 14 January 2016 at 22:06, Alexander Graf wrote: > One of the basic EFI interfaces is the console interface. Using it an EFI > application can interface with the user. This patch implements an EFI console > interface using getc() and putc(). > > Today, we only implement text

[U-Boot] [PATCH 05/14] efi_loader: Add console interface

2016-01-14 Thread Alexander Graf
One of the basic EFI interfaces is the console interface. Using it an EFI application can interface with the user. This patch implements an EFI console interface using getc() and putc(). Today, we only implement text based consoles. We also convert the EFI Unicode characters to UTF-8 on the fly,