xref: /openbmc/u-boot/doc/README.fsl-ddr (revision a4c66509f1b95884e5753d5a30cf2cf884adb821)
1*a4c66509SYork SunTable of interleaving 2-4 controllers
2*a4c66509SYork Sun=====================================
3*a4c66509SYork Sun  +--------------+-----------------------------------------------------------+
4*a4c66509SYork Sun  |Configuration |                    Memory Controller                      |
5*a4c66509SYork Sun  |              |       1              2              3             4       |
6*a4c66509SYork Sun  |--------------+--------------+--------------+-----------------------------+
7*a4c66509SYork Sun  | Two memory   | Not Intlv'ed | Not Intlv'ed |                             |
8*a4c66509SYork Sun  | complexes    +--------------+--------------+                             |
9*a4c66509SYork Sun  |              |      2-way Intlv'ed         |                             |
10*a4c66509SYork Sun  |--------------+--------------+--------------+--------------+              |
11*a4c66509SYork Sun  |              | Not Intlv'ed | Not Intlv'ed | Not Intlv'ed |              |
12*a4c66509SYork Sun  | Three memory +--------------+--------------+--------------+              |
13*a4c66509SYork Sun  | complexes    |         2-way Intlv'ed      | Not Intlv'ed |              |
14*a4c66509SYork Sun  |              +-----------------------------+--------------+              |
15*a4c66509SYork Sun  |              |                  3-way Intlv'ed            |              |
16*a4c66509SYork Sun  +--------------+--------------+--------------+--------------+--------------+
17*a4c66509SYork Sun  |              | Not Intlv'ed | Not Intlv'ed | Not Intlv'ed | Not Intlv'ed |
18*a4c66509SYork Sun  | Four memory  +--------------+--------------+--------------+--------------+
19*a4c66509SYork Sun  | complexes    |       2-way Intlv'ed        |       2-way Intlv'ed        |
20*a4c66509SYork Sun  |              +-----------------------------+-----------------------------+
21*a4c66509SYork Sun  |              |                      4-way Intlv'ed                       |
22*a4c66509SYork Sun  +--------------+-----------------------------------------------------------+
23c9ffd839SHaiying Wang
24*a4c66509SYork Sun
25*a4c66509SYork SunTable of 2-way interleaving modes supported in cpu/8xxx/ddr/
26c9ffd839SHaiying Wang======================================================
27c9ffd839SHaiying Wang  +-------------+---------------------------------------------------------+
28c9ffd839SHaiying Wang  |		|		    Rank Interleaving			  |
29c9ffd839SHaiying Wang  |		+--------+-----------+-----------+------------+-----------+
30c9ffd839SHaiying Wang  |Memory	|	 |	     |		 |    2x2     |    4x1	  |
31c9ffd839SHaiying Wang  |Controller	|  None  | 2x1 lower | 2x1 upper | {CS0+CS1}, | {CS0+CS1+ |
32c9ffd839SHaiying Wang  |Interleaving |	 | {CS0+CS1} | {CS2+CS3} | {CS2+CS3}  |  CS2+CS3} |
33c9ffd839SHaiying Wang  +-------------+--------+-----------+-----------+------------+-----------+
34c9ffd839SHaiying Wang  |None		|  Yes	 | Yes	     | Yes	 | Yes	      | Yes	  |
35c9ffd839SHaiying Wang  +-------------+--------+-----------+-----------+------------+-----------+
36c9ffd839SHaiying Wang  |Cacheline	|  Yes	 | Yes	     | No	 | No, Only(*)| Yes	  |
37c9ffd839SHaiying Wang  |		|CS0 Only|	     |		 | {CS0+CS1}  |		  |
38c9ffd839SHaiying Wang  +-------------+--------+-----------+-----------+------------+-----------+
39c9ffd839SHaiying Wang  |Page		|  Yes	 | Yes	     | No	 | No, Only(*)| Yes	  |
40c9ffd839SHaiying Wang  |		|CS0 Only|	     |		 | {CS0+CS1}  |		  |
41c9ffd839SHaiying Wang  +-------------+--------+-----------+-----------+------------+-----------+
42c9ffd839SHaiying Wang  |Bank		|  Yes	 | Yes	     | No	 | No, Only(*)| Yes	  |
43c9ffd839SHaiying Wang  |		|CS0 Only|	     |		 | {CS0+CS1}  |		  |
44c9ffd839SHaiying Wang  +-------------+--------+-----------+-----------+------------+-----------+
45c9ffd839SHaiying Wang  |Superbank	|  No	 | Yes	     | No	 | No, Only(*)| Yes	  |
46c9ffd839SHaiying Wang  |		|	 |	     |		 | {CS0+CS1}  |		  |
47c9ffd839SHaiying Wang  +-------------+--------+-----------+-----------+------------+-----------+
48c9ffd839SHaiying Wang (*) Although the hardware can be configured with memory controller
49c9ffd839SHaiying Wang interleaving using "2x2" rank interleaving, it only interleaves {CS0+CS1}
50c9ffd839SHaiying Wang from each controller. {CS2+CS3} on each controller are only rank
51c9ffd839SHaiying Wang interleaved on that controller.
52c9ffd839SHaiying Wang
53076bff8fSyork For memory controller interleaving, identical DIMMs are suggested. Software
54076bff8fSyork doesn't check the size or organization of interleaved DIMMs.
55076bff8fSyork
56c9ffd839SHaiying WangThe ways to configure the ddr interleaving mode
57c9ffd839SHaiying Wang==============================================
58c9ffd839SHaiying Wang1. In board header file(e.g.MPC8572DS.h), add default interleaving setting
59c9ffd839SHaiying Wang   under "CONFIG_EXTRA_ENV_SETTINGS", like:
60c9ffd839SHaiying Wang	#define CONFIG_EXTRA_ENV_SETTINGS				\
6179e4e648SKumar Gala	 "hwconfig=fsl_ddr:ctlr_intlv=bank"			\
62c9ffd839SHaiying Wang	 ......
63c9ffd839SHaiying Wang
64c9ffd839SHaiying Wang2. Run u-boot "setenv" command to configure the memory interleaving mode.
65c9ffd839SHaiying Wang   Either numerical or string value is accepted.
66c9ffd839SHaiying Wang
67c9ffd839SHaiying Wang  # disable memory controller interleaving
6879e4e648SKumar Gala  setenv hwconfig "fsl_ddr:ctlr_intlv=null"
69c9ffd839SHaiying Wang
70c9ffd839SHaiying Wang  # cacheline interleaving
7179e4e648SKumar Gala  setenv hwconfig "fsl_ddr:ctlr_intlv=cacheline"
72c9ffd839SHaiying Wang
73c9ffd839SHaiying Wang  # page interleaving
7479e4e648SKumar Gala  setenv hwconfig "fsl_ddr:ctlr_intlv=page"
75c9ffd839SHaiying Wang
76c9ffd839SHaiying Wang  # bank interleaving
7779e4e648SKumar Gala  setenv hwconfig "fsl_ddr:ctlr_intlv=bank"
78c9ffd839SHaiying Wang
79c9ffd839SHaiying Wang  # superbank
8079e4e648SKumar Gala  setenv hwconfig "fsl_ddr:ctlr_intlv=superbank"
81c9ffd839SHaiying Wang
82*a4c66509SYork Sun  # 1KB 3-way interleaving
83*a4c66509SYork Sun  setenv hwconfig "fsl_ddr:ctlr_intlv=3way_1KB"
84*a4c66509SYork Sun
85*a4c66509SYork Sun  # 4KB 3-way interleaving
86*a4c66509SYork Sun  setenv hwconfig "fsl_ddr:ctlr_intlv=3way_4KB"
87*a4c66509SYork Sun
88*a4c66509SYork Sun  # 8KB 3-way interleaving
89*a4c66509SYork Sun  setenv hwconfig "fsl_ddr:ctlr_intlv=3way_8KB"
90*a4c66509SYork Sun
91c9ffd839SHaiying Wang  # disable bank (chip-select) interleaving
9279e4e648SKumar Gala  setenv hwconfig "fsl_ddr:bank_intlv=null"
93c9ffd839SHaiying Wang
94c9ffd839SHaiying Wang  # bank(chip-select) interleaving cs0+cs1
9579e4e648SKumar Gala  setenv hwconfig "fsl_ddr:bank_intlv=cs0_cs1"
96c9ffd839SHaiying Wang
97c9ffd839SHaiying Wang  # bank(chip-select) interleaving cs2+cs3
9879e4e648SKumar Gala  setenv hwconfig "fsl_ddr:bank_intlv=cs2_cs3"
99c9ffd839SHaiying Wang
100c9ffd839SHaiying Wang  # bank(chip-select) interleaving (cs0+cs1) and (cs2+cs3)  (2x2)
10179e4e648SKumar Gala  setenv hwconfig "fsl_ddr:bank_intlv=cs0_cs1_and_cs2_cs3"
102c9ffd839SHaiying Wang
103c9ffd839SHaiying Wang  # bank(chip-select) interleaving (cs0+cs1+cs2+cs3) (4x1)
10479e4e648SKumar Gala  setenv hwconfig "fsl_ddr:bank_intlv=cs0_cs1_cs2_cs3"
10579e4e648SKumar Gala
1067fd101c9SyorkMemory controller address hashing
1077fd101c9Syork==================================
1087fd101c9SyorkIf the DDR controller supports address hashing, it can be enabled by hwconfig.
1097fd101c9Syork
1107fd101c9SyorkSyntax is:
1117fd101c9Syorkhwconfig=fsl_ddr:addr_hash=true
1127fd101c9Syork
11347df8f03SYork SunMemory controller ECC on/off
11447df8f03SYork Sun============================
11547df8f03SYork SunIf ECC is enabled in board configuratoin file, i.e. #define CONFIG_DDR_ECC,
11647df8f03SYork SunECC can be turned on/off by hwconfig.
11747df8f03SYork Sun
11847df8f03SYork SunSyntax is
11947df8f03SYork Sunhwconfig=fsl_ddr:ecc=off
120ebbe11ddSYork Sun
121ebbe11ddSYork SunMemory testing options for mpc85xx
122ebbe11ddSYork Sun==================================
123ebbe11ddSYork Sun1. Memory test can be done once U-boot prompt comes up using mtest, or
124ebbe11ddSYork Sun2. Memory test can be done with Power-On-Self-Test function, activated at
125ebbe11ddSYork Sun   compile time.
126ebbe11ddSYork Sun
127ebbe11ddSYork Sun   In order to enable the POST memory test, CONFIG_POST needs to be
128ebbe11ddSYork Sun   defined in board configuraiton header file. By default, POST memory test
129ebbe11ddSYork Sun   performs a fast test. A slow test can be enabled by changing the flag at
130ebbe11ddSYork Sun   compiling time. To test memory bigger than 2GB, 36BIT support is needed.
131ebbe11ddSYork Sun   Memory is tested within a 2GB window. TLBs are used to map the virtual 2GB
132ebbe11ddSYork Sun   window to physical address so that all physical memory can be tested.
133ebbe11ddSYork Sun
1347fd101c9SyorkCombination of hwconfig
1357fd101c9Syork=======================
1367fd101c9SyorkHwconfig can be combined with multiple parameters, for example, on a supported
1377fd101c9Syorkplatform
1387fd101c9Syork
139e1fd16b6SYork Sunhwconfig=fsl_ddr:addr_hash=true,ctlr_intlv=cacheline,bank_intlv=cs0_cs1_cs2_cs3,ecc=on
140e1fd16b6SYork Sun
141e1fd16b6SYork SunTable for dynamic ODT for DDR3
142e1fd16b6SYork Sun==============================
143e1fd16b6SYork SunFor single-slot system with quad-rank DIMM and dual-slot system, dynamic ODT may
144e1fd16b6SYork Sunbe needed, depending on the configuration. The numbers in the following tables are
145e1fd16b6SYork Sunin Ohms.
146e1fd16b6SYork Sun
147e1fd16b6SYork Sun* denotes dynamic ODT
148e1fd16b6SYork Sun
149e1fd16b6SYork SunTwo slots system
150e1fd16b6SYork Sun+-----------------------+----------+---------------+-----------------------------+-----------------------------+
151e1fd16b6SYork Sun|     Configuration	|	   |DRAM controller|	       Slot 1		 |	      Slot 2	       |
152e1fd16b6SYork Sun+-----------+-----------+----------+-------+-------+--------------+--------------+--------------+--------------+
153e1fd16b6SYork Sun|	    |		|	   |	   |	   |	 Rank 1   |	Rank 2	 |   Rank 1	|    Rank 2    |
154e1fd16b6SYork Sun+  Slot 1   |	Slot 2	|Write/Read| Write | Read  |-------+------+-------+------+-------+------+-------+------+
155e1fd16b6SYork Sun|	    |		|	   |	   |	   | Write | Read | Write | Read | Write | Read | Write | Read |
156e1fd16b6SYork Sun+-----------+-----------+----------+-------+-------+-------+------+-------+------+-------+------+-------+------+
157e1fd16b6SYork Sun|	    |		|  Slot 1  |  off  | 75    | 120   | off  | off   | off  | off	 | off	| 30	| 30   |
158e1fd16b6SYork Sun| Dual Rank | Dual Rank |----------+-------+-------+-------+------+-------+------+-------+------+-------+------+
159e1fd16b6SYork Sun|	    |		|  Slot 2  |  off  | 75    | off   | off  | 30	  | 30	 | 120	 | off	| off	| off  |
160e1fd16b6SYork Sun+-----------+-----------+----------+-------+-------+-------+------+-------+------+-------+------+-------+------+
161e1fd16b6SYork Sun|	    |		|  Slot 1  |  off  | 75    | 120   | off  | off   | off  | 20	 | 20	|	|      |
162e1fd16b6SYork Sun| Dual Rank |Single Rank|----------+-------+-------+-------+------+-------+------+-------+------+-------+------+
163e1fd16b6SYork Sun|	    |		|  Slot 2  |  off  | 75    | off   | off  | 20	  | 20	 | 120	*| off	|	|      |
164e1fd16b6SYork Sun+-----------+-----------+----------+-------+-------+-------+------+-------+------+-------+------+-------+------+
165e1fd16b6SYork Sun|	    |		|  Slot 1  |  off  | 75    | 120  *| off  |	  |	 | off	 | off	| 20	| 20   |
166e1fd16b6SYork Sun|Single Rank| Dual Rank |----------+-------+-------+-------+------+-------+------+-------+------+-------+------+
167e1fd16b6SYork Sun|	    |		|  Slot 2  |  off  | 75    | 20    | 20   |	  |	 | 120	 | off	| off	| off  |
168e1fd16b6SYork Sun+-----------+-----------+----------+-------+-------+-------+------+-------+------+-------+------+-------+------+
169e1fd16b6SYork Sun|	    |		|  Slot 1  |  off  | 75    | 120  *| off  |	  |	 | 30	 | 30	|	|      |
170e1fd16b6SYork Sun|Single Rank|Single Rank|----------+-------+-------+-------+------+-------+------+-------+------+-------+------+
171e1fd16b6SYork Sun|	    |		|  Slot 2  |  off  | 75    | 30    | 30   |	  |	 | 120	*| off	|	|      |
172e1fd16b6SYork Sun+-----------+-----------+----------+-------+-------+-------+------+-------+------+-------+------+-------+------+
173e1fd16b6SYork Sun| Dual Rank |	Empty	|  Slot 1  |  off  | 75    | 40    | off  | off   | off  |	 |	|	|      |
174e1fd16b6SYork Sun+-----------+-----------+----------+-------+-------+-------+------+-------+------+-------+------+-------+------+
175e1fd16b6SYork Sun|   Empty   | Dual Rank |  Slot 2  |  off  | 75    |	   |	  |	  |	 | 40	 | off	| off	| off  |
176e1fd16b6SYork Sun+-----------+-----------+----------+-------+-------+-------+------+-------+------+-------+------+-------+------+
177e1fd16b6SYork Sun|Single Rank|	Empty	|  Slot 1  |  off  | 75    | 40    | off  |	  |	 |	 |	|	|      |
178e1fd16b6SYork Sun+-----------+-----------+----------+-------+-------+-------+------+-------+------+-------+------+-------+------+
179e1fd16b6SYork Sun|   Empty   |Single Rank|  Slot 2  |  off  | 75    |	   |	  |	  |	 | 40	 | off	|	|      |
180e1fd16b6SYork Sun+-----------+-----------+----------+-------+-------+-------+------+-------+------+-------+------+-------+------+
181e1fd16b6SYork Sun
182e1fd16b6SYork SunSingle slot system
183e1fd16b6SYork Sun+-------------+------------+---------------+-----------------------------+-----------------------------+
184e1fd16b6SYork Sun|	      |		   |DRAM controller|	 Rank 1   |    Rank 2	 |    Rank 3	|    Rank 4    |
185e1fd16b6SYork Sun|Configuration| Write/Read |-------+-------+-------+------+-------+------+-------+------+-------+------+
186e1fd16b6SYork Sun|	      |		   | Write | Read  | Write | Read | Write | Read | Write | Read | Write | Read |
187e1fd16b6SYork Sun+-------------+------------+-------+-------+-------+------+-------+------+-------+------+-------+------+
188e1fd16b6SYork Sun|	      |   R1	   | off   | 75    | 120  *| off  | off   | off  | 20	 | 20	| off	| off  |
189e1fd16b6SYork Sun|	      |------------+-------+-------+-------+------+-------+------+-------+------+-------+------+
190e1fd16b6SYork Sun|	      |   R2	   | off   | 75    | off   | 20   | 120   | off  | 20	 | 20	| off	| off  |
191e1fd16b6SYork Sun|  Quad Rank  |------------+-------+-------+-------+------+-------+------+-------+------+-------+------+
192e1fd16b6SYork Sun|	      |   R3	   | off   | 75    | 20    | 20   | off   | off  | 120	*| off	| off	| off  |
193e1fd16b6SYork Sun|	      |------------+-------+-------+-------+------+-------+------+-------+------+-------+------+
194e1fd16b6SYork Sun|	      |   R4	   | off   | 75    | 20    | 20   | off   | off  | off	 | 20	| 120	| off  |
195e1fd16b6SYork Sun+-------------+------------+-------+-------+-------+------+-------+------+-------+------+-------+------+
196e1fd16b6SYork Sun|	      |   R1	   | off   | 75    | 40    | off  | off   | off  |
197e1fd16b6SYork Sun|  Dual Rank  |------------+-------+-------+-------+------+-------+------+
198e1fd16b6SYork Sun|	      |   R2	   | off   | 75    | 40    | off  | off   | off  |
199e1fd16b6SYork Sun+-------------+------------+-------+-------+-------+------+-------+------+
200e1fd16b6SYork Sun| Single Rank |   R1	   | off   | 75    | 40    | off  |
201e1fd16b6SYork Sun+-------------+------------+-------+-------+-------+------+
202e1fd16b6SYork Sun
203e1fd16b6SYork SunReference http://www.xrosstalkmag.com/mag_issues/xrosstalk_oct08_final.pdf
204e1fd16b6SYork Sun	  http://download.micron.com/pdf/technotes/ddr3/tn4108_ddr3_design_guide.pdf
2054e57382fSYork Sun
2064e57382fSYork Sun
2074e57382fSYork SunTable for ODT for DDR2
2084e57382fSYork Sun======================
2094e57382fSYork SunTwo slots system
2104e57382fSYork Sun+-----------------------+----------+---------------+-----------------------------+-----------------------------+
2114e57382fSYork Sun|     Configuration     |          |DRAM controller|           Slot 1            |            Slot 2           |
2124e57382fSYork Sun+-----------+-----------+----------+-------+-------+--------------+--------------+--------------+--------------+
2134e57382fSYork Sun|           |           |          |       |       |     Rank 1   |     Rank 2   |   Rank 1     |    Rank 2    |
2144e57382fSYork Sun+  Slot 1   |   Slot 2  |Write/Read| Write | Read  |-------+------+-------+------+-------+------+-------+------+
2154e57382fSYork Sun|           |           |          |       |       | Write | Read | Write | Read | Write | Read | Write | Read |
2164e57382fSYork Sun+-----------+-----------+----------+-------+-------+-------+------+-------+------+-------+------+-------+------+
2174e57382fSYork Sun|           |           |  Slot 1  |  off  | 150   | off   | off  | off   | off  | 75    | 75   | off   | off  |
2184e57382fSYork Sun| Dual Rank | Dual Rank |----------+-------+-------+-------+------+-------+------+-------+------+-------+------+
2194e57382fSYork Sun|           |           |  Slot 2  |  off  | 150   | 75    | 75   | off   | off  | off   | off  | off   | off  |
2204e57382fSYork Sun+-----------+-----------+----------+-------+-------+-------+------+-------+------+-------+------+-------+------+
2214e57382fSYork Sun|           |           |  Slot 1  |  off  | 150   | off   | off  | off   | off  | 75    | 75   |       |      |
2224e57382fSYork Sun| Dual Rank |Single Rank|----------+-------+-------+-------+------+-------+------+-------+------+-------+------+
2234e57382fSYork Sun|           |           |  Slot 2  |  off  | 150   | 75    | 75   | off   | off  | off   | off  |       |      |
2244e57382fSYork Sun+-----------+-----------+----------+-------+-------+-------+------+-------+------+-------+------+-------+------+
2254e57382fSYork Sun|           |           |  Slot 1  |  off  | 150   | off   | off  |       |      | 75    | 75   | off   | off  |
2264e57382fSYork Sun|Single Rank| Dual Rank |----------+-------+-------+-------+------+-------+------+-------+------+-------+------+
2274e57382fSYork Sun|           |           |  Slot 2  |  off  | 150   | 75    | 75   |       |      | off   | off  | off   | off  |
2284e57382fSYork Sun+-----------+-----------+----------+-------+-------+-------+------+-------+------+-------+------+-------+------+
2294e57382fSYork Sun|           |           |  Slot 1  |  off  | 150   | off   | off  |       |      | 75    | 75   |       |      |
2304e57382fSYork Sun|Single Rank|Single Rank|----------+-------+-------+-------+------+-------+------+-------+------+-------+------+
2314e57382fSYork Sun|           |           |  Slot 2  |  off  | 150   | 75    | 75   |       |      | off   | off  |       |      |
2324e57382fSYork Sun+-----------+-----------+----------+-------+-------+-------+------+-------+------+-------+------+-------+------+
2334e57382fSYork Sun| Dual Rank |   Empty   |  Slot 1  |  off  | 75    | 150   | off  | off   | off  |       |      |       |      |
2344e57382fSYork Sun+-----------+-----------+----------+-------+-------+-------+------+-------+------+-------+------+-------+------+
2354e57382fSYork Sun|   Empty   | Dual Rank |  Slot 2  |  off  | 75    |       |      |       |      | 150   | off  | off   | off  |
2364e57382fSYork Sun+-----------+-----------+----------+-------+-------+-------+------+-------+------+-------+------+-------+------+
2374e57382fSYork Sun|Single Rank|   Empty   |  Slot 1  |  off  | 75    | 150   | off  |       |      |       |      |       |      |
2384e57382fSYork Sun+-----------+-----------+----------+-------+-------+-------+------+-------+------+-------+------+-------+------+
2394e57382fSYork Sun|   Empty   |Single Rank|  Slot 2  |  off  | 75    |       |      |       |      | 150   | off  |       |      |
2404e57382fSYork Sun+-----------+-----------+----------+-------+-------+-------+------+-------+------+-------+------+-------+------+
2414e57382fSYork Sun
2424e57382fSYork SunSingle slot system
2434e57382fSYork Sun+-------------+------------+---------------+-----------------------------+
2444e57382fSYork Sun|             |            |DRAM controller|     Rank 1   |    Rank 2    |
2454e57382fSYork Sun|Configuration| Write/Read |-------+-------+-------+------+-------+------+
2464e57382fSYork Sun|             |            | Write | Read  | Write | Read | Write | Read |
2474e57382fSYork Sun+-------------+------------+-------+-------+-------+------+-------+------+
2484e57382fSYork Sun|             |   R1       | off   | 75    | 150   | off  | off   | off  |
2494e57382fSYork Sun|  Dual Rank  |------------+-------+-------+-------+------+-------+------+
2504e57382fSYork Sun|             |   R2       | off   | 75    | 150   | off  | off   | off  |
2514e57382fSYork Sun+-------------+------------+-------+-------+-------+------+-------+------+
2524e57382fSYork Sun| Single Rank |   R1       | off   | 75    | 150   | off  |
2534e57382fSYork Sun+-------------+------------+-------+-------+-------+------+
2544e57382fSYork Sun
2554e57382fSYork SunReference http://www.samsung.com/global/business/semiconductor/products/dram/downloads/applicationnote/ddr2_odt_control_200603.pdf
2564e57382fSYork Sun
2576f5e1dc5SYork Sun
2586f5e1dc5SYork SunInteractive DDR debugging
2596f5e1dc5SYork Sun===========================
2606f5e1dc5SYork Sun
2616f5e1dc5SYork SunFor DDR parameter tuning up and debugging, the interactive DDR debugging can
2626f5e1dc5SYork Sunbe activated by saving an environment variable "ddr_interactive". The value
2636f5e1dc5SYork Sundoesn't matter. Once activated, U-boot prompts "FSL DDR>" before enabling DDR
2646f5e1dc5SYork Suncontroller. The available commands can be seen by typing "help".
2656f5e1dc5SYork Sun
2666f5e1dc5SYork SunThe example flow of using interactive debugging is
2676f5e1dc5SYork Suntype command "compute" to calculate the parameters from the default
2686f5e1dc5SYork Suntype command "print" with arguments to show SPD, options, registers
2696f5e1dc5SYork Suntype command "edit" with arguments to change any if desired
2706f5e1dc5SYork Suntype command "go" to continue calculation and enable DDR controller
2716f5e1dc5SYork Suntype command "reset" to reset the board
2726f5e1dc5SYork Suntype command "recompute" to reload SPD and start over
2736f5e1dc5SYork Sun
2746f5e1dc5SYork SunNote, check "next_step" to show the flow. For example, after edit opts, the
2756f5e1dc5SYork Sunnext_step is STEP_ASSIGN_ADDRESSES. After editing registers, the next_step is
2766f5e1dc5SYork SunSTEP_PROGRAM_REGS. Upon issuing command "go", DDR controller will be enabled
2776f5e1dc5SYork Sunwith current setting without further calculation.
2786f5e1dc5SYork Sun
2796f5e1dc5SYork SunThe detail syntax for each commands are
2806f5e1dc5SYork Sun
2816f5e1dc5SYork Sunprint [c<n>] [d<n>] [spd] [dimmparms] [commonparms] [opts] [addresses] [regs]
2826f5e1dc5SYork Sun	c<n>		- the controller number, eg. c0, c1
2836f5e1dc5SYork Sun	d<n>		- the DIMM number, eg. d0, d1
2846f5e1dc5SYork Sun	spd		- print SPD data
285c46bf09eSThomas Weber	dimmparms	- DIMM parameters, calculated from SPD
2866f5e1dc5SYork Sun	commonparms	- lowest common parameters for all DIMMs
2876f5e1dc5SYork Sun	opts		- options
2886f5e1dc5SYork Sun	addresses	- address assignment (not implemented yet)
2896f5e1dc5SYork Sun	regs		- controller registers
2906f5e1dc5SYork Sun
2916f5e1dc5SYork Sunedit <c#> <d#> <spd|dimmparms|commonparms|opts|addresses|regs> <element> <value>
2926f5e1dc5SYork Sun	c<n>		- the controller number, eg. c0, c1
2936f5e1dc5SYork Sun	d<n>		- the DIMM number, eg. d0, d1
2946f5e1dc5SYork Sun	spd		- print SPD data
295c46bf09eSThomas Weber	dimmparms	- DIMM parameters, calculated from SPD
2966f5e1dc5SYork Sun	commonparms	- lowest common parameters for all DIMMs
2976f5e1dc5SYork Sun	opts		- options
2986f5e1dc5SYork Sun	addresses	- address assignment (not implemented yet)
2996f5e1dc5SYork Sun	regs		- controller registers
3006f5e1dc5SYork Sun	<element>	- name of the modified element
3016f5e1dc5SYork Sun			  byte number if the object is SPD
3026f5e1dc5SYork Sun	<value>		- decimal or heximal (prefixed with 0x) numbers
3036f5e1dc5SYork Sun
3046f5e1dc5SYork Sunreset
3056f5e1dc5SYork Sun	no arguement	- reset the board
3066f5e1dc5SYork Sun
3076f5e1dc5SYork Sunrecompute
3086f5e1dc5SYork Sun	no argument	- reload SPD and start over
3096f5e1dc5SYork Sun
3106f5e1dc5SYork Suncompute
3116f5e1dc5SYork Sun	no argument	- recompute from current next_step
3126f5e1dc5SYork Sun
3136f5e1dc5SYork Sunnext_step
3146f5e1dc5SYork Sun	no argument	- show current next_step
3156f5e1dc5SYork Sun
3166f5e1dc5SYork Sunhelp
3176f5e1dc5SYork Sun	no argument	- print a list of all commands
3186f5e1dc5SYork Sun
3196f5e1dc5SYork Sungo
3206f5e1dc5SYork Sun	no argument	- program memory controller(s) and continue with U-boot
3216f5e1dc5SYork Sun
3226f5e1dc5SYork SunExamples of debugging flow
3236f5e1dc5SYork Sun
3246f5e1dc5SYork Sun	FSL DDR>compute
3256f5e1dc5SYork Sun	Detected UDIMM UG51U6400N8SU-ACF
3266f5e1dc5SYork Sun	SL DDR>print
3276f5e1dc5SYork Sun	print [c<n>] [d<n>] [spd] [dimmparms] [commonparms] [opts] [addresses] [regs]
3286f5e1dc5SYork Sun	FSL DDR>print dimmparms
3296f5e1dc5SYork Sun	DIMM parameters:  Controller=0 DIMM=0
3306f5e1dc5SYork Sun	DIMM organization parameters:
3316f5e1dc5SYork Sun	module part name = UG51U6400N8SU-ACF
3326f5e1dc5SYork Sun	rank_density = 2147483648 bytes (2048 megabytes)
3336f5e1dc5SYork Sun	capacity = 4294967296 bytes (4096 megabytes)
3346f5e1dc5SYork Sun	burst_lengths_bitmask = 0C
3356f5e1dc5SYork Sun	base_addresss = 0 (00000000 00000000)
3366f5e1dc5SYork Sun	n_ranks = 2
3376f5e1dc5SYork Sun	data_width = 64
3386f5e1dc5SYork Sun	primary_sdram_width = 64
3396f5e1dc5SYork Sun	ec_sdram_width = 0
3406f5e1dc5SYork Sun	registered_dimm = 0
3416f5e1dc5SYork Sun	n_row_addr = 15
3426f5e1dc5SYork Sun	n_col_addr = 10
3436f5e1dc5SYork Sun	edc_config = 0
3446f5e1dc5SYork Sun	n_banks_per_sdram_device = 8
3456f5e1dc5SYork Sun	tCKmin_X_ps = 1500
3466f5e1dc5SYork Sun	tCKmin_X_minus_1_ps = 0
3476f5e1dc5SYork Sun	tCKmin_X_minus_2_ps = 0
3486f5e1dc5SYork Sun	tCKmax_ps = 0
3496f5e1dc5SYork Sun	caslat_X = 960
3506f5e1dc5SYork Sun	tAA_ps = 13125
3516f5e1dc5SYork Sun	caslat_X_minus_1 = 0
3526f5e1dc5SYork Sun	caslat_X_minus_2 = 0
3536f5e1dc5SYork Sun	caslat_lowest_derated = 0
3546f5e1dc5SYork Sun	tRCD_ps = 13125
3556f5e1dc5SYork Sun	tRP_ps = 13125
3566f5e1dc5SYork Sun	tRAS_ps = 36000
3576f5e1dc5SYork Sun	tWR_ps = 15000
3586f5e1dc5SYork Sun	tWTR_ps = 7500
3596f5e1dc5SYork Sun	tRFC_ps = 160000
3606f5e1dc5SYork Sun	tRRD_ps = 6000
3616f5e1dc5SYork Sun	tRC_ps = 49125
3626f5e1dc5SYork Sun	refresh_rate_ps = 7800000
3636f5e1dc5SYork Sun	tIS_ps = 0
3646f5e1dc5SYork Sun	tIH_ps = 0
3656f5e1dc5SYork Sun	tDS_ps = 0
3666f5e1dc5SYork Sun	tDH_ps = 0
3676f5e1dc5SYork Sun	tRTP_ps = 7500
3686f5e1dc5SYork Sun	tDQSQ_max_ps = 0
3696f5e1dc5SYork Sun	tQHS_ps = 0
3706f5e1dc5SYork Sun	FSL DDR>edit c0 opts ECC_mode 0
3716f5e1dc5SYork Sun	FSL DDR>edit c0 regs cs0_bnds 0x000000FF
3726f5e1dc5SYork Sun	FSL DDR>go
3736f5e1dc5SYork Sun	2 GiB left unmapped
3746f5e1dc5SYork Sun	4 GiB (DDR3, 64-bit, CL=9, ECC off)
3756f5e1dc5SYork Sun	       DDR Chip-Select Interleaving Mode: CS0+CS1
3766f5e1dc5SYork Sun	Testing 0x00000000 - 0x7fffffff
3776f5e1dc5SYork Sun	Testing 0x80000000 - 0xffffffff
3786f5e1dc5SYork Sun	Remap DDR 2 GiB left unmapped
3796f5e1dc5SYork Sun
3806f5e1dc5SYork Sun	POST memory PASSED
3816f5e1dc5SYork Sun	Flash: 128 MiB
3826f5e1dc5SYork Sun	L2:    128 KB enabled
3836f5e1dc5SYork Sun	Corenet Platform Cache: 1024 KB enabled
3846f5e1dc5SYork Sun	SERDES: timeout resetting bank 3
3856f5e1dc5SYork Sun	SRIO1: disabled
3866f5e1dc5SYork Sun	SRIO2: disabled
3876f5e1dc5SYork Sun	MMC:  FSL_ESDHC: 0
3886f5e1dc5SYork Sun	EEPROM: Invalid ID (ff ff ff ff)
3896f5e1dc5SYork Sun	PCIe1: disabled
3906f5e1dc5SYork Sun	PCIe2: Root Complex, x1, regs @ 0xfe201000
3916f5e1dc5SYork Sun	  01:00.0     - 8086:10d3 - Network controller
3926f5e1dc5SYork Sun	PCIe2: Bus 00 - 01
3936f5e1dc5SYork Sun	PCIe3: disabled
3946f5e1dc5SYork Sun	In:    serial
3956f5e1dc5SYork Sun	Out:   serial
3966f5e1dc5SYork Sun	Err:   serial
3976f5e1dc5SYork Sun	Net:   Initializing Fman
3986f5e1dc5SYork Sun	Fman1: Uploading microcode version 101.8.0
3996f5e1dc5SYork Sun	e1000: 00:1b:21:81:d2:e0
4006f5e1dc5SYork Sun	FM1@DTSEC1, FM1@DTSEC2, FM1@DTSEC3, FM1@DTSEC4, FM1@DTSEC5, e1000#0 [PRIME]
4016f5e1dc5SYork Sun	Warning: e1000#0 MAC addresses don't match:
4026f5e1dc5SYork Sun	Address in SROM is         00:1b:21:81:d2:e0
4036f5e1dc5SYork Sun	Address in environment is  00:e0:0c:00:ea:05
4046f5e1dc5SYork Sun
4056f5e1dc5SYork Sun	Hit any key to stop autoboot:  0
4066f5e1dc5SYork Sun	=>
407