Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-15 | sandbox: Add missing errno.h includes in a few files | Simon Glass | |
These files use error numbering, so add the include. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2015-04-18 | dm: sandbox: Add a emulated PCI device as an example | Simon Glass | |
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> |