mbox series

[U-Boot,0/3] armv8: ls1088a: add pcie support

Message ID 20170904024754.34064-1-Zhiqiang.Hou@nxp.com
Headers show
Series armv8: ls1088a: add pcie support | expand

Message

Z.Q. Hou Sept. 4, 2017, 2:47 a.m. UTC
From: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>

This patch set depends on ls1088a platform support patchs:
http://patchwork.ozlabs.org/patch/800408/
http://patchwork.ozlabs.org/patch/800410/
http://patchwork.ozlabs.org/patch/800409/
http://patchwork.ozlabs.org/patch/803037/
http://patchwork.ozlabs.org/patch/803038/
http://patchwork.ozlabs.org/project/uboot/list/?series=792
http://patchwork.ozlabs.org/project/uboot/list/?series=797

Hou Zhiqiang (3):
  armv8: ls1088a: fix the MMU table for pcie config space
  armv8: ls1088a: add PCIe dts node
  armv8: ls1088a: Enable PCIe in defconfigs

 arch/arm/dts/fsl-ls1088a.dtsi                      | 48 ++++++++++++++++++++++
 .../include/asm/arch-fsl-layerscape/immap_lsch3.h  |  6 +++
 configs/ls1088aqds_qspi_defconfig                  |  4 ++
 configs/ls1088aqds_sdcard_qspi_defconfig           |  4 ++
 configs/ls1088ardb_qspi_defconfig                  |  4 ++
 configs/ls1088ardb_sdcard_qspi_defconfig           |  4 ++
 include/configs/ls1088a_common.h                   |  4 ++
 7 files changed, 74 insertions(+)