commit | 7accb6ea56738adb538eedbe19d5089624cf8860 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 03 19:26:46 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Mon Oct 17 23:56:58 2011 +0200 |
tree | 4be538163cc8285e9592ac4fa014e7caf94fb8e1 | |
parent | bace3d00f28040f061e0e21126bc70cfb9d20930 [diff] |
sandbox: Add serial uart 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>