]> git.baikalelectronics.ru Git - uboot.git/commit
armv8: lx2162a: Add Soc changes to support LX2162A
authorMeenakshi Aggarwal <meenakshi.aggarwal@nxp.com>
Thu, 29 Oct 2020 13:46:16 +0000 (19:16 +0530)
committerPriyanka Jain <priyanka.jain@nxp.com>
Thu, 10 Dec 2020 08:26:39 +0000 (13:56 +0530)
commitcaa42574fc2fb010926a0233996cde3353d023eb
treec4267842a3027598e1ef72b16680e88af4f8fcf5
parent255502cfec6ed355f1d757156ae4448bbfcecf93
armv8: lx2162a: Add Soc changes to support LX2162A

LX2162 is LX2160 based SoC, it has same die as of LX2160
with different packaging.

LX2162A support 64-bit 2.9GT/s DDR4 memory, i2c, micro-click module,
microSD card, eMMC support, serial console, qspi nor flash, qsgmii,
sgmii, 25g, 40g, 50g network interface, one usb 3.0 and serdes
interface to support three PCIe gen3 interface.

Signed-off-by: Meenakshi Aggarwal <meenakshi.aggarwal@nxp.com>
[Fixed whitespace errors]
Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
21 files changed:
arch/arm/cpu/armv8/Kconfig
arch/arm/cpu/armv8/fsl-layerscape/Kconfig
arch/arm/cpu/armv8/fsl-layerscape/Makefile
arch/arm/cpu/armv8/fsl-layerscape/cpu.c
arch/arm/cpu/armv8/fsl-layerscape/doc/README.soc
arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch3_serdes.c
arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch3_speed.c
arch/arm/cpu/armv8/fsl-layerscape/lx2160a_serdes.c
arch/arm/cpu/armv8/fsl-layerscape/soc.c
arch/arm/include/asm/arch-fsl-layerscape/config.h
arch/arm/include/asm/arch-fsl-layerscape/cpu.h
arch/arm/include/asm/arch-fsl-layerscape/immap_lsch3.h
arch/arm/include/asm/arch-fsl-layerscape/soc.h
arch/arm/include/asm/arch-fsl-layerscape/stream_id_lsch3.h
board/freescale/common/vid.c
drivers/ddr/fsl/Kconfig
drivers/net/fsl-mc/Kconfig
drivers/net/ldpaa_eth/Makefile
drivers/pci/Kconfig
drivers/pci/pcie_layerscape_ep.c
drivers/pci/pcie_layerscape_fixup_common.c