* [U-Boot] [PATCH] ppc4xx: Kilauea: Fix SDRAM init in NAND booting version
@ 2009-07-27 5:42 Stefan Roese
2009-07-28 5:23 ` Stefan Roese
0 siblings, 1 reply; 2+ messages in thread
From: Stefan Roese @ 2009-07-27 5:42 UTC (permalink / raw)
To: u-boot
DDR2 Auto-calibration needs to be disabled on the NAND booting PPC4xx
targets. Otherwise the configured fixed init values for some DDR2
controller registers (e.g. RQDC) are not initialized at all resulting
in a non working SDRAM.
Signed-off-by: Stefan Roese <sr@denx.de>
---
include/configs/kilauea.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/configs/kilauea.h b/include/configs/kilauea.h
index 44bcbc0..965599c 100644
--- a/include/configs/kilauea.h
+++ b/include/configs/kilauea.h
@@ -236,9 +236,11 @@
*
* DDR Autocalibration Method_B is the default.
*/
+#if !defined(CONFIG_NAND_U_BOOT) && !defined(CONFIG_NAND_SPL)
#define CONFIG_PPC4xx_DDR_AUTOCALIBRATION /* IBM DDR autocalibration */
#define DEBUG_PPC4xx_DDR_AUTOCALIBRATION /* dynamic DDR autocal debug */
#undef CONFIG_PPC4xx_DDR_METHOD_A
+#endif
#define CONFIG_SYS_SDRAM0_MB0CF_BASE (( 0 << 20) + CONFIG_SYS_SDRAM_BASE)
--
1.6.3.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH] ppc4xx: Kilauea: Fix SDRAM init in NAND booting version
2009-07-27 5:42 [U-Boot] [PATCH] ppc4xx: Kilauea: Fix SDRAM init in NAND booting version Stefan Roese
@ 2009-07-28 5:23 ` Stefan Roese
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Roese @ 2009-07-28 5:23 UTC (permalink / raw)
To: u-boot
On Monday 27 July 2009 07:42:37 Stefan Roese wrote:
> DDR2 Auto-calibration needs to be disabled on the NAND booting PPC4xx
> targets. Otherwise the configured fixed init values for some DDR2
> controller registers (e.g. RQDC) are not initialized at all resulting
> in a non working SDRAM.
>
> Signed-off-by: Stefan Roese <sr@denx.de>
Applied to ppc4xx/master. Thanks.
Best regards,
Stefan
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-07-28 5:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-27 5:42 [U-Boot] [PATCH] ppc4xx: Kilauea: Fix SDRAM init in NAND booting version Stefan Roese
2009-07-28 5:23 ` Stefan Roese
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox