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

QorIQ LS1012A Reference Design System (LS1012ARDB) is a high-performance
development platform, with a complete debugging environment.
The LS1012ARDB 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: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
arch/arm/Kconfig
arch/arm/dts/Makefile
arch/arm/dts/fsl-ls1012a-rdb.dts [new file with mode: 0644]
arch/arm/dts/fsl-ls1012a-rdb.dtsi [new file with mode: 0644]
board/freescale/ls1012ardb/Kconfig [new file with mode: 0644]
board/freescale/ls1012ardb/MAINTAINERS [new file with mode: 0644]
board/freescale/ls1012ardb/Makefile [new file with mode: 0644]
board/freescale/ls1012ardb/README [new file with mode: 0644]
board/freescale/ls1012ardb/ls1012ardb.c [new file with mode: 0644]
configs/ls1012ardb_qspi_defconfig [new file with mode: 0644]
include/configs/ls1012ardb.h [new file with mode: 0644]