[U-Boot] [PATCH 0/6] dm: pci: add Freescale PowerPC PCIe driver
Z.q. Hou
zhiqiang.hou at nxp.com
Sat May 4 02:02:53 UTC 2019
From: Hou Zhiqiang <Zhiqiang.Hou at nxp.com>
Add PCIe DM driver for Freescale PowerPC PCIe controllers.
Hou Zhiqiang (6):
powerpc: mpc85xx: Update the condition to compile PCI routines
powerpc: T208xQDS: Compile the legacy PCIe routines conditionally
t2080: dts: Added PCIe DT nodes
dm: pci: add Freescale PowerPC PCIe driver
powerpc: T208xQDS: Disable legacy PCIe driver
configs: T2080QDS: Enable PCIe driver
arch/powerpc/cpu/mpc85xx/pci.c | 2 +-
arch/powerpc/dts/t2080.dtsi | 48 +++
board/freescale/t208xqds/pci.c | 2 +
configs/T2080QDS_defconfig | 5 +
drivers/pci/Kconfig | 7 +
drivers/pci/Makefile | 1 +
drivers/pci/pcie_fsl.c | 612 +++++++++++++++++++++++++++++++++
drivers/pci/pcie_fsl.h | 60 ++++
drivers/pci/pcie_fsl_fixup.c | 40 +++
include/configs/T208xQDS.h | 18 -
10 files changed, 776 insertions(+), 19 deletions(-)
create mode 100644 drivers/pci/pcie_fsl.c
create mode 100644 drivers/pci/pcie_fsl.h
create mode 100644 drivers/pci/pcie_fsl_fixup.c
--
2.17.1
More information about the U-Boot
mailing list