summaryrefslogtreecommitdiff
path: root/drivers/serial/sandbox.c
AgeCommit message (Collapse)Author
2011-10-17sandbox: Add serial uartSimon Glass
This uart simply writes to stdout and reads from stdin. We might imagine instead buffering the data so that a test interface can check output and inject input. Signed-off-by: Simon Glass <sjg@chromium.org>