commit | d9e90bb83fe5ac234722b911a1a8121de957f1d1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Mar 05 12:25:28 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Apr 16 19:27:43 2015 -0600 |
tree | 859816b8b1c7b1c755ab2853a7736287bf9eab5d | |
parent | 4d85755d5dc1100d6372f150182ad61418881eb3 [diff] |
dm: sandbox: pci: Add a PCI emulation uclass Since sandbox does not have real devices (unless it borrows those from the host) it must use emulations. Provide a uclass which permits PCI operations to be passed through to an emulation device. Signed-off-by: Simon Glass <sjg@chromium.org>