[U-Boot] [PATCH] at91: Support for the at91sam9g20 : Atmel 400Mhz ARM 926ej-s SOC.

Wolfgang Denk wd at denx.de
Mon Mar 9 16:56:24 CET 2009


Dear Nicolas Ferre,

In message <49B51F04.8000804 at 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 at 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.

NAK.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"Wish not to seem, but to be, the best."                  - Aeschylus


More information about the U-Boot mailing list