]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/configs/ls1021aqds.h
arm: ls102xa: Add basic support for LS1021AQDS board
authorWang Huan <b18965@freescale.com>
Fri, 5 Sep 2014 05:52:44 +0000 (13:52 +0800)
committerYork Sun <yorksun@freescale.com>
Mon, 8 Sep 2014 17:30:34 +0000 (10:30 -0700)
commit550e3dc090888fbc9c0fc4066541a2b4eb88c47b
tree3d82f1a3c9c30a85c612e487a73df2cc767173d7
parentef87cab66492fe530bb6ec2e499b030c5ae60286
arm: ls102xa: Add basic support for LS1021AQDS board

LS102xA is an ARMv7 implementation. This patch is to add
basic support for LS1021AQDS board.
 One DDR controller
 DUART1 is used as the console

For the detail board information, please refer to README.

Signed-off-by: Alison Wang <alison.wang@freescale.com>
Signed-off-by: Jason Jin <jason.jin@freescale.com>
Signed-off-by: York Sun <yorksun@freescale.com>
Signed-off-by: Yuan Yao <yao.yuan@freescale.com>
Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
12 files changed:
arch/arm/Kconfig
board/freescale/ls1021aqds/Kconfig [new file with mode: 0644]
board/freescale/ls1021aqds/MAINTAINERS [new file with mode: 0644]
board/freescale/ls1021aqds/Makefile [new file with mode: 0644]
board/freescale/ls1021aqds/README [new file with mode: 0644]
board/freescale/ls1021aqds/ddr.c [new file with mode: 0644]
board/freescale/ls1021aqds/ddr.h [new file with mode: 0644]
board/freescale/ls1021aqds/eth.c [new file with mode: 0644]
board/freescale/ls1021aqds/ls1021aqds.c [new file with mode: 0644]
board/freescale/ls1021aqds/ls1021aqds_qixis.h [new file with mode: 0644]
configs/ls1021aqds_nor_defconfig [new file with mode: 0644]
include/configs/ls1021aqds.h [new file with mode: 0644]