From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Sun, 9 Aug 2009 14:55:16 +0200 Subject: [U-Boot] [PATCH v6] Add support for Eukrea CPU9260 SBC In-Reply-To: <1249811000-7912-1-git-send-email-eric@eukrea.com> References: <20090723221617.GB24893@game.jcrosoft.org> <1249811000-7912-1-git-send-email-eric@eukrea.com> Message-ID: <20090809125516.GG17045@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 11:43 Sun 09 Aug , Eric Benard wrote: > CPUAT91 is built around Atmel's AT91SAM9260 and has up to 64MB of NOR > flash, up to 128MB of SDRAM, up to 2GB of NAND and includes a 10/100 > Ethernet PHY in RMII mode. > > Signed-off-by: Eric Benard > --- > MAINTAINERS | 4 + > MAKEALL | 1 + > Makefile | 13 ++ > board/eukrea/cpu9260/Makefile | 59 +++++++ > board/eukrea/cpu9260/config.mk | 1 + > board/eukrea/cpu9260/cpu9260.c | 194 +++++++++++++++++++++++ > board/eukrea/cpu9260/led.c | 46 ++++++ > include/configs/cpu9260.h | 335 ++++++++++++++++++++++++++++++++++++++++ > 8 files changed, 653 insertions(+), 0 deletions(-) > create mode 100644 board/eukrea/cpu9260/Makefile > create mode 100644 board/eukrea/cpu9260/config.mk > create mode 100644 board/eukrea/cpu9260/cpu9260.c > create mode 100644 board/eukrea/cpu9260/led.c > create mode 100644 include/configs/cpu9260.h applied to u-boot-arm Best Regards, J.