All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] at91: Support for the at91sam9g20 : Atmel 400Mhz ARM 926ej-s SOC.
Date: Tue, 10 Mar 2009 16:04:51 +0100	[thread overview]
Message-ID: <49B68193.6010107@atmel.com> (raw)
In-Reply-To: <20090309155624.1E32781D3F91@gemini.denx.de>

Wolfgang Denk :
> Dear Nicolas Ferre,
> 
> In message <49B51F04.8000804@atmel.com> you wrote:
>> AT91sam9g20 is an evolution of the at91sam9260 
>> with a faster clock speed.
>>
>> Here is the chip page on Atmel website:
>> http://www.atmel.com/dyn/products/product_card.asp?part_id=4337
>>
>> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
>> ---
>>  Makefile                                  |   17 ++
>>  board/atmel/at91sam9g20ek/Makefile        |   57 +++++++
>>  board/atmel/at91sam9g20ek/at91sam9g20ek.c |  261 +++++++++++++++++++++++++++++
>>  board/atmel/at91sam9g20ek/config.mk       |    1 +
>>  board/atmel/at91sam9g20ek/led.c           |   64 +++++++
>>  board/atmel/at91sam9g20ek/nand.c          |   78 +++++++++
>>  board/atmel/at91sam9g20ek/partition.c     |   40 +++++
>>  cpu/arm926ejs/at91/usb.c                  |    4 +-
>>  doc/README.at91                           |    2 +-
>>  drivers/net/macb.c                        |    4 +-
>>  include/asm-arm/arch-at91/hardware.h      |    2 +-
>>  include/configs/at91sam9g20ek.h           |  201 ++++++++++++++++++++++
>>  12 files changed, 725 insertions(+), 6 deletions(-)
> 
> Hm.... to me it  seems  that  the  new  files  added  are,  with  the
> exception  of  "at91sam9260ek"  into "at91sam9260ek" renames, more or
> less identical copies of the board/atmel/at91sam9260ek code ?
> 
> 
> Please use common code and avoid such code duplication.

Wolfgang,

Ok, so a new patch follows with much clever adding of at91sam9g20 (Comes 
from Justin Waters).

Thanks for your comments, regards,
-- 
Nicolas Ferre

  reply	other threads:[~2009-03-10 15:04 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-09 13:52 [U-Boot] [PATCH] at91: Support for the at91sam9g20 : Atmel 400Mhz ARM 926ej-s SOC Nicolas Ferre
2009-03-09 15:56 ` Wolfgang Denk
2009-03-10 15:04   ` Nicolas Ferre [this message]
2009-03-09 17:07 ` Ben Warren
2009-03-11 12:40   ` Nicolas Ferre
2009-03-13 11:55     ` Jean-Christophe PLAGNIOL-VILLARD
2009-03-20 11:17   ` Nicolas Ferre
  -- strict thread matches above, loose matches on Subject: below --
2009-03-10 15:11 Nicolas Ferre
2009-03-10 16:18 ` Ben Warren

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=49B68193.6010107@atmel.com \
    --to=nicolas.ferre@atmel.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.