mx7ulp_evk: Update LPDDR3 script
authorYe Li <ye.li@nxp.com>
Wed, 15 May 2019 09:56:53 +0000 (09:56 +0000)
committerStefano Babic <sbabic@denx.de>
Fri, 19 Jul 2019 18:14:50 +0000 (20:14 +0200)
Update LPDDR3 script with the changes below:
  -Update the precharge command to CMD=01 at the DDR initialization phase
  -remove unimplemented registers
   Write data bit delay --refer to the DDR_TRIM bits in
   IOMUXC1_DDR_SW_PAD_CTL_PAD_DDRn

Test:
  One EVK board passes overnight stress test.

Signed-off-by: Ye Li <ye.li@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
board/freescale/mx7ulp_evk/imximage.cfg
board/freescale/mx7ulp_evk/plugin.S

index 78df69f40e69f5d8b1e461f8c47dc94de5fd3aa7..e7d87beb5f13c6ac4168bc9513b150168bb1b57d 100644 (file)
@@ -88,11 +88,6 @@ DATA 4   0x40AB0820 0x33333333
 DATA 4   0x40AB0824 0x33333333
 DATA 4   0x40AB0828 0x33333333
 
-DATA 4   0x40AB082C 0xf3333333
-DATA 4   0x40AB0830 0xf3333333
-DATA 4   0x40AB0834 0xf3333333
-DATA 4   0x40AB0838 0xf3333333
-
 DATA 4   0x40AB08C0 0x24922492
 DATA 4   0x40AB08B8 0x00000800
 
@@ -107,8 +102,8 @@ DATA 4   0x40AB0030 0x009F0E10
 DATA 4   0x40AB0040 0x0000003F
 DATA 4   0x40AB0000 0xC3190000
 
-DATA 4   0x40AB001C 0x00008050
-DATA 4   0x40AB001C 0x00008058
+DATA 4   0x40AB001C 0x00008010
+DATA 4   0x40AB001C 0x00008018
 DATA 4   0x40AB001C 0x003F8030
 DATA 4   0x40AB001C 0x003F8038
 DATA 4   0x40AB001C 0xFF0A8030
index 802ae5f49a835265894923946c0d50940bb6e3f4..73636c679fed15b44ed57924bd40a157ab0e5ea4 100644 (file)
@@ -115,15 +115,6 @@ wait2:
        ldr r1, =0x33333333
        str r1, [r0, #0x828]
 
-       ldr r1, =0xf3333333
-       str r1, [r0, #0x82c]
-       ldr r1, =0xf3333333
-       str r1, [r0, #0x830]
-       ldr r1, =0xf3333333
-       str r1, [r0, #0x834]
-       ldr r1, =0xf3333333
-       str r1, [r0, #0x838]
-
        ldr r1, =0x24922492
        str r1, [r0, #0x8c0]
        ldr r1, =0x00000800
@@ -151,9 +142,9 @@ wait2:
        ldr r1, =0xC3190000
        str r1, [r0, #0x0]
 
-       ldr r1, =0x00008050
+       ldr r1, =0x00008010
        str r1, [r0, #0x1c]
-       ldr r1, =0x00008058
+       ldr r1, =0x00008018
        str r1, [r0, #0x1c]
        ldr r1, =0x003F8030
        str r1, [r0, #0x1c]