]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/cpu/armv7/omap5/sdram.c
OMAP5: ADD precalculated timings for ddr3
[people/ms/u-boot.git] / arch / arm / cpu / armv7 / omap5 / sdram.c
1 /*
2 * Timing and Organization details of the ddr device parts used in OMAP5
3 * EVM
4 *
5 * (C) Copyright 2010
6 * Texas Instruments, <www.ti.com>
7 *
8 * Aneesh V <aneesh@ti.com>
9 * Sricharan R <r.sricharan@ti.com>
10 *
11 * See file CREDITS for list of people who contributed to this
12 * project.
13 *
14 * This program is free software; you can redistribute it and/or
15 * modify it under the terms of the GNU General Public License as
16 * published by the Free Software Foundation; either version 2 of
17 * the License, or (at your option) any later version.
18 *
19 * This program is distributed in the hope that it will be useful,
20 * but WITHOUT ANY WARRANTY; without even the implied warranty of
21 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 * GNU General Public License for more details.
23 *
24 * You should have received a copy of the GNU General Public License
25 * along with this program; if not, write to the Free Software
26 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
27 * MA 02111-1307 USA
28 */
29
30 #include <asm/emif.h>
31 #include <asm/arch/sys_proto.h>
32
33 /*
34 * This file provides details of the LPDDR2 SDRAM parts used on OMAP5
35 * EVM. Since the parts used and geometry are identical for
36 * evm for a given OMAP5 revision, this information is kept
37 * here instead of being in board directory. However the key functions
38 * exported are weakly linked so that they can be over-ridden in the board
39 * directory if there is a OMAP5 board in the future that uses a different
40 * memory device or geometry.
41 *
42 * For any new board with different memory devices over-ride one or more
43 * of the following functions as per the CONFIG flags you intend to enable:
44 * - emif_get_reg_dump()
45 * - emif_get_dmm_regs()
46 * - emif_get_device_details()
47 * - emif_get_device_timings()
48 */
49
50 #ifdef CONFIG_SYS_EMIF_PRECALCULATED_TIMING_REGS
51 const struct emif_regs emif_regs_532_mhz_2cs = {
52 .sdram_config_init = 0x80800EBA,
53 .sdram_config = 0x808022BA,
54 .ref_ctrl = 0x0000081A,
55 .sdram_tim1 = 0x772F6873,
56 .sdram_tim2 = 0x304a129a,
57 .sdram_tim3 = 0x02f7e45f,
58 .read_idle_ctrl = 0x00050000,
59 .zq_config = 0x000b3215,
60 .temp_alert_config = 0x08000a05,
61 .emif_ddr_phy_ctlr_1_init = 0x0E28420d,
62 .emif_ddr_phy_ctlr_1 = 0x0E28420d,
63 .emif_ddr_ext_phy_ctrl_1 = 0x04020080,
64 .emif_ddr_ext_phy_ctrl_2 = 0x28C518A3,
65 .emif_ddr_ext_phy_ctrl_3 = 0x518A3146,
66 .emif_ddr_ext_phy_ctrl_4 = 0x0014628C,
67 .emif_ddr_ext_phy_ctrl_5 = 0x04010040
68 };
69
70 const struct emif_regs emif_regs_266_mhz_2cs = {
71 .sdram_config_init = 0x80800EBA,
72 .sdram_config = 0x808022BA,
73 .ref_ctrl = 0x0000040D,
74 .sdram_tim1 = 0x2A86B419,
75 .sdram_tim2 = 0x1025094A,
76 .sdram_tim3 = 0x026BA22F,
77 .read_idle_ctrl = 0x00050000,
78 .zq_config = 0x000b3215,
79 .temp_alert_config = 0x08000a05,
80 .emif_ddr_phy_ctlr_1_init = 0x0E28420d,
81 .emif_ddr_phy_ctlr_1 = 0x0E28420d,
82 .emif_ddr_ext_phy_ctrl_1 = 0x04020080,
83 .emif_ddr_ext_phy_ctrl_2 = 0x0A414829,
84 .emif_ddr_ext_phy_ctrl_3 = 0x14829052,
85 .emif_ddr_ext_phy_ctrl_4 = 0x000520A4,
86 .emif_ddr_ext_phy_ctrl_5 = 0x04010040
87 };
88
89 const struct emif_regs emif_regs_ddr3_532_mhz_1cs = {
90 .sdram_config_init = 0x61851B32,
91 .sdram_config = 0x61851B32,
92 .ref_ctrl = 0x00001035,
93 .sdram_tim1 = 0xCCCF36B3,
94 .sdram_tim2 = 0x308F7FDA,
95 .sdram_tim3 = 0x027F88A8,
96 .read_idle_ctrl = 0x00050000,
97 .zq_config = 0x0007190B,
98 .temp_alert_config = 0x00000000,
99 .emif_ddr_phy_ctlr_1_init = 0x0020420A,
100 .emif_ddr_phy_ctlr_1 = 0x0024420A,
101 .emif_ddr_ext_phy_ctrl_1 = 0x04040100,
102 .emif_ddr_ext_phy_ctrl_2 = 0x00000000,
103 .emif_ddr_ext_phy_ctrl_3 = 0x00000000,
104 .emif_ddr_ext_phy_ctrl_4 = 0x00000000,
105 .emif_ddr_ext_phy_ctrl_5 = 0x04010040,
106 .emif_rd_wr_lvl_rmp_win = 0x00000000,
107 .emif_rd_wr_lvl_rmp_ctl = 0x80000000,
108 .emif_rd_wr_lvl_ctl = 0x00000000,
109 .emif_rd_wr_exec_thresh = 0x00000305
110 };
111
112 const struct dmm_lisa_map_regs lisa_map_4G_x_2_x_2 = {
113 .dmm_lisa_map_0 = 0x0,
114 .dmm_lisa_map_1 = 0x0,
115 .dmm_lisa_map_2 = 0x80740300,
116 .dmm_lisa_map_3 = 0xFF020100
117 };
118
119 const u32 ext_phy_ctrl_const_base[EMIF_EXT_PHY_CTRL_CONST_REG] = {
120 0x01004010,
121 0x00001004,
122 0x04010040,
123 0x01004010,
124 0x00001004,
125 0x00000000,
126 0x00000000,
127 0x00000000,
128 0x80080080,
129 0x00800800,
130 0x08102040,
131 0x00000001,
132 0x540A8150,
133 0xA81502a0,
134 0x002A0540,
135 0x00000000,
136 0x00000000,
137 0x00000000,
138 0x00000077
139 };
140
141 const u32 ddr3_ext_phy_ctrl_const_base[EMIF_EXT_PHY_CTRL_CONST_REG] = {
142 0x01004010,
143 0x00001004,
144 0x04010040,
145 0x01004010,
146 0x00001004,
147 0x00000000,
148 0x00000000,
149 0x00000000,
150 0x80080080,
151 0x00800800,
152 0x08102040,
153 0x00000002,
154 0x0,
155 0x0,
156 0x0,
157 0x00000000,
158 0x00000000,
159 0x00000000,
160 0x00000057
161 };
162
163 static void emif_get_reg_dump_sdp(u32 emif_nr, const struct emif_regs **regs)
164 {
165 if (omap_revision() == OMAP5432_ES1_0)
166 *regs = &emif_regs_ddr3_532_mhz_1cs;
167 else
168 *regs = &emif_regs_532_mhz_2cs;
169 }
170 void emif_get_reg_dump(u32 emif_nr, const struct emif_regs **regs)
171 __attribute__((weak, alias("emif_get_reg_dump_sdp")));
172
173 static void emif_get_dmm_regs_sdp(const struct dmm_lisa_map_regs
174 **dmm_lisa_regs)
175 {
176 *dmm_lisa_regs = &lisa_map_4G_x_2_x_2;
177 }
178
179 void emif_get_dmm_regs(const struct dmm_lisa_map_regs **dmm_lisa_regs)
180 __attribute__((weak, alias("emif_get_dmm_regs_sdp")));
181
182 #else
183
184 static const struct lpddr2_device_details dev_4G_S4_details = {
185 .type = LPDDR2_TYPE_S4,
186 .density = LPDDR2_DENSITY_4Gb,
187 .io_width = LPDDR2_IO_WIDTH_32,
188 .manufacturer = LPDDR2_MANUFACTURER_SAMSUNG
189 };
190
191 static void emif_get_device_details_sdp(u32 emif_nr,
192 struct lpddr2_device_details *cs0_device_details,
193 struct lpddr2_device_details *cs1_device_details)
194 {
195 /* EMIF1 & EMIF2 have identical configuration */
196 *cs0_device_details = dev_4G_S4_details;
197 *cs1_device_details = dev_4G_S4_details;
198 }
199
200 void emif_get_device_details(u32 emif_nr,
201 struct lpddr2_device_details *cs0_device_details,
202 struct lpddr2_device_details *cs1_device_details)
203 __attribute__((weak, alias("emif_get_device_details_sdp")));
204
205 #endif /* CONFIG_SYS_EMIF_PRECALCULATED_TIMING_REGS */
206
207 #ifndef CONFIG_SYS_DEFAULT_LPDDR2_TIMINGS
208 static const struct lpddr2_ac_timings timings_jedec_532_mhz = {
209 .max_freq = 532000000,
210 .RL = 8,
211 .tRPab = 21,
212 .tRCD = 18,
213 .tWR = 15,
214 .tRASmin = 42,
215 .tRRD = 10,
216 .tWTRx2 = 15,
217 .tXSR = 140,
218 .tXPx2 = 15,
219 .tRFCab = 130,
220 .tRTPx2 = 15,
221 .tCKE = 3,
222 .tCKESR = 15,
223 .tZQCS = 90,
224 .tZQCL = 360,
225 .tZQINIT = 1000,
226 .tDQSCKMAXx2 = 11,
227 .tRASmax = 70,
228 .tFAW = 50
229 };
230
231 static const struct lpddr2_min_tck min_tck = {
232 .tRL = 3,
233 .tRP_AB = 3,
234 .tRCD = 3,
235 .tWR = 3,
236 .tRAS_MIN = 3,
237 .tRRD = 2,
238 .tWTR = 2,
239 .tXP = 2,
240 .tRTP = 2,
241 .tCKE = 3,
242 .tCKESR = 3,
243 .tFAW = 8
244 };
245
246 static const struct lpddr2_ac_timings *ac_timings[MAX_NUM_SPEEDBINS] = {
247 &timings_jedec_532_mhz
248 };
249
250 static const struct lpddr2_device_timings dev_4G_S4_timings = {
251 .ac_timings = ac_timings,
252 .min_tck = &min_tck,
253 };
254
255 void emif_get_device_timings_sdp(u32 emif_nr,
256 const struct lpddr2_device_timings **cs0_device_timings,
257 const struct lpddr2_device_timings **cs1_device_timings)
258 {
259 /* Identical devices on EMIF1 & EMIF2 */
260 *cs0_device_timings = &dev_4G_S4_timings;
261 *cs1_device_timings = &dev_4G_S4_timings;
262 }
263
264 void emif_get_device_timings(u32 emif_nr,
265 const struct lpddr2_device_timings **cs0_device_timings,
266 const struct lpddr2_device_timings **cs1_device_timings)
267 __attribute__((weak, alias("emif_get_device_timings_sdp")));
268
269 #endif /* CONFIG_SYS_DEFAULT_LPDDR2_TIMINGS */