2 * arch/powerpc/cpu/ppc4xx/denali_spd_ddr2.c
3 * This SPD SDRAM detection code supports AMCC PPC44x CPUs with a Denali-core
4 * DDR2 controller, specifically the 440EPx/GRx.
6 * (C) Copyright 2007-2008
7 * Larry Johnson, lrj@acm.org.
9 * Based primarily on arch/powerpc/cpu/ppc4xx/4xx_spd_ddr2.c, which is...
12 * Stefan Roese, DENX Software Engineering, sr@denx.de.
14 * COPYRIGHT AMCC CORPORATION 2004
16 * SPDX-License-Identifier: GPL-2.0+
19 /* define DEBUG for debugging output (obviously ;-)) */
26 #include <asm/ppc4xx.h>
29 #include <asm/processor.h>
31 #include <asm/cache.h>
33 DECLARE_GLOBAL_DATA_PTR;
35 #if defined(CONFIG_SPD_EEPROM) && \
36 (defined(CONFIG_440EPX) || defined(CONFIG_440GRX))
38 /*-----------------------------------------------------------------------------+
40 *-----------------------------------------------------------------------------*/
44 #define ONE_BILLION 1000000000
46 #define MULDIV64(m1, m2, d) (u32)(((u64)(m1) * (u64)(m2)) / (u64)(d))
48 #define DLL_DQS_DELAY 0x19
49 #define DLL_DQS_BYPASS 0x0B
50 #define DQS_OUT_SHIFT 0x7F
53 * This DDR2 setup code can dynamically setup the TLB entries for the DDR2 memory
54 * region. Right now the cache should still be disabled in U-Boot because of the
55 * EMAC driver, that need it's buffer descriptor to be located in non cached
58 * If at some time this restriction doesn't apply anymore, just define
59 * CONFIG_4xx_DCACHE in the board config file and this code should setup
60 * everything correctly.
62 #if defined(CONFIG_4xx_DCACHE)
63 #define MY_TLB_WORD2_I_ENABLE 0 /* enable caching on SDRAM */
65 #define MY_TLB_WORD2_I_ENABLE TLB_WORD2_I_ENABLE /* disable caching on SDRAM */
68 /*-----------------------------------------------------------------------------+
70 *-----------------------------------------------------------------------------*/
71 extern int denali_wait_for_dlllock(void);
72 extern void denali_core_search_data_eye(void);
73 extern void dcbz_area(u32 start_address, u32 num_bytes);
76 * Board-specific Platform code can reimplement spd_ddr_init_hang () if needed
78 void __spd_ddr_init_hang(void)
82 void spd_ddr_init_hang(void)
83 __attribute__ ((weak, alias("__spd_ddr_init_hang")));
86 static void print_mcsr(void)
88 printf("MCSR = 0x%08X\n", mfspr(SPRN_MCSR));
91 static void denali_sdram_register_dump(void)
93 unsigned int sdram_data;
95 printf("\n Register Dump:\n");
96 mfsdram(DDR0_00, sdram_data);
97 printf(" DDR0_00 = 0x%08X", sdram_data);
98 mfsdram(DDR0_01, sdram_data);
99 printf(" DDR0_01 = 0x%08X\n", sdram_data);
100 mfsdram(DDR0_02, sdram_data);
101 printf(" DDR0_02 = 0x%08X", sdram_data);
102 mfsdram(DDR0_03, sdram_data);
103 printf(" DDR0_03 = 0x%08X\n", sdram_data);
104 mfsdram(DDR0_04, sdram_data);
105 printf(" DDR0_04 = 0x%08X", sdram_data);
106 mfsdram(DDR0_05, sdram_data);
107 printf(" DDR0_05 = 0x%08X\n", sdram_data);
108 mfsdram(DDR0_06, sdram_data);
109 printf(" DDR0_06 = 0x%08X", sdram_data);
110 mfsdram(DDR0_07, sdram_data);
111 printf(" DDR0_07 = 0x%08X\n", sdram_data);
112 mfsdram(DDR0_08, sdram_data);
113 printf(" DDR0_08 = 0x%08X", sdram_data);
114 mfsdram(DDR0_09, sdram_data);
115 printf(" DDR0_09 = 0x%08X\n", sdram_data);
116 mfsdram(DDR0_10, sdram_data);
117 printf(" DDR0_10 = 0x%08X", sdram_data);
118 mfsdram(DDR0_11, sdram_data);
119 printf(" DDR0_11 = 0x%08X\n", sdram_data);
120 mfsdram(DDR0_12, sdram_data);
121 printf(" DDR0_12 = 0x%08X", sdram_data);
122 mfsdram(DDR0_14, sdram_data);
123 printf(" DDR0_14 = 0x%08X\n", sdram_data);
124 mfsdram(DDR0_17, sdram_data);
125 printf(" DDR0_17 = 0x%08X", sdram_data);
126 mfsdram(DDR0_18, sdram_data);
127 printf(" DDR0_18 = 0x%08X\n", sdram_data);
128 mfsdram(DDR0_19, sdram_data);
129 printf(" DDR0_19 = 0x%08X", sdram_data);
130 mfsdram(DDR0_20, sdram_data);
131 printf(" DDR0_20 = 0x%08X\n", sdram_data);
132 mfsdram(DDR0_21, sdram_data);
133 printf(" DDR0_21 = 0x%08X", sdram_data);
134 mfsdram(DDR0_22, sdram_data);
135 printf(" DDR0_22 = 0x%08X\n", sdram_data);
136 mfsdram(DDR0_23, sdram_data);
137 printf(" DDR0_23 = 0x%08X", sdram_data);
138 mfsdram(DDR0_24, sdram_data);
139 printf(" DDR0_24 = 0x%08X\n", sdram_data);
140 mfsdram(DDR0_25, sdram_data);
141 printf(" DDR0_25 = 0x%08X", sdram_data);
142 mfsdram(DDR0_26, sdram_data);
143 printf(" DDR0_26 = 0x%08X\n", sdram_data);
144 mfsdram(DDR0_27, sdram_data);
145 printf(" DDR0_27 = 0x%08X", sdram_data);
146 mfsdram(DDR0_28, sdram_data);
147 printf(" DDR0_28 = 0x%08X\n", sdram_data);
148 mfsdram(DDR0_31, sdram_data);
149 printf(" DDR0_31 = 0x%08X", sdram_data);
150 mfsdram(DDR0_32, sdram_data);
151 printf(" DDR0_32 = 0x%08X\n", sdram_data);
152 mfsdram(DDR0_33, sdram_data);
153 printf(" DDR0_33 = 0x%08X", sdram_data);
154 mfsdram(DDR0_34, sdram_data);
155 printf(" DDR0_34 = 0x%08X\n", sdram_data);
156 mfsdram(DDR0_35, sdram_data);
157 printf(" DDR0_35 = 0x%08X", sdram_data);
158 mfsdram(DDR0_36, sdram_data);
159 printf(" DDR0_36 = 0x%08X\n", sdram_data);
160 mfsdram(DDR0_37, sdram_data);
161 printf(" DDR0_37 = 0x%08X", sdram_data);
162 mfsdram(DDR0_38, sdram_data);
163 printf(" DDR0_38 = 0x%08X\n", sdram_data);
164 mfsdram(DDR0_39, sdram_data);
165 printf(" DDR0_39 = 0x%08X", sdram_data);
166 mfsdram(DDR0_40, sdram_data);
167 printf(" DDR0_40 = 0x%08X\n", sdram_data);
168 mfsdram(DDR0_41, sdram_data);
169 printf(" DDR0_41 = 0x%08X", sdram_data);
170 mfsdram(DDR0_42, sdram_data);
171 printf(" DDR0_42 = 0x%08X\n", sdram_data);
172 mfsdram(DDR0_43, sdram_data);
173 printf(" DDR0_43 = 0x%08X", sdram_data);
174 mfsdram(DDR0_44, sdram_data);
175 printf(" DDR0_44 = 0x%08X\n", sdram_data);
178 static inline void denali_sdram_register_dump(void)
182 inline static void print_mcsr(void)
185 #endif /* defined(DEBUG) */
187 static int is_ecc_enabled(void)
191 mfsdram(DDR0_22, val);
192 return 0x3 == DDR0_22_CTRL_RAW_DECODE(val);
195 static unsigned char spd_read(u8 chip, unsigned int addr)
199 if (0 != i2c_probe(chip) || 0 != i2c_read(chip, addr, 1, data, 1)) {
200 debug("spd_read(0x%02X, 0x%02X) failed\n", chip, addr);
203 debug("spd_read(0x%02X, 0x%02X) returned 0x%02X\n",
204 chip, addr, data[0]);
208 static unsigned long get_tcyc(unsigned char reg)
211 * Byte 9, et al: Cycle time for CAS Latency=X, is split into two
212 * nibbles: the higher order nibble (bits 4-7) designates the cycle time
213 * to a granularity of 1ns; the value presented by the lower order
214 * nibble (bits 0-3) has a granularity of .1ns and is added to the value
215 * designated by the higher nibble. In addition, four lines of the lower
216 * order nibble are assigned to support +.25, +.33, +.66, and +.75.
219 unsigned char subfield_b = reg & 0x0F;
221 switch (subfield_b & 0x0F) {
232 return 1000 * (reg >> 4) + 100 * subfield_b;
234 return 1000 * (reg >> 4) + 250;
236 return 1000 * (reg >> 4) + 333;
238 return 1000 * (reg >> 4) + 667;
240 return 1000 * (reg >> 4) + 750;
245 /*------------------------------------------------------------------
246 * Find the installed DIMMs, make sure that the are DDR2, and fill
247 * in the dimm_ranks array. Then dimm_ranks[dimm_num] > 0 iff the
248 * DIMM and dimm_num is present.
249 * Note: Because there are only two chip-select lines, it is assumed
250 * that a board with a single socket can support two ranks on that
251 * socket, while a board with two sockets can support only one rank
253 *-----------------------------------------------------------------*/
254 static void get_spd_info(unsigned long dimm_ranks[],
255 unsigned long *ranks,
256 unsigned char const iic0_dimm_addr[],
257 unsigned long num_dimm_banks)
259 unsigned long dimm_num;
260 unsigned long dimm_found = false;
261 unsigned long const max_ranks_per_dimm = (1 == num_dimm_banks) ? 2 : 1;
262 unsigned char num_of_bytes;
263 unsigned char total_size;
266 for (dimm_num = 0; dimm_num < num_dimm_banks; dimm_num++) {
270 num_of_bytes = spd_read(iic0_dimm_addr[dimm_num], 0);
271 total_size = spd_read(iic0_dimm_addr[dimm_num], 1);
272 if ((num_of_bytes != 0) && (total_size != 0)) {
273 unsigned char const dimm_type =
274 spd_read(iic0_dimm_addr[dimm_num], 2);
276 unsigned long ranks_on_dimm =
277 (spd_read(iic0_dimm_addr[dimm_num], 5) & 0x07) + 1;
279 if (8 != dimm_type) {
282 printf("ERROR: Standard Fast Page Mode "
286 printf("ERROR: EDO DIMM");
289 printf("ERROR: Pipelined Nibble DIMM");
292 printf("ERROR: SDRAM DIMM");
295 printf("ERROR: Multiplexed ROM DIMM");
298 printf("ERROR: SGRAM DIMM");
301 printf("ERROR: DDR1 DIMM");
304 printf("ERROR: Unknown DIMM (type %d)",
305 (unsigned int)dimm_type);
308 printf(" detected in slot %lu.\n", dimm_num);
309 printf("Only DDR2 SDRAM DIMMs are supported."
311 printf("Replace the module with a DDR2 DIMM."
316 debug("DIMM slot %lu: populated with %lu-rank DDR2 DIMM"
317 "\n", dimm_num, ranks_on_dimm);
318 if (ranks_on_dimm > max_ranks_per_dimm) {
319 printf("WARNING: DRAM DIMM in slot %lu has %lu "
320 "ranks.\n", dimm_num, ranks_on_dimm);
321 if (1 == max_ranks_per_dimm) {
322 printf("Only one rank will be used.\n");
325 ("Only two ranks will be used.\n");
327 ranks_on_dimm = max_ranks_per_dimm;
329 dimm_ranks[dimm_num] = ranks_on_dimm;
330 *ranks += ranks_on_dimm;
332 dimm_ranks[dimm_num] = 0;
333 debug("DIMM slot %lu: Not populated\n", dimm_num);
336 if (dimm_found == false) {
337 printf("ERROR: No memory installed.\n");
338 printf("Install at least one DDR2 DIMM.\n\n");
341 debug("Total number of ranks = %ld\n", *ranks);
344 /*------------------------------------------------------------------
345 * For the memory DIMMs installed, this routine verifies that
346 * frequency previously calculated is supported.
347 *-----------------------------------------------------------------*/
348 static void check_frequency(unsigned long *dimm_ranks,
349 unsigned char const iic0_dimm_addr[],
350 unsigned long num_dimm_banks,
351 unsigned long sdram_freq)
353 unsigned long dimm_num;
354 unsigned long cycle_time;
355 unsigned long calc_cycle_time;
358 * calc_cycle_time is calculated from DDR frequency set by board/chip
359 * and is expressed in picoseconds to match the way DIMM cycle time is
362 calc_cycle_time = MULDIV64(ONE_BILLION, 1000, sdram_freq);
364 for (dimm_num = 0; dimm_num < num_dimm_banks; dimm_num++) {
365 if (dimm_ranks[dimm_num]) {
367 get_tcyc(spd_read(iic0_dimm_addr[dimm_num], 9));
368 debug("cycle_time=%ld ps\n", cycle_time);
370 if (cycle_time > (calc_cycle_time + 10)) {
372 * the provided sdram cycle_time is too small
373 * for the available DIMM cycle_time. The
374 * additionnal 10ps is here to accept a small
378 ("ERROR: DRAM DIMM detected with cycle_time %d ps in "
379 "slot %d \n while calculated cycle time is %d ps.\n",
380 (unsigned int)cycle_time,
381 (unsigned int)dimm_num,
382 (unsigned int)calc_cycle_time);
384 ("Replace the DIMM, or change DDR frequency via "
385 "strapping bits.\n\n");
392 /*------------------------------------------------------------------
393 * This routine gets size information for the installed memory
395 *-----------------------------------------------------------------*/
396 static void get_dimm_size(unsigned long dimm_ranks[],
397 unsigned char const iic0_dimm_addr[],
398 unsigned long num_dimm_banks,
399 unsigned long *const rows,
400 unsigned long *const banks,
401 unsigned long *const cols, unsigned long *const width)
403 unsigned long dimm_num;
409 for (dimm_num = 0; dimm_num < num_dimm_banks; dimm_num++) {
410 if (dimm_ranks[dimm_num]) {
414 t = spd_read(iic0_dimm_addr[dimm_num], 3);
417 } else if (t != *rows) {
418 printf("ERROR: DRAM DIMM modules do not all "
419 "have the same number of rows.\n\n");
423 t = spd_read(iic0_dimm_addr[dimm_num], 17);
426 } else if (t != *banks) {
427 printf("ERROR: DRAM DIMM modules do not all "
428 "have the same number of banks.\n\n");
432 t = spd_read(iic0_dimm_addr[dimm_num], 4);
435 } else if (t != *cols) {
436 printf("ERROR: DRAM DIMM modules do not all "
437 "have the same number of columns.\n\n");
441 t = spd_read(iic0_dimm_addr[dimm_num], 6);
444 } else if (t != *width) {
445 printf("ERROR: DRAM DIMM modules do not all "
446 "have the same data width.\n\n");
451 debug("Number of rows = %ld\n", *rows);
452 debug("Number of columns = %ld\n", *cols);
453 debug("Number of banks = %ld\n", *banks);
454 debug("Data width = %ld\n", *width);
456 printf("ERROR: DRAM DIMM modules have %lu address rows.\n",
458 printf("Only modules with 14 or fewer rows are supported.\n\n");
461 if (4 != *banks && 8 != *banks) {
462 printf("ERROR: DRAM DIMM modules have %lu banks.\n", *banks);
463 printf("Only modules with 4 or 8 banks are supported.\n\n");
467 printf("ERROR: DRAM DIMM modules have %lu address columns.\n",
469 printf("Only modules with 12 or fewer columns are "
473 if (32 != *width && 40 != *width && 64 != *width && 72 != *width) {
474 printf("ERROR: DRAM DIMM modules have a width of %lu bit.\n",
476 printf("Only modules with widths of 32, 40, 64, and 72 bits "
477 "are supported.\n\n");
482 /*------------------------------------------------------------------
483 * Only 1.8V modules are supported. This routine verifies this.
484 *-----------------------------------------------------------------*/
485 static void check_voltage_type(unsigned long dimm_ranks[],
486 unsigned char const iic0_dimm_addr[],
487 unsigned long num_dimm_banks)
489 unsigned long dimm_num;
490 unsigned long voltage_type;
492 for (dimm_num = 0; dimm_num < num_dimm_banks; dimm_num++) {
493 if (dimm_ranks[dimm_num]) {
494 voltage_type = spd_read(iic0_dimm_addr[dimm_num], 8);
495 if (0x05 != voltage_type) { /* 1.8V for DDR2 */
496 printf("ERROR: Slot %lu provides 1.8V for DDR2 "
497 "DIMMs.\n", dimm_num);
498 switch (voltage_type) {
500 printf("This DIMM is 5.0 Volt/TTL.\n");
503 printf("This DIMM is LVTTL.\n");
506 printf("This DIMM is 1.5 Volt.\n");
509 printf("This DIMM is 3.3 Volt/TTL.\n");
512 printf("This DIMM is 2.5 Volt.\n");
515 printf("This DIMM is an unknown "
519 printf("Replace it with a 1.8V DDR2 DIMM.\n\n");
526 static void program_ddr0_03(unsigned long dimm_ranks[],
527 unsigned char const iic0_dimm_addr[],
528 unsigned long num_dimm_banks,
529 unsigned long sdram_freq,
530 unsigned long rows, unsigned long *cas_latency)
532 unsigned long dimm_num;
533 unsigned long cas_index;
534 unsigned long cycle_2_0_clk;
535 unsigned long cycle_3_0_clk;
536 unsigned long cycle_4_0_clk;
537 unsigned long cycle_5_0_clk;
538 unsigned long max_2_0_tcyc_ps = 100;
539 unsigned long max_3_0_tcyc_ps = 100;
540 unsigned long max_4_0_tcyc_ps = 100;
541 unsigned long max_5_0_tcyc_ps = 100;
542 unsigned char cas_available = 0x3C; /* value for DDR2 */
543 u32 ddr0_03 = DDR0_03_BSTLEN_ENCODE(0x2) | DDR0_03_INITAREF_ENCODE(0x2);
544 unsigned int const tcyc_addr[3] = { 9, 23, 25 };
546 /*------------------------------------------------------------------
547 * Get the board configuration info.
548 *-----------------------------------------------------------------*/
549 debug("sdram_freq = %ld\n", sdram_freq);
551 /*------------------------------------------------------------------
552 * Handle the timing. We need to find the worst case timing of all
553 * the dimm modules installed.
554 *-----------------------------------------------------------------*/
555 /* loop through all the DIMM slots on the board */
556 for (dimm_num = 0; dimm_num < num_dimm_banks; dimm_num++) {
557 /* If a dimm is installed in a particular slot ... */
558 if (dimm_ranks[dimm_num]) {
559 unsigned char const cas_bit =
560 spd_read(iic0_dimm_addr[dimm_num], 18);
561 unsigned char cas_mask;
563 cas_available &= cas_bit;
564 for (cas_mask = 0x80; cas_mask; cas_mask >>= 1) {
565 if (cas_bit & cas_mask)
568 debug("cas_bit (SPD byte 18) = %02X, cas_mask = %02X\n",
571 for (cas_index = 0; cas_index < 3;
572 cas_mask >>= 1, cas_index++) {
573 unsigned long cycle_time_ps;
575 if (!(cas_available & cas_mask)) {
579 get_tcyc(spd_read(iic0_dimm_addr[dimm_num],
580 tcyc_addr[cas_index]));
582 debug("cas_index = %ld: cycle_time_ps = %ld\n",
583 cas_index, cycle_time_ps);
585 * DDR2 devices use the following bitmask for CAS latency:
586 * Bit 7 6 5 4 3 2 1 0
587 * TBD 6.0 5.0 4.0 3.0 2.0 TBD TBD
592 max(max_5_0_tcyc_ps, cycle_time_ps);
596 max(max_4_0_tcyc_ps, cycle_time_ps);
600 max(max_3_0_tcyc_ps, cycle_time_ps);
604 max(max_2_0_tcyc_ps, cycle_time_ps);
610 debug("cas_available (bit map) = 0x%02X\n", cas_available);
612 /*------------------------------------------------------------------
613 * Set the SDRAM mode, SDRAM_MMODE
614 *-----------------------------------------------------------------*/
616 /* add 10 here because of rounding problems */
617 cycle_2_0_clk = MULDIV64(ONE_BILLION, 1000, max_2_0_tcyc_ps) + 10;
618 cycle_3_0_clk = MULDIV64(ONE_BILLION, 1000, max_3_0_tcyc_ps) + 10;
619 cycle_4_0_clk = MULDIV64(ONE_BILLION, 1000, max_4_0_tcyc_ps) + 10;
620 cycle_5_0_clk = MULDIV64(ONE_BILLION, 1000, max_5_0_tcyc_ps) + 10;
621 debug("cycle_2_0_clk = %ld\n", cycle_2_0_clk);
622 debug("cycle_3_0_clk = %ld\n", cycle_3_0_clk);
623 debug("cycle_4_0_clk = %ld\n", cycle_4_0_clk);
624 debug("cycle_5_0_clk = %ld\n", cycle_5_0_clk);
626 if ((cas_available & 0x04) && (sdram_freq <= cycle_2_0_clk)) {
628 ddr0_03 |= DDR0_03_CASLAT_ENCODE(0x2) |
629 DDR0_03_CASLAT_LIN_ENCODE(0x4);
630 } else if ((cas_available & 0x08) && (sdram_freq <= cycle_3_0_clk)) {
632 ddr0_03 |= DDR0_03_CASLAT_ENCODE(0x3) |
633 DDR0_03_CASLAT_LIN_ENCODE(0x6);
634 } else if ((cas_available & 0x10) && (sdram_freq <= cycle_4_0_clk)) {
636 ddr0_03 |= DDR0_03_CASLAT_ENCODE(0x4) |
637 DDR0_03_CASLAT_LIN_ENCODE(0x8);
638 } else if ((cas_available & 0x20) && (sdram_freq <= cycle_5_0_clk)) {
640 ddr0_03 |= DDR0_03_CASLAT_ENCODE(0x5) |
641 DDR0_03_CASLAT_LIN_ENCODE(0xA);
643 printf("ERROR: Cannot find a supported CAS latency with the "
644 "installed DIMMs.\n");
645 printf("Only DDR2 DIMMs with CAS latencies of 2.0, 3.0, 4.0, "
646 "and 5.0 are supported.\n");
647 printf("Make sure the PLB speed is within the supported range "
649 printf("sdram_freq=%ld cycle2=%ld cycle3=%ld cycle4=%ld "
650 "cycle5=%ld\n\n", sdram_freq, cycle_2_0_clk,
651 cycle_3_0_clk, cycle_4_0_clk, cycle_5_0_clk);
654 debug("CAS latency = %ld\n", *cas_latency);
655 mtsdram(DDR0_03, ddr0_03);
658 static void program_ddr0_04(unsigned long dimm_ranks[],
659 unsigned char const iic0_dimm_addr[],
660 unsigned long num_dimm_banks,
661 unsigned long sdram_freq)
663 unsigned long dimm_num;
664 unsigned long t_rc_ps = 0;
665 unsigned long t_rrd_ps = 0;
666 unsigned long t_rtp_ps = 0;
667 unsigned long t_rc_clk;
668 unsigned long t_rrd_clk;
669 unsigned long t_rtp_clk;
671 /*------------------------------------------------------------------
672 * Handle the timing. We need to find the worst case timing of all
673 * the dimm modules installed.
674 *-----------------------------------------------------------------*/
675 /* loop through all the DIMM slots on the board */
676 for (dimm_num = 0; dimm_num < num_dimm_banks; dimm_num++) {
677 /* If a dimm is installed in a particular slot ... */
678 if (dimm_ranks[dimm_num]) {
682 ps = 1000 * spd_read(iic0_dimm_addr[dimm_num], 41);
683 switch (spd_read(iic0_dimm_addr[dimm_num], 40) >> 4) {
700 t_rc_ps = max(t_rc_ps, ps);
702 ps = 250 * spd_read(iic0_dimm_addr[dimm_num], 28);
703 t_rrd_ps = max(t_rrd_ps, ps);
705 ps = 250 * spd_read(iic0_dimm_addr[dimm_num], 38);
706 t_rtp_ps = max(t_rtp_ps, ps);
709 debug("t_rc_ps = %ld\n", t_rc_ps);
710 t_rc_clk = (MULDIV64(sdram_freq, t_rc_ps, ONE_BILLION) + 999) / 1000;
711 debug("t_rrd_ps = %ld\n", t_rrd_ps);
712 t_rrd_clk = (MULDIV64(sdram_freq, t_rrd_ps, ONE_BILLION) + 999) / 1000;
713 debug("t_rtp_ps = %ld\n", t_rtp_ps);
714 t_rtp_clk = (MULDIV64(sdram_freq, t_rtp_ps, ONE_BILLION) + 999) / 1000;
715 mtsdram(DDR0_04, DDR0_04_TRC_ENCODE(t_rc_clk) |
716 DDR0_04_TRRD_ENCODE(t_rrd_clk) |
717 DDR0_04_TRTP_ENCODE(t_rtp_clk));
720 static void program_ddr0_05(unsigned long dimm_ranks[],
721 unsigned char const iic0_dimm_addr[],
722 unsigned long num_dimm_banks,
723 unsigned long sdram_freq)
725 unsigned long dimm_num;
726 unsigned long t_rp_ps = 0;
727 unsigned long t_ras_ps = 0;
728 unsigned long t_rp_clk;
729 unsigned long t_ras_clk;
730 u32 ddr0_05 = DDR0_05_TMRD_ENCODE(0x2) | DDR0_05_TEMRS_ENCODE(0x2);
732 /*------------------------------------------------------------------
733 * Handle the timing. We need to find the worst case timing of all
734 * the dimm modules installed.
735 *-----------------------------------------------------------------*/
736 /* loop through all the DIMM slots on the board */
737 for (dimm_num = 0; dimm_num < num_dimm_banks; dimm_num++) {
738 /* If a dimm is installed in a particular slot ... */
739 if (dimm_ranks[dimm_num]) {
743 ps = 250 * spd_read(iic0_dimm_addr[dimm_num], 27);
744 t_rp_ps = max(t_rp_ps, ps);
746 ps = 1000 * spd_read(iic0_dimm_addr[dimm_num], 30);
747 t_ras_ps = max(t_ras_ps, ps);
750 debug("t_rp_ps = %ld\n", t_rp_ps);
751 t_rp_clk = (MULDIV64(sdram_freq, t_rp_ps, ONE_BILLION) + 999) / 1000;
752 debug("t_ras_ps = %ld\n", t_ras_ps);
753 t_ras_clk = (MULDIV64(sdram_freq, t_ras_ps, ONE_BILLION) + 999) / 1000;
754 mtsdram(DDR0_05, ddr0_05 | DDR0_05_TRP_ENCODE(t_rp_clk) |
755 DDR0_05_TRAS_MIN_ENCODE(t_ras_clk));
758 static void program_ddr0_06(unsigned long dimm_ranks[],
759 unsigned char const iic0_dimm_addr[],
760 unsigned long num_dimm_banks,
761 unsigned long sdram_freq)
763 unsigned long dimm_num;
764 unsigned char spd_40;
765 unsigned long t_wtr_ps = 0;
766 unsigned long t_rfc_ps = 0;
767 unsigned long t_wtr_clk;
768 unsigned long t_rfc_clk;
770 DDR0_06_WRITEINTERP_ENCODE(0x1) | DDR0_06_TDLL_ENCODE(200);
772 /*------------------------------------------------------------------
773 * Handle the timing. We need to find the worst case timing of all
774 * the dimm modules installed.
775 *-----------------------------------------------------------------*/
776 /* loop through all the DIMM slots on the board */
777 for (dimm_num = 0; dimm_num < num_dimm_banks; dimm_num++) {
778 /* If a dimm is installed in a particular slot ... */
779 if (dimm_ranks[dimm_num]) {
783 ps = 250 * spd_read(iic0_dimm_addr[dimm_num], 37);
784 t_wtr_ps = max(t_wtr_ps, ps);
786 ps = 1000 * spd_read(iic0_dimm_addr[dimm_num], 42);
787 spd_40 = spd_read(iic0_dimm_addr[dimm_num], 40);
788 ps += 256000 * (spd_40 & 0x01);
789 switch ((spd_40 & 0x0E) >> 1) {
806 t_rfc_ps = max(t_rfc_ps, ps);
809 debug("t_wtr_ps = %ld\n", t_wtr_ps);
810 t_wtr_clk = (MULDIV64(sdram_freq, t_wtr_ps, ONE_BILLION) + 999) / 1000;
811 debug("t_rfc_ps = %ld\n", t_rfc_ps);
812 t_rfc_clk = (MULDIV64(sdram_freq, t_rfc_ps, ONE_BILLION) + 999) / 1000;
813 mtsdram(DDR0_06, ddr0_06 | DDR0_06_TWTR_ENCODE(t_wtr_clk) |
814 DDR0_06_TRFC_ENCODE(t_rfc_clk));
817 static void program_ddr0_10(unsigned long dimm_ranks[], unsigned long ranks)
822 /* Both chip selects in use */
825 /* One chip select in use */
826 csmap = (1 == dimm_ranks[0]) ? 0x1 : 0x2;
828 mtsdram(DDR0_10, DDR0_10_WRITE_MODEREG_ENCODE(0x0) |
829 DDR0_10_CS_MAP_ENCODE(csmap) |
830 DDR0_10_OCD_ADJUST_PUP_CS_0_ENCODE(0));
833 static void program_ddr0_11(unsigned long sdram_freq)
835 unsigned long const t_xsnr_ps = 200000; /* 200 ns */
836 unsigned long t_xsnr_clk;
838 debug("t_xsnr_ps = %ld\n", t_xsnr_ps);
840 (MULDIV64(sdram_freq, t_xsnr_ps, ONE_BILLION) + 999) / 1000;
841 mtsdram(DDR0_11, DDR0_11_SREFRESH_ENCODE(0) |
842 DDR0_11_TXSNR_ENCODE(t_xsnr_clk) | DDR0_11_TXSR_ENCODE(200));
845 static void program_ddr0_22(unsigned long dimm_ranks[],
846 unsigned char const iic0_dimm_addr[],
847 unsigned long num_dimm_banks, unsigned long width)
849 #if defined(CONFIG_DDR_ECC)
850 unsigned long dimm_num;
851 unsigned long ecc_available = width >= 64;
852 u32 ddr0_22 = DDR0_22_DQS_OUT_SHIFT_BYPASS_ENCODE(0x26) |
853 DDR0_22_DQS_OUT_SHIFT_ENCODE(DQS_OUT_SHIFT) |
854 DDR0_22_DLL_DQS_BYPASS_8_ENCODE(DLL_DQS_BYPASS);
856 /* loop through all the DIMM slots on the board */
857 for (dimm_num = 0; dimm_num < num_dimm_banks; dimm_num++) {
858 /* If a dimm is installed in a particular slot ... */
859 if (dimm_ranks[dimm_num]) {
861 if (0 == (spd_read(iic0_dimm_addr[dimm_num], 11) &
863 ecc_available = false;
868 debug("ECC found on all DIMMs present\n");
869 mtsdram(DDR0_22, ddr0_22 | DDR0_22_CTRL_RAW_ENCODE(0x3));
871 debug("ECC not found on some or all DIMMs present\n");
872 mtsdram(DDR0_22, ddr0_22 | DDR0_22_CTRL_RAW_ENCODE(0x0));
875 mtsdram(DDR0_22, DDR0_22_CTRL_RAW_ENCODE(0x0) |
876 DDR0_22_DQS_OUT_SHIFT_BYPASS_ENCODE(0x26) |
877 DDR0_22_DQS_OUT_SHIFT_ENCODE(DQS_OUT_SHIFT) |
878 DDR0_22_DLL_DQS_BYPASS_8_ENCODE(DLL_DQS_BYPASS));
879 #endif /* defined(CONFIG_DDR_ECC) */
882 static void program_ddr0_24(unsigned long ranks)
884 u32 ddr0_24 = DDR0_24_RTT_PAD_TERMINATION_ENCODE(0x1) | /* 75 ohm */
885 DDR0_24_ODT_RD_MAP_CS1_ENCODE(0x0);
888 /* Both chip selects in use */
889 ddr0_24 |= DDR0_24_ODT_WR_MAP_CS1_ENCODE(0x1) |
890 DDR0_24_ODT_WR_MAP_CS0_ENCODE(0x2);
892 /* One chip select in use */
893 /* One of the two fields added to ddr0_24 is a "don't care" */
894 ddr0_24 |= DDR0_24_ODT_WR_MAP_CS1_ENCODE(0x2) |
895 DDR0_24_ODT_WR_MAP_CS0_ENCODE(0x1);
897 mtsdram(DDR0_24, ddr0_24);
900 static void program_ddr0_26(unsigned long sdram_freq)
902 unsigned long const t_ref_ps = 7800000; /* 7.8 us. refresh */
903 /* TODO: check definition of tRAS_MAX */
904 unsigned long const t_ras_max_ps = 9 * t_ref_ps;
905 unsigned long t_ras_max_clk;
906 unsigned long t_ref_clk;
908 /* Round down t_ras_max_clk and t_ref_clk */
909 debug("t_ras_max_ps = %ld\n", t_ras_max_ps);
910 t_ras_max_clk = MULDIV64(sdram_freq, t_ras_max_ps, ONE_BILLION) / 1000;
911 debug("t_ref_ps = %ld\n", t_ref_ps);
912 t_ref_clk = MULDIV64(sdram_freq, t_ref_ps, ONE_BILLION) / 1000;
913 mtsdram(DDR0_26, DDR0_26_TRAS_MAX_ENCODE(t_ras_max_clk) |
914 DDR0_26_TREF_ENCODE(t_ref_clk));
917 static void program_ddr0_27(unsigned long sdram_freq)
919 unsigned long const t_init_ps = 200000000; /* 200 us. init */
920 unsigned long t_init_clk;
922 debug("t_init_ps = %ld\n", t_init_ps);
924 (MULDIV64(sdram_freq, t_init_ps, ONE_BILLION) + 999) / 1000;
925 mtsdram(DDR0_27, DDR0_27_EMRS_DATA_ENCODE(0x0000) |
926 DDR0_27_TINIT_ENCODE(t_init_clk));
929 static void program_ddr0_43(unsigned long dimm_ranks[],
930 unsigned char const iic0_dimm_addr[],
931 unsigned long num_dimm_banks,
932 unsigned long sdram_freq,
933 unsigned long cols, unsigned long banks)
935 unsigned long dimm_num;
936 unsigned long t_wr_ps = 0;
937 unsigned long t_wr_clk;
938 u32 ddr0_43 = DDR0_43_APREBIT_ENCODE(10) |
939 DDR0_43_COLUMN_SIZE_ENCODE(12 - cols) |
940 DDR0_43_EIGHT_BANK_MODE_ENCODE(8 == banks ? 1 : 0);
942 /*------------------------------------------------------------------
943 * Handle the timing. We need to find the worst case timing of all
944 * the dimm modules installed.
945 *-----------------------------------------------------------------*/
946 /* loop through all the DIMM slots on the board */
947 for (dimm_num = 0; dimm_num < num_dimm_banks; dimm_num++) {
948 /* If a dimm is installed in a particular slot ... */
949 if (dimm_ranks[dimm_num]) {
952 ps = 250 * spd_read(iic0_dimm_addr[dimm_num], 36);
953 t_wr_ps = max(t_wr_ps, ps);
956 debug("t_wr_ps = %ld\n", t_wr_ps);
957 t_wr_clk = (MULDIV64(sdram_freq, t_wr_ps, ONE_BILLION) + 999) / 1000;
958 mtsdram(DDR0_43, ddr0_43 | DDR0_43_TWR_ENCODE(t_wr_clk));
961 static void program_ddr0_44(unsigned long dimm_ranks[],
962 unsigned char const iic0_dimm_addr[],
963 unsigned long num_dimm_banks,
964 unsigned long sdram_freq)
966 unsigned long dimm_num;
967 unsigned long t_rcd_ps = 0;
968 unsigned long t_rcd_clk;
970 /*------------------------------------------------------------------
971 * Handle the timing. We need to find the worst case timing of all
972 * the dimm modules installed.
973 *-----------------------------------------------------------------*/
974 /* loop through all the DIMM slots on the board */
975 for (dimm_num = 0; dimm_num < num_dimm_banks; dimm_num++) {
976 /* If a dimm is installed in a particular slot ... */
977 if (dimm_ranks[dimm_num]) {
980 ps = 250 * spd_read(iic0_dimm_addr[dimm_num], 29);
981 t_rcd_ps = max(t_rcd_ps, ps);
984 debug("t_rcd_ps = %ld\n", t_rcd_ps);
985 t_rcd_clk = (MULDIV64(sdram_freq, t_rcd_ps, ONE_BILLION) + 999) / 1000;
986 mtsdram(DDR0_44, DDR0_44_TRCD_ENCODE(t_rcd_clk));
989 /*-----------------------------------------------------------------------------+
990 * initdram. Initializes the 440EPx/GPx DDR SDRAM controller.
991 * Note: This routine runs from flash with a stack set up in the chip's
992 * sram space. It is important that the routine does not require .sbss, .bss or
993 * .data sections. It also cannot call routines that require these sections.
994 *-----------------------------------------------------------------------------*/
995 /*-----------------------------------------------------------------------------
997 * Description: Configures SDRAM memory banks for DDR operation.
998 * Auto Memory Configuration option reads the DDR SDRAM EEPROMs
999 * via the IIC bus and then configures the DDR SDRAM memory
1000 * banks appropriately. If Auto Memory Configuration is
1001 * not used, it is assumed that no DIMM is plugged
1002 *-----------------------------------------------------------------------------*/
1005 unsigned char const iic0_dimm_addr[] = SPD_EEPROM_ADDRESS;
1006 unsigned long dimm_ranks[MAXDIMMS];
1007 unsigned long ranks;
1009 unsigned long banks;
1011 unsigned long width;
1012 unsigned long const sdram_freq = get_bus_freq(0);
1013 unsigned long const num_dimm_banks = sizeof(iic0_dimm_addr); /* on board dimm banks */
1014 unsigned long cas_latency = 0; /* to quiet initialization warning */
1015 unsigned long dram_size;
1017 debug("\nEntering initdram()\n");
1019 /*------------------------------------------------------------------
1020 * Stop the DDR-SDRAM controller.
1021 *-----------------------------------------------------------------*/
1022 mtsdram(DDR0_02, DDR0_02_START_ENCODE(0));
1025 * Make sure I2C controller is initialized
1026 * before continuing.
1028 /* switch to correct I2C bus */
1029 i2c_set_bus_num(CONFIG_SYS_SPD_BUS_NUM);
1031 /*------------------------------------------------------------------
1032 * Clear out the serial presence detect buffers.
1033 * Perform IIC reads from the dimm. Fill in the spds.
1034 * Check to see if the dimm slots are populated
1035 *-----------------------------------------------------------------*/
1036 get_spd_info(dimm_ranks, &ranks, iic0_dimm_addr, num_dimm_banks);
1038 /*------------------------------------------------------------------
1039 * Check the frequency supported for the dimms plugged.
1040 *-----------------------------------------------------------------*/
1041 check_frequency(dimm_ranks, iic0_dimm_addr, num_dimm_banks, sdram_freq);
1043 /*------------------------------------------------------------------
1044 * Check and get size information.
1045 *-----------------------------------------------------------------*/
1046 get_dimm_size(dimm_ranks, iic0_dimm_addr, num_dimm_banks, &rows, &banks,
1049 /*------------------------------------------------------------------
1050 * Check the voltage type for the dimms plugged.
1051 *-----------------------------------------------------------------*/
1052 check_voltage_type(dimm_ranks, iic0_dimm_addr, num_dimm_banks);
1054 /*------------------------------------------------------------------
1055 * Program registers for SDRAM controller.
1056 *-----------------------------------------------------------------*/
1057 mtsdram(DDR0_00, DDR0_00_DLL_INCREMENT_ENCODE(0x19) |
1058 DDR0_00_DLL_START_POINT_DECODE(0x0A));
1060 mtsdram(DDR0_01, DDR0_01_PLB0_DB_CS_LOWER_ENCODE(0x01) |
1061 DDR0_01_PLB0_DB_CS_UPPER_ENCODE(0x00) |
1062 DDR0_01_INT_MASK_ENCODE(0xFF));
1064 program_ddr0_03(dimm_ranks, iic0_dimm_addr, num_dimm_banks, sdram_freq,
1065 rows, &cas_latency);
1067 program_ddr0_04(dimm_ranks, iic0_dimm_addr, num_dimm_banks, sdram_freq);
1069 program_ddr0_05(dimm_ranks, iic0_dimm_addr, num_dimm_banks, sdram_freq);
1071 program_ddr0_06(dimm_ranks, iic0_dimm_addr, num_dimm_banks, sdram_freq);
1074 * TODO: tFAW not found in SPD. Value of 13 taken from Sequoia
1075 * board SDRAM, but may be overly conservative.
1077 mtsdram(DDR0_07, DDR0_07_NO_CMD_INIT_ENCODE(0) |
1078 DDR0_07_TFAW_ENCODE(13) |
1079 DDR0_07_AUTO_REFRESH_MODE_ENCODE(1) |
1080 DDR0_07_AREFRESH_ENCODE(0));
1082 mtsdram(DDR0_08, DDR0_08_WRLAT_ENCODE(cas_latency - 1) |
1083 DDR0_08_TCPD_ENCODE(200) | DDR0_08_DQS_N_EN_ENCODE(0) |
1084 DDR0_08_DDRII_ENCODE(1));
1086 mtsdram(DDR0_09, DDR0_09_OCD_ADJUST_PDN_CS_0_ENCODE(0x00) |
1087 DDR0_09_RTT_0_ENCODE(0x1) |
1088 DDR0_09_WR_DQS_SHIFT_BYPASS_ENCODE(0x1D) |
1089 DDR0_09_WR_DQS_SHIFT_ENCODE(DQS_OUT_SHIFT - 0x20));
1091 program_ddr0_10(dimm_ranks, ranks);
1093 program_ddr0_11(sdram_freq);
1095 mtsdram(DDR0_12, DDR0_12_TCKE_ENCODE(3));
1097 mtsdram(DDR0_14, DDR0_14_DLL_BYPASS_MODE_ENCODE(0) |
1098 DDR0_14_REDUC_ENCODE(width <= 40 ? 1 : 0) |
1099 DDR0_14_REG_DIMM_ENABLE_ENCODE(0));
1101 mtsdram(DDR0_17, DDR0_17_DLL_DQS_DELAY_0_ENCODE(DLL_DQS_DELAY));
1103 mtsdram(DDR0_18, DDR0_18_DLL_DQS_DELAY_4_ENCODE(DLL_DQS_DELAY) |
1104 DDR0_18_DLL_DQS_DELAY_3_ENCODE(DLL_DQS_DELAY) |
1105 DDR0_18_DLL_DQS_DELAY_2_ENCODE(DLL_DQS_DELAY) |
1106 DDR0_18_DLL_DQS_DELAY_1_ENCODE(DLL_DQS_DELAY));
1108 mtsdram(DDR0_19, DDR0_19_DLL_DQS_DELAY_8_ENCODE(DLL_DQS_DELAY) |
1109 DDR0_19_DLL_DQS_DELAY_7_ENCODE(DLL_DQS_DELAY) |
1110 DDR0_19_DLL_DQS_DELAY_6_ENCODE(DLL_DQS_DELAY) |
1111 DDR0_19_DLL_DQS_DELAY_5_ENCODE(DLL_DQS_DELAY));
1113 mtsdram(DDR0_20, DDR0_20_DLL_DQS_BYPASS_3_ENCODE(DLL_DQS_BYPASS) |
1114 DDR0_20_DLL_DQS_BYPASS_2_ENCODE(DLL_DQS_BYPASS) |
1115 DDR0_20_DLL_DQS_BYPASS_1_ENCODE(DLL_DQS_BYPASS) |
1116 DDR0_20_DLL_DQS_BYPASS_0_ENCODE(DLL_DQS_BYPASS));
1118 mtsdram(DDR0_21, DDR0_21_DLL_DQS_BYPASS_7_ENCODE(DLL_DQS_BYPASS) |
1119 DDR0_21_DLL_DQS_BYPASS_6_ENCODE(DLL_DQS_BYPASS) |
1120 DDR0_21_DLL_DQS_BYPASS_5_ENCODE(DLL_DQS_BYPASS) |
1121 DDR0_21_DLL_DQS_BYPASS_4_ENCODE(DLL_DQS_BYPASS));
1123 program_ddr0_22(dimm_ranks, iic0_dimm_addr, num_dimm_banks, width);
1125 mtsdram(DDR0_23, DDR0_23_ODT_RD_MAP_CS0_ENCODE(0x0) |
1126 DDR0_23_FWC_ENCODE(0));
1128 program_ddr0_24(ranks);
1130 program_ddr0_26(sdram_freq);
1132 program_ddr0_27(sdram_freq);
1134 mtsdram(DDR0_28, DDR0_28_EMRS3_DATA_ENCODE(0x0000) |
1135 DDR0_28_EMRS2_DATA_ENCODE(0x0000));
1137 mtsdram(DDR0_31, DDR0_31_XOR_CHECK_BITS_ENCODE(0x0000));
1139 mtsdram(DDR0_42, DDR0_42_ADDR_PINS_ENCODE(14 - rows) |
1140 DDR0_42_CASLAT_LIN_GATE_ENCODE(2 * cas_latency));
1142 program_ddr0_43(dimm_ranks, iic0_dimm_addr, num_dimm_banks, sdram_freq,
1145 program_ddr0_44(dimm_ranks, iic0_dimm_addr, num_dimm_banks, sdram_freq);
1147 denali_sdram_register_dump();
1149 dram_size = (width >= 64) ? 8 : 4;
1150 dram_size *= 1 << cols;
1152 dram_size *= 1 << rows;
1154 debug("dram_size = %lu\n", dram_size);
1156 /* Start the SDRAM controller */
1157 mtsdram(DDR0_02, DDR0_02_START_ENCODE(1));
1158 denali_wait_for_dlllock();
1160 #if defined(CONFIG_DDR_DATA_EYE)
1162 * Map the first 1 MiB of memory in the TLB, and perform the data eye
1165 program_tlb(0, CONFIG_SYS_SDRAM_BASE, TLB_1MB_SIZE, TLB_WORD2_I_ENABLE);
1166 denali_core_search_data_eye();
1167 denali_sdram_register_dump();
1168 remove_tlb(CONFIG_SYS_SDRAM_BASE, TLB_1MB_SIZE);
1171 #if defined(CONFIG_ZERO_SDRAM) || defined(CONFIG_DDR_ECC)
1172 program_tlb(0, CONFIG_SYS_SDRAM_BASE, dram_size, 0);
1174 /* Zero the memory */
1175 debug("Zeroing SDRAM...");
1176 #if defined(CONFIG_SYS_MEM_TOP_HIDE)
1177 dcbz_area(CONFIG_SYS_SDRAM_BASE, dram_size - CONFIG_SYS_MEM_TOP_HIDE);
1179 #error Please define CONFIG_SYS_MEM_TOP_HIDE (see README) in your board config file
1181 /* Write modified dcache lines back to memory */
1182 clean_dcache_range(CONFIG_SYS_SDRAM_BASE, CONFIG_SYS_SDRAM_BASE + dram_size - CONFIG_SYS_MEM_TOP_HIDE);
1183 debug("Completed\n");
1185 remove_tlb(CONFIG_SYS_SDRAM_BASE, dram_size);
1187 #if defined(CONFIG_DDR_ECC)
1189 * If ECC is enabled, clear and enable interrupts
1191 if (is_ecc_enabled()) {
1195 /* Clear error status */
1196 mfsdram(DDR0_00, val);
1197 mtsdram(DDR0_00, val | DDR0_00_INT_ACK_ALL);
1198 /* Set 'int_mask' parameter to functionnal value */
1199 mfsdram(DDR0_01, val);
1200 mtsdram(DDR0_01, (val & ~DDR0_01_INT_MASK_MASK) |
1201 DDR0_01_INT_MASK_ALL_OFF);
1202 #if defined(CONFIG_DDR_DATA_EYE)
1204 * Running denali_core_search_data_eye() when ECC is enabled
1205 * causes non-ECC machine checks. This clears them.
1208 mtspr(SPRN_MCSR, mfspr(SPRN_MCSR));
1213 #endif /* defined(CONFIG_DDR_ECC) */
1214 #endif /* defined(CONFIG_ZERO_SDRAM) || defined(CONFIG_DDR_ECC) */
1216 program_tlb(0, CONFIG_SYS_SDRAM_BASE, dram_size, MY_TLB_WORD2_I_ENABLE);
1217 gd->ram_size = dram_size;
1222 void board_add_ram_info(int use_default)
1227 if (!is_ecc_enabled()) {
1230 printf(" enabled, %ld MHz", (2 * get_bus_freq(0)) / 1000000);
1232 mfsdram(DDR0_03, val);
1233 printf(", CL%d)", DDR0_03_CASLAT_LIN_DECODE(val) >> 1);
1235 #endif /* CONFIG_SPD_EEPROM */