armv8: lx2160ardb : Add support for LX2160ARDB platform
authorPriyanka Jain <[email protected]>
Wed, 28 Nov 2018 13:04:27 +0000 (13:04 +0000)
committerPrabhakar Kushwaha <[email protected]>
Tue, 19 Feb 2019 04:56:43 +0000 (10:26 +0530)
commit58c3e62040befff8a32a9fd157b0dcd23de194ec
tree566aad7fb5276b0484df4f82c1d8145e88377718
parent2e53759dc6f813db4e826e98f041f3448adcf6f5
armv8: lx2160ardb : Add support for LX2160ARDB platform

LX2160ARDB is an evaluation board that supports LX2160A
family SoCs. This patch add base support for this board.

Signed-off-by: Wasim Khan <[email protected]>
Signed-off-by: Yogesh Gaur <[email protected]>
Signed-off-by: Meenakshi Aggarwal <[email protected]>
Signed-off-by: Vabhav Sharma <[email protected]>
Signed-off-by: Sriram Dash <[email protected]>
Signed-off-by: Rajesh Bhagat <[email protected]>
Signed-off-by: Pankit Garg <[email protected]>
Signed-off-by: Yinbo Zhu <[email protected]>
Signed-off-by: Peng Ma <[email protected]>
Signed-off-by: Chuanhua Han <[email protected]>
Signed-off-by: Priyanka Jain <[email protected]>
[PK: Sqaush patches from Yinbo Zhu, Peng Ma, Chuanhua Han
and re-arrange defconfig]
Signed-off-by: Prabhakar Kushwaha <[email protected]>
16 files changed:
arch/arm/Kconfig
arch/arm/cpu/armv8/Kconfig
arch/arm/dts/Makefile
arch/arm/dts/fsl-lx2160a-rdb.dts [new file with mode: 0644]
arch/arm/dts/fsl-lx2160a.dtsi
board/freescale/common/qixis.c
board/freescale/lx2160a/Kconfig [new file with mode: 0644]
board/freescale/lx2160a/MAINTAINERS [new file with mode: 0644]
board/freescale/lx2160a/Makefile [new file with mode: 0644]
board/freescale/lx2160a/README [new file with mode: 0644]
board/freescale/lx2160a/ddr.c [new file with mode: 0644]
board/freescale/lx2160a/eth_lx2160ardb.c [new file with mode: 0644]
board/freescale/lx2160a/lx2160a.c [new file with mode: 0644]
configs/lx2160ardb_tfa_defconfig [new file with mode: 0644]
include/configs/lx2160a_common.h [new file with mode: 0644]
include/configs/lx2160ardb.h [new file with mode: 0644]