Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | sandbox: put stdin into raw mode | Mike Frysinger | 2011-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 layer | Simon Glass | 2011-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> |