[U-Boot] [PATCH 0/6] pcie-layerscape: Enable PCI-LUT initialization for NXP-Chasis-2
Bharat Bhushan
Bharat.Bhushan at nxp.com
Fri Feb 24 07:04:15 UTC 2017
This patch series enables PCI-LUT table initialization
for NXP Chassis-2 (for example ls1043, ls1046 and LS1012) devices.
As part of this, stream-ids allocation is added which is similar
to Chassis-3 (ls2080a)
Also this series have a minor cleanup, as stream-id definition file
is given generic name for chassis-3 devices. This allows new SOCs,
ls2088, ls1088 etc to use same allocation mechanism.
Bharat Bhushan (6):
fsl-lsch3: rename ls2080a_stream_id.h to stream_id_lsch3.h
fsl-lsch3: Rewording to support other Chassis-3 Socs
pcie-layerscape: Define stream-ids for Layerscape Chassis-2
fsl-lsch2: Use Chassis-2 streamid definition for ls1046a
fsl-lsch2: Use Chassis-2 streamid definition for ls1012a
pcie-layerscape: Initialize pci-lut for NXP chasis-2 socs
.../asm/arch-fsl-layerscape/stream_id_lsch2.h | 60 ++++++++++++++++++++++
.../{ls2080a_stream_id.h => stream_id_lsch3.h} | 12 ++---
drivers/pci/pcie_layerscape_fixup.c | 4 +-
include/configs/ls1012a_common.h | 1 +
include/configs/ls1043a_common.h | 1 +
include/configs/ls1046a_common.h | 1 +
include/configs/ls2080a_common.h | 2 +-
7 files changed, 72 insertions(+), 9 deletions(-)
create mode 100644 arch/arm/include/asm/arch-fsl-layerscape/stream_id_lsch2.h
rename arch/arm/include/asm/arch-fsl-layerscape/{ls2080a_stream_id.h => stream_id_lsch3.h} (86%)
--
1.9.3
More information about the U-Boot
mailing list