[U-Boot] [PATCH v2 16/22] dm: sandbox: pci: Add a PCI emulation uclass

Simon Glass sjg at chromium.org
Sat Mar 21 00:16:26 CET 2015


On 5 March 2015 at 12:25, Simon Glass <sjg at chromium.org> wrote:
> 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 at chromium.org>
> ---
>
> Changes in v2: None
>
>  drivers/pci/Makefile          |   1 +
>  drivers/pci/pci-emul-uclass.c |  67 ++++++++++++++++++++++++++
>  include/dm/uclass-id.h        |   1 +
>  include/pci.h                 | 108 ++++++++++++++++++++++++++++++++++++++++++
>  4 files changed, 177 insertions(+)
>  create mode 100644 drivers/pci/pci-emul-uclass.c

Applied to u-boot-dm/next.


More information about the U-Boot mailing list