Skip to content
Snippets Groups Projects
Commit fac09919 authored by Adrian Alonso's avatar Adrian Alonso
Browse files

MLK-13540-2: mx6sx: arm2: lpddr2: add pre charge command all


LPDDR2 script MX6SX_19x19_LPDDR2_JEDEC.inc

Updated to add Precharge all command per JEDEC
The memory controller may optionally issue a precharge-all command
prior to the MRW reset command
This is strongly recommended to ensure robust DRAM initialization

Signed-off-by: default avatarAdrian Alonso <adrian.alonso@nxp.com>
Signed-off-by: default avatarYe Li <ye.li@nxp.com>
parent 73ff1754
No related branches found
No related tags found
No related merge requests found
......@@ -119,12 +119,14 @@ DATA 4 0x021b0008 0x00000000
DATA 4 0x021b0040 0x0000004f
DATA 4 0x021b0000 0xc3110000
DATA 4 0x021b001c 0x00008050
DATA 4 0x021b001c 0x003f8030
DATA 4 0x021b001c 0xff0a8030
DATA 4 0x021b001c 0x82018030
DATA 4 0x021b001c 0x04028030
DATA 4 0x021b001c 0x01038030
DATA 4 0x021b001c 0x00008058
DATA 4 0x021b001c 0x003f8038
DATA 4 0x021b001c 0xff0a8038
DATA 4 0x021b001c 0x82018038
......
......@@ -220,6 +220,8 @@
ldr r2, =0xc3110000
str r2, [r0, #0x000]
ldr r2, =0x00008050
str r2, [r0, #0x01c]
ldr r2, =0x003f8030
str r2, [r0, #0x01c]
ldr r2, =0xff0a8030
......@@ -231,6 +233,8 @@
ldr r2, =0x01038030
str r2, [r0, #0x01c]
ldr r2, =0x00008058
str r2, [r0, #0x01c]
ldr r2, =0x003f8038
str r2, [r0, #0x01c]
ldr r2, =0xff0a8038
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment