Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | sandbox: Add missing errno.h includes in a few files | Simon Glass | 2015-05-14 | -0/+1 |
| | | | | | | These files use error numbering, so add the include. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
* | dm: sandbox: Add a emulated PCI device as an example | Simon Glass | 2015-04-18 | -0/+285 |
This device sits on the sandbox PCI bus and provides a case-swapping service for sandbox. It illustrates the use of both PCI I/O and PCI memory accesses. Signed-off-by: Simon Glass <sjg@chromium.org> |