[U-Boot-Users] [PATCH] Fix conditional compilation of mpx8xxx_spi driver

2008-01-26 Thread Ben Warren
This driver should only compile if CONFIG_MPC8XXX_SPI is set Signed-off-by: Ben Warren <[EMAIL PROTECTED]> --- drivers/spi/mpc8xxx_spi.c |4 ++-- include/configs/MPC8349EMDS.h |1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/spi/mpc8xxx_spi.c b/drivers/spi/

Re: [U-Boot-Users] [PATCH 2/5] [ARM] AT91CAP9 support - include/ files

2008-01-26 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > AT91CAP9 support - include/ files > > Signed-off-by: Stelian Pop <[EMAIL PROTECTED]> > --- > include/asm-arm/arch-at91cap9/AT91CAP9.h | 529 > > include/asm-arm/arch-at91cap9/clk.h| 38 ++ > include/asm-arm/arc

Re: [U-Boot-Users] [PATCH 5/5] [ARM] AT91CAP9 support - macb changes

2008-01-26 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > AT91CAP9 support - MACB driver changes > > Signed-off-by: Stelian Pop <[EMAIL PROTECTED]> > > --- > drivers/net/macb.c |8 > drivers/net/macb.h |6 ++ ... > +/* Bitfields in USRIO (AT91) */ > +#define MACB_RMII_OFFSET

Re: [U-Boot-Users] [PATCH 4/5] [ARM] AT91CAP9 support - board/ files

2008-01-26 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > AT91CAP9 support - board/ files > > Signed-off-by: Stelian Pop <[EMAIL PROTECTED]> > > --- > board/at91cap9adk/Makefile | 50 +++ > board/at91cap9adk/at91cap9adk.c | 275 > +++ > board/at91cap9adk/config

[U-Boot-Users] [PATCH 2/5] [ARM] AT91CAP9 support - include/ files

2008-01-26 Thread Stelian Pop
AT91CAP9 support - include/ files Signed-off-by: Stelian Pop <[EMAIL PROTECTED]> --- include/asm-arm/arch-at91cap9/AT91CAP9.h | 529 include/asm-arm/arch-at91cap9/clk.h| 38 ++ include/asm-arm/arch-at91cap9/hardware.h | 38 ++ include/asm-arm/arch-at9

Re: [U-Boot-Users] [PATCH v2] sh: Add support Renesas Solutions Migo-R board

2008-01-26 Thread Nobuhiro Iwamatsu
On Fri, 25 Jan 2008 20:46:36 +0900 "goda.yusuke" <[EMAIL PROTECTED]> wrote: > Migo-R is a board based on SH7722 and has may devices. > In this patch, supported SCIF, NOR flash and Ethernet. > I removed CONFIG_ETHADDR line. > > Signed-off-by: Yusuke Goda <[EMAIL PROTECTED]> I'll apply it, thanks.

[U-Boot-Users] [PATCH 5/5] [ARM] AT91CAP9 support - macb changes

2008-01-26 Thread Stelian Pop
AT91CAP9 support - MACB driver changes Signed-off-by: Stelian Pop <[EMAIL PROTECTED]> --- drivers/net/macb.c |8 drivers/net/macb.h |6 ++ 2 files changed, 14 insertions(+), 0 deletions(-) diff --git a/drivers/net/macb.c b/drivers/net/macb.c index 6657d22..9c98338 100644 --

[U-Boot-Users] [PATCH 4/5] [ARM] AT91CAP9 support - board/ files

2008-01-26 Thread Stelian Pop
AT91CAP9 support - board/ files Signed-off-by: Stelian Pop <[EMAIL PROTECTED]> --- board/at91cap9adk/Makefile | 50 +++ board/at91cap9adk/at91cap9adk.c | 275 +++ board/at91cap9adk/config.mk |1 + board/at91cap9adk/led.c | 79

[U-Boot-Users] [PATCH 3/5] [ARM] AT91CAP9 support - cpu/ files

2008-01-26 Thread Stelian Pop
AT91CAP9 support - cpu/ files Signed-off-by: Stelian Pop <[EMAIL PROTECTED]> --- cpu/arm926ejs/at91cap9/Makefile| 46 ++ cpu/arm926ejs/at91cap9/config.mk |2 + cpu/arm926ejs/at91cap9/ether.c | 35 cpu/arm926ejs/at91cap9/lowlevel_init.S | 43 ++

[U-Boot-Users] [PATCH 1/5] [ARM] AT91CAP9 support - build files

2008-01-26 Thread Stelian Pop
AT91CAP9 support - build integration Signed-off-by: Stelian Pop <[EMAIL PROTECTED]> --- CREDITS |4 MAKEALL |1 + Makefile|3 +++ drivers/mtd/dataflash.c |4 ++-- net/eth.c |4 5 files changed, 14 inserti

[U-Boot-Users] [PATCH 0/5] [ARM] AT91CAP9 support

2008-01-26 Thread Stelian Pop
Hi, This series of patches adds support for Atmel's AT91CAP9 Customizable Microcontrollers family: http://www.atmel.com/products/AT91CAP/Default.asp and more specifically for the AT91CAP9A-DK development kit: http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4138 The suppor

Re: [U-Boot-Users] [ARM] Add support for AT91CAP9 cpu andAT91CAP9A-DK board

2008-01-26 Thread Stelian Pop
Le samedi 26 janvier 2008 à 20:28 +0100, Haavard Skinnemoen a écrit : > On Sat, 26 Jan 2008 09:24:42 +0100 > Stelian Pop <[EMAIL PROTECTED]> wrote: > > > This header file comes directly from Atmel: it contains the register > > definitions for _all_ the hardware on the AT91CAP9. > > Most of which

Re: [U-Boot-Users] [PATCH] ColdFire: Added M5275EVB support.

2008-01-26 Thread David van Geest
I know this is a rather long email, but I want to give all the details. Bear with me :-). I was under the impression that the CFI patch was already included in the f188896c... commit and that I didn't need to apply it. I had tried the git-rebase, but it gave me errors and then wouldn't build. I

Re: [U-Boot-Users] [ARM] Add support for AT91CAP9 cpu andAT91CAP9A-DK board

2008-01-26 Thread Haavard Skinnemoen
On Sat, 26 Jan 2008 09:24:42 +0100 Stelian Pop <[EMAIL PROTECTED]> wrote: > This header file comes directly from Atmel: it contains the register > definitions for _all_ the hardware on the AT91CAP9. Most of which are in the tree already. For example, register definitions for the macb ethernet con

Re: [U-Boot-Users] [ARM] Add support for AT91CAP9 cpu andAT91CAP9A-DK board

2008-01-26 Thread Jean-Christophe PLAGNIOL-VILLARD
Hi, If possible can we keep the all register definition. Best Regards, J. Le 26 janv. 08 à 09:24, Stelian Pop <[EMAIL PROTECTED]> a écrit : > > Le samedi 26 janvier 2008 à 01:01 +0100, Wolfgang Denk a écrit : >> In message <[EMAIL PROTECTED]> you wrote: >>> >>> As I said in my original posting:

[U-Boot-Users] [PATCH] Add support for u-boot in svn and localversion-* files

2008-01-26 Thread Mike Frysinger
Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> --- tools/setlocalversion | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/tools/setlocalversion b/tools/setlocalversion index 9a23825..5ff7f2e 100755 --- a/tools/setlocalversion +++ b/tools/setlocalversion @@

Re: [U-Boot-Users] [ARM] Add support for AT91CAP9 cpu andAT91CAP9A-DK board

2008-01-26 Thread Stelian Pop
Le samedi 26 janvier 2008 à 01:01 +0100, Wolfgang Denk a écrit : > In message <[EMAIL PROTECTED]> you wrote: > > > > As I said in my original posting: > > > > > For size reasons, the patch has been hand edited, splitted in several > > > chunks, and the AT91CAP9.h file (440 kB !) is not in the pat