]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Support for the Calao TNY-A9260/TNY-A9G20 boards
authorAlbin Tonnerre <albin.tonnerre@free-electrons.com>
Thu, 20 Aug 2009 14:04:49 +0000 (16:04 +0200)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Tue, 1 Sep 2009 20:35:58 +0000 (22:35 +0200)
commit2dc851e3b0f07a56f83060f13882ff4b62cf5112
treef1da9de580e02163ab58c3e1cf0322c5ac4ca210
parent49d2cb4d6153a6c18249dccb5de5cffeb261a61c
Support for the Calao TNY-A9260/TNY-A9G20 boards

The Calao TNY-A9260 and TNY-9G20 are boards manufactured and sold by
Calao Systems <http://www.calao-systems.com>. Their components are very
similar to the AT91SAM9260EK board, so their configuration is based on
the configuration of this board. There are however some differences:
different clocks, no LCD, no ethernet. They also can use SPI EEPROM to
store the environment.

Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
MAINTAINERS
MAKEALL
Makefile
board/calao/tny_a9260/Makefile [new file with mode: 0644]
board/calao/tny_a9260/config.mk [new file with mode: 0644]
board/calao/tny_a9260/spi.c [new file with mode: 0644]
board/calao/tny_a9260/tny_a9260.c [new file with mode: 0644]
include/configs/tny_a9260.h [new file with mode: 0644]