From: Hou Zhiqiang <zhiqiang....@nxp.com> Add PCIe driver for the NXP LX series SoCs.
Hou Zhiqiang (8): armv8: fsl-layerscpae: correct the PCIe controllers' region size armv8: lx2160a: add MMU table entries for PCIe pci: Add pcie controller driver for NXP LX SoCs kconfig: add dependency PCIE_LX for FSL_PCIE_COMPAT pci: pcie_lx: add device tree fixups for PCI Stream IDs armv8: lx2160a: add pcie DT nodes armv8: lx2160a: enable pcie support on RDB defconfig armv8: lx2160a: enable the pci command Depends on the following patches: https://patchwork.ozlabs.org/patch/990088/ https://patchwork.ozlabs.org/patch/990093/ https://patchwork.ozlabs.org/patch/990097/ https://patchwork.ozlabs.org/patch/990098/ arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 2 +- arch/arm/cpu/armv8/fsl-layerscape/cpu.c | 12 + arch/arm/dts/fsl-lx2160a.dtsi | 85 +++ .../arm/include/asm/arch-fsl-layerscape/cpu.h | 9 + .../asm/arch-fsl-layerscape/immap_lsch3.h | 14 +- configs/lx2160ardb_tfa_defconfig | 5 + drivers/pci/Kconfig | 8 + drivers/pci/Makefile | 1 + drivers/pci/pcie_lx.c | 607 ++++++++++++++++++ drivers/pci/pcie_lx.h | 258 ++++++++ drivers/pci/pcie_lx_fixup.c | 234 +++++++ include/configs/lx2160a_common.h | 1 + 12 files changed, 1234 insertions(+), 2 deletions(-) create mode 100644 drivers/pci/pcie_lx.c create mode 100644 drivers/pci/pcie_lx.h create mode 100644 drivers/pci/pcie_lx_fixup.c -- 2.17.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot