[U-Boot] [PATCH 1/1 v3] ppc4xx: Autocalibration can set RDCC to over aggressive value.

2009-02-09 Thread Adam Graham
result that has the associated smallest RDCC T-Sample value. Signed-off-by: Adam Graham --- v2: - Shortened the maximum patch comment line lengths - Correct coding indentions by using TABS - Correct coding style by removing deep nested if statements v3: - Remove debug changes from v2 pa

Re: [U-Boot] [PATCH] ppc4xx: Fix initialization of SDRAM_CODT register in ppc_4xx_ddr2.c

2009-01-27 Thread Adam Graham
; To: u-boot@lists.denx.de > Cc: carolyn.j.sm...@tektronix.com; Adam Graham > Subject: Re: [U-Boot] [PATCH] ppc4xx: Fix initialization of > SDRAM_CODT register in ppc_4xx_ddr2.c > > On Monday 26 January 2009, carolyn.j.sm...@tektronix.com wrote: > > This fixes the initializat

Re: [U-Boot] question about U-Boot's cpu/ppc4xx/44x_spd_ddr2.c

2009-01-20 Thread Adam Graham
Stefan, Carolyn, > -Original Message- > From: Adam Graham > Sent: Monday, January 19, 2009 6:41 PM > To: Stefan Roese; u-boot@lists.denx.de > Cc: carolyn.j.sm...@tektronix.com; Adam Graham > Subject: RE: [U-Boot] question about U-Boot's > cpu/ppc4xx/44x_spd

Re: [U-Boot] question about U-Boot's cpu/ppc4xx/44x_spd_ddr2.c

2009-01-19 Thread Adam Graham
Thanks Stefan for handling this and thank you Carolyn for finding this bug. > -Original Message- > From: Stefan Roese [mailto:s...@denx.de] > Sent: Monday, January 19, 2009 8:10 AM > To: u-boot@lists.denx.de > Cc: carolyn.j.sm...@tektronix.com; Adam Graham > Su

[U-Boot] [PATCH 1/1 v2] ppc4xx: Autocalibration can set RDCC to over aggressive value.

2009-01-13 Thread Adam Graham
result that has the associated smallest RDCC T-Sample value. Signed-off-by: Adam Graham --- v2: - Shortened the maximum patch comment line lengths - Correct coding indentions by using TABS - Correct coding style by removing deep nested if statements cpu/ppc4xx/4xx_ibm_ddr2_autocalib.c

[U-Boot] [PATCH 1/1] ppc4xx: Autocalibration can set RDCC to over aggressive value.

2008-12-18 Thread Adam Graham
read/compare result that has the associated smallest RDCC T-Sample value. Signed-off-by: Adam Graham --- cpu/ppc4xx/4xx_ibm_ddr2_autocalib.c | 130 ++ include/configs/kilauea.h |7 -- 2 files changed, 84 insertions(+), 53 deletions(-) di

Re: [U-Boot] amcc kilauea odd crashes

2008-10-23 Thread Adam Graham
> Subject: Re: [U-Boot] amcc kilauea odd crashes > > On Thursday 23 October 2008, Markus Klotzbücher wrote: > > > Unfortunately it didn't fix all problems. AMCC already provided > > > another patch for testing purposes. Not to the list but > to me (and you) directly. > > > Please find it atta

Re: [U-Boot] amcc kilauea odd crashes

2008-10-23 Thread Adam Graham
> > Unfortunately it didn't fix all problems. AMCC already provided > > another patch for testing purposes. Not to the list but to me (and > > you) directly. Please find it attached again. Would be > great if Markus > > could test it on the failing Kilauea. > > I tested it and it's still fa

Re: [U-Boot] amcc kilauea odd crashes

2008-10-23 Thread Adam Graham
; > ppc4xx: Reset and relock memory DLL after SDRAM_CLKTR change > > After changing SDRAM_CLKTR phase value rerun the memory preload > initialization sequence (INITPLR) to reset and relock the memory > DLL. Changing the SDRAM_CLKTR memory clock phase coars

Re: [U-Boot] amcc kilauea odd crashes

2008-10-23 Thread Adam Graham
> -Original Message- > From: Stefan Roese [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 23, 2008 4:15 AM > To: u-boot@lists.denx.de > Cc: Wolfgang Denk; Markus Klotzbücher; Adam Graham; Victor Gallardo > Subject: Re: [U-Boot] amcc kilauea odd crashes > &

[U-Boot] [PATCH 3/3 v5] ppc4xx: Add routine to retrieve CPU number

2008-10-08 Thread Adam Graham
e. Signed-off-by: Adam Graham <[EMAIL PROTECTED]> Signed-off-by: Victor Gallardo <[EMAIL PROTECTED]> --- v2: - Correct return code of the generic get_cpu_num routine and make the return code a defined value. v3: - Correct tab/spaces in ppc4xx.h v4: - Fix commit text (li

[U-Boot] [PATCH 2/3 v5] ppc4xx: Add static support for 44x IBM SDRAM Controller

2008-10-08 Thread Adam Graham
This patch add the capability to configure a PPC440 based IBM SDRAM Controller with static, compiled-in, values. PPC440 memory subsystem includes a Memory Queue core. Signed-off-by: Adam Graham <[EMAIL PROTECTED]> Signed-off-by: Victor Gallardo <[EMAIL PROTECTED]> --- v2: - No c

[U-Boot] [PATCH 1/3 v5] ppc4xx: Add AMCC Arches board support (dual 460GT)

2008-10-08 Thread Adam Graham
M and temperature sensor, along with a shared debug port. The two 460GT's will communicate with each other via shared memory, Gigabit Ethernet and x1 PCI-Express. Signed-off-by: Adam Graham <[EMAIL PROTECTED]> Signed-off-by: Victor Gallardo <[EMAIL PROTECTED]> --- v2: - Added Arches

[U-Boot] [PATCH 2/3 v5] ppc4xx: Add static support for 44x IBM SDRAM Controller

2008-10-08 Thread Adam Graham
This patch add the capability to configure a PPC440 based IBM SDRAM Controller with static, compiled-in, values. PPC440 memory subsystem includes a Memory Queue core. Signed-off-by: Adam Graham <[EMAIL PROTECTED]> Signed-off-by: Victor Gallardo <[EMAIL PROTECTED]> --- v2: - No c

[U-Boot] [PATCH 1/3 v4] ppc4xx: Add AMCC Arches board support (dual 460GT)

2008-10-08 Thread Adam Graham
M and temperature sensor, along with a shared debug port. The two 460GT's will communicate with each other via shared memory, Gigabit Ethernet and x1 PCI-Express. Signed-off-by: Adam Graham <[EMAIL PROTECTED]> Signed-off-by: Victor Gallardo <[EMAIL PROTECTED]> --- v2: - Added Arches

[U-Boot] [PATCH 3/3 v4] ppc4xx: Add routine to retrieve CPU number

2008-10-07 Thread Adam Graham
an example. Signed-off-by: Adam Graham <[EMAIL PROTECTED]> Signed-off-by: Victor Gallardo <[EMAIL PROTECTED]> --- v2: - Correct return code of the generic get_cpu_num routine and make the return code a defined value. v3: - Correct tab/spaces in ppc4xx.h v4: - Fix com

[U-Boot] [PATCH 2/3 v4] ppc4xx: Add static support for 44x IBM SDRAM Controller

2008-10-07 Thread Adam Graham
This patch add the capability to configure a PPC440 based IBM SDRAM Controller with static, compiled-in, values. PPC440 memory subsystem includes a Memory Queue core. Signed-off-by: Adam Graham <[EMAIL PROTECTED]> Signed-off-by: Victor Gallardo <[EMAIL PROTECTED]> --- v2: - No c

[U-Boot] [PATCH 1/3 v4] ppc4xx: Add AMCC Arches board support (dual 460GT)

2008-10-07 Thread Adam Graham
M and temperature sensor, along with a shared debug port. The two 460GT's will communicate with each other via shared memory, Gigabit Ethernet and x1 PCI-Express. Signed-off-by: Adam Graham <[EMAIL PROTECTED]> Signed-off-by: Victor Gallardo <[EMAIL PROTECTED]> --- v2: - Added Arches

[U-Boot] [PATCH 1/1 v2] ppc4xx: Reset and relock memory DLL after SDRAM_CLKTR change

2008-10-06 Thread Adam Graham
, versions of MEMCLK_OUT. Signed-off-by: Adam Graham <[EMAIL PROTECTED]> Signed-off-by: Victor Gallardo <[EMAIL PROTECTED]> --- v2: - fix commit text. line to long. cpu/ppc4xx/4xx_ibm_ddr2_autocalib.c | 21 + 1 files changed, 21 insertions(+), 0 deletions(-)

[U-Boot] [PATCH 1/1] ppc4xx: Reset and relock memory DLL after SDRAM_CLKTR change

2008-10-02 Thread Adam Graham
chip, versions of MEMCLK_OUT. Signed-off-by: Adam Graham <[EMAIL PROTECTED]> Signed-off-by: Victor Gallardo <[EMAIL PROTECTED]> --- cpu/ppc4xx/4xx_ibm_ddr2_autocalib.c | 21 + 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/cpu/ppc4xx/4xx_ibm_ddr2

[U-Boot] [PATCH 3/3 v3] ppc4xx: Add routine to retrieve CPU number

2008-10-02 Thread Adam Graham
an example. Signed-off-by: Adam Graham <[EMAIL PROTECTED]> Signed-off-by: Victor Gallardo <[EMAIL PROTECTED]> --- v2: - Correct return code of the generic get_cpu_num routine and make the return code a defined value. v3: - Correct tab/spaces in ppc4xx.h c

[U-Boot] [PATCH 2/3 v3] ppc4xx: Add static support for 44x IBM SDRAM Controller

2008-10-02 Thread Adam Graham
This patch add the capability to configure a PPC440 based IBM SDRAM Controller with static, compiled-in, values. PPC440 memory subsystem includes a Memory Queue core. Signed-off-by: Adam Graham <[EMAIL PROTECTED]> Signed-off-by: Victor Gallardo <[EMAIL PROTECTED]> --- v2:

[U-Boot] [PATCH 1/3 v3] ppc4xx: Add AMCC Arches board support (dual 460GT)

2008-10-02 Thread Adam Graham
M and temperature sensor, along with a shared debug port. The two 460GT's will communicate with each other via shared memory, Gigabit Ethernet and x1 PCI-Express. Signed-off-by: Adam Graham <[EMAIL PROTECTED]> Signed-off-by: Victor Gallardo <[EMAIL PROTECTED]> --- v2: - Added Arc

[U-Boot] [PATCH 3/3 v2] ppc4xx: Add routine to retrieve CPU number

2008-10-01 Thread Adam Graham
an example. Signed-off-by: Adam Graham <[EMAIL PROTECTED]> Signed-off-by: Victor Gallardo <[EMAIL PROTECTED]> --- v2: - Correct return code of the generic get_cpu_num routine and make the return code a defined value. cpu/ppc4xx/cpu.c | 19 ++- include/ppc4xx

[U-Boot] [PATCH 2/3 v2] ppc4xx: Add static support for 44x IBM SDRAM Controller

2008-10-01 Thread Adam Graham
This patch add the capability to configure a PPC440 based IBM SDRAM Controller with static, compiled-in, values. PPC440 memory subsystem includes a Memory Queue core. Signed-off-by: Adam Graham <[EMAIL PROTECTED]> Signed-off-by: Victor Gallardo <[EMAIL PROTECTED]> --- v2:

[U-Boot] [PATCH 1/3 v2] ppc4xx: Add AMCC Arches board support (dual 460GT)

2008-10-01 Thread Adam Graham
M and temperature sensor, along with a shared debug port. The two 460GT's will communicate with each other via shared memory, Gigabit Ethernet and x1 PCI-Express. Signed-off-by: Adam Graham <[EMAIL PROTECTED]> Signed-off-by: Victor Gallardo <[EMAIL PROTECTED]> --- v2: - Added Arc

[U-Boot] [PATCH 3/3] ppc4xx: Add routine to retrieve the CPU number for boards with multiple CPU's.

2008-09-24 Thread Adam Graham
an example. Signed-off-by: Adam Graham <[EMAIL PROTECTED]> Signed-off-by: Victor Gallardo <[EMAIL PROTECTED]> --- cpu/ppc4xx/cpu.c | 19 ++- 1 files changed, 18 insertions(+), 1 deletions(-) diff --git a/cpu/ppc4xx/cpu.c b/cpu/ppc4xx/cpu.c index bc9335a..71d4ad9 100644

[U-Boot] [PATCH 2/3] ppc4xx: Add capability to configure PPC44x IBM SDRAM Controller with static values.

2008-09-24 Thread Adam Graham
This patch add the capability to configure a PPC440 based IBM SDRAM Controller with static, compiled-in, values. PPC440 memory subsystem includes a Memory Queue core. Signed-off-by: Adam Graham <[EMAIL PROTECTED]> Signed-off-by: Victor Gallardo <[EMAIL PROTECTED]> ---

[U-Boot] [PATCH 1/3] ppc4xx: Initial support of the AMCC dual PPC460GT Arches reference board.

2008-09-24 Thread Adam Graham
These are the initial support files for the AMCC dual PPC460GT Arches reference board. Signed-off-by: Adam Graham <[EMAIL PROTECTED]> Signed-off-by: Victor Gallardo <[EMAIL PROTECTED]> --- Makefile |3 + board/amcc/arches/Makefile| 51 board

Re: [U-Boot] ppc4xx: glacier broken with latest u-boot

2008-09-04 Thread Adam Graham
he dev->flags for each console serial device have both DEV_FLAGS_INPUT and the DEV_FLAGS_OUTPUT set? There was a change in the e99e9575bbeba1b7c48e046547cae065ec0071de commit with the list processing of the console devices (common/console.c, common/devices.c). Unfortunately I can not inv

[U-Boot] [PATCH 2/2] Update Kilauea board support to use PPC4xx DDR autocalibration routines.

2008-09-03 Thread Adam Graham
Signed-off-by: Adam Graham <[EMAIL PROTECTED]> --- cpu/ppc4xx/44x_spd_ddr2.c | 158 cpu/ppc4xx/Makefile|3 + include/asm-ppc/ppc4xx-sdram.h |3 +- include/common.h | 21 + include/configs/kilauea.h

[U-Boot] [PATCH 1/2] PPC4xx IBM Memory Controller DDR autocalibration routines.

2008-09-03 Thread Adam Graham
gisters that produce the best "Read Sample Cycle Select" value in the SDRAM0_RDCC.[RDSS] register.[bit-field]. Signed-off-by: Adam Graham <[EMAIL PROTECTED]> --- cpu/ppc4xx/4xx_ibm_ddr2_autocalib.c | 1212 +++ 1 files changed, 1212 insertions(+), 0