]> git.ipfire.org Git - people/ms/u-boot.git/commit
armv8: ls1088aqds: Add support of LS1088AQDS
authorAshish Kumar <Ashish.Kumar@nxp.com>
Thu, 31 Aug 2017 10:42:55 +0000 (16:12 +0530)
committerYork Sun <york.sun@nxp.com>
Mon, 11 Sep 2017 15:01:05 +0000 (08:01 -0700)
commit7769776a603f76ab1b7c1478f6cf8388b3cb5464
treeac709dd1fcb4185bb2ed865bb61c975be29e0ec0
parente84a324ba7950e88c0df4a2c656f533c723aeaae
armv8: ls1088aqds: Add support of LS1088AQDS

This patch add support of LS1088AQDS platform.

The LS1088A QorIQTM Development System (QDS) is a high-performance
computing, evaluation, and development platform that supports the
LS1088A QorIQ Architecture processor.

Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Signed-off-by: Shaohui Xie <Shaohui.Xie@nxp.com>
Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
14 files changed:
arch/arm/Kconfig
arch/arm/cpu/armv8/Kconfig
arch/arm/dts/Makefile
arch/arm/dts/fsl-ls1088a-qds.dts [new file with mode: 0644]
board/freescale/ls1088a/Kconfig
board/freescale/ls1088a/MAINTAINERS
board/freescale/ls1088a/Makefile
board/freescale/ls1088a/README
board/freescale/ls1088a/ddr.h
board/freescale/ls1088a/eth_ls1088aqds.c [new file with mode: 0644]
board/freescale/ls1088a/ls1088a.c
board/freescale/ls1088a/ls1088a_qixis.h
configs/ls1088aqds_qspi_defconfig [new file with mode: 0644]
include/configs/ls1088aqds.h [new file with mode: 0644]