]> git.baikalelectronics.ru Git - uboot.git/commit
armv8: ls1088ardb: Add support for LS1088ARDB platform
authorAshish Kumar <Ashish.Kumar@nxp.com>
Thu, 31 Aug 2017 10:42:54 +0000 (16:12 +0530)
committerYork Sun <york.sun@nxp.com>
Mon, 11 Sep 2017 15:00:13 +0000 (08:00 -0700)
commite4f8d1870f0217860bb2e11fe7cbc7f3bff4e104
treefc0aeddfb200850875e8660f317270b837cda323
parente2b1fe57258c04ffd788941670bdb3dc36bf2762
armv8: ls1088ardb: Add support for LS1088ARDB platform

LS1088A is an ARMv8 implementation. The LS1088ARDB is an evaluatoin
platform that supports the LS1088A family SoCs. This patch add basic
support of the platform.

Signed-off-by: Alison Wang <alison.wang@nxp.com>
Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com>
Signed-off-by: Raghav Dogra <raghav.dogra@nxp.com>
Signed-off-by: Shaohui Xie <Shaohui.Xie@nxp.com>
[YS: Disabled NAND in board header file]
Reviewed-by: York Sun <york.sun@nxp.com>
WIP: disable NAND for LS1088ARDB
17 files changed:
arch/arm/Kconfig
arch/arm/cpu/armv8/Kconfig
arch/arm/cpu/armv8/fsl-layerscape/Kconfig
arch/arm/dts/Makefile
arch/arm/dts/fsl-ls1088a-rdb.dts [new file with mode: 0644]
board/freescale/ls1088a/Kconfig [new file with mode: 0644]
board/freescale/ls1088a/MAINTAINERS [new file with mode: 0644]
board/freescale/ls1088a/Makefile [new file with mode: 0644]
board/freescale/ls1088a/README [new file with mode: 0644]
board/freescale/ls1088a/ddr.c [new file with mode: 0644]
board/freescale/ls1088a/ddr.h [new file with mode: 0644]
board/freescale/ls1088a/eth_ls1088ardb.c [new file with mode: 0644]
board/freescale/ls1088a/ls1088a.c [new file with mode: 0644]
board/freescale/ls1088a/ls1088a_qixis.h [new file with mode: 0644]
configs/ls1088ardb_qspi_defconfig [new file with mode: 0644]
include/configs/ls1088a_common.h [new file with mode: 0644]
include/configs/ls1088ardb.h [new file with mode: 0644]