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
[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
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[] =
{
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
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 |
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
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
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.
>
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.
>
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 ---
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
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
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
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.
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
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
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.
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]
>
>
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
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
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
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
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.
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
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
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
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]
+ *
+
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]
+ *
+
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
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
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
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
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
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
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
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
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
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
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));
> +
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
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
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 ++
42 matches
Mail list logo