Re: [U-Boot-Users] [PATCH v3] smc911x: add 16 bit support

2008-05-22 Thread Ben Warren
Jens Gehrlein wrote: > Signed-off-by: Jens Gehrlein <[EMAIL PROTECTED]> > --- > Hi, > > third attempt: > wrapped the long line, fixed typo, extended README > file and avoided e-mail text above the separator :-) > > Sorry, I'm not a raw recruit but I didn't issue many > patches so far. > > The title

Re: [U-Boot-Users] [PATCH] Add support for Marvell 88E1118 phy to drivers/net/tsec.c

2008-05-22 Thread Ben Warren
Hi Ron, Ron Madrid wrote: > Add support for Marvell 88E1118 phy to > drivers/net/tsec.c > > Signed-off-by: Ron Madrid <[EMAIL PROTECTED]> > > --- clean_u-boot-1.3.3/drivers/net/tsec.c 2008-05-19 > 03:47:11.0 -0700 > +++ u-boot-1.3.3/drivers/net/tsec.c 2008-05-20 > 12:40:14.0

[U-Boot-Users] [PATCH] Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating

2008-05-22 Thread Peter Tyser
Removed unneeded command line history initialization. Also, the original code would access the 'initted' variable before relocation to SDRAM which resulted in erratic behavior since the bss is not initialized when executing from flash. Signed-off-by: Peter Tyser <[EMAIL PROTECTED]> --- common/ma

[U-Boot-Users] [PATCH 1/2 v3] PPC4xx: Enable Primordial Stack for 40x and Unify ECC Handling

2008-05-22 Thread Grant Erickson
This patch (Part 1 of 2): * Rolls up a suite of changes to enable correct primordial stack and global data handling when the data cache is used for such a purpose for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS). * Related to the first, unifies DDR2 SDRAM and ECC initialization by eliminating

Re: [U-Boot-Users] [PPC4xx][AMCC][kilauea] Support kilauea under Linux ARCH "powerpc"?

2008-05-22 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > Hope all will forgive the Linux incursion, but was hoping someone here might > have some insight to any effort under way for supporting the kilauea board > under the "powerpc" ARCH in Linux 2.6. The initial support of this board > appears supported

Re: [U-Boot-Users] [PPC4xx][AMCC][kilauea] Support kilauea under Linux ARCH "powerpc"?

2008-05-22 Thread Grant Erickson
On 5/22/08 2:09 PM, H L wrote: > Hope all will forgive the Linux incursion, but was hoping someone here might > have some insight to any effort under way for supporting the kilauea board > under the "powerpc" ARCH in Linux 2.6. The initial support of this board > appears supported under "ppc" in 2

[U-Boot-Users] [PATCH 2/2 v3] PPC4xx: Enable Primordial Stack for 40x and Unify ECC Handling

2008-05-22 Thread Grant Erickson
This patch (Part 2 of 2): * Rolls up a suite of changes to enable correct primordial stack and global data handling when the data cache is used for such a purpose for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS). * Related to the first, unifies DDR2 SDRAM and ECC initialization by eliminating

[U-Boot-Users] [PATCH 1/4 v2] Add ALIGN() macro

2008-05-22 Thread Andy Fleming
ALIGN() returns the smallest aligned value greater than the passed in address or size. Taken from Linux. Signed-off-by: Andy Fleming <[EMAIL PROTECTED]> --- include/common.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/include/common.h b/include/common.h index d0f57

[U-Boot-Users] [PPC4xx][AMCC][kilauea] Support kilauea under Linux ARCH "powerpc"?

2008-05-22 Thread H L
Hope all will forgive the Linux incursion, but was hoping someone here might have some insight to any effort under way for supporting the kilauea board under the "powerpc" ARCH in Linux 2.6. The initial support of this board appears supported under "ppc" in 2.6.23. My read of various forums in

Re: [U-Boot-Users] [PATCH] Add support for Marvell 88E1118 phy to drivers/net/tsec.c

2008-05-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:30 Thu 22 May , Ben Warren wrote: > Jean-Christophe PLAGNIOL-VILLARD wrote: > > If possible can we start to export the phy support in phy drivers to > > allow other net drivers to use it. > > > > We can start to think to implement like is done in linux to add a > > generic phylib with a g

[U-Boot-Users] [PATCH 1/2] fsl_elbc_nand: workaround for hangs during nand write

2008-05-22 Thread Scott Wood
From: Anton Vorontsov <[EMAIL PROTECTED]> Using current driver elbc sometimes hangs during nand write. Reading back last byte helps though (thanks to Scott Wood for the idea). Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]> Signed-off-by: Scott Wood <[EMAIL PROTECTED]> --- drivers/mtd/nand/fs

[U-Boot-Users] [PATCH 2/2] fsl_elbc_nand: Hard-code the FBAR/FPAR split.

2008-05-22 Thread Scott Wood
The hardware has separate registers for block and page-within-block, but the division between the two has no apparent relation to the actual erase block size of the NAND chip. Signed-off-by: Scott Wood <[EMAIL PROTECTED]> --- drivers/mtd/nand/fsl_elbc_nand.c |5 ++--- 1 files changed, 2 inser

[U-Boot-Users] [PATCH V5] ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)

2008-05-22 Thread Hugo Villeneuve
ARM: This patch adds support for the Lyrtech SFF-SDR board, based on the TI DaVinci architecture (ARM926EJS). Signed-off-by: Hugo Villeneuve <[EMAIL PROTECTED]> Signed-off-by: Philip Balister <[EMAIL PROTECTED]> --- CREDITS |4 + MAKEALL |

Re: [U-Boot-Users] [PATCH V2] ARM: Add support for Lyrtech SFF-SDRboard (ARM926EJS)

2008-05-22 Thread Hugo Villeneuve
[EMAIL PROTECTED] wrote: > In message <[EMAIL PROTECTED]> you wrote: >> >>> There are a lot of new files, and you sign these off, but I don't >>> see your copyright notice in either of these. How comes? Didn't you >>> modify this code? >> >> The modifications are not extensive. We are not certain

Re: [U-Boot-Users] [PATCH V2] ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)

2008-05-22 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > In any way, I think that it passed the Wolfgang "filter", because he is > driving me crazy with something else :) I hope I'm *not* driving you crazy. Thisis definitely not my intention. > If we have some advice for the copyright after the patch is acc

Re: [U-Boot-Users] [PATCH V2] ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)

2008-05-22 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > > There are a lot of new files, and you sign these off, but I don't see > > your copyright notice in either of these. How comes? Didn't you modify > > this code? > > The modifications are not extensive. We are not certain when to add a > copyright st

[U-Boot-Users] [PATCH V4] ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)

2008-05-22 Thread Hugo Villeneuve
ARM: This patch adds support for the Lyrtech SFF-SDR board, based on the TI DaVinci architecture (ARM926EJS). Signed-off-by: Hugo Villeneuve <[EMAIL PROTECTED]> Signed-off-by: Philip Balister <[EMAIL PROTECTED]> --- CREDITS |4 + MAKEALL |

Re: [U-Boot-Users] [PATCH V3] ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)

2008-05-22 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > I´m trying to not do anything at all... I don´t need anything > special in CONFIG_BOOTCOMMAND. > > I will resubmit with an empty CONFIG_BOOTCOMMAND like this: > #define CONFIG_BOOTCOMMAND" " > > unless, of course, it is not to your liking, in whic

Re: [U-Boot-Users] [PATCH V2] ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)

2008-05-22 Thread Hugo Villeneuve
[EMAIL PROTECTED] wrote: > Wolfgang Denk wrote: >> In message >> <[EMAIL PROTECTED]> you >> wrote: >>> ARM: This patch adds support for the Lyrtech SFF-SDR >>> board, based on the TI DaVinci architecture (ARM926EJS). >>> >>> Signed-off-by: Hugo Villeneuve <[EMAIL PROTECTED]> >>> Signed-off-by: P

Re: [U-Boot-Users] [PATCH 2/2 v2] PPC4xx: Enable Primordial Stack for 40x and Unify ECC Handling

2008-05-22 Thread Stefan Roese
On Thursday 22 May 2008, Grant Erickson wrote: > > Why do we now still have the SDRAM setup for Kilauea included in > > assembler? Is it because of the NAND booting support? If yes, then leave > > it as is and I'll clean this up later. > > Precisely. You have better exposure and visibility to the s

Re: [U-Boot-Users] [PATCH v2] MMC: Consolidate MMC/SD command

2008-05-22 Thread Gururaja Hebbar K R
Hi Haavard Skinnemoen, while you are working on atmel mci mmc driver, i would like to know whether you can tell me anything about the bug mentioned here Possible Bug in at32ap mmc driver atmel_mci.c related to incorrect usage of variables. http://www.nabble.com/Possible-Bug-in-at32ap-mmc-driv

Re: [U-Boot-Users] [PATCH V2] ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)

2008-05-22 Thread Philip Balister
Wolfgang Denk wrote: In message <[EMAIL PROTECTED]> you wrote: ARM: This patch adds support for the Lyrtech SFF-SDR board, based on the TI DaVinci architecture (ARM926EJS). Signed-off-by: Hugo Villeneuve <[EMAIL PROTECTED]> Signed-off-by: Philip Balister <[EMAIL PROTECTED]> There are a lot of

Re: [U-Boot-Users] [PATCH V3] ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)

2008-05-22 Thread Hugo Villeneuve
[EMAIL PROTECTED] wrote: > In message > <[EMAIL PROTECTED]> you > wrote: >> ARM: This patch adds support for the Lyrtech SFF-SDR >> board, based on the TI DaVinci architecture (ARM926EJS). >> >> Signed-off-by: Hugo Villeneuve <[EMAIL PROTECTED]> >> Signed-off-by: Philip Balister <[EMAIL PROTECTE

[U-Boot-Users] Pull request USB

2008-05-22 Thread Markus Klotzbücher
Dear Wolfgang, Please pull: The following changes since commit 2c8d41969b47eb0b973912830c58689b2ba0e50a: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-testing are available in the git repository at: git://git.denx.de/u-boot-usb master Christian Eggers (2):

Re: [U-Boot-Users] [PATCH] Fix endianess conversion in usb_ohci.c

2008-05-22 Thread Markus Klotzbücher
"Christian Eggers" <[EMAIL PROTECTED]> writes: > Sorry, I forgot this line: > > Signed-off-by: Christian Eggers <[EMAIL PROTECTED]> > > I think this must be swapped (result may be equal). Thanks, applied. Best regards Markus Klotzbuecher -- DENX Software Engineering GmbH, MD: Wolfgang Denk

Re: [U-Boot-Users] [PATCH] Setting processor endianess for USB modules

2008-05-22 Thread Markus Klotzbücher
"Christian Eggers" <[EMAIL PROTECTED]> writes: >> Unfortunately it's unusable as your mailer wrapped long lines: >> [...] >> Please fix your mailer (or even better use git-send-email) > > Unfortunately I don't have this command (perhaps my git is too old). > > I've adjusted the input window of my

Re: [U-Boot-Users] problem with upgrading u-boot version

2008-05-22 Thread Stuart Wood
Hi Gary, Thanks! It was an old #if that was breaking because the definition was not being used any more. Bye the way, is anyone supporting the Cirrus Logic EP93xx family? Stuart > > How big is your nand.o? Do you have an ifdef in the file which is > not defined and perhaps preventing the cod

Re: [U-Boot-Users] problem with upgrading u-boot version

2008-05-22 Thread Gary Jennejohn
On Thu, 22 May 2008 09:23:44 -0400 "Stuart Wood" <[EMAIL PROTECTED]> wrote: > Hi All, > > I'm currently porting our u-boot implementation that is about 2 years old > to the current git repository, and I've hit a snag during linking. > > It can't find my 'board_nand_init' function. It defined in

Re: [U-Boot-Users] A simple howto boot sequoia (ARCH=powerpc) using flattened device tree (FDT)

2008-05-22 Thread Larry Johnson
Hi Niklaus, Stefan, and all, Niklaus Giger wrote: > Hi > > It took me a evening to put everything together. Therefore I send this mail > hoping it may help somebody else. Hopefully some of the content will find > its way into the DULG/FAQ, may as point 14.3.30. "Booting using flattened > device

Re: [U-Boot-Users] [PATCH 18/26] Make nand_init() return the detected NAND size

2008-05-22 Thread Scott Wood
Jean-Christophe PLAGNIOL-VILLARD wrote: > On 10:50 Thu 22 May , Scott Wood wrote: >> On Thu, May 08, 2008 at 10:52:26PM +0200, Stelian Pop wrote: >>> This patch modifies the nand_init() routine and makes it return the >>> total detected NAND size, since this information can be useful to the >>>

Re: [U-Boot-Users] [PATCH] Add support for Marvell 88E1118 phy to drivers/net/tsec.c

2008-05-22 Thread Ron Madrid
--- Ben Warren <[EMAIL PROTECTED]> wrote: > Jean-Christophe PLAGNIOL-VILLARD wrote: > > If possible can we start to export the phy support > in phy drivers to > > allow other net drivers to use it. > > > > We can start to think to implement like is done in > linux to add a > > generic phylib with

Re: [U-Boot-Users] [PATCH 18/26] Make nand_init() return the detected NAND size

2008-05-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:50 Thu 22 May , Scott Wood wrote: > On Thu, May 08, 2008 at 10:52:26PM +0200, Stelian Pop wrote: > > This patch modifies the nand_init() routine and makes it return the > > total detected NAND size, since this information can be useful to the > > caller. > > Applied to u-boot-nand-flash.

Re: [U-Boot-Users] [PATCH V3] ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)

2008-05-22 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > ARM: This patch adds support for the Lyrtech SFF-SDR > board, based on the TI DaVinci architecture (ARM926EJS). > > Signed-off-by: Hugo Villeneuve <[EMAIL PROTECTED]> > Signed-off-by: Philip Balister <[EMAIL PROTECTED]> ... > +#define CONFIG_BOOTCOMMAND

Re: [U-Boot-Users] [PATCH] Add support for Marvell 88E1118 phy to drivers/net/tsec.c

2008-05-22 Thread Ben Warren
Jean-Christophe PLAGNIOL-VILLARD wrote: > If possible can we start to export the phy support in phy drivers to > allow other net drivers to use it. > > We can start to think to implement like is done in linux to add a > generic phylib with a generir phy driver. > > Best Regards, > J. > > For now

[U-Boot-Users] [PATCH V3] ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)

2008-05-22 Thread Hugo Villeneuve
ARM: This patch adds support for the Lyrtech SFF-SDR board, based on the TI DaVinci architecture (ARM926EJS). Signed-off-by: Hugo Villeneuve <[EMAIL PROTECTED]> Signed-off-by: Philip Balister <[EMAIL PROTECTED]> --- CREDITS |4 + MAKEALL |

Re: [U-Boot-Users] [PATCH 2/2 v2] PPC4xx: Enable Primordial Stack for 40x and Unify ECC Handling

2008-05-22 Thread Grant Erickson
On 5/22/08 8:27 AM, Stefan Roese wrote: > On Wednesday 21 May 2008, Grant Erickson wrote: > > Thanks a lot for all this work. Please find some comments below. And thank you for your helpful pointers along the way. >> diff --git a/board/amcc/kilauea/init.S b/board/amcc/kilauea/init.S >> index 053

[U-Boot-Users] [PATCH 3/3][MIPS] : Update coprocessor register access macros

2008-05-22 Thread Shinya Kuribayashi
Signed-off-by: Shinya Kuribayashi <[EMAIL PROTECTED]> --- board/dbau1x00/dbau1x00.c |2 board/gth2/gth2.c |2 board/pb1x00/pb1x00.c |2 board/qemu-mips/qemu-mips.c |6 cpu/mips/cpu.c | 10 include/asm-mips/mipsregs.h | 950 +++

Re: [U-Boot-Users] [PATCH] Setting processor endianess for USB modules

2008-05-22 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > > How did you install git? If in doubt, clone the original repo and > > install (if necessary locally in your $HOME) from the original > > sources. > > Some distro packaging separated the git mail commands > into a separate package. Perhaps

Re: [U-Boot-Users] [PATCH] Setting processor endianess for USB modules

2008-05-22 Thread Jon Loeliger
On Wed, 2008-05-21 at 22:40 +0200, Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: > > > Unfortunately it's unusable as your mailer wrapped long lines: > > > [...] > > > Please fix your mailer (or even better use git-send-email) > > > > Unfortunately I don't have this command (per

Re: [U-Boot-Users] [PATCH 18/26] Make nand_init() return the detected NAND size

2008-05-22 Thread Scott Wood
On Thu, May 08, 2008 at 10:52:26PM +0200, Stelian Pop wrote: > This patch modifies the nand_init() routine and makes it return the > total detected NAND size, since this information can be useful to the > caller. Applied to u-boot-nand-flash. -Scott --

[U-Boot-Users] [PATCH 2/2] Remove prototypes of nand_init() in favor of including nand.h.

2008-05-22 Thread Scott Wood
Likewise with onenand_init(). Signed-off-by: Scott Wood <[EMAIL PROTECTED]> --- lib_arm/board.c | 10 ++ lib_ppc/board.c |4 +--- lib_sh/board.c |2 +- 3 files changed, 4 insertions(+), 12 deletions(-) diff --git a/lib_arm/board.c b/lib_arm/board.c index 67506b3..5e04553 10064

[U-Boot-Users] [PATCH 2/3][MIPS] : Update register / bit field definitions

2008-05-22 Thread Shinya Kuribayashi
Signed-off-by: Shinya Kuribayashi <[EMAIL PROTECTED]> --- include/asm-mips/mipsregs.h | 336 +-- 1 files changed, 225 insertions(+), 111 deletions(-) diff --git a/include/asm-mips/mipsregs.h b/include/asm-mips/mipsregs.h index 590af19..f05f3ad 100644 ---

Re: [U-Boot-Users] [PATCH 1/2 v2] PPC4xx: Enable Primordial Stack for 40x and Unify ECC Handling

2008-05-22 Thread Stefan Roese
Grant, On Wednesday 21 May 2008, Grant Erickson wrote: > This patch (Part 1 of 2): Again, please find some comments below. > diff --git a/cpu/ppc4xx/start.S b/cpu/ppc4xx/start.S > index a513b45..e43da7b 100644 > --- a/cpu/ppc4xx/start.S > +++ b/cpu/ppc4xx/start.S > @@ -3,6 +3,8 @@ > * Copyr

[U-Boot-Users] [PATCH 1/3][MIPS] : CodinygStyle cleanups

2008-05-22 Thread Shinya Kuribayashi
No functional changes. Signed-off-by: Shinya Kuribayashi <[EMAIL PROTECTED]> --- include/asm-mips/mipsregs.h | 283 ++- 1 files changed, 143 insertions(+), 140 deletions(-) diff --git a/include/asm-mips/mipsregs.h b/include/asm-mips/mipsregs.h index 61a

Re: [U-Boot-Users] [PATCH] Cleanup nand_info[] declaration.

2008-05-22 Thread Scott Wood
On Tue, May 13, 2008 at 05:31:24PM +0200, Stelian Pop wrote: > The nand_info array is declared as extern in several .c files. > Those days, nand.h contains a reference to the array, so there is > no need to declare it elsewhere. > > Signed-off-by: Stelian Pop <[EMAIL PROTECTED]> > --- > common/cm

Re: [U-Boot-Users] [PATCH V2] ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)

2008-05-22 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > ARM: This patch adds support for the Lyrtech SFF-SDR > board, based on the TI DaVinci architecture (ARM926EJS). > > Signed-off-by: Hugo Villeneuve <[EMAIL PROTECTED]> > Signed-off-by: Philip Balister <[EMAIL PROTECTED]> There are a lot of new files, and

[U-Boot-Users] [GIT PULL] MIPS updates

2008-05-22 Thread Shinya Kuribayashi
Dear Wolfgang, please pull MIPS updates. nand_init and spi_init will be added. --- The following changes since commit 2c8d41969b47eb0b973912830c58689b2ba0e50a: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-testing are available in the git repository at: git:/

Re: [U-Boot-Users] [PATCH 2/2 v2] PPC4xx: Enable Primordial Stack for 40x and Unify ECC Handling

2008-05-22 Thread Stefan Roese
Grant, On Wednesday 21 May 2008, Grant Erickson wrote: > This patch (Part 2 of 2): > > * Rolls up a suite of changes to enable correct primordial stack and > global data handling when the data cache is used for such a purpose > for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS). > > * Related to th

[U-Boot-Users] [PATCH V2] ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)

2008-05-22 Thread Hugo Villeneuve
ARM: This patch adds support for the Lyrtech SFF-SDR board, based on the TI DaVinci architecture (ARM926EJS). Signed-off-by: Hugo Villeneuve <[EMAIL PROTECTED]> Signed-off-by: Philip Balister <[EMAIL PROTECTED]> --- MAKEALL |1 + Makefile |

Re: [U-Boot-Users] [PATCH] mips: If CONFIG_CMD_SPI is defined, call spi_init()

2008-05-22 Thread Shinya Kuribayashi
Jason McMullan wrote: > The mips architecture currently does not call 'spi_init()' > in the generic board initialization routine is CONFIG_CMD_SPI > is defined. > > This patch rectifies that problem. > > Signed-off-by: Jason McMullan <[EMAIL PROTECTED]> Applied with two CodingStyle fixes. See be

Re: [U-Boot-Users] [PATCH] Add support for Marvell 88E1118 phy to drivers/net/tsec.c

2008-05-22 Thread Ron Madrid
That sounds like a good idea. I was honestly kinda surprised that this hadn't already been done (not a critisism). Currently though I'm trying to add support for a new board. I'd be glad to try and help in the future though if this kind of implementation is done. Ron Madrid --- Jean-Christophe

Re: [U-Boot-Users] [PATCH] mips: Call 'nand_init()' in generic board initialization when CONFIG_CMD_NAND is set

2008-05-22 Thread Shinya Kuribayashi
Jason McMullan wrote: > --- > lib_mips/board.c |6 ++ > 1 files changed, 6 insertions(+), 0 deletions(-) As you submitted this patch and its description separately, I manually combined them with two CodingStyle fixes. Now you seem to be getting along with git :-) Applied, thanks. Will be

Re: [U-Boot-Users] [PATCH] NAND: Provide a sane default for NAND_MAX_CHIPS.

2008-05-22 Thread Shinya Kuribayashi
Scott Wood wrote: > This allows the header to be included regardless of whether a board's > config file provides NAND-related defininitions. > > Signed-off-by: Scott Wood <[EMAIL PROTECTED]> > --- > include/linux/mtd/nand.h |4 > 1 files changed, 4 insertions(+), 0 deletions(-) > > diff

[U-Boot-Users] saveenv to flash for MPC8360ERDK evaluation board.

2008-05-22 Thread richardretanubun
Hi, I am trying to update the u-boot for the LogicPD/Freescale MPC8360ERDK evaluation board and found some problems with saving the environment configurations to flash. What I found is that in u-boot 1.3.2 the saveenv command works ok, but since u-boot 1.3.3-rc1 (and I suspect later version) t

[U-Boot-Users] MPC8xx evaluation card

2008-05-22 Thread Ankur Maheshwari
Hi all, I am looking for MPC8xx (MPC885/MPC860) based evaluation card for reference. I have checked that MPC885ADS support is present in u-boot & Linux. Can any one suggest me where to look for evaluation card and Toolchain (Except google :) )? Can I use denx.com eldk-(linux+uboot+toolchain) ?

[U-Boot-Users] problem with upgrading u-boot version

2008-05-22 Thread Stuart Wood
Hi All, I'm currently porting our u-boot implementation that is about 2 years old to the current git repository, and I've hit a snag during linking. It can't find my 'board_nand_init' function. It defined in my nand.c and it is being compiled. So what could I have missed in reconfiguring my board

Re: [U-Boot-Users] [PATCH] socrates: add USB support

2008-05-22 Thread Wolfgang Denk
Dear Markus, in message <[EMAIL PROTECTED]> you wrote: > > Wolfgang, do you want to pick this one up directly (preferably with a > more meaningful subject) or shall I push it through the usb tree. Either > is fine for me. It would be nice if you could take this through the USB repo (and send a p

[U-Boot-Users] [PATCH][Re-Submit] DataFlash AT45DB021 support

2008-05-22 Thread Sergey Lapin
Some boards based on AT91SAM926X-EK use smaller DF chips to keep bootstrap, u-boot and its environment, using NAND or other external storage for kernel and rootfs. This patch adds support for small 1024x263 chip. Signed-off-by: Sergey Lapin <[EMAIL PROTECTED]> --- drivers/mtd/dataflash.c | 14 +

[U-Boot-Users] Top 10 hottest college sluts

2008-05-22 Thread Valarie
Get more time in the sack with our new improved herbal formulas http://www.firgayson.com/ - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012

[U-Boot-Users] [PATCH] avr32: Fix wrong error flags in atmel_mci driver

2008-05-22 Thread Haavard Skinnemoen
[trimming Cc list] "Gururaja Hebbar K R" <[EMAIL PROTECTED]> wrote: > > Hi Haavard Skinnemoen, > > while you are working on atmel mci mmc driver, i would like to know > whether you can tell me anything about the bug mentioned here > > Possible Bug in at32ap mmc driver atmel_mci.c related to in

Re: [U-Boot-Users] [PATCH] socrates: add USB support

2008-05-22 Thread Markus Klotzbücher
Sergei, Wolfgang, Wolfgang Denk <[EMAIL PROTECTED]> writes: > From: Sergei Poselenov <[EMAIL PROTECTED]> > > Add new configuration variable CONFIG_PCI_OHCI_DEVNO. > In case of several PCI USB controllers on a board this variable > specifys which controller to use. > See doc/README.generic_usb_ohc

[U-Boot-Users] [PATCH v2] MMC: Consolidate MMC/SD command definitions

2008-05-22 Thread Haavard Skinnemoen
This moves the MMC and SD Card command definitions from include/asm/arch/mmc.h into include/mmc.h. These definitions are given by the MMC and SD Card standards, not by any particular architecture. There's a lot more room for consolidation in the MMC drivers which I'm hoping to get done eventually,

[U-Boot-Users] [PATCH] Fix boot from NOR due to incorrect reset delay.

2008-05-22 Thread Stelian Pop
AT91 RSTC registers are battery-backuped, so their values are not reset across power cycles. One of those registers, the AT91_RSTC_MR register, is being modified by U-Boot, in the ethernet initialisation routine, to generate a 500ms user reset. Unfortunately, this value is not being restored after