[U-Boot] [PATCH v2 15/22] dm: sandbox: Add a simple PCI driver
Simon Glass
sjg at chromium.org
Sat Mar 21 00:16:21 CET 2015
On 5 March 2015 at 12:25, Simon Glass <sjg at chromium.org> wrote:
> Add a driver which can access emulations of devices and make them available
> in sandbox.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2: None
>
> drivers/pci/Kconfig | 10 ++++++
> drivers/pci/Makefile | 1 +
> drivers/pci/pci_sandbox.c | 79 +++++++++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 90 insertions(+)
> create mode 100644 drivers/pci/pci_sandbox.c
Applied to u-boot-dm/next.
More information about the U-Boot
mailing list