public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] DMA ECC update
@ 2009-07-08 19:28 Peter Tyser
  2009-07-08 19:28 ` [U-Boot] [PATCH 1/3] 83xx: Default to using DMA to initialize SDRAM Peter Tyser
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Peter Tyser @ 2009-07-08 19:28 UTC (permalink / raw)
  To: u-boot

These changes bring the 83xx SDRAM ECC initialization in line
with the 85xx/86xx boards and also fixes a minor bug in fsl_dma.c.

I don't have any 83xx boards to test on, so it would be appreciated
if someone with 83xx hardware that uses ECC could give the patches
a shot.

It'd be nice if SDRAM could be initialized via the DDR controller
with CONFIG_ECC_INIT_VIA_DDRCONTROLLER on the 83xx platform too,
but I'm not going to tackle it:)

The patches also resolve the compile error Stefan brought up with
non-freescale boards with CONFIG_ECC.

Peter Tyser (3):
  83xx: Default to using DMA to initialize SDRAM
  83xx: Added CONFIG_MEM_INIT_VALUE for boards with ECC
  fsl_dma: Fix SDRAM initial value

 cpu/mpc83xx/spd_sdram.c       |   57 +++--------------------------------------
 drivers/dma/fsl_dma.c         |    9 ++----
 include/asm-ppc/config.h      |    7 ++---
 include/configs/MPC8349EMDS.h |    1 +
 include/configs/MPC8360EMDS.h |    1 +
 include/configs/MPC8360ERDK.h |    1 +
 include/configs/MPC837XEMDS.h |    1 +
 include/configs/MPC837XERDB.h |    1 +
 include/configs/TQM834x.h     |    1 +
 include/configs/kmeter1.h     |    1 +
 include/configs/sbc8349.h     |    1 +
 11 files changed, 18 insertions(+), 63 deletions(-)

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2009-11-24  4:25 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-08 19:28 [U-Boot] [PATCH 0/3] DMA ECC update Peter Tyser
2009-07-08 19:28 ` [U-Boot] [PATCH 1/3] 83xx: Default to using DMA to initialize SDRAM Peter Tyser
2009-11-22 20:42   ` Wolfgang Denk
2009-11-24  4:25     ` Peter Tyser
2009-07-08 19:28 ` [U-Boot] [PATCH 2/3] 83xx: Add CONFIG_MEM_INIT_VALUE for boards with ECC Peter Tyser
2009-07-08 19:28 ` [U-Boot] [PATCH 3/3] fsl_dma: Fix SDRAM initial value Peter Tyser
2009-07-08 22:31 ` [U-Boot] [PATCH 0/3] DMA ECC update Ira W. Snyder
2009-07-08 22:59   ` Peter Tyser
2009-07-08 23:13     ` Ira W. Snyder
2009-07-08 23:22       ` Peter Tyser
2009-07-09 11:52       ` Jerry Van Baren
2009-07-08 23:02   ` Ira W. Snyder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox