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

2008-01-12 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 had two main objectives: (1) minimize the code executed with ECC enabled during

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

2008-01-12 Thread Dirk Behme
[EMAIL PROTECTED] wrote: > On Sat, 5 Jan 2008, Stefan Roese wrote: > > Here comes a trivial patch to cpu/arm926ejs/davinci/nand.c. Unfortunately I > don't have hardware handy so I can not test it at the moment but changes are > rather trivial so it should work. It would be nice if somebody with a

[U-Boot-Users] [PATCH] Add attribute POST_PREREL to ECC memory POST

2008-01-12 Thread Larry Johnson
Signed-off-by: Larry Johnson <[EMAIL PROTECTED]> --- post/tests.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/post/tests.c b/post/tests.c index 0c49e32..698f85c 100644 --- a/post/tests.c +++ b/post/tests.c @@ -241,8 +241,8 @@ struct post_test post_list[] = {

[U-Boot-Users] [PATCH 2/2] Implement hard SPI driver on MPC8349EMDS

2008-01-12 Thread Ben Warren
This patch implements the fsl_spi driver on the MPC8349EMDS evaluation board. This board has an ST M25P40 4Mbit EEPROM on its SPI bus Signed-off-by: Ben Warren <[EMAIL PROTECTED]> --- board/freescale/mpc8349emds/mpc8349emds.c | 29 + include/configs/MPC8349EMDS.h

[U-Boot-Users] [PATCH 1/2] Add support for a Freescale non-CPM SPI controller

2008-01-12 Thread Ben Warren
This patch adds support for the SPI controller found on Freescale PowerPC processors such as the MCP834x family. Additionally, a new config option, CONFIG_HARD_SPI, is added for general purpose SPI controller use. Signed-off-by: Ben Warren <[EMAIL PROTECTED]> --- Makefile |

[U-Boot-Users] Misc minor fixes

2008-01-12 Thread Wolfgang Denk
Hi, I tried to clean up a few (usually minor) compile problems in the current tree; you may want to update your repos, and/or review the following commits: commit 2b2f43ed6a30ece77f76191c845ac95267daa31a MPC8360ERDK: fix incorrect initialization of CFG_I2C_NOPROBES commit 08e99e1dd01a3

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

2008-01-12 Thread Wolfgang Denk
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 uec.c: In function 'uec_initialize': uec.c:1236: warning: 'uec_i

Re: [U-Boot-Users] [PATCH 1/3] Add the RapidIO framework for U-Boot

2008-01-12 Thread Kumar Gala
On Jan 12, 2008, at 2:11 PM, Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> > you wrote: >> The patch adds the RapidIO framework into U-Boot. The board >> configuration >> can be added into individual rio_init_board() function. Some >> functions >> about RapidIO can be added later. >

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

2008-01-12 Thread Guennadi Liakhovetski
On Fri, 11 Jan 2008, TsiChung Liew wrote: > diff --git a/cpu/mcf547x_8x/slicetimer.c b/cpu/mcf547x_8x/slicetimer.c > new file mode 100644 > index 000..10418fa > --- /dev/null > +++ b/cpu/mcf547x_8x/slicetimer.c > @@ -0,0 +1,132 @@ > +/* > + * (C) Copyright 2007 Freescale Semiconductor, Inc. >

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

2008-01-12 Thread Rafal Jaworowski
Dear Wolfgang, you wrote: > in message <[EMAIL PROTECTED]> you wrote: >> Signed-off-by: Rafal Jaworowski <[EMAIL PROTECTED]> >> --- >> cpu/mpc512x/start.S | 46 >> cpu/mpc83xx/start.S | 46 >> cpu/mpc85xx/start.S | 45 ---

Re: [U-Boot-Users] [PATCH] Not use absolute MBAR in MPC5200 Bestcomm firmware

2008-01-12 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > I hope now everything is ok with the format. > > Best Regards > > Oliver Weber > > Signed-off-by: Oliver Weber <[EMAIL PROTECTED]> Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zunde

Re: [U-Boot-Users] [PATCH] Make bootretry work when command line editing is enabled

2008-01-12 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Currently, when CONFIG_CMDLINE_EDITING is set, bootretry doesn't work. > This patch fixes the problem. > > Signed-off-by: Andreas Engel <[EMAIL PROTECTED]> Applied, thank.s Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfg

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

2008-01-12 Thread Wolfgang Denk
Dear Rafal, in message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Rafal Jaworowski <[EMAIL PROTECTED]> > --- > cpu/mpc512x/start.S | 46 > cpu/mpc83xx/start.S | 46 > cpu/mpc85xx/start.S | 45 --- > cpu/m

Re: [U-Boot-Users] [PATCH 1/3] Add the RapidIO framework for U-Boot

2008-01-12 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > The patch adds the RapidIO framework into U-Boot. The board configuration > can be added into individual rio_init_board() function. Some functions > about RapidIO can be added later. > > The support for Freescale PowerPC RapidIO controller is also added.

Re: [U-Boot-Users] [PATCH 1/3] Add the RapidIO framework for U-Boot

2008-01-12 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > >>> Right, lots of work :). The roadmap also depends on kernel driver of > >>> RapidIO. > >> > >> Sure, I guess my point is that until there is something beyond > >> fsl_rio_quirk that would use the framework I don't see why we should > >> put it into u-b

Re: [U-Boot-Users] [PATCH] Refactor code for "i2c sdram" command

2008-01-12 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Larry Johnson <[EMAIL PROTECTED]> > --- > N.B.: This patch assumes my previous patch to "common/cmd_i2c.c". Applied (both). Thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HR

Re: [U-Boot-Users] [PATCH] Fix "i2c sdram" command for DDR2 DIMMs

2008-01-12 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Many of the SPD bytes for DDR2 SDRAM are not interpreted correctly by the > "i2c sdram" command. This patch provides correct alternative > interpretations when DDR2 memory is detected. > > Signed-off-by: Larry Johnson <[EMAIL PROTECTED]> > --- Applied.

Re: [U-Boot-Users] [PATCH] Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections

2008-01-12 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > With recent toolchain versions, some boards would not build because > or errors like this one (here for ocotea board when building with > ELDK 4.2): > ppc_4xx-ld: section .bootpg [f000 -> f23b] overlaps section .bss > [fffee900 -> f8ab] > >

Re: [U-Boot-Users] [PATCH] fix CONFIG_FLASH_CFI_LEGACY compilation

2008-01-12 Thread Michael Schwingen
On Sat, Jan 12, 2008 at 07:48:26PM +0100, Wolfgang Denk wrote: > Hm... either you got the patch inverse, or something is seriously > broken: I vote for the second option - don't know what got into me. The strange thing is that it worked, nevertheless ... cu Michael Signed-off-by: Michael Schwing

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

2008-01-12 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Michael Schwingen <[EMAIL PROTECTED]> There are coding style issyes: C++ comments, indentation not by TAB, much too long lines, etc. Indentation in general looks pretty sloppy, especially in the board config files. Please clean up and re

Re: [U-Boot-Users] [PATCH] fix CONFIG_FLASH_CFI_LEGACY compilation

2008-01-12 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > On Sat, Jan 12, 2008 at 07:27:49AM +0100, Stefan Roese wrote: > > > > No. You CFI/JEDEC rework should be available in the official repository > > right > > now. Could be that something slipped though. Best would be if you would > > provide a patch tha

[U-Boot-Users] [PATCH] Enable the isdram command on the MPC8360EMDS board

2008-01-12 Thread Jerry Van Baren
The isdram command prints out decoded information the "serial presence detect" (SPD) chip on the SDRAM SIMMs. This can be very helpful when debugging memory configuration problems. Signed-off-by: Gerald Van Baren <[EMAIL PROTECTED]> --- Hi Kim, The isdram command is controlled separately from t

Re: [U-Boot-Users] [PATCH] Refactor code for "i2c sdram" command

2008-01-12 Thread gvb.uboot
Larry Johnson wrote: > Signed-off-by: Larry Johnson <[EMAIL PROTECTED]> > --- > N.B.: This patch assumes my previous patch to "common/cmd_i2c.c". > > common/cmd_i2c.c | 511 > +++--- > 1 files changed, 220 insertions(+), 291 deletions(-) Ditto.

Re: [U-Boot-Users] [PATCH] Fix "i2c sdram" command for DDR2 DIMMs

2008-01-12 Thread gvb.uboot
Larry Johnson wrote: > Many of the SPD bytes for DDR2 SDRAM are not interpreted correctly by the > "i2c sdram" command. This patch provides correct alternative > interpretations when DDR2 memory is detected. > > Signed-off-by: Larry Johnson <[EMAIL PROTECTED]> > --- > Hi Wolfgang and Stefan and g

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

2008-01-12 Thread Michael Schwingen
This patch adds support for the AcTux-4 board. This is probably the first board to use the CONFIG_FLASH_CFI_LEGACY support. cu Michael Signed-off-by: Michael Schwingen <[EMAIL PROTECTED]> diff --git a/include/configs/actux4.h b/include/configs/actux4.h new file mode 100644 index 000..cc30446

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

2008-01-12 Thread Michael Schwingen
This patch adds the AcTux-1 specific files. cu Michael Signed-off-by: Michael Schwingen <[EMAIL PROTECTED]> diff --git a/include/configs/actux1.h b/include/configs/actux1.h new file mode 100644 index 000..1ecf31e --- /dev/null +++ b/include/configs/actux1.h @@ -0,0 +1,241 @@ +/* + * (C) Copy

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

2008-01-12 Thread Michael Schwingen
Signed-off-by: Michael Schwingen <[EMAIL PROTECTED]> diff --git a/include/configs/actux2.h b/include/configs/actux2.h new file mode 100644 index 000..873b2f9 --- /dev/null +++ b/include/configs/actux2.h @@ -0,0 +1,215 @@ +/* + * (C) Copyright 2007 + * Michael Schwingen, [EMAIL PROTECTED] + * +

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

2008-01-12 Thread Michael Schwingen
Signed-off-by: Michael Schwingen <[EMAIL PROTECTED]> diff --git a/include/configs/actux3.h b/include/configs/actux3.h new file mode 100644 index 000..9492f95 --- /dev/null +++ b/include/configs/actux3.h @@ -0,0 +1,216 @@ +/* + * (C) Copyright 2007 + * Michael Schwingen, [EMAIL PROTECTED] + * +

[U-Boot-Users] [PATCH] fix CONFIG_FLASH_CFI_LEGACY compilation

2008-01-12 Thread Michael Schwingen
On Sat, Jan 12, 2008 at 07:27:49AM +0100, Stefan Roese wrote: > > No. You CFI/JEDEC rework should be available in the official repository right > now. Could be that something slipped though. Best would be if you would > provide a patch that adds the missing JEDEC stuff. Okay - after a closer lo

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

2008-01-12 Thread Michael Schwingen
Hi, since all prerequisites seem to be in master (or on the way), I think I can finally submit the patch set for the IXP42x boards I have been working on. The boards are called AcTux-1 .. AcTux-4. This patch contains the files that contain changes for multiple boards, the board-specific files foll

Re: [U-Boot-Users] [PATCH] [ads5121] Fixed typo in macro.

2008-01-12 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Grzegorz Bernacki <[EMAIL PROTECTED]> > --- > include/common.h |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detle

Re: [U-Boot-Users] [PATCH] [ads5121] Cleanup bus clock names.

2008-01-12 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Grzegorz Bernacki <[EMAIL PROTECTED]> > --- > cpu/mpc512x/fec.c |2 +- > cpu/mpc512x/i2c.c | 12 ++-- > cpu/mpc512x/serial.c |2 +- > cpu/mpc512x/speed.c |4 ++-- > include/a

Re: [U-Boot-Users] [PATCH] [ads5121] Added support for FDT.

2008-01-12 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Grzegorz Bernacki <[EMAIL PROTECTED]> > --- > board/ads5121/ads5121.c |8 > cpu/mpc512x/cpu.c | 21 + > include/asm-ppc/u-boot.h |3 +++ > include/configs/ads5121.h |8 > lib_p

Re: [U-Boot-Users] [PATCH] ColdFire: Include Philips 1561 PCI-OHCI ids for M5475EVB

2008-01-12 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > ColdFire: Include Philips 1561 PCI-OHCI ids for M5475EVB > > Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]> > --- > drivers/usb/usb_ohci.c |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) That's more USB than ColdFire, but since it's such

Re: [U-Boot-Users] [PATCH 1/2] [8xx] Added support for the mgsuvd board from keymile.

2008-01-12 Thread Wolfgang Denk
Dear Heiko, in message <[EMAIL PROTECTED]> you wrote: > > Subject: [PATCH] [MAINTAINER] Added MAINTAINER entry for the > ids8247, jupiter, mgcoge, mgsuvd, municse, > sc3 and uc101 boards. > > Signed-off-by: Heiko Schocher <[EMAIL PROTECTED]> Applied, thanks. Best rega

[U-Boot-Users] [PATCH] [ads5121] Added support for FDT.

2008-01-12 Thread Grzegorz Bernacki
Signed-off-by: Grzegorz Bernacki <[EMAIL PROTECTED]> --- board/ads5121/ads5121.c |8 cpu/mpc512x/cpu.c | 21 + include/asm-ppc/u-boot.h |3 +++ include/configs/ads5121.h |8 lib_ppc/board.c |3 +++ 5 files changed, 43 ins

[U-Boot-Users] [PATCH] [ads5121] Cleanup bus clock names.

2008-01-12 Thread Grzegorz Bernacki
Signed-off-by: Grzegorz Bernacki <[EMAIL PROTECTED]> --- cpu/mpc512x/fec.c |2 +- cpu/mpc512x/i2c.c | 12 ++-- cpu/mpc512x/serial.c |2 +- cpu/mpc512x/speed.c |4 ++-- include/asm-ppc/global_data.h |2 +- lib_ppc/board.c

[U-Boot-Users] [PATCH] [ads5121] Fixed typo in macro.

2008-01-12 Thread Grzegorz Bernacki
Signed-off-by: Grzegorz Bernacki <[EMAIL PROTECTED]> --- include/common.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/common.h b/include/common.h index 493417f..1bc33f5 100644 --- a/include/common.h +++ b/include/common.h @@ -462,7 +462,7 @@ int prt_8260_clks

Re: [U-Boot-Users] [PATCH] ColdFire: Bypass pciauto skip probing Host Bridge

2008-01-12 Thread Wolfgang Denk
Hello, in message <[EMAIL PROTECTED]> you wrote: > ColdFire: Bypass pciauto skip probing Host Bridge ... > +#ifdef CONFIG_SKIPPCI_HOSTBRIDGE > + case PCI_CLASS_BRIDGE_OTHER: > + DEBUGF("PCI Autoconfig: Skipping bridge device %d\n", > +PCI_DEV(dev)); > +

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

2008-01-12 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > diff --git a/doc/README.m5373evb b/doc/README.m5373evb > new file mode 100644 Commit-Comment and signed-off-by line missing. Please fix and resubmit. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zunde

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

2008-01-12 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > ColdFire: Add modules header files > > Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]> > --- > include/asm-m68k/crossbar.h | 79 > include/asm-m68k/dspi.h | 156 +++ > include/asm-m68k/edma.h | 17

Re: [U-Boot-Users] [PATCH] add support for Toradex Colibri module

2008-01-12 Thread Daniel Mack
On Sat, Dec 01, 2007 at 12:13:35AM +0100, Daniel Mack wrote: > Patch against 1.3.0 is attached. > > Best regards, > Daniel > > > MAKEALL |1 > Makefile |3 > board/colibri/Makefile| 51 > board/colibri/colibri.c | 61 ++