]> git.ipfire.org Git - people/ms/u-boot.git/commit
ARM: ts4600: add basic board support
authorSebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com>
Tue, 8 Nov 2016 17:18:07 +0000 (12:18 -0500)
committerStefano Babic <sbabic@denx.de>
Tue, 29 Nov 2016 15:45:48 +0000 (16:45 +0100)
commitd9e268ed766b03c7d2fc36debcd62b6696395aad
tree28f7feb7e654091595ba8601d202598975d50d9b
parent22d358da0b06a60d7163e56234dd7f166fdd7b73
ARM: ts4600: add basic board support

This commit adds basic support including:
MMC, Serial console

Signed-off-by: Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
arch/arm/Kconfig
board/technologic/ts4600/Kconfig [new file with mode: 0644]
board/technologic/ts4600/MAINTAINERS [new file with mode: 0644]
board/technologic/ts4600/Makefile [new file with mode: 0644]
board/technologic/ts4600/iomux.c [new file with mode: 0644]
board/technologic/ts4600/ts4600.c [new file with mode: 0644]
configs/ts4600_defconfig [new file with mode: 0644]
include/configs/ts4600.h [new file with mode: 0644]