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

QorIQ LS1012A FREEDOM (LS1012AFRDM) is a high-performance
development platform, with a complete debugging environment.
The LS1012AFRDM 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: Shengzhou Liu <Shengzhou.Liu@nxp.com>
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-frdm.dts [new file with mode: 0644]
arch/arm/dts/fsl-ls1012a-frdm.dtsi [new file with mode: 0644]
board/freescale/ls1012afrdm/Kconfig [new file with mode: 0644]
board/freescale/ls1012afrdm/MAINTAINERS [new file with mode: 0644]
board/freescale/ls1012afrdm/Makefile [new file with mode: 0644]
board/freescale/ls1012afrdm/README [new file with mode: 0644]
board/freescale/ls1012afrdm/ls1012afrdm.c [new file with mode: 0644]
configs/ls1012afrdm_qspi_defconfig [new file with mode: 0644]
include/configs/ls1012afrdm.h [new file with mode: 0644]