commit | 663686dbd7ea8397fa839478addb91aac54b6f29 | [log] [tgz] |
---|---|---|
author | Ramon Fried <ramon.fried@gmail.com> | Sat Apr 27 11:15:21 2019 +0300 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 11 10:05:15 2019 -0400 |
tree | b614c9f2101ec3afa6262a8029d60ce663ef8961 | |
parent | 526082f505a75030ff89f0c7fadee4b5edbabc27 [diff] |
drivers: pci_ep: Introduce UCLASS_PCI_EP uclass Introduce new UCLASS_PCI_EP class for handling PCI endpoint devices, allowing to set various attributes of the PCI endpoint device, such as: * configuration space header * BAR definitions * outband memory mapping * start/stop PCI link Signed-off-by: Ramon Fried <ramon.fried@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>