]> git.ipfire.org Git - people/ms/u-boot.git/commit
armv7: Add support of ls1021a-iot board
authorFeng Li <feng.li_2@nxp.com>
Thu, 3 Nov 2016 06:15:17 +0000 (14:15 +0800)
committerYork Sun <york.sun@nxp.com>
Mon, 21 Nov 2016 17:20:32 +0000 (09:20 -0800)
commit20c700f8daee0b3995c5a6d2c5f69eef1c7acd4e
tree43d4381dfa0cf1358610dff19a5c482815478749
parent21640db51b905aa9bee75a01ca89446ce4795ff1
armv7: Add support of ls1021a-iot board

The patch adds support for Freescale ls1021a-iot board.

Signed-off-by: Feng Li <feng.li_2@nxp.com>
[YS: rewrite commit message, fix whitespace in Kconfig]
Reviewed-by: York Sun <york.sun@nxp.com>
16 files changed:
arch/arm/Kconfig
arch/arm/dts/Makefile
arch/arm/dts/ls1021a-iot-duart.dts [new file with mode: 0644]
arch/arm/dts/ls1021a-iot.dtsi [new file with mode: 0644]
board/freescale/ls1021aiot/Kconfig [new file with mode: 0644]
board/freescale/ls1021aiot/MAINTAINERS [new file with mode: 0644]
board/freescale/ls1021aiot/Makefile [new file with mode: 0644]
board/freescale/ls1021aiot/README [new file with mode: 0644]
board/freescale/ls1021aiot/dcu.c [new file with mode: 0644]
board/freescale/ls1021aiot/ls1021aiot.c [new file with mode: 0644]
board/freescale/ls1021aiot/ls102xa_pbi.cfg [new file with mode: 0644]
board/freescale/ls1021aiot/ls102xa_rcw_sd.cfg [new file with mode: 0644]
board/freescale/ls1021aiot/psci.S [new file with mode: 0644]
configs/ls1021aiot_qspi_defconfig [new file with mode: 0644]
configs/ls1021aiot_sdcard_defconfig [new file with mode: 0644]
include/configs/ls1021aiot.h [new file with mode: 0644]