[U-Boot] [PATCH v2 13/21] pci: sandbox: Support dynamically binding device driver

Simon Glass sjg at chromium.org
Thu Aug 2 20:38:28 UTC 2018


On 29 July 2018 at 07:37, Bin Meng <bmeng.cn at 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 at 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 at chromium.org>


More information about the U-Boot mailing list