]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
powerpc:c29xpcie: make ifc timing parameter flexible
authorPo Liu <po.liu@freescale.com>
Wed, 21 Aug 2013 06:22:18 +0000 (14:22 +0800)
committerYork Sun <yorksun@freescale.com>
Wed, 16 Oct 2013 23:13:11 +0000 (16:13 -0700)
This patch re-config the NOR flash timing parameters which could make
the ifc timing more flexible for NOR flash.
The new parameters could fix the problem of hanging at "Flash:"
occasionally when booting the board.

Signed-off-by: Po Liu <Po.Liu@freescale.com>
include/configs/C29XPCIE.h

index 83779eff86ba9ae322ea1f3b03376ed583412fe3..cce2288da86053a9311d7b1240e73991a61c6fff 100644 (file)
                                CSPR_V)
 #define CONFIG_SYS_NOR_AMASK   IFC_AMASK(64*1024*1024)
 #define CONFIG_SYS_NOR_CSOR    CSOR_NOR_ADM_SHIFT(4)
+
 #define CONFIG_SYS_NOR_FTIM0   (FTIM0_NOR_TACSE(0x4) | \
                                FTIM0_NOR_TEADC(0x5) | \
                                FTIM0_NOR_TEAHC(0x5))
-#define CONFIG_SYS_NOR_FTIM1   (FTIM1_NOR_TACO(0x1e) | \
-                               FTIM1_NOR_TRAD_NOR(0x0f) | \
-                               FTIM1_NOR_TSEQRAD_NOR(0x0f))
+#define CONFIG_SYS_NOR_FTIM1   (FTIM1_NOR_TACO(0x35) | \
+                               FTIM1_NOR_TRAD_NOR(0x1A) |\
+                               FTIM1_NOR_TSEQRAD_NOR(0x13))
 #define CONFIG_SYS_NOR_FTIM2   (FTIM2_NOR_TCS(0x4) | \
                                FTIM2_NOR_TCH(0x4) | \
+                               FTIM2_NOR_TWPH(0x0E) | \
                                FTIM2_NOR_TWP(0x1c))
 #define CONFIG_SYS_NOR_FTIM3   0x0