commit | 9569c40668290408eac447f9be99dab603c8e34c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Mar 05 12:25:26 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Apr 16 19:27:43 2015 -0600 |
tree | f476d89aaed8887ebca97da08da07abc2c455fe3 | |
parent | ff3e077bd23c37c83d01aad105e528194e33d75e [diff] |
dm: sandbox: pci: Add PCI support for sandbox Add the required header information, device tree nodes and I/O accessor functions to support PCI on sandbox. All devices are emulated by drivers which can be added as required for testing or development. Signed-off-by: Simon Glass <sjg@chromium.org>