[U-Boot] [PATCH v3 3/4] pci_ep: add pci endpoint sandbox driver
Simon Glass
sjg at chromium.org
Thu May 9 03:53:59 UTC 2019
On Sat, 27 Apr 2019 at 02:15, Ramon Fried <ramon.fried at gmail.com> wrote:
>
> Add a dummy PCI endpoint for sandbox.
> Supporting only a single function, it allows setting
> and reading header configuration.
>
> Signed-off-by: Ramon Fried <ramon.fried at gmail.com>
> ---
>
> Changes in v3:
> - Added more description to commit message and kmsg
> - Removed some unused functionality that can't be
> tested.
> - Removed entries from sandbox config and added implies and select
> to arch/Kconfig sandbox entry.
>
> arch/Kconfig | 2 +
> arch/sandbox/dts/test.dts | 4 +
> drivers/pci_endpoint/Kconfig | 9 ++
> drivers/pci_endpoint/Makefile | 1 +
> drivers/pci_endpoint/sandbox-pci_ep.c | 182 ++++++++++++++++++++++++++
> 5 files changed, 198 insertions(+)
> create mode 100644 drivers/pci_endpoint/sandbox-pci_ep.c
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list