[U-Boot] [PATCH] at91: Support for the at91sam9g20 : Atmel 400Mhz ARM 926ej-s SOC.
Nicolas Ferre
nicolas.ferre at atmel.com
Tue Mar 10 16:04:51 CET 2009
Wolfgang Denk :
> 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.
Wolfgang,
Ok, so a new patch follows with much clever adding of at91sam9g20 (Comes
from Justin Waters).
Thanks for your comments, regards,
--
Nicolas Ferre
More information about the U-Boot
mailing list