Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sandbox: Add missing errno.h includes in a few files | Simon Glass | 2015-05-14 | 1 | -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 | 1 | -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> |