Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-03 | sandbox: put stdin into raw mode | Mike Frysinger | |
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> | |||
2011-10-17 | sandbox: Add OS dependent layer | Simon Glass | |
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> |