Blame view

include/fsl_ddr_sdram.h 14.4 KB
58e5e9aff   Kumar Gala   FSL DDR: Rewrite ...
1
  /*
c0c32af0b   York Sun   drivers/ddr/fsl: ...
2
3
   * Copyright 2008-2016 Freescale Semiconductor, Inc.
   * Copyright 2017-2018 NXP Semiconductor
58e5e9aff   Kumar Gala   FSL DDR: Rewrite ...
4
   *
5b8031ccb   Tom Rini   Add more SPDX-Lic...
5
   * SPDX-License-Identifier:	GPL-2.0
58e5e9aff   Kumar Gala   FSL DDR: Rewrite ...
6
7
8
9
10
11
12
13
14
   */
  
  #ifndef FSL_DDR_MEMCTL_H
  #define FSL_DDR_MEMCTL_H
  
  /*
   * Pick a basic DDR Technology.
   */
  #include <ddr_spd.h>
34e026f9b   York Sun   driver/ddr/fsl: A...
15
  #include <fsl_ddrc_version.h>
58e5e9aff   Kumar Gala   FSL DDR: Rewrite ...
16

34e026f9b   York Sun   driver/ddr/fsl: A...
17
18
19
20
21
  #define SDRAM_TYPE_DDR1		2
  #define SDRAM_TYPE_DDR2		3
  #define SDRAM_TYPE_LPDDR1	6
  #define SDRAM_TYPE_DDR3		7
  #define SDRAM_TYPE_DDR4		5
58e5e9aff   Kumar Gala   FSL DDR: Rewrite ...
22

c360ceac0   Dave Liu   fsl-ddr: add the ...
23
24
25
26
  #define DDR_BL4		4	/* burst length 4 */
  #define DDR_BC4		DDR_BL4	/* burst chop for ddr3 */
  #define DDR_OTF		6	/* on-the-fly BC4 and BL8 */
  #define DDR_BL8		8	/* burst length 8 */
e1fd16b6f   York Sun   mpc85xx: Enable u...
27
  #define DDR3_RTT_OFF		0
f8d05e5e5   Dave Liu   fsl-ddr: add the ...
28
29
30
31
32
  #define DDR3_RTT_60_OHM		1 /* RTT_Nom = RZQ/4 */
  #define DDR3_RTT_120_OHM	2 /* RTT_Nom = RZQ/2 */
  #define DDR3_RTT_40_OHM		3 /* RTT_Nom = RZQ/6 */
  #define DDR3_RTT_20_OHM		4 /* RTT_Nom = RZQ/12 */
  #define DDR3_RTT_30_OHM		5 /* RTT_Nom = RZQ/8 */
19601dd99   York Sun   driver/ddr/fsl: U...
33
34
35
36
37
38
39
40
  #define DDR4_RTT_OFF		0
  #define DDR4_RTT_60_OHM		1	/* RZQ/4 */
  #define DDR4_RTT_120_OHM	2	/* RZQ/2 */
  #define DDR4_RTT_40_OHM		3	/* RZQ/6 */
  #define DDR4_RTT_240_OHM	4	/* RZQ/1 */
  #define DDR4_RTT_48_OHM		5	/* RZQ/5 */
  #define DDR4_RTT_80_OHM		6	/* RZQ/3 */
  #define DDR4_RTT_34_OHM		7	/* RZQ/7 */
4e57382fa   York Sun   powerpc/mpc8xxx: ...
41
42
43
44
  #define DDR2_RTT_OFF		0
  #define DDR2_RTT_75_OHM		1
  #define DDR2_RTT_150_OHM	2
  #define DDR2_RTT_50_OHM		3
5614e71b4   York Sun   Driver/DDR: Movin...
45
  #if defined(CONFIG_SYS_FSL_DDR1)
58e5e9aff   Kumar Gala   FSL DDR: Rewrite ...
46
47
48
49
50
  #define FSL_DDR_MIN_TCKE_PULSE_WIDTH_DDR	(1)
  typedef ddr1_spd_eeprom_t generic_spd_eeprom_t;
  #ifndef CONFIG_FSL_SDRAM_TYPE
  #define CONFIG_FSL_SDRAM_TYPE	SDRAM_TYPE_DDR1
  #endif
5614e71b4   York Sun   Driver/DDR: Movin...
51
  #elif defined(CONFIG_SYS_FSL_DDR2)
58e5e9aff   Kumar Gala   FSL DDR: Rewrite ...
52
53
54
55
56
  #define FSL_DDR_MIN_TCKE_PULSE_WIDTH_DDR	(3)
  typedef ddr2_spd_eeprom_t generic_spd_eeprom_t;
  #ifndef CONFIG_FSL_SDRAM_TYPE
  #define CONFIG_FSL_SDRAM_TYPE	SDRAM_TYPE_DDR2
  #endif
5614e71b4   York Sun   Driver/DDR: Movin...
57
  #elif defined(CONFIG_SYS_FSL_DDR3)
58e5e9aff   Kumar Gala   FSL DDR: Rewrite ...
58
  typedef ddr3_spd_eeprom_t generic_spd_eeprom_t;
22ff3d013   Dave Liu   fsl-ddr: clean up...
59
60
  #ifndef CONFIG_FSL_SDRAM_TYPE
  #define CONFIG_FSL_SDRAM_TYPE	SDRAM_TYPE_DDR3
58e5e9aff   Kumar Gala   FSL DDR: Rewrite ...
61
  #endif
34e026f9b   York Sun   driver/ddr/fsl: A...
62
63
64
65
66
67
  #elif defined(CONFIG_SYS_FSL_DDR4)
  #define FSL_DDR_MIN_TCKE_PULSE_WIDTH_DDR	(3)	/* FIXME */
  typedef struct ddr4_spd_eeprom_s generic_spd_eeprom_t;
  #ifndef CONFIG_FSL_SDRAM_TYPE
  #define CONFIG_FSL_SDRAM_TYPE	SDRAM_TYPE_DDR4
  #endif
5614e71b4   York Sun   Driver/DDR: Movin...
68
  #endif	/* #if defined(CONFIG_SYS_FSL_DDR1) */
58e5e9aff   Kumar Gala   FSL DDR: Rewrite ...
69

e1fd16b6f   York Sun   mpc85xx: Enable u...
70
71
72
73
74
75
76
77
  #define FSL_DDR_ODT_NEVER		0x0
  #define FSL_DDR_ODT_CS			0x1
  #define FSL_DDR_ODT_ALL_OTHER_CS	0x2
  #define FSL_DDR_ODT_OTHER_DIMM		0x3
  #define FSL_DDR_ODT_ALL			0x4
  #define FSL_DDR_ODT_SAME_DIMM		0x5
  #define FSL_DDR_ODT_CS_AND_OTHER_DIMM	0x6
  #define FSL_DDR_ODT_OTHER_CS_ONSAMEDIMM	0x7
dbbbb3abe   Haiying Wang   Make DDR interlea...
78
79
80
81
82
83
84
85
86
87
88
  /* define bank(chip select) interleaving mode */
  #define FSL_DDR_CS0_CS1			0x40
  #define FSL_DDR_CS2_CS3			0x20
  #define FSL_DDR_CS0_CS1_AND_CS2_CS3	(FSL_DDR_CS0_CS1 | FSL_DDR_CS2_CS3)
  #define FSL_DDR_CS0_CS1_CS2_CS3		(FSL_DDR_CS0_CS1_AND_CS2_CS3 | 0x04)
  
  /* define memory controller interleaving mode */
  #define FSL_DDR_CACHE_LINE_INTERLEAVING	0x0
  #define FSL_DDR_PAGE_INTERLEAVING	0x1
  #define FSL_DDR_BANK_INTERLEAVING	0x2
  #define FSL_DDR_SUPERBANK_INTERLEAVING	0x3
6b1e1254f   York Sun   driver/ddr: Add 2...
89
  #define FSL_DDR_256B_INTERLEAVING	0x8
a4c66509f   York Sun   powerpc/mpc8xxx: ...
90
91
92
93
94
95
96
  #define FSL_DDR_3WAY_1KB_INTERLEAVING	0xA
  #define FSL_DDR_3WAY_4KB_INTERLEAVING	0xC
  #define FSL_DDR_3WAY_8KB_INTERLEAVING	0xD
  /* placeholder for 4-way interleaving */
  #define FSL_DDR_4WAY_1KB_INTERLEAVING	0x1A
  #define FSL_DDR_4WAY_4KB_INTERLEAVING	0x1C
  #define FSL_DDR_4WAY_8KB_INTERLEAVING	0x1D
dbbbb3abe   Haiying Wang   Make DDR interlea...
97

123922b1e   York Sun   powerpc/mpc8xxx: ...
98
  #define SDRAM_CS_CONFIG_EN		0x80000000
e1be0d25e   Poonam_Aggrwal-b10812   32bit BUg fix for...
99
100
101
102
103
104
105
106
107
108
109
  /* DDR_SDRAM_CFG - DDR SDRAM Control Configuration
   */
  #define SDRAM_CFG_MEM_EN		0x80000000
  #define SDRAM_CFG_SREN			0x40000000
  #define SDRAM_CFG_ECC_EN		0x20000000
  #define SDRAM_CFG_RD_EN			0x10000000
  #define SDRAM_CFG_SDRAM_TYPE_DDR1	0x02000000
  #define SDRAM_CFG_SDRAM_TYPE_DDR2	0x03000000
  #define SDRAM_CFG_SDRAM_TYPE_MASK	0x07000000
  #define SDRAM_CFG_SDRAM_TYPE_SHIFT	24
  #define SDRAM_CFG_DYN_PWR		0x00200000
9c6b47d53   Matthew McClintock   p1014rdb: set ddr...
110
  #define SDRAM_CFG_DBW_MASK		0x00180000
f31cfd192   York Sun   powerpc/mpc8xxx: ...
111
  #define SDRAM_CFG_DBW_SHIFT		19
e1be0d25e   Poonam_Aggrwal-b10812   32bit BUg fix for...
112
  #define SDRAM_CFG_32_BE			0x00080000
0b3b1766b   Poonam Aggrwal   fsl_ddr: Adds 16 ...
113
  #define SDRAM_CFG_16_BE			0x00100000
e1be0d25e   Poonam_Aggrwal-b10812   32bit BUg fix for...
114
115
116
117
  #define SDRAM_CFG_8_BE			0x00040000
  #define SDRAM_CFG_NCAP			0x00020000
  #define SDRAM_CFG_2T_EN			0x00008000
  #define SDRAM_CFG_BI			0x00000001
a7787b785   Tang Yuantian   fsl/sleep: update...
118
  #define SDRAM_CFG2_FRC_SR		0x80000000
91671913f   York Sun   powerpc/mpc85xx: ...
119
  #define SDRAM_CFG2_D_INIT		0x00000010
eb118807a   Shengzhou Liu   driver/ddr/fsl: A...
120
  #define SDRAM_CFG2_AP_EN		0x00000020
91671913f   York Sun   powerpc/mpc85xx: ...
121
  #define SDRAM_CFG2_ODT_CFG_MASK		0x00600000
cae7c1b56   York Sun   powerpc/mpc8xxx: ...
122
123
124
125
  #define SDRAM_CFG2_ODT_NEVER		0
  #define SDRAM_CFG2_ODT_ONLY_WRITE	1
  #define SDRAM_CFG2_ODT_ONLY_READ	2
  #define SDRAM_CFG2_ODT_ALWAYS		3
91671913f   York Sun   powerpc/mpc85xx: ...
126

a994b3deb   Shengzhou Liu   driver/ddr/fsl: A...
127
  #define SDRAM_INTERVAL_BSTOPRE	0x3FFF
91671913f   York Sun   powerpc/mpc85xx: ...
128
  #define TIMING_CFG_2_CPO_MASK	0x0F800000
34e026f9b   York Sun   driver/ddr/fsl: A...
129
130
  #if defined(CONFIG_SYS_FSL_DDR_VER) && \
  	(CONFIG_SYS_FSL_DDR_VER > FSL_DDR_VER_4_4)
c360ceac0   Dave Liu   fsl-ddr: add the ...
131
132
133
134
135
136
137
138
139
140
  #define RD_TO_PRE_MASK		0xf
  #define RD_TO_PRE_SHIFT		13
  #define WR_DATA_DELAY_MASK	0xf
  #define WR_DATA_DELAY_SHIFT	9
  #else
  #define RD_TO_PRE_MASK		0x7
  #define RD_TO_PRE_SHIFT		13
  #define WR_DATA_DELAY_MASK	0x7
  #define WR_DATA_DELAY_SHIFT	10
  #endif
074596c0b   Shengzhou Liu   armv8/ls1043: Add...
141
142
143
  /* DDR_EOR register */
  #define DDR_EOR_RD_REOD_DIS	0x07000000
  #define DDR_EOR_WD_REOD_DIS	0x00100000
fa8d23c0e   York Sun   mpc85xx: Implemen...
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
  /* DDR_MD_CNTL */
  #define MD_CNTL_MD_EN		0x80000000
  #define MD_CNTL_CS_SEL_CS0	0x00000000
  #define MD_CNTL_CS_SEL_CS1	0x10000000
  #define MD_CNTL_CS_SEL_CS2	0x20000000
  #define MD_CNTL_CS_SEL_CS3	0x30000000
  #define MD_CNTL_CS_SEL_CS0_CS1	0x40000000
  #define MD_CNTL_CS_SEL_CS2_CS3	0x50000000
  #define MD_CNTL_MD_SEL_MR	0x00000000
  #define MD_CNTL_MD_SEL_EMR	0x01000000
  #define MD_CNTL_MD_SEL_EMR2	0x02000000
  #define MD_CNTL_MD_SEL_EMR3	0x03000000
  #define MD_CNTL_SET_REF		0x00800000
  #define MD_CNTL_SET_PRE		0x00400000
  #define MD_CNTL_CKE_CNTL_LOW	0x00100000
  #define MD_CNTL_CKE_CNTL_HIGH	0x00200000
  #define MD_CNTL_WRCW		0x00080000
  #define MD_CNTL_MD_VALUE(x)	(x & 0x0000FFFF)
9f9f00937   York Sun   driver/ddr/fsl: A...
162
163
  #define MD_CNTL_CS_SEL(x)	(((x) & 0x7) << 28)
  #define MD_CNTL_MD_SEL(x)	(((x) & 0xf) << 24)
fa8d23c0e   York Sun   mpc85xx: Implemen...
164

6b06d7dc0   York Sun   corenet_ds: Exten...
165
166
  /* DDR_CDR1 */
  #define DDR_CDR1_DHC_EN	0x80000000
031acdbae   Hou Zhiqiang   armv8/fsl_lsch2: ...
167
  #define DDR_CDR1_V0PT9_EN	0x40000000
57495e4e5   York Sun   powerpc/mpc8xxx: ...
168
169
170
171
172
  #define DDR_CDR1_ODT_SHIFT	17
  #define DDR_CDR1_ODT_MASK	0x6
  #define DDR_CDR2_ODT_MASK	0x1
  #define DDR_CDR1_ODT(x) ((x & DDR_CDR1_ODT_MASK) << DDR_CDR1_ODT_SHIFT)
  #define DDR_CDR2_ODT(x) (x & DDR_CDR2_ODT_MASK)
34e026f9b   York Sun   driver/ddr/fsl: A...
173
  #define DDR_CDR2_VREF_OVRD(x)	(0x00008080 | ((((x) - 37) & 0x3F) << 8))
a7787b785   Tang Yuantian   fsl/sleep: update...
174
  #define DDR_CDR2_VREF_TRAIN_EN	0x00000080
7288c2c2b   York Sun   armv8/ls2085aqds:...
175
  #define DDR_CDR2_VREF_RANGE_2	0x00000040
57495e4e5   York Sun   powerpc/mpc8xxx: ...
176

eb118807a   Shengzhou Liu   driver/ddr/fsl: A...
177
178
179
180
181
182
  /* DDR ERR_DISABLE */
  #define DDR_ERR_DISABLE_APED	(1 << 8)  /* Address parity error disable */
  
  /* Mode Registers */
  #define DDR_MR5_CA_PARITY_LAT_4_CLK	0x1 /* for DDR4-1600/1866/2133 */
  #define DDR_MR5_CA_PARITY_LAT_5_CLK	0x2 /* for DDR4-2400 */
5fc62fe57   Shengzhou Liu   driver/ddr/fsl: A...
183
184
185
  /* DEBUG_26 register */
  #define DDR_CAS_TO_PRE_SUB_MASK  0x0000f000 /* CAS to preamble subtract value */
  #define DDR_CAS_TO_PRE_SUB_SHIFT 12
4a68489e1   Shengzhou Liu   drivers/ddr/fsl: ...
186
187
  /* DEBUG_29 register */
  #define DDR_TX_BD_DIS	(1 << 10) /* Transmit Bit Deskew Disable */
eb118807a   Shengzhou Liu   driver/ddr/fsl: A...
188

57495e4e5   York Sun   powerpc/mpc8xxx: ...
189
190
  #if (defined(CONFIG_SYS_FSL_DDR_VER) && \
  	(CONFIG_SYS_FSL_DDR_VER >= FSL_DDR_VER_4_7))
34e026f9b   York Sun   driver/ddr/fsl: A...
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
  #ifdef CONFIG_SYS_FSL_DDR3L
  #define DDR_CDR_ODT_OFF		0x0
  #define DDR_CDR_ODT_120ohm	0x1
  #define DDR_CDR_ODT_200ohm	0x2
  #define DDR_CDR_ODT_75ohm	0x3
  #define DDR_CDR_ODT_60ohm	0x5
  #define DDR_CDR_ODT_46ohm	0x7
  #elif defined(CONFIG_SYS_FSL_DDR4)
  #define DDR_CDR_ODT_OFF		0x0
  #define DDR_CDR_ODT_100ohm	0x1
  #define DDR_CDR_ODT_120OHM	0x2
  #define DDR_CDR_ODT_80ohm	0x3
  #define DDR_CDR_ODT_60ohm	0x4
  #define DDR_CDR_ODT_40ohm	0x5
  #define DDR_CDR_ODT_50ohm	0x6
  #define DDR_CDR_ODT_30ohm	0x7
  #else
57495e4e5   York Sun   powerpc/mpc8xxx: ...
208
209
210
211
212
213
214
215
  #define DDR_CDR_ODT_OFF		0x0
  #define DDR_CDR_ODT_120ohm	0x1
  #define DDR_CDR_ODT_180ohm	0x2
  #define DDR_CDR_ODT_75ohm	0x3
  #define DDR_CDR_ODT_110ohm	0x4
  #define DDR_CDR_ODT_60hm	0x5
  #define DDR_CDR_ODT_70ohm	0x6
  #define DDR_CDR_ODT_47ohm	0x7
34e026f9b   York Sun   driver/ddr/fsl: A...
216
  #endif /* DDR3L */
57495e4e5   York Sun   powerpc/mpc8xxx: ...
217
218
219
220
221
222
223
224
225
  #else
  #define DDR_CDR_ODT_75ohm	0x0
  #define DDR_CDR_ODT_55ohm	0x1
  #define DDR_CDR_ODT_60ohm	0x2
  #define DDR_CDR_ODT_50ohm	0x3
  #define DDR_CDR_ODT_150ohm	0x4
  #define DDR_CDR_ODT_43ohm	0x5
  #define DDR_CDR_ODT_120ohm	0x6
  #endif
6b06d7dc0   York Sun   corenet_ds: Exten...
226

a7787b785   Tang Yuantian   fsl/sleep: update...
227
  #define DDR_INIT_ADDR_EXT_UIA	(1 << 31)
58e5e9aff   Kumar Gala   FSL DDR: Rewrite ...
228
229
230
231
232
233
234
235
236
237
238
239
240
  /* Record of register values computed */
  typedef struct fsl_ddr_cfg_regs_s {
  	struct {
  		unsigned int bnds;
  		unsigned int config;
  		unsigned int config_2;
  	} cs[CONFIG_CHIP_SELECTS_PER_CTRL];
  	unsigned int timing_cfg_3;
  	unsigned int timing_cfg_0;
  	unsigned int timing_cfg_1;
  	unsigned int timing_cfg_2;
  	unsigned int ddr_sdram_cfg;
  	unsigned int ddr_sdram_cfg_2;
34e026f9b   York Sun   driver/ddr/fsl: A...
241
  	unsigned int ddr_sdram_cfg_3;
58e5e9aff   Kumar Gala   FSL DDR: Rewrite ...
242
243
  	unsigned int ddr_sdram_mode;
  	unsigned int ddr_sdram_mode_2;
e1fd16b6f   York Sun   mpc85xx: Enable u...
244
245
246
247
248
249
  	unsigned int ddr_sdram_mode_3;
  	unsigned int ddr_sdram_mode_4;
  	unsigned int ddr_sdram_mode_5;
  	unsigned int ddr_sdram_mode_6;
  	unsigned int ddr_sdram_mode_7;
  	unsigned int ddr_sdram_mode_8;
34e026f9b   York Sun   driver/ddr/fsl: A...
250
251
252
253
254
255
256
257
  	unsigned int ddr_sdram_mode_9;
  	unsigned int ddr_sdram_mode_10;
  	unsigned int ddr_sdram_mode_11;
  	unsigned int ddr_sdram_mode_12;
  	unsigned int ddr_sdram_mode_13;
  	unsigned int ddr_sdram_mode_14;
  	unsigned int ddr_sdram_mode_15;
  	unsigned int ddr_sdram_mode_16;
58e5e9aff   Kumar Gala   FSL DDR: Rewrite ...
258
259
260
261
262
263
264
265
  	unsigned int ddr_sdram_md_cntl;
  	unsigned int ddr_sdram_interval;
  	unsigned int ddr_data_init;
  	unsigned int ddr_sdram_clk_cntl;
  	unsigned int ddr_init_addr;
  	unsigned int ddr_init_ext_addr;
  	unsigned int timing_cfg_4;
  	unsigned int timing_cfg_5;
34e026f9b   York Sun   driver/ddr/fsl: A...
266
267
268
269
  	unsigned int timing_cfg_6;
  	unsigned int timing_cfg_7;
  	unsigned int timing_cfg_8;
  	unsigned int timing_cfg_9;
58e5e9aff   Kumar Gala   FSL DDR: Rewrite ...
270
271
  	unsigned int ddr_zq_cntl;
  	unsigned int ddr_wrlvl_cntl;
57495e4e5   York Sun   powerpc/mpc8xxx: ...
272
273
  	unsigned int ddr_wrlvl_cntl_2;
  	unsigned int ddr_wrlvl_cntl_3;
58e5e9aff   Kumar Gala   FSL DDR: Rewrite ...
274
275
276
  	unsigned int ddr_sr_cntr;
  	unsigned int ddr_sdram_rcw_1;
  	unsigned int ddr_sdram_rcw_2;
34e026f9b   York Sun   driver/ddr/fsl: A...
277
278
279
280
281
282
283
284
  	unsigned int ddr_sdram_rcw_3;
  	unsigned int ddr_sdram_rcw_4;
  	unsigned int ddr_sdram_rcw_5;
  	unsigned int ddr_sdram_rcw_6;
  	unsigned int dq_map_0;
  	unsigned int dq_map_1;
  	unsigned int dq_map_2;
  	unsigned int dq_map_3;
7fd101c97   york   powerpc/8xxx: Ena...
285
  	unsigned int ddr_eor;
d2a9568c5   York Sun   mpc85xx: Adding m...
286
287
288
289
  	unsigned int ddr_cdr1;
  	unsigned int ddr_cdr2;
  	unsigned int err_disable;
  	unsigned int err_int_en;
b406731aa   York Sun   driver/ddr/fsl: A...
290
  	unsigned int debug[64];
58e5e9aff   Kumar Gala   FSL DDR: Rewrite ...
291
292
293
  } fsl_ddr_cfg_regs_t;
  
  typedef struct memctl_options_partial_s {
0dd38a35f   Priyanka Jain   powerpc: Fix Came...
294
295
296
297
298
  	unsigned int all_dimms_ecc_capable;
  	unsigned int all_dimms_tckmax_ps;
  	unsigned int all_dimms_burst_lengths_bitmask;
  	unsigned int all_dimms_registered;
  	unsigned int all_dimms_unbuffered;
34e026f9b   York Sun   driver/ddr/fsl: A...
299
  	/*	unsigned int lowest_common_spd_caslat; */
0dd38a35f   Priyanka Jain   powerpc: Fix Came...
300
  	unsigned int all_dimms_minimum_trcd_ps;
58e5e9aff   Kumar Gala   FSL DDR: Rewrite ...
301
  } memctl_options_partial_t;
51d498f17   York Sun   powerpc/mpc8xxx: ...
302
303
304
  #define DDR_DATA_BUS_WIDTH_64 0
  #define DDR_DATA_BUS_WIDTH_32 1
  #define DDR_DATA_BUS_WIDTH_16 2
ef87cab66   York Sun   driver/ddr/fsl: A...
305
  #define DDR_CSWL_CS0	0x04000001
58e5e9aff   Kumar Gala   FSL DDR: Rewrite ...
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
  /*
   * Generalized parameters for memory controller configuration,
   * might be a little specific to the FSL memory controller
   */
  typedef struct memctl_options_s {
  	/*
  	 * Memory organization parameters
  	 *
  	 * if DIMM is present in the system
  	 * where DIMMs are with respect to chip select
  	 * where chip selects are with respect to memory boundaries
  	 */
  	unsigned int registered_dimm_en;    /* use registered DIMM support */
  
  	/* Options local to a Chip Select */
  	struct cs_local_opts_s {
  		unsigned int auto_precharge;
  		unsigned int odt_rd_cfg;
  		unsigned int odt_wr_cfg;
e1fd16b6f   York Sun   mpc85xx: Enable u...
325
326
  		unsigned int odt_rtt_norm;
  		unsigned int odt_rtt_wr;
58e5e9aff   Kumar Gala   FSL DDR: Rewrite ...
327
328
329
330
331
332
  	} cs_local_opts[CONFIG_CHIP_SELECTS_PER_CTRL];
  
  	/* Special configurations for chip select */
  	unsigned int memctl_interleaving;
  	unsigned int memctl_interleaving_mode;
  	unsigned int ba_intlv_ctl;
7fd101c97   york   powerpc/8xxx: Ena...
333
  	unsigned int addr_hash;
58e5e9aff   Kumar Gala   FSL DDR: Rewrite ...
334
335
  
  	/* Operational mode parameters */
0dd38a35f   Priyanka Jain   powerpc: Fix Came...
336
  	unsigned int ecc_mode;	 /* Use ECC? */
58e5e9aff   Kumar Gala   FSL DDR: Rewrite ...
337
  	/* Initialize ECC using memory controller? */
0dd38a35f   Priyanka Jain   powerpc: Fix Came...
338
339
  	unsigned int ecc_init_using_memctl;
  	unsigned int dqs_config;	/* Use DQS? maybe only with DDR2? */
58e5e9aff   Kumar Gala   FSL DDR: Rewrite ...
340
341
  	/* SREN - self-refresh during sleep */
  	unsigned int self_refresh_in_sleep;
e368c2060   Joakim Tjernlund   drivers/ddr/fsl_d...
342
343
  	/* SR_IE - Self-refresh interrupt enable */
  	unsigned int self_refresh_interrupt_en;
58e5e9aff   Kumar Gala   FSL DDR: Rewrite ...
344
345
346
  	unsigned int dynamic_power;	/* DYN_PWR */
  	/* memory data width to use (16-bit, 32-bit, 64-bit) */
  	unsigned int data_bus_width;
c360ceac0   Dave Liu   fsl-ddr: add the ...
347
348
  	unsigned int burst_length;	/* BL4, OTF and BL8 */
  	/* On-The-Fly Burst Chop enable */
0dd38a35f   Priyanka Jain   powerpc: Fix Came...
349
  	unsigned int otf_burst_chop_en;
c360ceac0   Dave Liu   fsl-ddr: add the ...
350
351
  	/* mirrior DIMMs for DDR3 */
  	unsigned int mirrored_dimm;
5800e7ab3   york   powerpc/8xxx: Ena...
352
  	unsigned int quad_rank_present;
eb118807a   Shengzhou Liu   driver/ddr/fsl: A...
353
  	unsigned int ap_en;	/* address parity enable for RDIMM/DDR4-UDIMM */
b61e06156   York Sun   powerpc/mpc8xxx: ...
354
  	unsigned int x4_en;	/* enable x4 devices */
c0c32af0b   York Sun   drivers/ddr/fsl: ...
355
  	unsigned int package_3ds;
58e5e9aff   Kumar Gala   FSL DDR: Rewrite ...
356
357
358
359
360
361
362
363
364
  
  	/* Global Timing Parameters */
  	unsigned int cas_latency_override;
  	unsigned int cas_latency_override_value;
  	unsigned int use_derated_caslat;
  	unsigned int additive_latency_override;
  	unsigned int additive_latency_override_value;
  
  	unsigned int clk_adjust;		/* */
02fb27615   Shengzhou Liu   fsl/ddr: Add erra...
365
366
  	unsigned int cpo_override;		/* override timing_cfg_2[CPO]*/
  	unsigned int cpo_sample;		/* optimize debug_29[24:31] */
58e5e9aff   Kumar Gala   FSL DDR: Rewrite ...
367
  	unsigned int write_data_delay;		/* DQS adjust */
bdc9f7b5e   Dave Liu   fsl-ddr: add the ...
368

ef87cab66   York Sun   driver/ddr/fsl: A...
369
  	unsigned int cswl_override;
bdc9f7b5e   Dave Liu   fsl-ddr: add the ...
370
371
372
  	unsigned int wrlvl_override;
  	unsigned int wrlvl_sample;		/* Write leveling */
  	unsigned int wrlvl_start;
57495e4e5   York Sun   powerpc/mpc8xxx: ...
373
374
  	unsigned int wrlvl_ctl_2;
  	unsigned int wrlvl_ctl_3;
bdc9f7b5e   Dave Liu   fsl-ddr: add the ...
375

58e5e9aff   Kumar Gala   FSL DDR: Rewrite ...
376
  	unsigned int half_strength_driver_enable;
0dd38a35f   Priyanka Jain   powerpc: Fix Came...
377
378
  	unsigned int twot_en;
  	unsigned int threet_en;
58e5e9aff   Kumar Gala   FSL DDR: Rewrite ...
379
  	unsigned int bstopre;
0dd38a35f   Priyanka Jain   powerpc: Fix Came...
380
  	unsigned int tfaw_window_four_activates_ps;	/* tFAW --  FOUR_ACT */
22cca7e1c   Dave Liu   fsl-ddr: make the...
381

c360ceac0   Dave Liu   fsl-ddr: add the ...
382
383
384
  	/* Rtt impedance */
  	unsigned int rtt_override;		/* rtt_override enable */
  	unsigned int rtt_override_value;	/* that is Rtt_Nom for DDR3 */
1aa3d08a0   Dave Liu   fsl-ddr: add over...
385
  	unsigned int rtt_wr_override_value;	/* this is Rtt_WR for DDR3 */
c360ceac0   Dave Liu   fsl-ddr: add the ...
386

22cca7e1c   Dave Liu   fsl-ddr: make the...
387
388
389
  	/* Automatic self refresh */
  	unsigned int auto_self_refresh_en;
  	unsigned int sr_it;
c360ceac0   Dave Liu   fsl-ddr: add the ...
390
391
392
393
  	/* ZQ calibration */
  	unsigned int zq_en;
  	/* Write leveling */
  	unsigned int wrlvl_en;
d2a9568c5   York Sun   mpc85xx: Adding m...
394
395
396
397
  	/* RCW override for RDIMM */
  	unsigned int rcw_override;
  	unsigned int rcw_1;
  	unsigned int rcw_2;
426230a65   York Sun   drivers/ddr/fsl: ...
398
  	unsigned int rcw_3;
d2a9568c5   York Sun   mpc85xx: Adding m...
399
400
  	/* control register 1 */
  	unsigned int ddr_cdr1;
57495e4e5   York Sun   powerpc/mpc8xxx: ...
401
  	unsigned int ddr_cdr2;
23f9670f1   York Sun   powerpc/mpc8xxx: ...
402
403
404
  
  	unsigned int trwt_override;
  	unsigned int trwt;			/* read-to-write turnaround */
58e5e9aff   Kumar Gala   FSL DDR: Rewrite ...
405
  } memctl_options_t;
1d71efbb0   York Sun   driver/ddr: Restr...
406
407
408
409
410
411
412
413
414
  phys_size_t fsl_ddr_sdram(void);
  phys_size_t fsl_ddr_sdram_size(void);
  phys_size_t fsl_other_ddr_sdram(unsigned long long base,
  				unsigned int first_ctrl,
  				unsigned int num_ctrls,
  				unsigned int dimm_slots_per_ctrl,
  				int (*board_need_reset)(void),
  				void (*board_reset)(void),
  				void (*board_de_reset)(void));
3dbd5d7d7   Kumar Gala   powerpc/8xxx: Mov...
415
  extern int fsl_use_spd(void);
1d71efbb0   York Sun   driver/ddr: Restr...
416
417
  void fsl_ddr_set_memctl_regs(const fsl_ddr_cfg_regs_t *regs,
  			     unsigned int ctrl_num, int step);
f31cfd192   York Sun   powerpc/mpc8xxx: ...
418
  u32 fsl_ddr_get_intl3r(void);
1d71efbb0   York Sun   driver/ddr: Restr...
419
  void print_ddr_info(unsigned int start_ctrl);
28a966715   York Sun   Adding fixed sdra...
420

c63e13701   York Sun   powerpc/mpc8xxx: ...
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
  static void __board_assert_mem_reset(void)
  {
  }
  
  static void __board_deassert_mem_reset(void)
  {
  }
  
  void board_assert_mem_reset(void)
  	__attribute__((weak, alias("__board_assert_mem_reset")));
  
  void board_deassert_mem_reset(void)
  	__attribute__((weak, alias("__board_deassert_mem_reset")));
  
  static int __board_need_mem_reset(void)
  {
  	return 0;
  }
  
  int board_need_mem_reset(void)
  	__attribute__((weak, alias("__board_need_mem_reset")));
a7787b785   Tang Yuantian   fsl/sleep: update...
442
443
444
445
446
  #if defined(CONFIG_DEEP_SLEEP)
  void board_mem_sleep_setup(void);
  bool is_warm_boot(void);
  int fsl_dp_resume(void);
  #endif
aade20046   Tang Yuantian   mpc85xx/t104x: Ad...
447

38dba0c2f   Becky Bruce   mpc85xx boards: i...
448
449
450
451
452
453
454
455
456
457
458
  /*
   * The 85xx boards have a common prototype for fixed_sdram so put the
   * declaration here.
   */
  #ifdef CONFIG_MPC85xx
  extern phys_size_t fixed_sdram(void);
  #endif
  
  #if defined(CONFIG_DDR_ECC)
  extern void ddr_enable_ecc(unsigned int dram_size);
  #endif
28a966715   York Sun   Adding fixed sdra...
459
460
461
462
463
  typedef struct fixed_ddr_parm{
  	int min_freq;
  	int max_freq;
  	fsl_ddr_cfg_regs_t *ddr_settings;
  } fixed_ddr_parm_t;
3eace37e5   Simon Glass   arm: freescale: R...
464
465
466
467
468
469
470
  
  /**
   * fsl_initdram() - Set up the SDRAM
   *
   * @return 0 if OK, -ve on error
   */
  int fsl_initdram(void);
58e5e9aff   Kumar Gala   FSL DDR: Rewrite ...
471
  #endif