On 14 January 2016 at 22:06, Alexander Graf <[email protected]> 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 based consoles. We also convert the EFI Unicode > characters to UTF-8 on the fly, hoping that everyone managed to jump on the > train by now. > > Signed-off-by: Alexander Graf <[email protected]> > > --- > > v1 -> v2: > > - Move to GPLv2+ > --- > include/efi_loader.h | 5 + > lib/efi_loader/efi_console.c | 357 > +++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 362 insertions(+) > create mode 100644 lib/efi_loader/efi_console.c
Reviewed-by: Simon Glass <[email protected]> _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

