mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] mx53-qsb: Fix boot hang during reboot stress test
@ 2015-06-29 13:26 Fabio Estevam
  2015-07-01  5:11 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2015-06-29 13:26 UTC (permalink / raw)
  To: s.hauer; +Cc: Fabio Estevam, barebox

Fix the DDR init sequence the same way as done by aee0013e53b339a5
from U-boot in order to prevent the boot hang under reboot stress test.

Quoting this commit log:

"Currently by running the following test:
    
=> setenv bootcmd reset
=> save
=> reset
    
, we observe a hang after approximately 20-30 minutes of stress reboot test.
    
Investigation of this issue revealed that when a single DDR chip select is used,
the hang does not happen. It only happens when the two chip selects are active.
    
MX53 reference manual states at "28.6.2 Memory ZQ calibration sequence":
 
"The controller must keep the memory lines quiet (except for CK) for the ZQ
calibration time as defined in the Jedec (512 cycles for ZQCL after reset, 256
for other ZQCL and 64 for ZQCS)."
    
According to the SDE_0 and SDE_1 bit descriptions from register ESDCTL_ESDCTL:

"Writing 1 to SDE0 or SDE1 will initiate power up delays as JEDEC defines.
Power up delays are a function of the configured memory type (DDR2/DDR3/LPDDR2)"

So make sure to activate one chip select at time (CS0 first and then CS1 later),
so that the required JEDEC delay is respected for each chip select.
    
With this change applied the board has gone through three days of reboot stress
test without any hang."

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 arch/arm/boards/freescale-mx53-qsb/flash-header-imx53-loco.imxcfg | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boards/freescale-mx53-qsb/flash-header-imx53-loco.imxcfg b/arch/arm/boards/freescale-mx53-qsb/flash-header-imx53-loco.imxcfg
index 95bcd19..f43b484 100644
--- a/arch/arm/boards/freescale-mx53-qsb/flash-header-imx53-loco.imxcfg
+++ b/arch/arm/boards/freescale-mx53-qsb/flash-header-imx53-loco.imxcfg
@@ -30,7 +30,7 @@ wm 32 0x63fd9090 0x4d444c44
 wm 32 0x63fd907c 0x01370138
 wm 32 0x63fd9080 0x013b013c
 wm 32 0x63fd9018 0x00011740
-wm 32 0x63fd9000 0xc3190000
+wm 32 0x63fd9000 0x83190000
 wm 32 0x63fd900c 0x9f5152e3
 wm 32 0x63fd9010 0xb68e8a63
 wm 32 0x63fd9014 0x01ff00db
@@ -43,6 +43,7 @@ wm 32 0x63fd901c 0x00008033
 wm 32 0x63fd901c 0x00028031
 wm 32 0x63fd901c 0x052080b0
 wm 32 0x63fd901c 0x04008040
+wm 32 0x63fd9000 0xc3190000
 wm 32 0x63fd901c 0x0000803a
 wm 32 0x63fd901c 0x0000803b
 wm 32 0x63fd901c 0x00028039
-- 
1.9.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* Re: [PATCH] mx53-qsb: Fix boot hang during reboot stress test
  2015-06-29 13:26 [PATCH] mx53-qsb: Fix boot hang during reboot stress test Fabio Estevam
@ 2015-07-01  5:11 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2015-07-01  5:11 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: barebox

On Mon, Jun 29, 2015 at 10:26:12AM -0300, Fabio Estevam wrote:
> Fix the DDR init sequence the same way as done by aee0013e53b339a5
> from U-boot in order to prevent the boot hang under reboot stress test.

Applied, thanks.

We already saw this patch for U-Boot, but then it was forgotten. Thanks for
sending it.

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2015-07-01  5:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-29 13:26 [PATCH] mx53-qsb: Fix boot hang during reboot stress test Fabio Estevam
2015-07-01  5:11 ` Sascha Hauer

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