serial: Add EFI stdio driver
This adds a driver which uses the EFI stdin/stdout interfaces to
implement a barebox console. Keyboard input should be fairly complete,
but not all vt100 needed by barebox work properly. The clear-to-eol
escape is missing causing garbled output in the editor.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 62a123f commit e4caa90188430e1d527a40edb0e613b05900b243
@Sascha Hauer Sascha Hauer authored on 7 Jul 2014
Showing 4 changed files
View
commands/edit.c
View
drivers/serial/Kconfig
View
drivers/serial/Makefile
View
drivers/serial/efi-stdio.c 0 → 100644