
2 Aug
2018
2 Aug
'18
10:38 p.m.
On 29 July 2018 at 07:37, Bin Meng bmeng.cn@gmail.com wrote:
At present all emulated sandbox pci devices must be present in the device tree in order to be used. The real world pci uclass driver supports pci device driver matching, and we should add such support on sandbox too.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
Changes in v2: None
doc/driver-model/pci-info.txt | 23 +++++++++++++ drivers/pci/pci-emul-uclass.c | 14 +++++--- drivers/pci/pci_sandbox.c | 78 +++++++++++++++++++++++++++++++++++++++---- include/pci.h | 3 +- 4 files changed, 107 insertions(+), 11 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org