]> git.ipfire.org Git - people/ms/u-boot.git/commit
armv8: ls1012a: Add support of ls1012aqds board
authorPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Fri, 3 Jun 2016 13:11:34 +0000 (18:41 +0530)
committerYork Sun <york.sun@nxp.com>
Fri, 3 Jun 2016 21:12:51 +0000 (14:12 -0700)
commit9d044fcb8c4558d7ec28089375d2de565bfd2619
treee68e120c5097856a2e1aa7033c7c569eabf9c785
parent16dacb26a5e5ec58e00ec9d1a83d0ccceb8b0de5
armv8: ls1012a: Add support of ls1012aqds board

QorIQ LS1012A Development System (LS1012AQDS) is a high-performance
development platform, with a complete debugging environment.
The LS1012AQDS board supports the QorIQ LS1012A processor and is
optimized to support the high-bandwidth DDR3L memory and
a full complement of high-speed SerDes ports.

Signed-off-by: Calvin Johnson <calvin.johnson@nxp.com>
Signed-off-by: Pratiyush Mohan Srivastava <pratiyush.srivastava@nxp.com>
Signed-off-by: Abhimanyu Saini <abhimanyu.saini@nxp.com>
Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
14 files changed:
arch/arm/Kconfig
arch/arm/dts/Makefile
arch/arm/dts/fsl-ls1012a-qds.dts [new file with mode: 0644]
arch/arm/dts/fsl-ls1012a-qds.dtsi [new file with mode: 0644]
arch/arm/dts/fsl-ls1012a.dtsi [new file with mode: 0644]
board/freescale/ls1012aqds/Kconfig [new file with mode: 0644]
board/freescale/ls1012aqds/MAINTAINERS [new file with mode: 0644]
board/freescale/ls1012aqds/Makefile [new file with mode: 0644]
board/freescale/ls1012aqds/README [new file with mode: 0644]
board/freescale/ls1012aqds/ls1012aqds.c [new file with mode: 0644]
board/freescale/ls1012aqds/ls1012aqds_qixis.h [new file with mode: 0644]
configs/ls1012aqds_qspi_defconfig [new file with mode: 0644]
include/configs/ls1012a_common.h [new file with mode: 0644]
include/configs/ls1012aqds.h [new file with mode: 0644]