commit | 36d0d3b4b4974f4183609ac8b4d77a1f46acba55 | [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 | 537849aaa1b8f90d99f4c31a2945ab0b817aa599 [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>