]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: ts4800: add basic board support
authorLucile Quirion <lucile.quirion@savoirfairelinux.com>
Tue, 30 Jun 2015 21:17:47 +0000 (17:17 -0400)
committerStefano Babic <sbabic@denx.de>
Wed, 2 Sep 2015 13:26:13 +0000 (15:26 +0200)
commit9ee16897a24dc5643c44b275cca4ad78bce2c56d
tree89c1c7bdf3ceb59ea8fcba4a433850c923ee4812
parent0d8c32dd2827f6afb9752c0dcb3b87878bc71b39
ARM: ts4800: add basic board support

This commit adds basic support including:
MMC, Serial console, TS4800 watchdog

The config use CONFIG_SKIP_LOWLEVEL_INIT as U-boot is used as a second
stage bootloader.

Signed-off-by: Lucile Quirion <lucile.quirion@savoirfairelinux.com>
signed-off-by: Damien Riegel <damien.riegel@savoirfairelinux.com>
Cc: Stefano Babic <sbabic@denx.de>
arch/arm/Kconfig
board/technologic/ts4800/Kconfig [new file with mode: 0644]
board/technologic/ts4800/MAINTAINERS [new file with mode: 0644]
board/technologic/ts4800/Makefile [new file with mode: 0644]
board/technologic/ts4800/ts4800.c [new file with mode: 0644]
board/technologic/ts4800/ts4800.h [new file with mode: 0644]
configs/ts4800_defconfig [new file with mode: 0644]
include/configs/ts4800.h [new file with mode: 0644]