summaryrefslogtreecommitdiffstats
path: root/drivers/serial/efi-stdio.c
Commit message (Collapse)AuthorAgeFilesLines
* serial: efi: improve input handlingMichael Olbrich2017-01-241-1/+2
| | | | | | | | | 0x08 is the scan-code for 'backspace' not 'delete'. 0x17 indicates the start of an escape sequence, such as "[3~" for 'delete'. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* serial: Add EFI stdio driverSascha Hauer2014-07-161-0/+367
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>