From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Fri, 7 Aug 2009 12:54:06 +0200 Subject: [U-Boot] [PATCH 2/2] Support for the Calao TNY-A9260/TNY-A9G20 boards In-Reply-To: <1249641457-16887-2-git-send-email-albin.tonnerre@free-electrons.com> References: <20090805195843.GF13346@game.jcrosoft.org> <1249641457-16887-1-git-send-email-albin.tonnerre@free-electrons.com> <1249641457-16887-2-git-send-email-albin.tonnerre@free-electrons.com> Message-ID: <20090807105406.GK13346@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12:37 Fri 07 Aug , Albin Tonnerre wrote: > The Calao TNY-A9260 and TNY-9G20 are boards manufactured and sold by > Calao Systems . 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 > --- > MAINTAINERS | 4 + > MAKEALL | 1 + > Makefile | 19 ++++ > board/calao/tny_a9260/Makefile | 55 ++++++++++ > board/calao/tny_a9260/config.mk | 1 + > board/calao/tny_a9260/spi.c | 50 +++++++++ > board/calao/tny_a9260/tny_a9260.c | 110 ++++++++++++++++++++ > cpu/arm926ejs/at91/at91sam9260_devices.c | 2 +- > include/configs/tny_a9260.h | 164 ++++++++++++++++++++++++++++++ > 9 files changed, 405 insertions(+), 1 deletions(-) > create mode 100644 board/calao/tny_a9260/Makefile > create mode 100644 board/calao/tny_a9260/config.mk > create mode 100644 board/calao/tny_a9260/spi.c > create mode 100644 board/calao/tny_a9260/tny_a9260.c > create mode 100644 include/configs/tny_a9260.h > Acked-by: Jean-Christophe PLAGNIOL-VILLARD Best Regards, J.