From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Tue, 1 Sep 2009 22:53:34 +0200 Subject: [U-Boot] [PATCH v8] Support for the Calao TNY-A9260/TNY-A9G20 boards In-Reply-To: <1250777089-26201-1-git-send-email-albin.tonnerre@free-electrons.com> References: <20090819213005.GA17065@game.jcrosoft.org> <1250777089-26201-1-git-send-email-albin.tonnerre@free-electrons.com> Message-ID: <20090901205334.GI30118@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 16:04 Thu 20 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 > --- > Changes in v7: > - As per Jean-Christophe's commentes, fix long lines and use uppercase for > defines in include/configs/tny_a9260.h. Slightly rework the ifdef logic in > the process > - Add an entry in MAINTAINERS for the tny_a9g20 as weel, since both 9260 and > 9g20 are supported > > Changes in v8: > - Update MAKEALL to reflect the changes in Makefile, and add the tny_a9g20 > > MAINTAINERS | 5 + > MAKEALL | 2 + > Makefile | 10 ++ > 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 | 172 ++++++++++++++++++++++++++++++ > 9 files changed, 406 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 > applied to u-boot-arm but merged manually please next time when you add different board does it as a patch series to avoid the manual merge Best Regards, J.