summaryrefslogtreecommitdiff
path: root/include/os.h
Commit message (Collapse)AuthorAgeLines
* sandbox: put stdin into raw modeMike Frysinger2011-11-03-0/+5
| | | | | | | | This allows us to act like a serial device: we get tab chars and CTRL+C and respond appropriately. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Tested-by: Simon Glass <sjg@chromium.org>
* sandbox: Add OS dependent layerSimon Glass2011-10-17-0/+73
We want to keep all OS-dependent code in once place, with a simple interface to U-Boot. For now, this is that place. Signed-off-by: Simon Glass <sjg@chromium.org>