]> git.sur5r.net Git - u-boot/commit
pci: intel: Add Intel FPGA PCIe controller driver
authorLey Foon Tan <ley.foon.tan@intel.com>
Fri, 20 Apr 2018 13:55:45 +0000 (21:55 +0800)
committerTom Rini <trini@konsulko.com>
Tue, 8 May 2018 13:07:35 +0000 (09:07 -0400)
commit7c45862f22fd6275a48130197d315dcf8723cfb5
tree4e064f965a540805aa071feb465524ece360346c
parent666028fc7c21e7800953b5e928e84fb86f962723
pci: intel: Add Intel FPGA PCIe controller driver

Add PCIe driver for Intel FPGA PCIe IP. This driver operates the PCIe IP in
rootport mode only, the EP mode is not supported. The driver is tested
with the Intel e1000e NIC driver.

Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
drivers/pci/Kconfig
drivers/pci/Makefile
drivers/pci/pcie_intel_fpga.c [new file with mode: 0644]