diff options
author | Peng Fan <peng.fan@nxp.com> | 2016-02-24 19:48:10 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2016-03-25 14:26:46 +0800 |
commit | d756891b9d303e456f59a18d5fa81969a7f37337 (patch) | |
tree | 86a5adb9cb6d5c0bd00d9bb2185c5d7960871ba2 /board | |
parent | c71c266af75c2aff169c61a4a8a6c8da825b8d9f (diff) | |
download | u-boot-imx-d756891b9d303e456f59a18d5fa81969a7f37337.zip u-boot-imx-d756891b9d303e456f59a18d5fa81969a7f37337.tar.gz u-boot-imx-d756891b9d303e456f59a18d5fa81969a7f37337.tar.bz2 |
MLK-12436-6: imx: mx6dqpsabreauto: update ddr script to 1.13
DDR script:
http://sw-stash.freescale.net/projects/IMX/repos/ddr-scripts-rel/commits/8111e4d0cd81226899be637013048281e3c097b4
http://compass.freescale.net/livelink/livelink?func=ll&objId=234753630&objAction=browse&viewType=1
arik_r2_sabre_ddr3_528_1.13.inc is for sabre-AI
Patch in imx_v2015.04:
"
commit 5fb08a4dcc7b8478fc4236b90ad8dc2190cf94e7
Author: Peng Fan <Peng.Fan@freescale.com>
Date: Wed Nov 4 16:30:47 2015 +0800
"MLK-11825 imx: mx6dqp: update ddr script to 1.13"
"
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/freescale/mx6qsabreauto/mx6qp.cfg | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/board/freescale/mx6qsabreauto/mx6qp.cfg b/board/freescale/mx6qsabreauto/mx6qp.cfg index 585d14b..f9d3091 100644 --- a/board/freescale/mx6qsabreauto/mx6qp.cfg +++ b/board/freescale/mx6qsabreauto/mx6qp.cfg @@ -23,13 +23,22 @@ IMAGE_VERSION 2 * sd/mmc: flash_offset: 0x0400 * eimnor: flash_offset: 0x1000 */ + +#if defined(CONFIG_SYS_BOOT_EIMNOR) +BOOT_FROM nor +#else /* others has the same flash_offset as sd */ BOOT_FROM sd +#endif #ifdef CONFIG_USE_PLUGIN /*PLUGIN plugin-binary-file IRAM_FREE_START_ADDR*/ PLUGIN board/freescale/mx6qsabreauto/plugin.bin 0x00907000 #else +#ifdef CONFIG_SECURE_BOOT +CSF CONFIG_CSF_SIZE +#endif + /* * Device Configuration Data (DCD) * @@ -100,14 +109,14 @@ DATA 4 0x021b481c 0x33333333 DATA 4 0x021b4820 0x33333333 DATA 4 0x021b4824 0x33333333 DATA 4 0x021b4828 0x33333333 -DATA 4 0x021b08c0 0x24912492 -DATA 4 0x021b48c0 0x24912492 +DATA 4 0x021b08c0 0x24912249 +DATA 4 0x021b48c0 0x24914289 DATA 4 0x021b08b8 0x00000800 DATA 4 0x021b48b8 0x00000800 DATA 4 0x021b0004 0x00020036 -DATA 4 0x021b0008 0x09444040 +DATA 4 0x021b0008 0x24444040 DATA 4 0x021b000c 0x898E7955 -DATA 4 0x021b0010 0xFF328F64 +DATA 4 0x021b0010 0xFF320F64 DATA 4 0x021b0014 0x01FF00DB DATA 4 0x021b0018 0x00001740 DATA 4 0x021b001c 0x00008000 @@ -117,7 +126,8 @@ DATA 4 0x021b0030 0x008E1023 DATA 4 0x021b0040 0x00000047 DATA 4 0x021b0400 0x14420000 DATA 4 0x021b0000 0x841A0000 -DATA 4 0x00bb0008 0x00000004 +DATA 4 0x021b0890 0x00400C58 +DATA 4 0x00bb0008 0x00000000 DATA 4 0x00bb000c 0x2891E41A DATA 4 0x00bb0038 0x00000564 DATA 4 0x00bb0014 0x00000040 |