All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Eric Bénard" <eric@eukrea.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] Add support for Eukrea CPU9260/CPU9G20 SBC
Date: Tue, 08 Sep 2009 21:42:27 +0200	[thread overview]
Message-ID: <4AA6B3A3.5040308@eukrea.com> (raw)
In-Reply-To: <20090906131827.GG18844@game.jcrosoft.org>

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 <eric@eukrea.com>
>> ---
>>  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

  reply	other threads:[~2009-09-08 19:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-05 16:15 [U-Boot] [PATCH] Add support for Eukrea CPU9260/CPU9G20 SBC Eric Benard
2009-09-06 13:18 ` Jean-Christophe PLAGNIOL-VILLARD
2009-09-08 19:42   ` Eric Bénard [this message]
2009-09-22 18:01 ` Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4AA6B3A3.5040308@eukrea.com \
    --to=eric@eukrea.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.