]> git.ipfire.org Git - people/ms/u-boot.git/commit - configs/ls1021atwr_nor_defconfig
arm: ls102xa: Add basic support for LS1021ATWR board
authorWang Huan <b18965@freescale.com>
Fri, 5 Sep 2014 05:52:45 +0000 (13:52 +0800)
committerYork Sun <yorksun@freescale.com>
Mon, 8 Sep 2014 17:30:35 +0000 (10:30 -0700)
commitc8a7d9dab01c00c9efb5431284e9f16f8f2e92bb
treeca1837147fdded6da3bdcfda2ed6a87eba91f60c
parent550e3dc090888fbc9c0fc4066541a2b4eb88c47b
arm: ls102xa: Add basic support for LS1021ATWR board

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

For the detail board information, please refer to README.

Signed-off-by: Chen Lu <chen.lu@freescale.com>
Signed-off-by: Yuan Yao <yao.yuan@freescale.com>
Signed-off-by: Alison Wang <alison.wang@freescale.com>
arch/arm/Kconfig
board/freescale/ls1021atwr/Kconfig [new file with mode: 0644]
board/freescale/ls1021atwr/MAINTAINERS [new file with mode: 0644]
board/freescale/ls1021atwr/Makefile [new file with mode: 0644]
board/freescale/ls1021atwr/README [new file with mode: 0644]
board/freescale/ls1021atwr/ls1021atwr.c [new file with mode: 0644]
configs/ls1021atwr_nor_defconfig [new file with mode: 0644]
include/configs/ls1021atwr.h [new file with mode: 0644]