2 * Memory sub-system initialization code for Danube board.
4 * Copyright (c) 2005 Infineon Technologies AG
6 * Based on Inca-IP code
7 * Copyright (c) 2003 Wolfgang Denk <wd@denx.de>
9 * See file CREDITS for list of people who contributed to this
12 * This program is free software; you can redistribute it and/or
13 * modify it under the terms of the GNU General Public License as
14 * published by the Free Software Foundation; either version 2 of
15 * the License, or (at your option) any later version.
17 * This program is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 * GNU General Public License for more details.
22 * You should have received a copy of the GNU General Public License
23 * along with this program; if not, write to the Free Software
24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
28 peng liu May 25, 2006, for PLL setting after reset, 05252006
32 #include <asm/regdef.h>
34 #if defined(CONFIG_USE_DDR_RAM)
36 #if defined(CONFIG_USE_DDR_RAM_CFG_111M)
37 #include "ddr_settings_r111.h"
39 #elif defined(CONFIG_USE_DDR_RAM_CFG_166M)
40 #include "ddr_settings_r166.h"
42 #elif defined(CONFIG_USE_DDR_RAM_CFG_e111M)
43 #include "ddr_settings_e111.h"
45 #elif defined(CONFIG_USE_DDR_RAM_CFG_e166M)
46 #include "ddr_settings_e166.h"
48 #elif defined(CONFIG_USE_DDR_RAM_CFG_promos400)
49 #include "ddr_settings_PROMOSDDR400.h"
51 #elif defined(CONFIG_USE_DDR_RAM_CFG_samsung166)
52 #include "ddr_settings_Samsung_166.h"
54 #elif defined(CONFIG_USE_DDR_RAM_CFG_psc166)
55 #include "ddr_settings_psc_166.h"
58 #warning "missing definition for ddr_settings.h, use default!"
59 #include "ddr_settings.h"
61 #endif /* CONFIG_USE_DDR_RAM */
63 #if defined(CONFIG_USE_DDR_RAM) && !defined(MC_DC0_VALUE)
64 #error "missing include of ddr_settings.h"
67 #define EBU_MODUL_BASE 0xBE105300
68 #define EBU_CLC(value) 0x0000(value)
69 #define EBU_CON(value) 0x0010(value)
70 #define EBU_ADDSEL0(value) 0x0020(value)
71 #define EBU_ADDSEL1(value) 0x0024(value)
72 #define EBU_ADDSEL2(value) 0x0028(value)
73 #define EBU_ADDSEL3(value) 0x002C(value)
74 #define EBU_BUSCON0(value) 0x0060(value)
75 #define EBU_BUSCON1(value) 0x0064(value)
76 #define EBU_BUSCON2(value) 0x0068(value)
77 #define EBU_BUSCON3(value) 0x006C(value)
79 #define MC_MODUL_BASE 0xBF800000
80 #define MC_ERRCAUSE(value) 0x0010(value)
81 #define MC_ERRADDR(value) 0x0020(value)
82 #define MC_CON(value) 0x0060(value)
84 #define MC_SRAM_ENABLE 0x00000004
85 #define MC_SDRAM_ENABLE 0x00000002
86 #define MC_DDRRAM_ENABLE 0x00000001
88 #define MC_SDR_MODUL_BASE 0xBF800200
89 #define MC_IOGP(value) 0x0000(value)
90 #define MC_CTRLENA(value) 0x0010(value)
91 #define MC_MRSCODE(value) 0x0020(value)
92 #define MC_CFGDW(value) 0x0030(value)
93 #define MC_CFGPB0(value) 0x0040(value)
94 #define MC_LATENCY(value) 0x0080(value)
95 #define MC_TREFRESH(value) 0x0090(value)
96 #define MC_SELFRFSH(value) 0x00A0(value)
98 #define MC_DDR_MODUL_BASE 0xBF801000
99 #define MC_DC00(value) 0x0000(value)
100 #define MC_DC01(value) 0x0010(value)
101 #define MC_DC02(value) 0x0020(value)
102 #define MC_DC03(value) 0x0030(value)
103 #define MC_DC04(value) 0x0040(value)
104 #define MC_DC05(value) 0x0050(value)
105 #define MC_DC06(value) 0x0060(value)
106 #define MC_DC07(value) 0x0070(value)
107 #define MC_DC08(value) 0x0080(value)
108 #define MC_DC09(value) 0x0090(value)
109 #define MC_DC10(value) 0x00A0(value)
110 #define MC_DC11(value) 0x00B0(value)
111 #define MC_DC12(value) 0x00C0(value)
112 #define MC_DC13(value) 0x00D0(value)
113 #define MC_DC14(value) 0x00E0(value)
114 #define MC_DC15(value) 0x00F0(value)
115 #define MC_DC16(value) 0x0100(value)
116 #define MC_DC17(value) 0x0110(value)
117 #define MC_DC18(value) 0x0120(value)
118 #define MC_DC19(value) 0x0130(value)
119 #define MC_DC20(value) 0x0140(value)
120 #define MC_DC21(value) 0x0150(value)
121 #define MC_DC22(value) 0x0160(value)
122 #define MC_DC23(value) 0x0170(value)
123 #define MC_DC24(value) 0x0180(value)
124 #define MC_DC25(value) 0x0190(value)
125 #define MC_DC26(value) 0x01A0(value)
126 #define MC_DC27(value) 0x01B0(value)
127 #define MC_DC28(value) 0x01C0(value)
128 #define MC_DC29(value) 0x01D0(value)
129 #define MC_DC30(value) 0x01E0(value)
130 #define MC_DC31(value) 0x01F0(value)
131 #define MC_DC32(value) 0x0200(value)
132 #define MC_DC33(value) 0x0210(value)
133 #define MC_DC34(value) 0x0220(value)
134 #define MC_DC35(value) 0x0230(value)
135 #define MC_DC36(value) 0x0240(value)
136 #define MC_DC37(value) 0x0250(value)
137 #define MC_DC38(value) 0x0260(value)
138 #define MC_DC39(value) 0x0270(value)
139 #define MC_DC40(value) 0x0280(value)
140 #define MC_DC41(value) 0x0290(value)
141 #define MC_DC42(value) 0x02A0(value)
142 #define MC_DC43(value) 0x02B0(value)
143 #define MC_DC44(value) 0x02C0(value)
144 #define MC_DC45(value) 0x02D0(value)
145 #define MC_DC46(value) 0x02E0(value)
147 #define RCU_OFFSET 0xBF203000
148 #define RCU_RST_REQ (RCU_OFFSET + 0x0010)
149 #define RCU_STS (RCU_OFFSET + 0x0014)
151 #define CGU_OFFSET 0xBF103000
152 #define PLL0_CFG (CGU_OFFSET + 0x0004)
153 #define PLL1_CFG (CGU_OFFSET + 0x0008)
154 #define PLL2_CFG (CGU_OFFSET + 0x000C)
155 #define CGU_SYS (CGU_OFFSET + 0x0010)
156 #define CGU_UPDATE (CGU_OFFSET + 0x0014)
157 #define IF_CLK (CGU_OFFSET + 0x0018)
158 #define CGU_SMD (CGU_OFFSET + 0x0020)
159 #define CGU_CT1SR (CGU_OFFSET + 0x0028)
160 #define CGU_CT2SR (CGU_OFFSET + 0x002C)
161 #define CGU_PCMCR (CGU_OFFSET + 0x0030)
162 #define PCI_CR_PCI (CGU_OFFSET + 0x0034)
163 #define CGU_OSC_CTRL (CGU_OFFSET + 0x001C)
164 #define CGU_MIPS_PWR_DWN (CGU_OFFSET + 0x0038)
165 #define CLK_MEASURE (CGU_OFFSET + 0x003C)
168 #define pll0_35MHz_CONFIG 0x9D861059
169 #define pll1_35MHz_CONFIG 0x1A260CD9
170 #define pll2_35MHz_CONFIG 0x8000f1e5
171 #define pll0_36MHz_CONFIG 0x1000125D
172 #define pll1_36MHz_CONFIG 0x1B1E0C99
173 #define pll2_36MHz_CONFIG 0x8002f2a1
176 //06063001-joelin disable the PCI CFRAME mask -start
177 /*CFRAME is an I/O signal, in the chip, the output CFRAME is selected via GPIO altsel pins, so if you select MII1 RXD1, the CFRAME will not come out.
178 But the CFRAME input still take the signal from the pad and not disabled when altsel choose other function. So when MII1_RXD1 is low from other device, the EBU interface will be disabled.
180 The chip function in such a way that disable the CFRAME mask mean EBU not longer check CFRAME to be the device using the bus.
181 The side effect is the entire PCI block will see CFRAME low all the time meaning PCI cannot use the bus at all so no more PCI function.
183 #define PCI_CR_PR_OFFSET 0xBE105400
184 #define PCI_CR_PCI_MOD_REG (PCI_CR_PR_OFFSET + 0x0030)
185 #define PCI_CONFIG_SPACE 0xB7000000
186 #define CS_CFM (PCI_CONFIG_SPACE + 0x6C)
187 //06063001-joelin disable the PCI CFRAME mask -end
192 * void ebu_init(void)
198 #if defined(CONFIG_EBU_ADDSEL0) || defined(CONFIG_EBU_ADDSEL1) || \
199 defined(CONFIG_EBU_ADDSEL2) || defined(CONFIG_EBU_ADDSEL3) || \
200 defined(CONFIG_EBU_BUSCON0) || defined(CONFIG_EBU_BUSCON1) || \
201 defined(CONFIG_EBU_BUSCON2) || defined(CONFIG_EBU_BUSCON3)
203 li t1, EBU_MODUL_BASE
204 #if defined(CONFIG_EBU_ADDSEL0)
205 li t2, CONFIG_EBU_ADDSEL0
206 sw t2, EBU_ADDSEL0(t1)
208 #if defined(CONFIG_EBU_ADDSEL1)
209 li t2, CONFIG_EBU_ADDSEL1
210 sw t2, EBU_ADDSEL1(t1)
212 #if defined(CONFIG_EBU_ADDSEL2)
213 li t2, CONFIG_EBU_ADDSEL2
214 sw t2, EBU_ADDSEL2(t1)
216 #if defined(CONFIG_EBU_ADDSEL3)
217 li t2, CONFIG_EBU_ADDSEL3
218 sw t2, EBU_ADDSEL3(t1)
221 #if defined(CONFIG_EBU_BUSCON0)
222 li t2, CONFIG_EBU_BUSCON0
223 sw t2, EBU_BUSCON0(t1)
225 #if defined(CONFIG_EBU_BUSCON1)
226 li t2, CONFIG_EBU_BUSCON1
227 sw t2, EBU_BUSCON1(t1)
229 #if defined(CONFIG_EBU_BUSCON2)
230 li t2, CONFIG_EBU_BUSCON2
231 sw t2, EBU_BUSCON2(t1)
233 #if defined(CONFIG_EBU_BUSCON3)
234 li t2, CONFIG_EBU_BUSCON3
235 sw t2, EBU_BUSCON3(t1)
247 * void cgu_init(long)
249 * a0 has the clock value
256 beq t2,a0,freq_up2date
262 beq t2,0x00020000,boot_36MHZ
266 li t2, pll0_35MHz_CONFIG
269 li t2, pll1_35MHz_CONFIG
272 li t2, pll2_35MHz_CONFIG
283 li t2, pll0_36MHz_CONFIG
286 li t2, pll1_36MHz_CONFIG
289 li t2, pll2_36MHz_CONFIG
307 #ifndef CONFIG_USE_DDR_RAM
309 * void sdram_init(long)
311 * a0 has the clock value
317 /* SDRAM Initialization
321 /* Clear Error log registers */
322 sw zero, MC_ERRCAUSE(t1)
323 sw zero, MC_ERRADDR(t1)
325 /* Enable SDRAM module in memory controller */
326 li t3, MC_SDRAM_ENABLE
331 li t1, MC_SDR_MODUL_BASE
333 /* disable the controller */
335 sw t2, MC_CTRLENA(t1)
343 /* Set CAS Latency */
345 sw t2, MC_MRSCODE(t1)
347 /* Set CS0 to SDRAM parameters */
351 /* Set SDRAM latency parameters */
352 li t2, 0x00036325; /* BC PC100 */
353 sw t2, MC_LATENCY(t1)
355 /* Set SDRAM refresh rate */
357 sw t2, MC_TREFRESH(t1)
359 /* Clear Power-down registers */
360 sw zero, MC_SELFRFSH(t1)
362 /* Finally enable the controller */
364 sw t2, MC_CTRLENA(t1)
371 #endif /* !CONFIG_USE_DDR_RAM */
373 #ifdef CONFIG_USE_DDR_RAM
375 * void ddrram_init(long)
377 * a0 has the clock value
383 /* DDR-DRAM Initialization
387 /* Clear Error log registers */
388 sw zero, MC_ERRCAUSE(t1)
389 sw zero, MC_ERRADDR(t1)
391 /* Enable DDR module in memory controller */
392 li t3, MC_DDRRAM_ENABLE
397 li t1, MC_DDR_MODUL_BASE
399 /* Write configuration to DDR controller registers */
548 #endif /* CONFIG_USE_DDR_RAM */
553 /* EBU, CGU and SDRAM/DDR-RAM Initialization.
556 /* We rely on the fact that non of the following ..._init() functions
559 #if defined(CONFIG_SYS_EBU_BOOT)
561 /* 0xe8 means CPU0/CPU1 333M, DDR 167M, FPI 83M, PPE 240M */
563 #elif defined(DDR133)
564 /* 0xe9 means CPU0/CPU1 333M, DDR 133M, FPI 83M, PPE 240M */
566 #else /* defined(DDR111) */
567 /* 0xea means CPU0/CPU1 333M, DDR 111M, FPI 83M, PPE 240M */
572 #endif /* CONFIG_SYS_EBU_BOOT */
577 //06063001-joelin disable the PCI CFRAME mask-start
578 #ifdef DISABLE_CFRAME
579 li t1, PCI_CR_PCI //mw bf103034 80000000
583 li t1, PCI_CR_PCI_MOD_REG //mw be105430 103
587 li t1, CS_CFM //mw b700006c 0
591 li t1, PCI_CR_PCI_MOD_REG //mw be105430 103
595 //06063001-joelin disable the PCI CFRAME mask-end
597 #ifdef CONFIG_SYS_EBU_BOOT
598 #ifndef CONFIG_SYS_RAMBOOT
599 #ifdef CONFIG_USE_DDR_RAM
606 #endif /* CONFIG_SYS_RAMBOOT */
607 #endif /* CONFIG_SYS_EBU_BOOT */