commit | 479349a4e680de9a81af6fd136d4ac3f5676e848 | [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 | 5ba8ef69d51b1c561bbd44c5f076366d15da3270 [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>