From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Eric_B=E9nard?= Date: Tue, 08 Sep 2009 21:42:27 +0200 Subject: [U-Boot] [PATCH] Add support for Eukrea CPU9260/CPU9G20 SBC In-Reply-To: <20090906131827.GG18844@game.jcrosoft.org> References: <1252167339-21415-1-git-send-email-eric@eukrea.com> <20090906131827.GG18844@game.jcrosoft.org> Message-ID: <4AA6B3A3.5040308@eukrea.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Jean-Christophe, Jean-Christophe PLAGNIOL-VILLARD a ?crit : > On 18:15 Sat 05 Sep , Eric Benard wrote: >> these boards are built around Atmel's AT91SAM9260/9G20 and have >> up to 64MB of NOR flash, up to 128MB of SDRAM, up to 2GB of NAND >> and include a 10/100 Ethernet PHY in RMII mode. >> >> Signed-off-by: Eric Benard >> --- >> MAINTAINERS | 5 + >> MAKEALL | 2 + >> Makefile | 8 + >> board/eukrea/cpu9260/Makefile | 59 +++++ >> board/eukrea/cpu9260/config.mk | 1 + >> board/eukrea/cpu9260/cpu9260.c | 218 +++++++++++++++++ >> board/eukrea/cpu9260/led.c | 153 ++++++++++++ >> cpu/arm926ejs/at91/lowlevel_init.S | 3 +- >> include/configs/cpu9260.h | 453 ++++++++++++++++++++++++++++++++++++ >> 9 files changed, 901 insertions(+), 1 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 >> > it's looks fine > do you plan to merge it or should I fix anything ? Thanks, Eric