dm: sandbox: Add a simple PCI driver
authorSimon Glass <sjg@chromium.org>
Thu, 5 Mar 2015 19:25:27 +0000 (12:25 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 17 Apr 2015 01:27:43 +0000 (19:27 -0600)
commit537849aaa1b8f90d99f4c31a2945ab0b817aa599
treea7fa642fcdab8c17c73de18d73e9aaa04473b9fa
parent9569c40668290408eac447f9be99dab603c8e34c
dm: sandbox: Add a simple PCI driver

Add a driver which can access emulations of devices and make them available
in sandbox.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/pci/Kconfig
drivers/pci/Makefile
drivers/pci/pci_sandbox.c [new file with mode: 0644]