[U-Boot] [PATCH] ppc4xx: Fix initialization of the SDRAM_CODT register

2009-02-10 Thread carolyn.j.smith
This fixes the initialization of the SDRAM_CODT register in the ppc4xx DDR2 initialization code. It also removes use of the SDRAM_CODT_FEEDBACK_RCV_SINGLE_END and SDRAM_CODT_FEEDBACK_DRV_SINGLE_END #define's since they are reserved bits. Signed-off-by: Carolyn Smith --- diff -uprN old/cpu/ppc4xx

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

2009-01-28 Thread carolyn.j.smith
This fixes the initialization of the SDRAM_CODT register in the ppc4xx DDR2 initialization code. It also removes the use the SDRAM_CODT_FEEDBACK_RCV_SINGLE_END and SDRAM_CODT_FEEDBACK_DRV_SINGLE_END #define's since they are reserved bits. Signed-off-by: Carolyn Smith --- diff -uprN old/cpu/ppc

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

2009-01-28 Thread carolyn.j.smith
Okay, I will resubmit my patch. Carolyn >-Original Message- >From: Adam Graham [mailto:agra...@amcc.com] >Sent: Tuesday, January 27, 2009 11:22 PM >To: Stefan Roese; u-boot@lists.denx.de >Cc: Smith, Carolyn J; Adam Graham; Victor Gallardo >Subject: RE: [U-Boot] [PATCH] ppc4xx: Fix initial

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

2009-01-26 Thread carolyn.j.smith
This fixes the initialization of the SDRAM_CODT register in the ppc4xx DDR2 initialization code. The changes were discussed with Stefan Roese and Adam Graham and tested by Adam. Signed-off-by: Carolyn Smith --- diff -w -uprN old/cpu/ppc4xx/44x_spd_ddr2.c new/cpu/ppc4xx/44x_spd_ddr2.c --- old/cp

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

2009-01-15 Thread carolyn.j.smith
I have a question about some of the code in U-Boot's cpu/ppc4xx/44x_spd_ddr2.c, in particular the program_codt function and these lines of code: mfsdram(SDRAM_CODT, codt); codt |= (SDRAM_CODT_IO_NMODE & (~SDRAM_CODT_DQS_SINGLE_END & ~SDRAM_CODT