]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sandbox: Add serial uart
authorSimon Glass <sjg@chromium.org>
Mon, 3 Oct 2011 19:26:46 +0000 (19:26 +0000)
committerWolfgang Denk <wd@denx.de>
Mon, 17 Oct 2011 21:56:58 +0000 (23:56 +0200)
commit7accb6ea56738adb538eedbe19d5089624cf8860
tree4be538163cc8285e9592ac4fa014e7caf94fb8e1
parentbace3d00f28040f061e0e21126bc70cfb9d20930
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>
drivers/serial/Makefile
drivers/serial/sandbox.c [new file with mode: 0644]