blob: bb79335b188ec896889ceb62c738b5cc49237454 [file] [log] [blame]
Kumar Gala58e5e9a2008-08-26 15:01:29 -05001/*
Kumar Gala3dbd5d72011-01-09 14:06:28 -06002 * Copyright 2008-2011 Freescale Semiconductor, Inc.
Kumar Gala58e5e9a2008-08-26 15:01:29 -05003 *
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License
6 * Version 2 as published by the Free Software Foundation.
7 */
8
9#ifndef FSL_DDR_MEMCTL_H
10#define FSL_DDR_MEMCTL_H
11
12/*
13 * Pick a basic DDR Technology.
14 */
15#include <ddr_spd.h>
16
17#define SDRAM_TYPE_DDR1 2
18#define SDRAM_TYPE_DDR2 3
19#define SDRAM_TYPE_LPDDR1 6
20#define SDRAM_TYPE_DDR3 7
21
Dave Liuc360cea2009-03-14 12:48:30 +080022#define DDR_BL4 4 /* burst length 4 */
23#define DDR_BC4 DDR_BL4 /* burst chop for ddr3 */
24#define DDR_OTF 6 /* on-the-fly BC4 and BL8 */
25#define DDR_BL8 8 /* burst length 8 */
26
York Sune1fd16b2011-01-10 12:03:00 +000027#define DDR3_RTT_OFF 0
Dave Liuf8d05e52010-03-05 12:23:00 +080028#define DDR3_RTT_60_OHM 1 /* RTT_Nom = RZQ/4 */
29#define DDR3_RTT_120_OHM 2 /* RTT_Nom = RZQ/2 */
30#define DDR3_RTT_40_OHM 3 /* RTT_Nom = RZQ/6 */
31#define DDR3_RTT_20_OHM 4 /* RTT_Nom = RZQ/12 */
32#define DDR3_RTT_30_OHM 5 /* RTT_Nom = RZQ/8 */
33
York Sun4e573822011-08-26 11:32:43 -070034#define DDR2_RTT_OFF 0
35#define DDR2_RTT_75_OHM 1
36#define DDR2_RTT_150_OHM 2
37#define DDR2_RTT_50_OHM 3
38
Kumar Gala58e5e9a2008-08-26 15:01:29 -050039#if defined(CONFIG_FSL_DDR1)
40#define FSL_DDR_MIN_TCKE_PULSE_WIDTH_DDR (1)
41typedef ddr1_spd_eeprom_t generic_spd_eeprom_t;
42#ifndef CONFIG_FSL_SDRAM_TYPE
43#define CONFIG_FSL_SDRAM_TYPE SDRAM_TYPE_DDR1
44#endif
45#elif defined(CONFIG_FSL_DDR2)
46#define FSL_DDR_MIN_TCKE_PULSE_WIDTH_DDR (3)
47typedef ddr2_spd_eeprom_t generic_spd_eeprom_t;
48#ifndef CONFIG_FSL_SDRAM_TYPE
49#define CONFIG_FSL_SDRAM_TYPE SDRAM_TYPE_DDR2
50#endif
51#elif defined(CONFIG_FSL_DDR3)
52#define FSL_DDR_MIN_TCKE_PULSE_WIDTH_DDR (3) /* FIXME */
53typedef ddr3_spd_eeprom_t generic_spd_eeprom_t;
Dave Liu22ff3d02008-11-21 16:31:29 +080054#ifndef CONFIG_FSL_SDRAM_TYPE
55#define CONFIG_FSL_SDRAM_TYPE SDRAM_TYPE_DDR3
Kumar Gala58e5e9a2008-08-26 15:01:29 -050056#endif
Dave Liu22ff3d02008-11-21 16:31:29 +080057#endif /* #if defined(CONFIG_FSL_DDR1) */
Kumar Gala58e5e9a2008-08-26 15:01:29 -050058
York Sune1fd16b2011-01-10 12:03:00 +000059#define FSL_DDR_ODT_NEVER 0x0
60#define FSL_DDR_ODT_CS 0x1
61#define FSL_DDR_ODT_ALL_OTHER_CS 0x2
62#define FSL_DDR_ODT_OTHER_DIMM 0x3
63#define FSL_DDR_ODT_ALL 0x4
64#define FSL_DDR_ODT_SAME_DIMM 0x5
65#define FSL_DDR_ODT_CS_AND_OTHER_DIMM 0x6
66#define FSL_DDR_ODT_OTHER_CS_ONSAMEDIMM 0x7
67
Haiying Wangdbbbb3a2008-10-03 12:36:39 -040068/* define bank(chip select) interleaving mode */
69#define FSL_DDR_CS0_CS1 0x40
70#define FSL_DDR_CS2_CS3 0x20
71#define FSL_DDR_CS0_CS1_AND_CS2_CS3 (FSL_DDR_CS0_CS1 | FSL_DDR_CS2_CS3)
72#define FSL_DDR_CS0_CS1_CS2_CS3 (FSL_DDR_CS0_CS1_AND_CS2_CS3 | 0x04)
73
74/* define memory controller interleaving mode */
75#define FSL_DDR_CACHE_LINE_INTERLEAVING 0x0
76#define FSL_DDR_PAGE_INTERLEAVING 0x1
77#define FSL_DDR_BANK_INTERLEAVING 0x2
78#define FSL_DDR_SUPERBANK_INTERLEAVING 0x3
York Suna4c66502012-08-17 08:22:39 +000079#define FSL_DDR_3WAY_1KB_INTERLEAVING 0xA
80#define FSL_DDR_3WAY_4KB_INTERLEAVING 0xC
81#define FSL_DDR_3WAY_8KB_INTERLEAVING 0xD
82/* placeholder for 4-way interleaving */
83#define FSL_DDR_4WAY_1KB_INTERLEAVING 0x1A
84#define FSL_DDR_4WAY_4KB_INTERLEAVING 0x1C
85#define FSL_DDR_4WAY_8KB_INTERLEAVING 0x1D
Haiying Wangdbbbb3a2008-10-03 12:36:39 -040086
York Sun123922b2012-10-08 07:44:23 +000087#define SDRAM_CS_CONFIG_EN 0x80000000
88
Poonam_Aggrwal-b10812e1be0d22009-01-04 08:46:38 +053089/* DDR_SDRAM_CFG - DDR SDRAM Control Configuration
90 */
91#define SDRAM_CFG_MEM_EN 0x80000000
92#define SDRAM_CFG_SREN 0x40000000
93#define SDRAM_CFG_ECC_EN 0x20000000
94#define SDRAM_CFG_RD_EN 0x10000000
95#define SDRAM_CFG_SDRAM_TYPE_DDR1 0x02000000
96#define SDRAM_CFG_SDRAM_TYPE_DDR2 0x03000000
97#define SDRAM_CFG_SDRAM_TYPE_MASK 0x07000000
98#define SDRAM_CFG_SDRAM_TYPE_SHIFT 24
99#define SDRAM_CFG_DYN_PWR 0x00200000
Matthew McClintock9c6b47d2012-08-13 08:10:37 +0000100#define SDRAM_CFG_DBW_MASK 0x00180000
Poonam_Aggrwal-b10812e1be0d22009-01-04 08:46:38 +0530101#define SDRAM_CFG_32_BE 0x00080000
Poonam Aggrwal0b3b1762011-02-07 15:09:51 +0530102#define SDRAM_CFG_16_BE 0x00100000
Poonam_Aggrwal-b10812e1be0d22009-01-04 08:46:38 +0530103#define SDRAM_CFG_8_BE 0x00040000
104#define SDRAM_CFG_NCAP 0x00020000
105#define SDRAM_CFG_2T_EN 0x00008000
106#define SDRAM_CFG_BI 0x00000001
107
York Sun91671912011-01-25 22:05:49 -0800108#define SDRAM_CFG2_D_INIT 0x00000010
109#define SDRAM_CFG2_ODT_CFG_MASK 0x00600000
York Suncae7c1b2011-08-26 11:32:40 -0700110#define SDRAM_CFG2_ODT_NEVER 0
111#define SDRAM_CFG2_ODT_ONLY_WRITE 1
112#define SDRAM_CFG2_ODT_ONLY_READ 2
113#define SDRAM_CFG2_ODT_ALWAYS 3
York Sun91671912011-01-25 22:05:49 -0800114
115#define TIMING_CFG_2_CPO_MASK 0x0F800000
116
Dave Liuc360cea2009-03-14 12:48:30 +0800117#if defined(CONFIG_P4080)
118#define RD_TO_PRE_MASK 0xf
119#define RD_TO_PRE_SHIFT 13
120#define WR_DATA_DELAY_MASK 0xf
121#define WR_DATA_DELAY_SHIFT 9
122#else
123#define RD_TO_PRE_MASK 0x7
124#define RD_TO_PRE_SHIFT 13
125#define WR_DATA_DELAY_MASK 0x7
126#define WR_DATA_DELAY_SHIFT 10
127#endif
128
York Sunfa8d23c2011-01-10 12:03:01 +0000129/* DDR_MD_CNTL */
130#define MD_CNTL_MD_EN 0x80000000
131#define MD_CNTL_CS_SEL_CS0 0x00000000
132#define MD_CNTL_CS_SEL_CS1 0x10000000
133#define MD_CNTL_CS_SEL_CS2 0x20000000
134#define MD_CNTL_CS_SEL_CS3 0x30000000
135#define MD_CNTL_CS_SEL_CS0_CS1 0x40000000
136#define MD_CNTL_CS_SEL_CS2_CS3 0x50000000
137#define MD_CNTL_MD_SEL_MR 0x00000000
138#define MD_CNTL_MD_SEL_EMR 0x01000000
139#define MD_CNTL_MD_SEL_EMR2 0x02000000
140#define MD_CNTL_MD_SEL_EMR3 0x03000000
141#define MD_CNTL_SET_REF 0x00800000
142#define MD_CNTL_SET_PRE 0x00400000
143#define MD_CNTL_CKE_CNTL_LOW 0x00100000
144#define MD_CNTL_CKE_CNTL_HIGH 0x00200000
145#define MD_CNTL_WRCW 0x00080000
146#define MD_CNTL_MD_VALUE(x) (x & 0x0000FFFF)
147
York Sun6b06d7d2011-01-10 12:03:02 +0000148/* DDR_CDR1 */
149#define DDR_CDR1_DHC_EN 0x80000000
York Sun57495e42012-10-08 07:44:22 +0000150#define DDR_CDR1_ODT_SHIFT 17
151#define DDR_CDR1_ODT_MASK 0x6
152#define DDR_CDR2_ODT_MASK 0x1
153#define DDR_CDR1_ODT(x) ((x & DDR_CDR1_ODT_MASK) << DDR_CDR1_ODT_SHIFT)
154#define DDR_CDR2_ODT(x) (x & DDR_CDR2_ODT_MASK)
155
156#if (defined(CONFIG_SYS_FSL_DDR_VER) && \
157 (CONFIG_SYS_FSL_DDR_VER >= FSL_DDR_VER_4_7))
158#define DDR_CDR_ODT_OFF 0x0
159#define DDR_CDR_ODT_120ohm 0x1
160#define DDR_CDR_ODT_180ohm 0x2
161#define DDR_CDR_ODT_75ohm 0x3
162#define DDR_CDR_ODT_110ohm 0x4
163#define DDR_CDR_ODT_60hm 0x5
164#define DDR_CDR_ODT_70ohm 0x6
165#define DDR_CDR_ODT_47ohm 0x7
166#else
167#define DDR_CDR_ODT_75ohm 0x0
168#define DDR_CDR_ODT_55ohm 0x1
169#define DDR_CDR_ODT_60ohm 0x2
170#define DDR_CDR_ODT_50ohm 0x3
171#define DDR_CDR_ODT_150ohm 0x4
172#define DDR_CDR_ODT_43ohm 0x5
173#define DDR_CDR_ODT_120ohm 0x6
174#endif
York Sun6b06d7d2011-01-10 12:03:02 +0000175
Kumar Gala58e5e9a2008-08-26 15:01:29 -0500176/* Record of register values computed */
177typedef struct fsl_ddr_cfg_regs_s {
178 struct {
179 unsigned int bnds;
180 unsigned int config;
181 unsigned int config_2;
182 } cs[CONFIG_CHIP_SELECTS_PER_CTRL];
183 unsigned int timing_cfg_3;
184 unsigned int timing_cfg_0;
185 unsigned int timing_cfg_1;
186 unsigned int timing_cfg_2;
187 unsigned int ddr_sdram_cfg;
188 unsigned int ddr_sdram_cfg_2;
189 unsigned int ddr_sdram_mode;
190 unsigned int ddr_sdram_mode_2;
York Sune1fd16b2011-01-10 12:03:00 +0000191 unsigned int ddr_sdram_mode_3;
192 unsigned int ddr_sdram_mode_4;
193 unsigned int ddr_sdram_mode_5;
194 unsigned int ddr_sdram_mode_6;
195 unsigned int ddr_sdram_mode_7;
196 unsigned int ddr_sdram_mode_8;
Kumar Gala58e5e9a2008-08-26 15:01:29 -0500197 unsigned int ddr_sdram_md_cntl;
198 unsigned int ddr_sdram_interval;
199 unsigned int ddr_data_init;
200 unsigned int ddr_sdram_clk_cntl;
201 unsigned int ddr_init_addr;
202 unsigned int ddr_init_ext_addr;
203 unsigned int timing_cfg_4;
204 unsigned int timing_cfg_5;
205 unsigned int ddr_zq_cntl;
206 unsigned int ddr_wrlvl_cntl;
York Sun57495e42012-10-08 07:44:22 +0000207 unsigned int ddr_wrlvl_cntl_2;
208 unsigned int ddr_wrlvl_cntl_3;
Kumar Gala58e5e9a2008-08-26 15:01:29 -0500209 unsigned int ddr_sr_cntr;
210 unsigned int ddr_sdram_rcw_1;
211 unsigned int ddr_sdram_rcw_2;
york7fd101c2010-07-02 22:25:54 +0000212 unsigned int ddr_eor;
York Sund2a95682011-01-10 12:02:59 +0000213 unsigned int ddr_cdr1;
214 unsigned int ddr_cdr2;
215 unsigned int err_disable;
216 unsigned int err_int_en;
217 unsigned int debug[32];
Kumar Gala58e5e9a2008-08-26 15:01:29 -0500218} fsl_ddr_cfg_regs_t;
219
220typedef struct memctl_options_partial_s {
221 unsigned int all_DIMMs_ECC_capable;
222 unsigned int all_DIMMs_tCKmax_ps;
223 unsigned int all_DIMMs_burst_lengths_bitmask;
224 unsigned int all_DIMMs_registered;
225 unsigned int all_DIMMs_unbuffered;
226 /* unsigned int lowest_common_SPD_caslat; */
227 unsigned int all_DIMMs_minimum_tRCD_ps;
228} memctl_options_partial_t;
229
York Sun51d498f2011-05-27 07:25:51 +0800230#define DDR_DATA_BUS_WIDTH_64 0
231#define DDR_DATA_BUS_WIDTH_32 1
232#define DDR_DATA_BUS_WIDTH_16 2
Kumar Gala58e5e9a2008-08-26 15:01:29 -0500233/*
234 * Generalized parameters for memory controller configuration,
235 * might be a little specific to the FSL memory controller
236 */
237typedef struct memctl_options_s {
238 /*
239 * Memory organization parameters
240 *
241 * if DIMM is present in the system
242 * where DIMMs are with respect to chip select
243 * where chip selects are with respect to memory boundaries
244 */
245 unsigned int registered_dimm_en; /* use registered DIMM support */
246
247 /* Options local to a Chip Select */
248 struct cs_local_opts_s {
249 unsigned int auto_precharge;
250 unsigned int odt_rd_cfg;
251 unsigned int odt_wr_cfg;
York Sune1fd16b2011-01-10 12:03:00 +0000252 unsigned int odt_rtt_norm;
253 unsigned int odt_rtt_wr;
Kumar Gala58e5e9a2008-08-26 15:01:29 -0500254 } cs_local_opts[CONFIG_CHIP_SELECTS_PER_CTRL];
255
256 /* Special configurations for chip select */
257 unsigned int memctl_interleaving;
258 unsigned int memctl_interleaving_mode;
259 unsigned int ba_intlv_ctl;
york7fd101c2010-07-02 22:25:54 +0000260 unsigned int addr_hash;
Kumar Gala58e5e9a2008-08-26 15:01:29 -0500261
262 /* Operational mode parameters */
263 unsigned int ECC_mode; /* Use ECC? */
264 /* Initialize ECC using memory controller? */
265 unsigned int ECC_init_using_memctl;
266 unsigned int DQS_config; /* Use DQS? maybe only with DDR2? */
267 /* SREN - self-refresh during sleep */
268 unsigned int self_refresh_in_sleep;
269 unsigned int dynamic_power; /* DYN_PWR */
270 /* memory data width to use (16-bit, 32-bit, 64-bit) */
271 unsigned int data_bus_width;
Dave Liuc360cea2009-03-14 12:48:30 +0800272 unsigned int burst_length; /* BL4, OTF and BL8 */
273 /* On-The-Fly Burst Chop enable */
274 unsigned int OTF_burst_chop_en;
275 /* mirrior DIMMs for DDR3 */
276 unsigned int mirrored_dimm;
york5800e7a2010-07-02 22:25:53 +0000277 unsigned int quad_rank_present;
York Sund2a95682011-01-10 12:02:59 +0000278 unsigned int ap_en; /* address parity enable for RDIMM */
Kumar Gala58e5e9a2008-08-26 15:01:29 -0500279
280 /* Global Timing Parameters */
281 unsigned int cas_latency_override;
282 unsigned int cas_latency_override_value;
283 unsigned int use_derated_caslat;
284 unsigned int additive_latency_override;
285 unsigned int additive_latency_override_value;
286
287 unsigned int clk_adjust; /* */
288 unsigned int cpo_override;
289 unsigned int write_data_delay; /* DQS adjust */
Dave Liubdc9f7b2009-12-16 10:24:37 -0600290
291 unsigned int wrlvl_override;
292 unsigned int wrlvl_sample; /* Write leveling */
293 unsigned int wrlvl_start;
York Sun57495e42012-10-08 07:44:22 +0000294 unsigned int wrlvl_ctl_2;
295 unsigned int wrlvl_ctl_3;
Dave Liubdc9f7b2009-12-16 10:24:37 -0600296
Kumar Gala58e5e9a2008-08-26 15:01:29 -0500297 unsigned int half_strength_driver_enable;
298 unsigned int twoT_en;
299 unsigned int threeT_en;
300 unsigned int bstopre;
301 unsigned int tCKE_clock_pulse_width_ps; /* tCKE */
302 unsigned int tFAW_window_four_activates_ps; /* tFAW -- FOUR_ACT */
Dave Liu22cca7e2008-11-21 16:31:35 +0800303
Dave Liuc360cea2009-03-14 12:48:30 +0800304 /* Rtt impedance */
305 unsigned int rtt_override; /* rtt_override enable */
306 unsigned int rtt_override_value; /* that is Rtt_Nom for DDR3 */
Dave Liu1aa3d082009-12-16 10:24:38 -0600307 unsigned int rtt_wr_override_value; /* this is Rtt_WR for DDR3 */
Dave Liuc360cea2009-03-14 12:48:30 +0800308
Dave Liu22cca7e2008-11-21 16:31:35 +0800309 /* Automatic self refresh */
310 unsigned int auto_self_refresh_en;
311 unsigned int sr_it;
Dave Liuc360cea2009-03-14 12:48:30 +0800312 /* ZQ calibration */
313 unsigned int zq_en;
314 /* Write leveling */
315 unsigned int wrlvl_en;
York Sund2a95682011-01-10 12:02:59 +0000316 /* RCW override for RDIMM */
317 unsigned int rcw_override;
318 unsigned int rcw_1;
319 unsigned int rcw_2;
320 /* control register 1 */
321 unsigned int ddr_cdr1;
York Sun57495e42012-10-08 07:44:22 +0000322 unsigned int ddr_cdr2;
York Sun23f96702011-05-27 13:44:28 +0800323
324 unsigned int trwt_override;
325 unsigned int trwt; /* read-to-write turnaround */
Kumar Gala58e5e9a2008-08-26 15:01:29 -0500326} memctl_options_t;
327
328extern phys_size_t fsl_ddr_sdram(void);
Zhao Chenhuic1fc2d42011-01-28 17:58:37 +0800329extern phys_size_t fsl_ddr_sdram_size(void);
Kumar Gala3dbd5d72011-01-09 14:06:28 -0600330extern int fsl_use_spd(void);
Kumar Galaf0f89942011-01-25 01:48:03 -0600331extern void fsl_ddr_set_memctl_regs(const fsl_ddr_cfg_regs_t *regs,
332 unsigned int ctrl_num);
York Sun28a96672010-10-18 13:46:49 -0700333
Becky Bruce38dba0c2010-12-17 17:17:56 -0600334/*
335 * The 85xx boards have a common prototype for fixed_sdram so put the
336 * declaration here.
337 */
338#ifdef CONFIG_MPC85xx
339extern phys_size_t fixed_sdram(void);
340#endif
341
342#if defined(CONFIG_DDR_ECC)
343extern void ddr_enable_ecc(unsigned int dram_size);
344#endif
345
346
York Sun28a96672010-10-18 13:46:49 -0700347typedef struct fixed_ddr_parm{
348 int min_freq;
349 int max_freq;
350 fsl_ddr_cfg_regs_t *ddr_settings;
351} fixed_ddr_parm_t;
Kumar Gala58e5e9a2008-08-26 15:01:29 -0500352#endif