From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ulf Samuelsson Date: Fri, 1 Feb 2008 00:24:17 +0100 Subject: [U-Boot-Users] [PATCH 3/5] AT91CAP9 support : cpu/ files References: <1201814156-15777-1-git-send-email-stelian@popies.net> <1201814156-15777-4-git-send-email-stelian@popies.net> Message-ID: <000801c864a2$3c115eb0$060514ac@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 > Signed-off-by: Stelian Pop > --- > cpu/arm926ejs/at91cap9/Makefile | 46 ++++++++++ > cpu/arm926ejs/at91cap9/config.mk | 2 + > cpu/arm926ejs/at91cap9/ether.c | 35 ++++++++ > cpu/arm926ejs/at91cap9/lowlevel_init.S | 43 +++++++++ > cpu/arm926ejs/at91cap9/spi.c | 119 +++++++++++++++++++++++++ > cpu/arm926ejs/at91cap9/timer.c | 149 ++++++++++++++++++++++++++++++++ > cpu/arm926ejs/at91cap9/usb.c | 54 ++++++++++++ > cpu/arm926ejs/interrupts.c | 2 +- > cpu/arm926ejs/start.S | 3 + How much is different from the Atmel AT91SAM926x U-Boot patches on www.linux4sam.org? The CAP9 is very similar to the AT91SAM9263. Should those chips share drivers? Then it would be better to store the files in "cpu/arm926ejs/at91sam926x" Best Regards Ulf Samuelsson