commit | 5a822e17e3de78b60a4572f06e1ca5128ddfd37f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Mar 05 12:25:29 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Sat Apr 18 11:09:45 2015 -0600 |
tree | a6bbb47ba5fe4c805afc7a633bbd1cade104bb28 | |
parent | d9e90bb83fe5ac234722b911a1a8121de957f1d1 [diff] |
dm: sandbox: Add a emulated PCI device as an example 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>