]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
devkit3250: add Timll DevKit3250 board initial support
authorVladimir Zapolskiy <vz@mleia.com>
Thu, 19 Apr 2012 04:33:10 +0000 (04:33 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Tue, 15 May 2012 06:31:22 +0000 (08:31 +0200)
commit463ec1caa3cb9401da8f788fc7d4eee08a5f0edc
tree79a2eac678605275b1e58966aa5510afdd3bcf4d
parentcc35fdbc4d5b5ba85cae2568453957a62c3f1e4a
devkit3250: add Timll DevKit3250 board initial support

This change adds a basic support for Embest/Timll DevKit3250 board,
NOR and UART are the only supported peripherals for a moment. The board
doesn't require low-level init, because the initial SDRAM and GPIO
configuration is performed during kickstart bootloader execution.

Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
Acked-by: Marek Vasut <marek.vasut@gmail.com>
MAINTAINERS
board/timll/devkit3250/Makefile [new file with mode: 0644]
board/timll/devkit3250/devkit3250.c [new file with mode: 0644]
boards.cfg
include/configs/devkit3250.h [new file with mode: 0644]