[U-Boot] [PATCH] Stay with memory ordering of MDDRC config registers to unbreak mpc5121ads patch

2009-09-25 Thread Martha M Stan
Used #Defined IDX values so as not to confuse those not familiar with the naming and ordering of the MDDRC config registers. Signed-off-by: Martha M Stan --- board/freescale/mpc5121ads/mpc5121ads.c |2 +- cpu/mpc512x/fixed_sdram.c | 26 +++--- include

[U-Boot] [PATCH] Fixed ordering of MDDRC config registers to unbreak mpc5121ads patch

2009-09-25 Thread Martha M Stan
No errors this time Signed-off-by: Martha M Stan --- cpu/mpc512x/fixed_sdram.c | 29 - 1 files changed, 20 insertions(+), 9 deletions(-) diff --git a/cpu/mpc512x/fixed_sdram.c b/cpu/mpc512x/fixed_sdram.c index 673d61e..1f6295f 100644 --- a/cpu/mpc512x

[U-Boot] [PATCH] Fixed ordering of MDDRC config registers to unbreak mpc5121ads patch

2009-09-25 Thread Martha M Stan
3rd time's a charm -- Wolfgang had also changed the Elpida patch one so I fixed the reg ordering in it too. Signed-off-by: Martha M Stan --- board/freescale/mpc5121ads/mpc5121ads.c |2 +- cpu/mpc512x/fixed_sdram.c | 29 - 2 files change

[U-Boot] [PATCH] Fixed ordering of MDDRC config registers to unbreak mpc5121ads patch

2009-09-25 Thread Martha M Stan
Signed-off-by: Martha M Stan --- cpu/mpc512x/fixed_sdram.c | 23 +++ 1 files changed, 15 insertions(+), 8 deletions(-) diff --git a/cpu/mpc512x/fixed_sdram.c b/cpu/mpc512x/fixed_sdram.c index 673d61e..7617e31 100644 --- a/cpu/mpc512x/fixed_sdram.c +++ b/cpu/mpc512x

[U-Boot] [PATCH] Streamlined mpc512x fixed_sdram init sequence.

2009-09-21 Thread Martha M Stan
Signed-off-by: Martha M Stan --- board/davedenx/aria/aria.c |2 +- board/esd/mecp5123/mecp5123.c |2 +- board/freescale/mpc5121ads/mpc5121ads.c |2 +- cpu/mpc512x/fixed_sdram.c | 104 -- include/asm-ppc/immap_512x.h

[U-Boot] [PATCH] Add Elpida Memory Configuration to mpc5121ads Boards

2009-09-21 Thread Martha M Stan
Signed-off-by: Martha M Stan --- board/freescale/mpc5121ads/mpc5121ads.c | 98 ++- include/configs/mpc5121ads.h| 35 ++- 2 files changed, 129 insertions(+), 4 deletions(-) diff --git a/board/freescale/mpc5121ads/mpc5121ads.c b/board/freescale

[U-Boot] [PATCH] Add Elpida Memory Configuration to mpc5121ads Boards

2009-09-11 Thread Martha M Stan
Signed-off-by: Martha M Stan --- board/freescale/mpc5121ads/mpc5121ads.c | 97 ++- include/configs/mpc5121ads.h| 39 - 2 files changed, 132 insertions(+), 4 deletions(-) diff --git a/board/freescale/mpc5121ads/mpc5121ads.c b/board

[U-Boot] [PATCH] Streamlined mpc512x fixed_sdram init sequence allowing for

2009-09-11 Thread Martha M Stan
Signed-off-by: Martha M Stan --- board/davedenx/aria/aria.c |2 +- board/esd/mecp5123/mecp5123.c |2 +- board/freescale/mpc5121ads/mpc5121ads.c |2 +- cpu/mpc512x/fixed_sdram.c | 94 --- include/asm-ppc/immap_512x.h

Re: [U-Boot] [PATCH] Rename CONFIG_SYS_MDDRC memory constants for all mpc512x boards

2009-09-10 Thread Martha M Stan
Very Elegant Wolfgang - I like it ... I'll take a stab and I'll try not to tarnish it! -M > > Looking at the code it seems we have just a list of constants that > need to get written all to the same mddrc.ddr_command register. To > make this configurable, we should probably not try to add more

[U-Boot] [PATCH] Add new Elpida memory configuration for mpc5121ads board

2009-09-10 Thread Martha M Stan
From: Martha Marx Rev 3 and earlier stay with Micron settings. Rev 4 boards manufactured before Nov-2008 Serial Number #1180 also stay with Micron settings. All new boards use a slightly slower Elpida setting. CONFIG_SYS_ELPIDA_MICRON_MIX sets up this detection and use. Signed-off-by: Martha Mar

[U-Boot] [PATCH] Rename CONFIG_SYS_MDDRC memory constants for all mpc512x boards

2009-09-10 Thread Martha M Stan
From: Martha Marx Signed-off-by: Martha Marx Stan --- cpu/mpc512x/fixed_sdram.c| 104 include/configs/aria.h | 190 +- include/configs/mecp5123.h | 78 +- include/configs/mpc5121ads.h | 86 +++