Re: [U-Boot-Users] [PATCH] ppc4xx: Sequoia coding style cleanup and beautification

2008-01-15 Thread Stefan Roese
On Tuesday 15 January 2008, Matthias Fuchs wrote: > Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]> Thanks. One thing I don't like (anymore) though: You patch adds 2 newlines between the functions. I prefer 1 empty line now. Could you please resend the patch with only 1 newline between the fu

[U-Boot-Users] [PATCH] 85xx: Move LAW init code into C

2008-01-15 Thread Kumar Gala
Move the initialization of the LAWs into C code and provide an API to allow modification of LAWs after init. Board code is responsible to provide a law_table and num_law_entries. We should be able to use the same code on 86xx as well. Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- In my git

Re: [U-Boot-Users] [PATCH] TFTP: add host ip addr support

2008-01-15 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:19 Tue 15 Jan , Ben Warren wrote: > Jean-Christophe PLAGNIOL-VILLARD wrote: >> allow to use a different server as set in serverip >> >> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> >> >> diff --git a/common/cmd_net.c b/common/cmd_net.c >> index 21682c0..b86ca86 1006

[U-Boot-Users] [PATCH 3/3] drivers/net/rtl8139.c: rx_status should be le32_to_cpu(rx_status).

2008-01-15 Thread Shinya Kuribayashi
rx_status on the memory is basically in LE, but needs to be handled in CPU endian. le32_to_cpu() takes up this mission. Even if on the sane hardware, it'll work fine. Signed-off-by: Shinya Kuribayashi <[EMAIL PROTECTED]> Cc: Masami Komiya <[EMAIL PROTECTED]> Cc: Lucas Jin <[EMAIL PROTECTED]> ---

[U-Boot-Users] [PATCH 2/3] drivers/net/rtl8139.c: Fix cache coherency issues

2008-01-15 Thread Shinya Kuribayashi
Current driver is meant for cache coherent systems. This patch adds flush_cache() routines to support cache non-coherent systems. Signed-off-by: Shinya Kuribayashi <[EMAIL PROTECTED]> Cc: Masami Komiya <[EMAIL PROTECTED]> Cc: Lucas Jin <[EMAIL PROTECTED]> --- drivers/net/rtl8139.c |6 +-

[U-Boot-Users] [PATCH 1/3] drivers/net/rtl8139.c: Fix tx timeout

2008-01-15 Thread Shinya Kuribayashi
"to = (currticks() + RTL_TIMEOUT)" has possibilities to wrap around. If it does, the condition "(currticks() < to)" becomes invalid and immediately leads to tx timeout error. This patch introduces the fine-graded udely(10) loops to ease the impact of wrapping around. Signed-off-by: Shinya Kuribaya

[U-Boot-Users] [PATCH 0/3] rtl8139.c related issues

2008-01-15 Thread Shinya Kuribayashi
These patches fixes a tx timeout problem, and adds two improvements. Lucas posted the similar patch around Oct 2007, but that was not checked in at that time. This is the try #2. Please review, and if possible give it a try. Thanks, Shinya -

Re: [U-Boot-Users] [PATCH] mpc86xx: Remove CONFIG_OF_FLAT_TREE for sbc8641d

2008-01-15 Thread Kumar Gala
On Jan 15, 2008, at 7:13 AM, Joe Hamman wrote: > Update sbc8641d reference board to use CONFIG_OF_LIBFDT. > > Signed-off by: Joe Hamman <[EMAIL PROTECTED]> I tried to apply this and had some issues.. seems like the diff got malformatted. - k -

[U-Boot-Users] [PATCH 1/2] mpc83xx: add support for more system clock performance controls

2008-01-15 Thread Kim Phillips
System registers that are modified are the Arbiter Configuration Register (ACR), the System Priority Control Register (SPCR), and the System Clock Configuration Register (SCCR). Signed-off by: Michael F. Reiss <[EMAIL PROTECTED]> Signed-off by: Joe D'Abbraccio <[EMAIL PROTECTED]> Signed-off-by: Ki

[U-Boot-Users] [PATCH 2/2] Add support for the MPC837xERDB

2008-01-15 Thread Kim Phillips
MPC837xERDB board support includes: * DDR2 330MHz hardcoded (soldered on the board) * Local Bus NOR Flash * I2C, UART and RTC * eTSEC RGMII (TSEC0 - RTL8211B with MII; * TSEC1 - VSC7385 local bus, hardcoded, requires seperate firmware * load) Signed-off-by: Kevin

Re: [U-Boot-Users] Can DHCP be used for TFTP booting?

2008-01-15 Thread Ben Warren
hce wrote: > On Jan 16, 2008 9:30 AM, Ben Warren <[EMAIL PROTECTED]> wrote: > >> hce wrote: >> >>> Hi, >>> >>> I am currently using a fixed tftp server and client IP address for >>> booting from tftp, it works fine. I am wondering if the DHCP can be >>> used or not for tftp booting, either

Re: [U-Boot-Users] [PATCH v3] QE UEC: Extend number of supported UECs to 4

2008-01-15 Thread Ben Warren
David Saada wrote: >>> We have another source code repository (Synergy), and managing the >>> source code with git is just not possible. I have posted many >>> patches in >>> the past using diff -purN, and there was never any problem. >>> >> Ok, maybe problem occur in my site. >> >> If Kim o

Re: [U-Boot-Users] Can DHCP be used for TFTP booting?

2008-01-15 Thread hce
On Jan 16, 2008 9:30 AM, Ben Warren <[EMAIL PROTECTED]> wrote: > > hce wrote: > > Hi, > > > > I am currently using a fixed tftp server and client IP address for > > booting from tftp, it works fine. I am wondering if the DHCP can be > > used or not for tftp booting, either for both TFTP server and

Re: [U-Boot-Users] TSEC Ethernet driver patch - RFC

2008-01-15 Thread Ben Warren
Hi Michael, [EMAIL PROTECTED] wrote: >> -Original Message- >> From: Andy Fleming [mailto:[EMAIL PROTECTED] >> Sent: 15 January 2008 16:56 >> To: Firth,MJC,Michael,DMJ R >> Cc: [EMAIL PROTECTED]; u-boot-users@lists.sourceforge.net >> Subject: Re: [U-Boot-Users] TSEC Ethernet driver patch -

Re: [U-Boot-Users] [PATCH] TFTP: add host ip addr support

2008-01-15 Thread Ben Warren
Jean-Christophe PLAGNIOL-VILLARD wrote: > allow to use a different server as set in serverip > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> > > diff --git a/common/cmd_net.c b/common/cmd_net.c > index 21682c0..b86ca86 100644 > --- a/common/cmd_net.c > +++ b/common/cmd_net.c

Re: [U-Boot-Users] resend#2 [PATCH 6/8] ColdFire: Add MCF547x_8x FEC driver

2008-01-15 Thread Ben Warren
Tsi-Chung Liew wrote: > Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]> > --- > drivers/net/Makefile |1 + > drivers/net/fsl_mcdmafec.c | 582 > > net/eth.c |4 + > 3 files changed, 587 insertions(+), 0 deletions(-) > c

Re: [U-Boot-Users] [PATCH v2] Remove #undef DEBUG from MPC83xx boardheader files

2008-01-15 Thread Liu Dave
Timur, Could you also remove it in the MPC8315ERDB.h in 83xx tree? Thanks, Dave > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Tabi Timur > Sent: 2008?1?16? 7:10 AM > To: Phillips Kim; u-boot-users@lists.sourceforge.net > Cc: Tabi Timur > Subj

Re: [U-Boot-Users] resend #4: [PATCH 4/5]: add AcTux-3 board support

2008-01-15 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:12 Tue 15 Jan , Michael Schwingen wrote: > > Signed-off-by: Michael Schwingen <[EMAIL PROTECTED]> > > diff --git a/board/actux3/Makefile b/board/actux3/Makefile > new file mode 100644 > index 000..f6168c3 > --- /dev/null > +++ b/board/actux3/Makefile > @@ -0,0 +1,50 @@ > +# > +int d

Re: [U-Boot-Users] [PATCH] pcmcia: Remove CONFIG_COMMANDS from marubun pcmcia driver

2008-01-15 Thread Jon Loeliger
On Tue, 2008-01-15 at 11:46, Nobuhiro Iwamatsu wrote: > Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]> > --- > drivers/pcmcia/marubun_pcmcia.c |6 -- > 1 files changed, 4 insertions(+), 2 deletions(-) > > diff --git a/drivers/pcmcia/marubun_pcmcia.c b/drivers/pcmcia/marubun_pcmcia.c

Re: [U-Boot-Users] [PATCH] 83xx: add QE firmware node to device tree

2008-01-15 Thread Kim Phillips
On Tue, 15 Jan 2008 10:59:35 -0600 Timur Tabi <[EMAIL PROTECTED]> wrote: > Update 83xx platforms to create the 'firmware' node in the device tree if > QE firmware was uploaded. > > Signed-off-by: Timur Tabi <[EMAIL PROTECTED]> > --- > Again, I'd like to see the freescale QE firmware team distrib

Re: [U-Boot-Users] [PATCH] ColdFire: Add modules header files

2008-01-15 Thread Liew Tsi Chung
Wolfgang, >You probably want to rebase your poatches against current top of >tree anyway, and for reviewing it would be easier, too, if >youreposted the whole batch. Done and resubmitted the patches. It is based on top of commit 5dd372a23d12003276dddf7f9604154fd522ae73 Thanks. Regards, TsiCh

Re: [U-Boot-Users] [PATCH v2] Remove #undef DEBUG from MPC83xx board header files

2008-01-15 Thread Kim Phillips
On Tue, 15 Jan 2008 17:09:41 -0600 Timur Tabi <[EMAIL PROTECTED]> wrote: > Remove the "#undef DEBUG" line from all Freescale 83xx board header files. > The inclusion of this line makes it impossible to enable debug code in > other source files, because "#define DEBUG" typically needs to be defined

Re: [U-Boot-Users] resend [PATCH 2/8] ColdFire: Add MCF547x_8x related header files

2008-01-15 Thread Liew Tsi Chung
Ben, > If your driver is in /drivers/net, its header shouldn't be in > architecture-specific land. I'm not crazy about putting it in > /drivers/net either, but that seems to be the norm so let's do > that for now and maybe move it somewhere else later. I prefer fec.h to stay in asm-m68k, and

[U-Boot-Users] resend#2 [PATCH 8/8] ColdFire: MCF547x_8x - Add M5475EVB and M5485EVB support

2008-01-15 Thread Tsi-Chung Liew
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]> --- CREDITS|2 +- MAINTAINERS|2 + MAKEALL|2 + Makefile | 71 ++ README |1 + doc/README.m5475evb| 279 +

[U-Boot-Users] resend#2 [PATCH 7/8] ColdFire: MCF547x_8x - Add M547xEVB and M548xEVB board

2008-01-15 Thread Tsi-Chung Liew
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]> --- board/freescale/m547xevb/Makefile | 44 + board/freescale/m547xevb/config.mk | 25 +++ board/freescale/m547xevb/m547xevb.c | 115 + board/freescale/m547xevb/mii.c | 322 +++ board/free

[U-Boot-Users] resend#2 [PATCH 6/8] ColdFire: Add MCF547x_8x FEC driver

2008-01-15 Thread Tsi-Chung Liew
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]> --- drivers/net/Makefile |1 + drivers/net/fsl_mcdmafec.c | 582 net/eth.c |4 + 3 files changed, 587 insertions(+), 0 deletions(-) create mode 100644 drivers/net/fsl_mcdma

[U-Boot-Users] resend#2 [PATCH 5/8] ColdFire: Add MCF547x_8x dma code and header files

2008-01-15 Thread Tsi-Chung Liew
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]> --- drivers/dma/MCD_tasksInit.c | 247 +++ drivers/dma/Makefile| 46 + include/MCD_dma.h | 386 +++ include/MCD_progCheck.h | 27 +++ include/MCD_tasksIni

[U-Boot-Users] resend#2 [PATCH 4/8] ColdFire: Add MCF547x_8x dma code - 2

2008-01-15 Thread Tsi-Chung Liew
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]> --- drivers/dma/MCD_dmaApi.c | 1026 ++ 1 files changed, 1026 insertions(+), 0 deletions(-) create mode 100644 drivers/dma/MCD_dmaApi.c diff --git a/drivers/dma/MCD_dmaApi.c b/drivers/dma/MCD_dmaApi.c new

[U-Boot-Users] resend#2 [PATCH 3/8] ColdFire: Add MCF547x_8x dma code - 1

2008-01-15 Thread Tsi-Chung Liew
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]> --- drivers/dma/MCD_tasks.c | 2428 +++ 1 files changed, 2428 insertions(+), 0 deletions(-) create mode 100644 drivers/dma/MCD_tasks.c diff --git a/drivers/dma/MCD_tasks.c b/drivers/dma/MCD_tasks.c new fi

[U-Boot-Users] resend#2 [PATCH 3/3] ColdFire: Add MCF5227x cpu and M52277EVB support-3

2008-01-15 Thread Tsi-Chung Liew
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]> --- include/asm-m68k/m5227x.h | 796 + 1 files changed, 796 insertions(+), 0 deletions(-) create mode 100644 include/asm-m68k/m5227x.h diff --git a/include/asm-m68k/m5227x.h b/include/asm-m68k/m5227x.h n

[U-Boot-Users] resend#2 [PATCH 1/8] ColdFire: Add MCF547x_8x cpu arch

2008-01-15 Thread Tsi-Chung Liew
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]> --- cpu/mcf547x_8x/Makefile | 48 ++ cpu/mcf547x_8x/config.mk| 31 cpu/mcf547x_8x/cpu.c| 143 + cpu/mcf547x_8x/cpu_init.c | 132 cpu/mcf547x_8x/interrupts.c | 50 ++ cpu/mcf547x_

[U-Boot-Users] resend#2 [PATCH 2/3] ColdFire: Add MCF5227x cpu and MCF52277EVB support-2

2008-01-15 Thread Tsi-Chung Liew
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]> --- cpu/mcf5227x/Makefile | 48 ++ cpu/mcf5227x/config.mk | 31 cpu/mcf5227x/cpu.c | 75 + cpu/mcf5227x/cpu_init.c| 146 cpu/mcf5227x/interrupts.c | 52 ++ cpu/m

[U-Boot-Users] resend#2 [PATCH 1/3] ColdFire: Add MCF5227x cpu and M52277EVB support-1

2008-01-15 Thread Tsi-Chung Liew
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]> --- MAINTAINERS |1 + MAKEALL |1 + Makefile |3 + README|1 + board/freescale/m52277evb/Makefile| 44 ++ b

[U-Boot-Users] resend#2 [PATCH 2/2] ColdFire: Add M5373EVB platform support - 2

2008-01-15 Thread Tsi-Chung Liew
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]> --- MAINTAINERS |1 + MAKEALL |3 +- Makefile | 10 ++ cpu/mcf532x/cpu.c | 20 +++- doc/README.m5373evb | 333 + i

[U-Boot-Users] resend#2 [PATCH] ColdFire: Fix CFI Flash low level Read/Write macro

2008-01-15 Thread Tsi-Chung Liew
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]> --- include/asm-m68k/io.h | 22 -- 1 files changed, 8 insertions(+), 14 deletions(-) diff --git a/include/asm-m68k/io.h b/include/asm-m68k/io.h index 91d7592..33c454a 100644 --- a/include/asm-m68k/io.h +++ b/include/asm-m68k/io

[U-Boot-Users] resend#2 [PATCH 1/2] ColdFire: Add M5373EVB platform support - 1

2008-01-15 Thread Tsi-Chung Liew
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]> --- board/freescale/m5373evb/Makefile | 44 + board/freescale/m5373evb/config.mk | 25 +++ board/freescale/m5373evb/m5373evb.c | 88 ++ board/freescale/m5373evb/mii.c | 306 +++ board/freesca

[U-Boot-Users] resend#2 [PATCH] ColdFire: PCI and misc updates for MCF5445x

2008-01-15 Thread Tsi-Chung Liew
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]> --- cpu/mcf5445x/cpu_init.c |1 - cpu/mcf5445x/pci.c | 61 -- cpu/mcf5445x/start.S| 25 ++--- include/asm-m68k/immap.h|8 +++--- include/asm-m68k/m5445x.h |

[U-Boot-Users] resend#2 [PATCH] ColdFire: MCF532x header files cleanup

2008-01-15 Thread Tsi-Chung Liew
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]> --- include/asm-m68k/immap_5329.h | 193 +--- include/asm-m68k/m5329.h | 281 - 2 files changed, 6 insertions(+), 468 deletions(-) diff --git a/include/asm-m68k/immap_5329.h b/in

[U-Boot-Users] resend#2 [PATCH] ColdFire: MCF5445x header files cleanup

2008-01-15 Thread Tsi-Chung Liew
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]> --- include/asm-m68k/immap_5445x.h | 521 include/asm-m68k/m5445x.h | 302 +--- 2 files changed, 46 insertions(+), 777 deletions(-) diff --git a/include/asm-m68k/immap_5445x.h b/inc

[U-Boot-Users] resend#2 [PATCH] ColdFire: Update FlexBus CS for MCF532x

2008-01-15 Thread Tsi-Chung Liew
Definition update and change from 16bit to 32bit Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]> --- board/freescale/m5329evb/nand.c |4 ++-- include/configs/M5329EVB.h |8 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/board/freescale/m5329evb/nand.c b/board

[U-Boot-Users] resend#2 [PATCH] ColdFire: Add modules header files

2008-01-15 Thread Tsi-Chung Liew
Add CF specific modules header files Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]> --- include/asm-m68k/coldfire/crossbar.h | 79 + include/asm-m68k/coldfire/dspi.h | 156 + include/asm-m68k/coldfire/edma.h | 177 incl

[U-Boot-Users] [PATCH v2] Remove #undef DEBUG from MPC83xx board header files

2008-01-15 Thread Timur Tabi
Remove the "#undef DEBUG" line from all Freescale 83xx board header files. The inclusion of this line makes it impossible to enable debug code in other source files, because "#define DEBUG" typically needs to be defined before any header files are included. Signed-off-by: Timur Tabi <[EMAIL PROTEC

Re: [U-Boot-Users] [PATCH] FSL: Convert board/freescale/common/Makefile to use CONFIG_

2008-01-15 Thread Grant Likely
On 1/15/08, Kim Phillips <[EMAIL PROTECTED]> wrote: > On Tue, 15 Jan 2008 15:21:09 -0600 > Jon Loeliger <[EMAIL PROTECTED]> wrote: > > > > -COBJS:= sys_eeprom.o \ > > -pixis.o \ > > -pq-mds-pib.o \ > > -fsl_logo_bmp.o \ > > -fsl_diu_fb.o > > +COBJS

[U-Boot-Users] [PATCH] 83xx: add QE firmware node to device tree

2008-01-15 Thread Timur Tabi
Update 83xx platforms to create the 'firmware' node in the device tree if QE firmware was uploaded. Signed-off-by: Timur Tabi <[EMAIL PROTECTED]> --- This patch provides parity between 83xx and 85xx (which already has this feature). cpu/mpc83xx/fdt.c |1 + 1 files changed, 1 insertions(+),

Re: [U-Boot-Users] Can DHCP be used for TFTP booting?

2008-01-15 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > I am currently using a fixed tftp server and client IP address for > booting from tftp, it works fine. I am wondering if the DHCP can be > used or not for tftp booting, either for both TFTP server and client > IP address or just for client IP address?

Re: [U-Boot-Users] [PATCH] FSL: Convert board/freescale/common/Makefile to use CONFIG_

2008-01-15 Thread Kim Phillips
On Tue, 15 Jan 2008 15:21:09 -0600 Jon Loeliger <[EMAIL PROTECTED]> wrote: > -COBJS:= sys_eeprom.o \ > -pixis.o \ > -pq-mds-pib.o \ > -fsl_logo_bmp.o \ > -fsl_diu_fb.o > +COBJS:= pq-mds-pib.o > + > +COBJS-${CONFIG_ID_EEPROM}+= sys_eeprom.o

Re: [U-Boot-Users] Can DHCP be used for TFTP booting?

2008-01-15 Thread Ben Warren
hce wrote: > Hi, > > I am currently using a fixed tftp server and client IP address for > booting from tftp, it works fine. I am wondering if the DHCP can be > used or not for tftp booting, either for both TFTP server and client > IP address or just for client IP address? If so, could you please gi

[U-Boot-Users] [PATCH] ppc4xx: Sequoia coding style cleanup and beautification

2008-01-15 Thread Matthias Fuchs
Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]> --- board/amcc/sequoia/init.S|7 +- board/amcc/sequoia/sequoia.c | 256 -- 2 files changed, 124 insertions(+), 139 deletions(-) diff --git a/board/amcc/sequoia/init.S b/board/amcc/sequoia/init.S ind

[U-Boot-Users] Can DHCP be used for TFTP booting?

2008-01-15 Thread hce
Hi, I am currently using a fixed tftp server and client IP address for booting from tftp, it works fine. I am wondering if the DHCP can be used or not for tftp booting, either for both TFTP server and client IP address or just for client IP address? If so, could you please give an example of how t

[U-Boot-Users] [PATCH] ARM: Move duplicated exception handling code into lib_arm.

2008-01-15 Thread Andreas Engel
From: Andreas Engel <[EMAIL PROTECTED]> Signed-off-by: Andreas Engel <[EMAIL PROTECTED]> --- cpu/arm1136/interrupts.c | 134 -- cpu/arm720t/interrupts.c | 132 +-- cpu/arm920t/interrupts.c | 134 +-- cpu

Re: [U-Boot-Users] QE UEC driver compiler warnings...

2008-01-15 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Wolfgang Denk wrote: > > Dear Dave, > > > > the QE UEC driver (in the top-of-tree version as of now) produces a > > few compiler warnings: > > > > qe.c: In function 'qe_upload_firmware': > > qe.c:390: warning: pointer targets in passing argument 2 of 's

Re: [U-Boot-Users] [PATCH 02/13] [new uImage] Define a API for image handling operations

2008-01-15 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > The baseline was "Release v1.3.1" commit, I'll rebase to current HEAD > as there are some conflicts with the latest commits. thanks. > But from the above it seems that you were attempting to apply patch > 02/13 for which patch body was not posted to t

Re: [U-Boot-Users] [PATCH] ColdFire: Add modules header files

2008-01-15 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > I created a coldfire folder under asm-m68k, 6 modules were relocated to > the new directory. I re-send some of the patches. > > Do I have to resubmit all the patches or just the affected patches from > the changes? You probably want to

[U-Boot-Users] [PATCH] ADS5121: disable watchdog; enable image timestamps

2008-01-15 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> --- include/configs/ads5121.h | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/include/configs/ads5121.h b/include/configs/ads5121.h index a4de552..ce458ae 100644 --- a/include/configs/ads5121.h +++ b/include/confi

[U-Boot-Users] [PATCH] TK885D: fixes for bigger flash sector sizes on new modules;

2008-01-15 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> --- include/commproc.h |2 ++ include/configs/TK885D.h |7 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/include/commproc.h b/include/commproc.h index 6b1b4e8..32a3e1c 100644 --- a/include/commproc.h +++ b/incl

[U-Boot-Users] help:support for AT49BV642DT

2008-01-15 Thread vibi
dear all, is there any one who has already worked on supporting AT49BV642DT flash with at91rm9200dk. i am going to work on that,as i need it for my project. thanks & regards vibi sreenivasan - This SF.net email is s

Re: [U-Boot-Users] resend [PATCH 2/8] ColdFire: Add MCF547x_8x related header files

2008-01-15 Thread Ben Warren
Tsi-Chung Liew wrote: > Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]> > --- > include/asm-m68k/fec.h |7 +- > include/asm-m68k/fsl_mcdmafec.h | 167 + > include/asm-m68k/immap.h | 93 +++ > include/asm-m68k/immap_547x_8x.h | 297 ++ >

Re: [U-Boot-Users] PATCH] Use CONFIG_ULI526X as MPC8610HPCD default Ethernet driver

2008-01-15 Thread Jon Loeliger
On Tue, 2008-01-15 at 15:19, Jon Loeliger wrote: > Use driver/net/uli526x.c as MPC8610HPCD default Ethernet driver. > Remove unused ethernet CONFIG_ options. > > Signed-off-by: Roy Zang <[EMAIL PROTECTED]> > Acked-by: Jon Loeliger <[EMAIL PROTECTED]> > --- Bah. This patch is really From: Ro

[U-Boot-Users] [PATCH] FSL: Convert board/freescale/common/Makefile to use CONFIG_

2008-01-15 Thread Jon Loeliger
Convert the board/freescale/common/Makefile to use CONFIG_* options to select which files to conditionally compile into the board/freescale/common library rather than conditionally compiling entire files. Supports CONFIG_FSL_PIXIS and CONFIG_FSL_DIU_FB. CONFIG_ID_EEPROM is introduced until CFG_ID

[U-Boot-Users] PATCH] Use CONFIG_ULI526X as MPC8610HPCD default Ethernet driver

2008-01-15 Thread Jon Loeliger
Use driver/net/uli526x.c as MPC8610HPCD default Ethernet driver. Remove unused ethernet CONFIG_ options. Signed-off-by: Roy Zang <[EMAIL PROTECTED]> Acked-by: Jon Loeliger <[EMAIL PROTECTED]> --- include/configs/MPC8610HPCD.h |7 ++- 1 files changed, 2 insertions(+), 5 deletions(-) diff

Re: [U-Boot-Users] TSEC Ethernet driver patch - RFC

2008-01-15 Thread michael.firth
> -Original Message- > From: Andy Fleming [mailto:[EMAIL PROTECTED] > Sent: 15 January 2008 16:56 > To: Firth,MJC,Michael,DMJ R > Cc: [EMAIL PROTECTED]; u-boot-users@lists.sourceforge.net > Subject: Re: [U-Boot-Users] TSEC Ethernet driver patch - RFC > > On Jan 9, 2008 2:26 PM, <[EMAIL P

[U-Boot-Users] resend [PATCH 7/8] ColdFire: MCF547x_8x - Add M547xEVB and M548xEVB board

2008-01-15 Thread Tsi-Chung Liew
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]> --- board/freescale/m547xevb/Makefile | 44 + board/freescale/m547xevb/config.mk | 25 +++ board/freescale/m547xevb/m547xevb.c | 115 + board/freescale/m547xevb/mii.c | 322 +++ board/free

[U-Boot-Users] resend [PATCH 8/8] ColdFire: MCF547x_8x - Add M5475EVB and M5485EVB support

2008-01-15 Thread Tsi-Chung Liew
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]> --- CREDITS|2 +- MAINTAINERS|2 + MAKEALL|2 + Makefile | 71 ++ README |1 + doc/README.m5475evb| 279 +

[U-Boot-Users] resend [PATCH 3/8] ColdFire: Add MCF547x_8x dma code - 1

2008-01-15 Thread Tsi-Chung Liew
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]> --- drivers/dma/MCD_tasks.c | 2428 +++ 1 files changed, 2428 insertions(+), 0 deletions(-) create mode 100644 drivers/dma/MCD_tasks.c diff --git a/drivers/dma/MCD_tasks.c b/drivers/dma/MCD_tasks.c new fi

[U-Boot-Users] resend [PATCH 4/8] ColdFire: Add MCF547x_8x dma code - 2

2008-01-15 Thread Tsi-Chung Liew
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]> --- drivers/dma/MCD_dmaApi.c | 1026 ++ 1 files changed, 1026 insertions(+), 0 deletions(-) create mode 100644 drivers/dma/MCD_dmaApi.c diff --git a/drivers/dma/MCD_dmaApi.c b/drivers/dma/MCD_dmaApi.c new

[U-Boot-Users] resend [PATCH 6/8] ColdFire: Add MCF547x_8x FEC driver

2008-01-15 Thread Tsi-Chung Liew
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]> --- drivers/net/Makefile |1 + drivers/net/fsl_mcdmafec.c | 582 net/eth.c |4 + 3 files changed, 587 insertions(+), 0 deletions(-) create mode 100644 drivers/net/fsl_mcdma

[U-Boot-Users] resend [PATCH 2/8] ColdFire: Add MCF547x_8x related header files

2008-01-15 Thread Tsi-Chung Liew
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]> --- include/asm-m68k/fec.h |7 +- include/asm-m68k/fsl_mcdmafec.h | 167 + include/asm-m68k/immap.h | 93 +++ include/asm-m68k/immap_547x_8x.h | 297 ++ include/asm-m68k/m547x_8x.h |

[U-Boot-Users] resend [PATCH 5/8] ColdFire: Add MCF547x_8x dma code and header files

2008-01-15 Thread Tsi-Chung Liew
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]> --- drivers/dma/MCD_tasksInit.c | 247 +++ drivers/dma/Makefile| 46 + include/MCD_dma.h | 386 +++ include/MCD_progCheck.h | 27 +++ include/MCD_tasksIni

[U-Boot-Users] resend [PATCH 1/8] ColdFire: Add MCF547x_8x cpu arch

2008-01-15 Thread Tsi-Chung Liew
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]> --- cpu/mcf547x_8x/Makefile | 48 ++ cpu/mcf547x_8x/config.mk| 31 cpu/mcf547x_8x/cpu.c| 143 + cpu/mcf547x_8x/cpu_init.c | 132 cpu/mcf547x_8x/interrupts.c | 50 ++ cpu/mcf547x_

[U-Boot-Users] [PATCH] ColdFire: Add MCF5227x cpu and MCF52277EVB support-2

2008-01-15 Thread Tsi-Chung Liew
From: TsiChungLiew <[EMAIL PROTECTED]> Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]> --- cpu/mcf5227x/Makefile | 48 ++ cpu/mcf5227x/config.mk | 31 cpu/mcf5227x/cpu.c | 75 + cpu/mcf5227x/cpu_init.c| 146 cpu/mcf5227

[U-Boot-Users] [PATCH] net: reduce boot latency on QE UEC based boards

2008-01-15 Thread Kim Phillips
actually polling for PHY autonegotiation to finish enables us to remove the 5 second boot prompt latency present on QE based boards. call to qe_set_mii_clk_src in init_phy, and mv call to init_phy from uec_initialize to uec_init by Joakim Tjernlund; autonegotiation wait code shamelessly stolen fro

[U-Boot-Users] [PATCH] mpc83xx: fix QE ETHPRIMEs to correct 'FSL UEC0' value

2008-01-15 Thread Kim Phillips
continuation of commit b96c83d4ae475a70ef2635cd0e748174c44c8601 Signed-off-by: Kim Phillips <[EMAIL PROTECTED]> --- include/configs/MPC8323ERDB.h |2 +- include/configs/MPC832XEMDS.h |2 +- include/configs/MPC8360EMDS.h |2 +- include/configs/MPC8360ERDK.h |2 +- 4 files changed,

[U-Boot-Users] [PATCH (RESUBMIT)] ppc4xx: Refactor ECC POST for AMCC Denali core

2008-01-15 Thread Larry Johnson
The ECC POST reported intermittent failures running after power-up on the Korat PPC440EPx board. Even when the test passed, the debugging output occasionally reported additional unexpected ECC errors. This refactoring has three main objectives: (1) minimize the code executed with ECC enabled duri

Re: [U-Boot-Users] [PATCH 2/2] ColdFire: Add M5373EVB platformsupport - 2

2008-01-15 Thread Liew Tsi Chung
Fixed it. It is in drivers/rtc/mcfrtc.c Thanks. Regards, TsiChung - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/

[U-Boot-Users] resend #4: [PATCH 5/5]: add AcTux-4 board support

2008-01-15 Thread Michael Schwingen
Signed-off-by: Michael Schwingen <[EMAIL PROTECTED]> diff --git a/board/actux4/Makefile b/board/actux4/Makefile new file mode 100644 index 000..845af93 --- /dev/null +++ b/board/actux4/Makefile @@ -0,0 +1,50 @@ +# +# (C) Copyright 2000-2006 +# Wolfgang Denk, DENX Software Engineering, [EMAIL

[U-Boot-Users] resend #4: [PATCH 2/5]: add AcTux-1 board support

2008-01-15 Thread Michael Schwingen
Signed-off-by: Michael Schwingen <[EMAIL PROTECTED]> diff --git a/board/actux1/Makefile b/board/actux1/Makefile new file mode 100644 index 000..83611e7 --- /dev/null +++ b/board/actux1/Makefile @@ -0,0 +1,50 @@ +# +# (C) Copyright 2000-2006 +# Wolfgang Denk, DENX Software Engineering, [EMAIL

[U-Boot-Users] resend #4: [PATCH 4/5]: add AcTux-3 board support

2008-01-15 Thread Michael Schwingen
Signed-off-by: Michael Schwingen <[EMAIL PROTECTED]> diff --git a/board/actux3/Makefile b/board/actux3/Makefile new file mode 100644 index 000..f6168c3 --- /dev/null +++ b/board/actux3/Makefile @@ -0,0 +1,50 @@ +# +# (C) Copyright 2000-2006 +# Wolfgang Denk, DENX Software Engineering, [EMAIL

[U-Boot-Users] resend #4: [PATCH 3/5]: add AcTux-2 board support

2008-01-15 Thread Michael Schwingen
Signed-off-by: Michael Schwingen <[EMAIL PROTECTED]> diff --git a/board/actux2/Makefile b/board/actux2/Makefile new file mode 100644 index 000..37fd262 --- /dev/null +++ b/board/actux2/Makefile @@ -0,0 +1,50 @@ +# +# (C) Copyright 2000-2006 +# Wolfgang Denk, DENX Software Engineering, [EMAIL

[U-Boot-Users] resend #4: [PATCH 1/5]: add AcTux board support (common)

2008-01-15 Thread Michael Schwingen
Hi, resend of the previous patch set with formatting fixed (hopefully). The patch adds 4 boards, called AcTux-1 .. AcTux-4. This patch contains the files that contain changes for multiple boards, the board-specific files follow as separate patches. cu Michael Signed-off-by: Michael Schwingen <[

[U-Boot-Users] [PATCH] ColdFire: Add M5373EVB platform support - 2

2008-01-15 Thread Tsi-Chung Liew
From: TsiChungLiew <[EMAIL PROTECTED]> Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]> --- MAINTAINERS |1 + MAKEALL |3 +- Makefile | 10 ++ cpu/mcf532x/cpu.c | 20 +++- doc/README.m5373evb | 333

[U-Boot-Users] [PATCH] ColdFire: Add MCF5227x cpu and M52277EVB support-1

2008-01-15 Thread Tsi-Chung Liew
From: TsiChungLiew <[EMAIL PROTECTED]> Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]> --- MAINTAINERS |1 + MAKEALL |1 + Makefile |3 + README|1 + board/freescal

[U-Boot-Users] [PATCH] ColdFire: Add MCF5227x cpu and M52277EVB support-3

2008-01-15 Thread Tsi-Chung Liew
From: TsiChungLiew <[EMAIL PROTECTED]> Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]> --- include/asm-m68k/m5227x.h | 796 + 1 files changed, 796 insertions(+), 0 deletions(-) create mode 100644 include/asm-m68k/m5227x.h diff --git a/include/asm-m68

Re: [U-Boot-Users] NAND driver updates

2008-01-15 Thread ksi
On Tue, 15 Jan 2008, Stefan Roese wrote: I totally agree. All those problems should be addressed first and all the functionality must be restored before propagating it into the main branch. > Hi All, > > On Saturday 05 January 2008, Stefan Roese wrote: >> I just updated the master branch of the N

[U-Boot-Users] [SH] Please pull git://www.denx.de/git/u-boot-sh.git/

2008-01-15 Thread Nobuhiro Iwamatsu
The following changes since commit 5dd372a23d12003276dddf7f9604154fd522ae73: Wolfgang Denk (1): Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx are available in the git repository at: git://www.denx.de/git/u-boot-sh.git/ master Nobuhiro Iwamatsu (6): sh: Add MS7720

[U-Boot-Users] [PATCH] pcmcia: Remove CONFIG_COMMANDS from marubun pcmcia driver

2008-01-15 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]> --- drivers/pcmcia/marubun_pcmcia.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/pcmcia/marubun_pcmcia.c b/drivers/pcmcia/marubun_pcmcia.c index 7b112af..2479a66 100644 --- a/drivers/pcmcia/marubun_pcmci

[U-Boot-Users] [PATCH] sh: Add support SH7710/SH7712

2008-01-15 Thread Nobuhiro Iwamatsu
SH7710/SH7712 of SH3 CPU are supported. SH771X is called SH-Ether, and has the Ether controller in CPU. The driver of Ether is not included in this patch. Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]> --- drivers/serial/serial_sh.c | 31 ++--- include/asm-sh/cpu_sh3.h

[U-Boot-Users] [PATCH] sh: Add support of map_physmem() and unmap_physmem() to SuperH

2008-01-15 Thread Nobuhiro Iwamatsu
This patch add the support of map_physmem() and unmap_physmem() used with Common Flash Interface(CFI) driver. Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]> --- include/asm-sh/io.h | 27 +++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a/include/a

[U-Boot-Users] [PATCH] sh: Add maintainer of MS7720SE to the MAINTAINER file

2008-01-15 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]> --- MAINTAINERS |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 40b2b51..239f5c3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -676,6 +676,10 @@ Nobuhiro Iwmaatsu <[EMAIL PROTECTED]>

[U-Boot-Users] [PATCH] sh: Fix board name in MS7720SE's config.mk

2008-01-15 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]> --- board/ms7720se/config.mk |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/board/ms7720se/config.mk b/board/ms7720se/config.mk index 843cdfb..cad8d3a 100644 --- a/board/ms7720se/config.mk +++ b/board/ms7720se/config.

[U-Boot-Users] [PATCH] sh: Add MS7720SE to MAKEALL

2008-01-15 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]> --- MAKEALL |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/MAKEALL b/MAKEALL index bec3541..180bc44 100755 --- a/MAKEALL +++ b/MAKEALL @@ -683,8 +683,9 @@ LIST_sh4=" \ ms7722se\ " -LIST_

Re: [U-Boot-Users] TSEC Ethernet driver patch - RFC

2008-01-15 Thread Andy Fleming
On Jan 9, 2008 2:26 PM, <[EMAIL PROTECTED]> wrote: > > > [EMAIL PROTECTED] wrote: > > > While debugging a board recently I found that the MDIO > > (mii) command > > > support in the TSEC Ethernet driver is somewhat unhelpful. > > > > > > Currently, even though there is a comment in the code that

Re: [U-Boot-Users] QE UEC driver compiler warnings...

2008-01-15 Thread Timur Tabi
Wolfgang Denk wrote: > Dear Dave, > > the QE UEC driver (in the top-of-tree version as of now) produces a > few compiler warnings: > > qe.c: In function 'qe_upload_firmware': > qe.c:390: warning: pointer targets in passing argument 2 of 'strcpy' differ > in signedness That's odd, I've never see

Re: [U-Boot-Users] MMC 4GB with at91sam9260 ...

2008-01-15 Thread Andy Fleming
On Jan 15, 2008 1:49 AM, Pierre Savary <[EMAIL PROTECTED]> wrote: > Hi, > I need some help because I want to use an eMMC of 4GB but my U-Boot (1.1.5) > see it but can't use it... So I think it is a problem with "Max read data > block length" but I don't know what I can change in the code ... > Have

Re: [U-Boot-Users] CUSTODIANS: List of open issues / not applied patches

2008-01-15 Thread Nobuhiro Iwamatsu
On Wed, 09 Jan 2008 22:36:14 +0100 Wolfgang Denk <[EMAIL PROTECTED]> wrote: > 11928 12/03 Yoshihiro Shimoda [PATCH] serial_sh: Add support for SH7720 > 11929 12/03 Yoshihiro Shimoda [PATCH] sh: Add support SH3 and SH7720 > 11930 12/03 Yoshihiro Shimoda [PATCH] Add support for MS7720RP02 boar

Re: [U-Boot-Users] Warining on 83xx tree

2008-01-15 Thread Kim Phillips
On Tue, 15 Jan 2008 00:21:34 -0700 "Liu Dave" <[EMAIL PROTECTED]> wrote: > Kim, > > Could you clean up the warning in 83xx current tree? > > Thanks, > Dave > > mpc8360emds.c: In function 'ft_board_setup': > mpc8360emds.c:327: warning: assignment makes pointer from integer without a > cast > mp

Re: [U-Boot-Users] TSEC Ethernet driver patch - RFC

2008-01-15 Thread Ben Warren
[EMAIL PROTECTED] wrote: >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On Behalf >> Of [EMAIL PROTECTED] >> Sent: 09 January 2008 20:26 >> To: [EMAIL PROTECTED] >> Cc: u-boot-users@lists.sourceforge.net >> Subject: Re: [U-Boot-Users] TSEC Ethernet driver pa

Re: [U-Boot-Users] disable_of with LIBFDT?

2008-01-15 Thread Stefan Roese
Hi Kumar, On Tuesday 15 January 2008, Kumar Gala wrote: > Is there a way to boot an old kernel with a LIBFDT enabled u-boot? Sure, I'm doing it all the time. Just use the "old" bootm syntax. > I'm not seeing the equivalent of the disable_of env variable we had > with the older code. Why would y

[U-Boot-Users] disable_of with LIBFDT?

2008-01-15 Thread Kumar Gala
Jerry, Is there a way to boot an old kernel with a LIBFDT enabled u-boot? I'm not seeing the equivalent of the disable_of env variable we had with the older code. - k - This SF.net email is sponsored by: Microsoft Defy al

Re: [U-Boot-Users] CUSTODIANS: List of open issues / not applied patches

2008-01-15 Thread Shinya Kuribayashi
Hi, Wolfgang Denk wrote: > 9969 09/25 Shinya Kuribayash Re: [U-Boot-Users] [MIPS] Make > mips_io_port_base more generic > 10081 09/29 Shinya Kuribayash [MIPS] Make mips_io_port_base more generic > 10686 10/23 Shinya Kuribayash Re: [U-Boot-Users] [PATCH 1/1] Fix > mips_io_port_base multipl

Re: [U-Boot-Users] [PATCH] ppc: Refactor cache routines, so there is only one common set.

2008-01-15 Thread Kumar Gala
On Jan 15, 2008, at 5:20 AM, Rafal Jaworowski wrote: > Hi Kumar, > > Kumar Gala wrote: >>> The e500 don't have classic FPU. So don't support these FP inst. >>> >>> Could you keep the ppcDWstore/ppcDWload in start.S? >> >> also some of the e300 variants dont have FPUs. (832x). >> > > OK, although

  1   2   >