summaryrefslogtreecommitdiff
path: root/drivers/serial/sandbox.c
Commit message (Collapse)AuthorAgeLines
* sandbox: Add serial uartSimon Glass2011-10-17-0/+63
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>