
21 Mar
2015
21 Mar
'15
12:16 a.m.
On 5 March 2015 at 12:25, Simon Glass sjg@chromium.org wrote:
Add a driver which can access emulations of devices and make them available in sandbox.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2: None
drivers/pci/Kconfig | 10 ++++++ drivers/pci/Makefile | 1 + drivers/pci/pci_sandbox.c | 79 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 90 insertions(+) create mode 100644 drivers/pci/pci_sandbox.c
Applied to u-boot-dm/next.