]> git.dujemihanovic.xyz Git - u-boot.git/commit
armv8: lx2162aqds: Add support for LX2162AQDS platform
authorMeenakshi Aggarwal <meenakshi.aggarwal@nxp.com>
Fri, 4 Dec 2020 14:47:28 +0000 (20:17 +0530)
committerPriyanka Jain <priyanka.jain@nxp.com>
Thu, 10 Dec 2020 08:26:39 +0000 (13:56 +0530)
commit9ed303dfa97b773c4f4743238ea32b68e340afa9
tree91dde171dda2db076c4751f420a88eaee6388dd4
parent3a187cff7ac95887917bcf25f3f575bb677a361e
armv8: lx2162aqds: Add support for LX2162AQDS platform

This patch add base support for LX2162AQDS board.
LX2162AQDS board supports LX2162A family SoCs.
This patch add basic support of platform.

Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Signed-off-by: Zhao Qiang <qiang.zhao@nxp.com>
Signed-off-by: hui.song <hui.song_1@nxp.com>
Signed-off-by: Manish Tomar <manish.tomar@nxp.com>
Signed-off-by: Vikas Singh <vikas.singh@nxp.com>
Signed-off-by: Meenakshi Aggarwal <meenakshi.aggarwal@nxp.com>
[Rebased]
Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
28 files changed:
arch/arm/Kconfig
arch/arm/dts/Makefile
arch/arm/dts/fsl-lx2160a-qds.dts
arch/arm/dts/fsl-lx2160a-qds.dtsi
arch/arm/dts/fsl-lx2162a-qds-17-x.dts [new file with mode: 0644]
arch/arm/dts/fsl-lx2162a-qds-18-x.dts [new file with mode: 0644]
arch/arm/dts/fsl-lx2162a-qds-20-x.dts [new file with mode: 0644]
arch/arm/dts/fsl-lx2162a-qds-sd1-17.dtsi [new file with mode: 0644]
arch/arm/dts/fsl-lx2162a-qds-sd1-18.dtsi [new file with mode: 0644]
arch/arm/dts/fsl-lx2162a-qds-sd1-20.dtsi [new file with mode: 0644]
arch/arm/dts/fsl-lx2162a-qds.dts [new file with mode: 0644]
board/freescale/common/qixis.h
board/freescale/common/vid.h
board/freescale/lx2160a/Kconfig
board/freescale/lx2160a/MAINTAINERS
board/freescale/lx2160a/Makefile
board/freescale/lx2160a/README
board/freescale/lx2160a/eth_lx2160ardb.c
board/freescale/lx2160a/eth_lx2162aqds.c [new file with mode: 0644]
board/freescale/lx2160a/lx2160a.c
board/freescale/lx2160a/lx2160a.h [new file with mode: 0644]
configs/lx2162aqds_tfa_SECURE_BOOT_defconfig [new file with mode: 0644]
configs/lx2162aqds_tfa_defconfig [new file with mode: 0644]
configs/lx2162aqds_tfa_verified_boot_defconfig [new file with mode: 0644]
include/configs/lx2160a_common.h
include/configs/lx2160aqds.h
include/configs/lx2160ardb.h
include/configs/lx2162aqds.h [new file with mode: 0644]