From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Ferre Date: Tue, 10 Mar 2009 16:04:51 +0100 Subject: [U-Boot] [PATCH] at91: Support for the at91sam9g20 : Atmel 400Mhz ARM 926ej-s SOC. In-Reply-To: <20090309155624.1E32781D3F91@gemini.denx.de> References: <49B51F04.8000804@atmel.com> <20090309155624.1E32781D3F91@gemini.denx.de> Message-ID: <49B68193.6010107@atmel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.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 >> --- >> 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