]> git.ipfire.org Git - people/ms/u-boot.git/commit - drivers/pci/Kconfig
pci: xilinx: Add a driver for Xilinx AXI to PCIe bridge
authorPaul Burton <paul.burton@imgtec.com>
Thu, 8 Sep 2016 06:47:31 +0000 (07:47 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 21 Sep 2016 13:04:32 +0000 (15:04 +0200)
commita29e45a9c468ba254bbf18886454c53ff16bec49
treed73b7d81bbb74b66553fd3c6965c5f9b50b64b45
parentb419e87287ddb26ed991a64b2b14db7841b5f8c6
pci: xilinx: Add a driver for Xilinx AXI to PCIe bridge

This patch adds a driver for the Xilinx AXI bridge for PCI express, an
IP block which can be used on some generations of Xilinx FPGAs. This is
mostly a case of implementing PCIe ECAM specification, but with some
quirks about what devices are valid to access.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/pci/Kconfig
drivers/pci/Makefile
drivers/pci/pcie_xilinx.c [new file with mode: 0644]