commit | c64f19b587ef99c54f6f69b48b630b45adc75bed | [log] [tgz] |
---|---|---|
author | Ramon Fried <ramon.fried@gmail.com> | Sat Apr 27 11:15:23 2019 +0300 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 11 10:05:15 2019 -0400 |
tree | 4011c3b978604d2b39427500c83a589a64d5dbe7 | |
parent | 19873feb35c9bf499c3cbeb9516fe74a135e7f8b [diff] |
pci_ep: add pci endpoint sandbox driver 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@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>