blob: 150714636650cdb451812336cea2d183f6d26a67 [file] [log] [blame]
wdenkfe8c2802002-11-03 00:38:21 +00001/*
wdenk180d3f72004-01-04 16:28:35 +00002 * (C) Copyright 2000-2004
wdenkfe8c2802002-11-03 00:38:21 +00003 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 *
wdenk180d3f72004-01-04 16:28:35 +00005 * Modified by, Yuli Barcohen, Arabella Software Ltd., yuli@arabellasw.com
6 *
wdenkfe8c2802002-11-03 00:38:21 +00007 * See file CREDITS for list of people who contributed to this
8 * project.
9 *
10 * This program is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU General Public License as
12 * published by the Free Software Foundation; either version 2 of
13 * the License, or (at your option) any later version.
14 *
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
19 *
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
23 * MA 02111-1307 USA
24 */
25
wdenkfe8c2802002-11-03 00:38:21 +000026#include <config.h>
wdenk180d3f72004-01-04 16:28:35 +000027#include <common.h>
wdenkfe8c2802002-11-03 00:38:21 +000028#include <mpc8xx.h>
wdenkfe8c2802002-11-03 00:38:21 +000029
30#define _NOT_USED_ 0xFFFFFFFF
31
wdenk180d3f72004-01-04 16:28:35 +000032/* ========================================================================= */
33
34#ifndef CONFIG_DUET_ADS /* No old DRAM on Duet */
35
wdenkfe8c2802002-11-03 00:38:21 +000036#if defined(CONFIG_DRAM_50MHZ)
37/* 50MHz tables */
wdenk2535d602003-07-17 23:16:40 +000038static const uint dram_60ns[] =
wdenkfe8c2802002-11-03 00:38:21 +000039{ 0x8fffec24, 0x0fffec04, 0x0cffec04, 0x00ffec04,
wdenk2535d602003-07-17 23:16:40 +000040 0x00ffec00, 0x37ffec47, _NOT_USED_, _NOT_USED_,
wdenkfe8c2802002-11-03 00:38:21 +000041 0x8fffec24, 0x0fffec04, 0x08ffec04, 0x00ffec0c,
42 0x03ffec00, 0x00ffec44, 0x00ffcc08, 0x0cffcc44,
43 0x00ffec0c, 0x03ffec00, 0x00ffec44, 0x00ffcc00,
wdenk2535d602003-07-17 23:16:40 +000044 0x3fffc847, _NOT_USED_, _NOT_USED_, _NOT_USED_,
wdenkfe8c2802002-11-03 00:38:21 +000045 0x8fafcc24, 0x0fafcc04, 0x0cafcc00, 0x11bfcc47,
wdenk2535d602003-07-17 23:16:40 +000046 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
wdenkfe8c2802002-11-03 00:38:21 +000047 0x8fafcc24, 0x0fafcc04, 0x0cafcc00, 0x03afcc4c,
48 0x0cafcc00, 0x03afcc4c, 0x0cafcc00, 0x03afcc4c,
wdenk2535d602003-07-17 23:16:40 +000049 0x0cafcc00, 0x33bfcc4f, _NOT_USED_, _NOT_USED_,
50 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
wdenkfe8c2802002-11-03 00:38:21 +000051 0xc0ffcc84, 0x00ffcc04, 0x07ffcc04, 0x3fffcc06,
wdenk2535d602003-07-17 23:16:40 +000052 0xffffcc85, 0xffffcc05, _NOT_USED_, _NOT_USED_,
53 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
54 0x33ffcc07, _NOT_USED_, _NOT_USED_, _NOT_USED_ };
wdenkfe8c2802002-11-03 00:38:21 +000055
wdenk2535d602003-07-17 23:16:40 +000056static const uint dram_70ns[] =
wdenkfe8c2802002-11-03 00:38:21 +000057{ 0x8fffcc24, 0x0fffcc04, 0x0cffcc04, 0x00ffcc04,
wdenk2535d602003-07-17 23:16:40 +000058 0x00ffcc00, 0x37ffcc47, _NOT_USED_, _NOT_USED_,
wdenkfe8c2802002-11-03 00:38:21 +000059 0x8fffcc24, 0x0fffcc04, 0x0cffcc04, 0x00ffcc04,
60 0x00ffcc08, 0x0cffcc44, 0x00ffec0c, 0x03ffec00,
61 0x00ffec44, 0x00ffcc08, 0x0cffcc44, 0x00ffec04,
wdenk2535d602003-07-17 23:16:40 +000062 0x00ffec00, 0x3fffec47, _NOT_USED_, _NOT_USED_,
wdenkfe8c2802002-11-03 00:38:21 +000063 0x8fafcc24, 0x0fafcc04, 0x0cafcc00, 0x11bfcc47,
wdenk2535d602003-07-17 23:16:40 +000064 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
wdenkfe8c2802002-11-03 00:38:21 +000065 0x8fafcc24, 0x0fafcc04, 0x0cafcc00, 0x03afcc4c,
66 0x0cafcc00, 0x03afcc4c, 0x0cafcc00, 0x03afcc4c,
wdenk2535d602003-07-17 23:16:40 +000067 0x0cafcc00, 0x33bfcc4f, _NOT_USED_, _NOT_USED_,
68 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
wdenkfe8c2802002-11-03 00:38:21 +000069 0xe0ffcc84, 0x00ffcc04, 0x00ffcc04, 0x0fffcc04,
wdenk2535d602003-07-17 23:16:40 +000070 0x7fffcc06, 0xffffcc85, 0xffffcc05, _NOT_USED_,
71 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
72 0x33ffcc07, _NOT_USED_, _NOT_USED_, _NOT_USED_ };
wdenkfe8c2802002-11-03 00:38:21 +000073
wdenk2535d602003-07-17 23:16:40 +000074static const uint edo_60ns[] =
wdenkfe8c2802002-11-03 00:38:21 +000075{ 0x8ffbec24, 0x0ff3ec04, 0x0cf3ec04, 0x00f3ec04,
wdenk2535d602003-07-17 23:16:40 +000076 0x00f3ec00, 0x37f7ec47, _NOT_USED_, _NOT_USED_,
wdenkfe8c2802002-11-03 00:38:21 +000077 0x8fffec24, 0x0ffbec04, 0x0cf3ec04, 0x00f3ec0c,
78 0x0cf3ec00, 0x00f3ec4c, 0x0cf3ec00, 0x00f3ec4c,
79 0x0cf3ec00, 0x00f3ec44, 0x03f3ec00, 0x3ff7ec47,
wdenk2535d602003-07-17 23:16:40 +000080 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
wdenkfe8c2802002-11-03 00:38:21 +000081 0x8fffcc24, 0x0fefcc04, 0x0cafcc00, 0x11bfcc47,
wdenk2535d602003-07-17 23:16:40 +000082 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
wdenkfe8c2802002-11-03 00:38:21 +000083 0x8fffcc24, 0x0fefcc04, 0x0cafcc00, 0x03afcc4c,
84 0x0cafcc00, 0x03afcc4c, 0x0cafcc00, 0x03afcc4c,
wdenk2535d602003-07-17 23:16:40 +000085 0x0cafcc00, 0x33bfcc4f, _NOT_USED_, _NOT_USED_,
86 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
wdenkfe8c2802002-11-03 00:38:21 +000087 0xc0ffcc84, 0x00ffcc04, 0x07ffcc04, 0x3fffcc06,
wdenk2535d602003-07-17 23:16:40 +000088 0xffffcc85, 0xffffcc05, _NOT_USED_, _NOT_USED_,
89 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
90 0x33ffcc07, _NOT_USED_, _NOT_USED_, _NOT_USED_ };
wdenkfe8c2802002-11-03 00:38:21 +000091
wdenk2535d602003-07-17 23:16:40 +000092static const uint edo_70ns[] =
wdenkfe8c2802002-11-03 00:38:21 +000093{ 0x8ffbcc24, 0x0ff3cc04, 0x0cf3cc04, 0x00f3cc04,
wdenk2535d602003-07-17 23:16:40 +000094 0x00f3cc00, 0x37f7cc47, _NOT_USED_, _NOT_USED_,
wdenkfe8c2802002-11-03 00:38:21 +000095 0x8fffcc24, 0x0ffbcc04, 0x0cf3cc04, 0x00f3cc0c,
96 0x03f3cc00, 0x00f3cc44, 0x00f3ec0c, 0x0cf3ec00,
97 0x00f3ec4c, 0x03f3ec00, 0x00f3ec44, 0x00f3cc00,
wdenk2535d602003-07-17 23:16:40 +000098 0x33f7cc47, _NOT_USED_, _NOT_USED_, _NOT_USED_,
wdenkfe8c2802002-11-03 00:38:21 +000099 0x8fffcc24, 0x0fefcc04, 0x0cafcc00, 0x11bfcc47,
wdenk2535d602003-07-17 23:16:40 +0000100 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
wdenkfe8c2802002-11-03 00:38:21 +0000101 0x8fffcc24, 0x0fefcc04, 0x0cafcc00, 0x03afcc4c,
102 0x0cafcc00, 0x03afcc4c, 0x0cafcc00, 0x03afcc4c,
wdenk2535d602003-07-17 23:16:40 +0000103 0x0cafcc00, 0x33bfcc47, _NOT_USED_, _NOT_USED_,
104 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
wdenkfe8c2802002-11-03 00:38:21 +0000105 0xe0ffcc84, 0x00ffcc04, 0x00ffcc04, 0x0fffcc04,
wdenk2535d602003-07-17 23:16:40 +0000106 0x7fffcc04, 0xffffcc86, 0xffffcc05, _NOT_USED_,
107 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
108 0x33ffcc07, _NOT_USED_, _NOT_USED_, _NOT_USED_ };
wdenkfe8c2802002-11-03 00:38:21 +0000109
110#elif defined(CONFIG_DRAM_25MHZ)
111
112/* 25MHz tables */
113
wdenk2535d602003-07-17 23:16:40 +0000114static const uint dram_60ns[] =
115{ 0x0fffcc04, 0x08ffcc00, 0x33ffcc47, _NOT_USED_,
116 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
wdenkfe8c2802002-11-03 00:38:21 +0000117 0x0fffcc24, 0x0fffcc04, 0x08ffcc00, 0x03ffcc4c,
118 0x08ffcc00, 0x03ffcc4c, 0x08ffcc00, 0x03ffcc4c,
wdenk2535d602003-07-17 23:16:40 +0000119 0x08ffcc00, 0x33ffcc47, _NOT_USED_, _NOT_USED_,
120 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
121 0x0fafcc04, 0x08afcc00, 0x3fbfcc47, _NOT_USED_,
122 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
wdenkfe8c2802002-11-03 00:38:21 +0000123 0x0fafcc04, 0x0cafcc00, 0x01afcc4c, 0x0cafcc00,
124 0x01afcc4c, 0x0cafcc00, 0x01afcc4c, 0x0cafcc00,
wdenk2535d602003-07-17 23:16:40 +0000125 0x31bfcc43, _NOT_USED_, _NOT_USED_, _NOT_USED_,
126 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
wdenkfe8c2802002-11-03 00:38:21 +0000127 0x80ffcc84, 0x13ffcc04, 0xffffcc87, 0xffffcc05,
wdenk2535d602003-07-17 23:16:40 +0000128 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
129 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
130 0x33ffcc07, _NOT_USED_, _NOT_USED_, _NOT_USED_ };
wdenkfe8c2802002-11-03 00:38:21 +0000131
wdenk2535d602003-07-17 23:16:40 +0000132static const uint dram_70ns[] =
wdenkfe8c2802002-11-03 00:38:21 +0000133{ 0x0fffec04, 0x08ffec04, 0x00ffec00, 0x3fffcc47,
wdenk2535d602003-07-17 23:16:40 +0000134 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
wdenkfe8c2802002-11-03 00:38:21 +0000135 0x0fffcc24, 0x0fffcc04, 0x08ffcc00, 0x03ffcc4c,
136 0x08ffcc00, 0x03ffcc4c, 0x08ffcc00, 0x03ffcc4c,
wdenk2535d602003-07-17 23:16:40 +0000137 0x08ffcc00, 0x33ffcc47, _NOT_USED_, _NOT_USED_,
138 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
139 0x0fafcc04, 0x08afcc00, 0x3fbfcc47, _NOT_USED_,
140 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
wdenkfe8c2802002-11-03 00:38:21 +0000141 0x0fafcc04, 0x0cafcc00, 0x01afcc4c, 0x0cafcc00,
142 0x01afcc4c, 0x0cafcc00, 0x01afcc4c, 0x0cafcc00,
wdenk2535d602003-07-17 23:16:40 +0000143 0x31bfcc43, _NOT_USED_, _NOT_USED_, _NOT_USED_,
144 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
wdenkfe8c2802002-11-03 00:38:21 +0000145 0xc0ffcc84, 0x01ffcc04, 0x7fffcc86, 0xffffcc05,
wdenk2535d602003-07-17 23:16:40 +0000146 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
147 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
148 0x33ffcc07, _NOT_USED_, _NOT_USED_, _NOT_USED_ };
wdenkfe8c2802002-11-03 00:38:21 +0000149
wdenk2535d602003-07-17 23:16:40 +0000150static const uint edo_60ns[] =
wdenkfe8c2802002-11-03 00:38:21 +0000151{ 0x0ffbcc04, 0x0cf3cc04, 0x00f3cc00, 0x33f7cc47,
wdenk2535d602003-07-17 23:16:40 +0000152 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
wdenkfe8c2802002-11-03 00:38:21 +0000153 0x0ffbcc04, 0x09f3cc0c, 0x09f3cc0c, 0x09f3cc0c,
wdenk2535d602003-07-17 23:16:40 +0000154 0x08f3cc00, 0x3ff7cc47, _NOT_USED_, _NOT_USED_,
155 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
156 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
wdenkfe8c2802002-11-03 00:38:21 +0000157 0x0fefcc04, 0x08afcc04, 0x00afcc00, 0x3fbfcc47,
wdenk2535d602003-07-17 23:16:40 +0000158 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
wdenkfe8c2802002-11-03 00:38:21 +0000159 0x0fefcc04, 0x08afcc00, 0x07afcc48, 0x08afcc48,
wdenk2535d602003-07-17 23:16:40 +0000160 0x08afcc48, 0x39bfcc47, _NOT_USED_, _NOT_USED_,
161 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
162 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
wdenkfe8c2802002-11-03 00:38:21 +0000163 0x80ffcc84, 0x13ffcc04, 0xffffcc87, 0xffffcc05,
wdenk2535d602003-07-17 23:16:40 +0000164 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
165 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
166 0x33ffcc07, _NOT_USED_, _NOT_USED_, _NOT_USED_ };
wdenkfe8c2802002-11-03 00:38:21 +0000167
wdenk2535d602003-07-17 23:16:40 +0000168static const uint edo_70ns[] =
wdenkfe8c2802002-11-03 00:38:21 +0000169{ 0x0ffbcc04, 0x0cf3cc04, 0x00f3cc00, 0x33f7cc47,
wdenk2535d602003-07-17 23:16:40 +0000170 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
wdenkfe8c2802002-11-03 00:38:21 +0000171 0x0ffbec04, 0x08f3ec04, 0x03f3ec48, 0x08f3cc00,
172 0x0ff3cc4c, 0x08f3cc00, 0x0ff3cc4c, 0x08f3cc00,
wdenk2535d602003-07-17 23:16:40 +0000173 0x3ff7cc47, _NOT_USED_, _NOT_USED_, _NOT_USED_,
174 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
wdenkfe8c2802002-11-03 00:38:21 +0000175 0x0fefcc04, 0x08afcc04, 0x00afcc00, 0x3fbfcc47,
wdenk2535d602003-07-17 23:16:40 +0000176 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
wdenkfe8c2802002-11-03 00:38:21 +0000177 0x0fefcc04, 0x08afcc00, 0x07afcc4c, 0x08afcc00,
178 0x07afcc4c, 0x08afcc00, 0x07afcc4c, 0x08afcc00,
wdenk2535d602003-07-17 23:16:40 +0000179 0x37bfcc47, _NOT_USED_, _NOT_USED_, _NOT_USED_,
180 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
wdenkfe8c2802002-11-03 00:38:21 +0000181 0xc0ffcc84, 0x01ffcc04, 0x7fffcc86, 0xffffcc05,
wdenk2535d602003-07-17 23:16:40 +0000182 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
183 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
184 0x33ffcc07, _NOT_USED_, _NOT_USED_, _NOT_USED_ };
wdenkfe8c2802002-11-03 00:38:21 +0000185#else
wdenk2535d602003-07-17 23:16:40 +0000186#error dram not correctly defined - use CONFIG_DRAM_25MHZ or CONFIG_DRAM_50MHZ
wdenkfe8c2802002-11-03 00:38:21 +0000187#endif
188
189/* ------------------------------------------------------------------------- */
wdenk2535d602003-07-17 23:16:40 +0000190static int _draminit (uint base, uint noMbytes, uint edo, uint delay)
191{
192 volatile immap_t *immap = (immap_t *) CFG_IMMR;
wdenkfe8c2802002-11-03 00:38:21 +0000193 volatile memctl8xx_t *memctl = &immap->im_memctl;
194
195 /* init upm */
196
wdenk2535d602003-07-17 23:16:40 +0000197 switch (delay) {
198 case 70:
199 if (edo) {
200 upmconfig (UPMA, (uint *) edo_70ns,
201 sizeof (edo_70ns) / sizeof (uint));
202 } else {
203 upmconfig (UPMA, (uint *) dram_70ns,
204 sizeof (dram_70ns) / sizeof (uint));
wdenkfe8c2802002-11-03 00:38:21 +0000205 }
206
wdenk2535d602003-07-17 23:16:40 +0000207 break;
wdenkfe8c2802002-11-03 00:38:21 +0000208
wdenk2535d602003-07-17 23:16:40 +0000209 case 60:
210 if (edo) {
211 upmconfig (UPMA, (uint *) edo_60ns,
212 sizeof (edo_60ns) / sizeof (uint));
213 } else {
214 upmconfig (UPMA, (uint *) dram_60ns,
215 sizeof (dram_60ns) / sizeof (uint));
wdenkfe8c2802002-11-03 00:38:21 +0000216 }
217
wdenk2535d602003-07-17 23:16:40 +0000218 break;
219
220 default:
221 return -1;
wdenkfe8c2802002-11-03 00:38:21 +0000222 }
223
wdenk2535d602003-07-17 23:16:40 +0000224 memctl->memc_mptpr = 0x0400; /* divide by 16 */
wdenkfe8c2802002-11-03 00:38:21 +0000225
wdenk2535d602003-07-17 23:16:40 +0000226 switch (noMbytes) {
227 case 4: /* 4 Mbyte uses only CS2 */
wdenkb028f712003-12-07 21:39:28 +0000228#ifdef CONFIG_ADS
229 memctl->memc_mamr = 0xc0a21114;
230#else
wdenk2535d602003-07-17 23:16:40 +0000231 memctl->memc_mamr = 0x13a01114; /* PTA 0x13 AMA 010 */
wdenkb028f712003-12-07 21:39:28 +0000232#endif
wdenk2535d602003-07-17 23:16:40 +0000233 memctl->memc_or2 = 0xffc00800; /* 4M */
234 break;
wdenkfe8c2802002-11-03 00:38:21 +0000235
wdenk2535d602003-07-17 23:16:40 +0000236 case 8: /* 8 Mbyte uses both CS3 and CS2 */
237 memctl->memc_mamr = 0x13a01114; /* PTA 0x13 AMA 010 */
238 memctl->memc_or3 = 0xffc00800; /* 4M */
239 memctl->memc_br3 = 0x00400081 + base;
240 memctl->memc_or2 = 0xffc00800; /* 4M */
241 break;
wdenkfe8c2802002-11-03 00:38:21 +0000242
wdenk2535d602003-07-17 23:16:40 +0000243 case 16: /* 16 Mbyte uses only CS2 */
244#ifdef CONFIG_ADS /* XXX: why PTA=0x60 only in 16M case? - NTL */
245 memctl->memc_mamr = 0x60b21114; /* PTA 0x60 AMA 011 */
wdenkfe8c2802002-11-03 00:38:21 +0000246#else
wdenk2535d602003-07-17 23:16:40 +0000247 memctl->memc_mamr = 0x13b01114; /* PTA 0x13 AMA 011 */
wdenkfe8c2802002-11-03 00:38:21 +0000248#endif
wdenk2535d602003-07-17 23:16:40 +0000249 memctl->memc_or2 = 0xff000800; /* 16M */
250 break;
wdenkfe8c2802002-11-03 00:38:21 +0000251
wdenk2535d602003-07-17 23:16:40 +0000252 case 32: /* 32 Mbyte uses both CS3 and CS2 */
253 memctl->memc_mamr = 0x13b01114; /* PTA 0x13 AMA 011 */
254 memctl->memc_or3 = 0xff000800; /* 16M */
255 memctl->memc_br3 = 0x01000081 + base;
256 memctl->memc_or2 = 0xff000800; /* 16M */
257 break;
258
259 default:
260 return -1;
wdenkfe8c2802002-11-03 00:38:21 +0000261 }
262
wdenk2535d602003-07-17 23:16:40 +0000263 memctl->memc_br2 = 0x81 + base; /* use upma */
264
wdenkb028f712003-12-07 21:39:28 +0000265 *((uint *) BCSR1) &= ~BCSR1_DRAM_EN; /* enable dram */
266
wdenk2535d602003-07-17 23:16:40 +0000267 /* if no dimm is inserted, noMbytes is still detected as 8m, so
268 * sanity check top and bottom of memory */
269
wdenkc83bf6a2004-01-06 22:38:14 +0000270 /* check bytes / 2 because get_ram_size tests at base+bytes, which
wdenk2535d602003-07-17 23:16:40 +0000271 * is not mapped */
wdenkb028f712003-12-07 21:39:28 +0000272 if (noMbytes == 8)
wdenkc83bf6a2004-01-06 22:38:14 +0000273 if (get_ram_size ((long *) base, noMbytes << 19) != noMbytes << 19) {
wdenkb028f712003-12-07 21:39:28 +0000274 *((uint *) BCSR1) |= BCSR1_DRAM_EN; /* disable dram */
275 return -1;
276 }
wdenk2535d602003-07-17 23:16:40 +0000277
wdenkfe8c2802002-11-03 00:38:21 +0000278 return 0;
279}
280
281/* ------------------------------------------------------------------------- */
282
wdenk2535d602003-07-17 23:16:40 +0000283static void _dramdisable(void)
wdenkfe8c2802002-11-03 00:38:21 +0000284{
285 volatile immap_t *immap = (immap_t *)CFG_IMMR;
286 volatile memctl8xx_t *memctl = &immap->im_memctl;
287
288 memctl->memc_br2 = 0x00000000;
289 memctl->memc_br3 = 0x00000000;
290
291 /* maybe we should turn off upma here or something */
292}
wdenk180d3f72004-01-04 16:28:35 +0000293#endif /* !CONFIG_DUET_ADS */
wdenkfe8c2802002-11-03 00:38:21 +0000294
wdenk180d3f72004-01-04 16:28:35 +0000295/* ========================================================================= */
296
297#ifdef CONFIG_FADS /* SDRAM exists on FADS and newer boards */
wdenk2535d602003-07-17 23:16:40 +0000298
wdenkfe8c2802002-11-03 00:38:21 +0000299#if defined(CONFIG_SDRAM_100MHZ)
300
301/* ------------------------------------------------------------------------- */
302/* sdram table by Dan Malek */
303
304/* This has the stretched early timing so the 50 MHz
305 * processor can make the 100 MHz timing. This will
306 * work at all processor speeds.
307 */
308
wdenk2535d602003-07-17 23:16:40 +0000309#ifdef SDRAM_ALT_INIT_SEQENCE
310# define SDRAM_MBMRVALUE0 0xc3802114 /* PTx=195,PTxE,AMx=0,DSx=1,A11,RLFx=1,WLFx=1,TLFx=4 */
wdenkfe8c2802002-11-03 00:38:21 +0000311#define SDRAM_MBMRVALUE1 SDRAM_MBMRVALUE0
wdenk2535d602003-07-17 23:16:40 +0000312# define SDRAM_MCRVALUE0 0x80808111 /* run upmb cs4 loop 1 addr 0x11 MRS */
313# define SDRAM_MCRVALUE1 SDRAM_MCRVALUE0 /* ??? why not 0x80808130? */
314#else
315# define SDRAM_MxMR_PTx 195
316# define UPM_MRS_ADDR 0x11
317# define UPM_REFRESH_ADDR 0x30 /* or 0x11 if we want to be like above? */
318#endif /* !SDRAM_ALT_INIT_SEQUENCE */
wdenkfe8c2802002-11-03 00:38:21 +0000319
wdenk2535d602003-07-17 23:16:40 +0000320static const uint sdram_table[] =
wdenkfe8c2802002-11-03 00:38:21 +0000321{
322 /* single read. (offset 0 in upm RAM) */
323 0xefebfc24, 0x1f07fc24, 0xeeaefc04, 0x11adfc04,
wdenk2535d602003-07-17 23:16:40 +0000324 0xefbbbc00, 0x1ff77c45, _NOT_USED_, _NOT_USED_,
wdenkfe8c2802002-11-03 00:38:21 +0000325
326 /* burst read. (offset 8 in upm RAM) */
327 0xefebfc24, 0x1f07fc24, 0xeeaefc04, 0x10adfc04,
328 0xf0affc00, 0xf0affc00, 0xf1affc00, 0xefbbbc00,
wdenk2535d602003-07-17 23:16:40 +0000329 0x1ff77c45,
330
331 /* precharge + MRS. (offset 11 in upm RAM) */
332 0xeffbbc04, 0x1ff77c34, 0xefeabc34,
333 0x1fb57c35, _NOT_USED_, _NOT_USED_, _NOT_USED_,
wdenkfe8c2802002-11-03 00:38:21 +0000334
335 /* single write. (offset 18 in upm RAM) */
336 0xefebfc24, 0x1f07fc24, 0xeeaebc00, 0x01b93c04,
wdenk2535d602003-07-17 23:16:40 +0000337 0x1ff77c45, _NOT_USED_, _NOT_USED_, _NOT_USED_,
wdenkfe8c2802002-11-03 00:38:21 +0000338
339 /* burst write. (offset 20 in upm RAM) */
340 0xefebfc24, 0x1f07fc24, 0xeeaebc00, 0x10ad7c00,
341 0xf0affc00, 0xf0affc00, 0xe1bbbc04, 0x1ff77c45,
wdenk2535d602003-07-17 23:16:40 +0000342 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
343 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
wdenkfe8c2802002-11-03 00:38:21 +0000344
345 /* refresh. (offset 30 in upm RAM) */
346 0xeffafc84, 0x1ff5fc04, 0xfffffc04, 0xfffffc04,
wdenk2535d602003-07-17 23:16:40 +0000347 0xfffffc84, 0xfffffc07, _NOT_USED_, _NOT_USED_,
348 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
wdenkfe8c2802002-11-03 00:38:21 +0000349
350 /* exception. (offset 3c in upm RAM) */
wdenk2535d602003-07-17 23:16:40 +0000351 0xeffffc06, 0x1ffffc07, _NOT_USED_, _NOT_USED_ };
wdenkfe8c2802002-11-03 00:38:21 +0000352
353#elif defined(CONFIG_SDRAM_50MHZ)
354
355/* ------------------------------------------------------------------------- */
356/* sdram table stolen from the fads manual */
357/* for chip MB811171622A-100 */
358
359/* this table is for 32-50MHz operation */
wdenk2535d602003-07-17 23:16:40 +0000360#ifdef SDRAM_ALT_INIT_SEQENCE
361# define SDRAM_MBMRVALUE0 0x80802114 /* PTx=128,PTxE,AMx=0,DSx=1,A11,RLFx=1,WLFx=1,TLFx=4 */
362# define SDRAM_MBMRVALUE1 0x80802118 /* PTx=128,PTxE,AMx=0,DSx=1,A11,RLFx=1,WLFx=1,TLFx=8 */
363# define SDRAM_MCRVALUE0 0x80808105 /* run upmb cs4 loop 1 addr 0x5 MRS */
364# define SDRAM_MCRVALUE1 0x80808130 /* run upmb cs4 loop 1 addr 0x30 REFRESH */
365# define SDRAM_MPTRVALUE 0x400
wdenkfe8c2802002-11-03 00:38:21 +0000366#define SDRAM_MARVALUE 0x88
wdenk2535d602003-07-17 23:16:40 +0000367#else
368# define SDRAM_MxMR_PTx 128
369# define UPM_MRS_ADDR 0x5
370# define UPM_REFRESH_ADDR 0x30
371#endif /* !SDRAM_ALT_INIT_SEQUENCE */
wdenkfe8c2802002-11-03 00:38:21 +0000372
wdenk2535d602003-07-17 23:16:40 +0000373static const uint sdram_table[] =
wdenkfe8c2802002-11-03 00:38:21 +0000374{
375 /* single read. (offset 0 in upm RAM) */
376 0x1f07fc04, 0xeeaefc04, 0x11adfc04, 0xefbbbc00,
377 0x1ff77c47,
378
wdenk2535d602003-07-17 23:16:40 +0000379 /* precharge + MRS. (offset 5 in upm RAM) */
wdenkfe8c2802002-11-03 00:38:21 +0000380 0x1ff77c34, 0xefeabc34, 0x1fb57c35,
381
382 /* burst read. (offset 8 in upm RAM) */
383 0x1f07fc04, 0xeeaefc04, 0x10adfc04, 0xf0affc00,
384 0xf0affc00, 0xf1affc00, 0xefbbbc00, 0x1ff77c47,
wdenk2535d602003-07-17 23:16:40 +0000385 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
386 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
wdenkfe8c2802002-11-03 00:38:21 +0000387
388 /* single write. (offset 18 in upm RAM) */
389 0x1f27fc04, 0xeeaebc00, 0x01b93c04, 0x1ff77c47,
wdenk2535d602003-07-17 23:16:40 +0000390 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
wdenkfe8c2802002-11-03 00:38:21 +0000391
392 /* burst write. (offset 20 in upm RAM) */
393 0x1f07fc04, 0xeeaebc00, 0x10ad7c00, 0xf0affc00,
wdenk2535d602003-07-17 23:16:40 +0000394 0xf0affc00, 0xe1bbbc04, 0x1ff77c47, _NOT_USED_,
395 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
396 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
wdenkfe8c2802002-11-03 00:38:21 +0000397
398 /* refresh. (offset 30 in upm RAM) */
399 0x1ff5fc84, 0xfffffc04, 0xfffffc04, 0xfffffc04,
wdenk2535d602003-07-17 23:16:40 +0000400 0xfffffc84, 0xfffffc07, _NOT_USED_, _NOT_USED_,
401 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
wdenkfe8c2802002-11-03 00:38:21 +0000402
403 /* exception. (offset 3c in upm RAM) */
wdenk2535d602003-07-17 23:16:40 +0000404 0x7ffffc07, _NOT_USED_, _NOT_USED_, _NOT_USED_ };
wdenkfe8c2802002-11-03 00:38:21 +0000405
406/* ------------------------------------------------------------------------- */
407#else
408#error SDRAM not correctly configured
409#endif
wdenk2535d602003-07-17 23:16:40 +0000410/* ------------------------------------------------------------------------- */
wdenkfe8c2802002-11-03 00:38:21 +0000411
wdenk2535d602003-07-17 23:16:40 +0000412/*
413 * Memory Periodic Timer Prescaler
414 */
415
416#define SDRAM_OR4VALUE 0x00000a00 /* SAM,GL5A/S=01,addr mask or'ed on later */
417#define SDRAM_BR4VALUE 0x000000c1 /* UPMB,base addr or'ed on later */
418
419/* ------------------------------------------------------------------------- */
420#ifdef SDRAM_ALT_INIT_SEQENCE
421/* ------------------------------------------------------------------------- */
422
423static int _initsdram(uint base, uint noMbytes)
wdenkfe8c2802002-11-03 00:38:21 +0000424{
425 volatile immap_t *immap = (immap_t *)CFG_IMMR;
426 volatile memctl8xx_t *memctl = &immap->im_memctl;
427
wdenkfe8c2802002-11-03 00:38:21 +0000428 upmconfig(UPMB, (uint *)sdram_table,sizeof(sdram_table)/sizeof(uint));
429
430 memctl->memc_mptpr = SDRAM_MPTPRVALUE;
431
432 /* Configure the refresh (mostly). This needs to be
433 * based upon processor clock speed and optimized to provide
434 * the highest level of performance. For multiple banks,
435 * this time has to be divided by the number of banks.
436 * Although it is not clear anywhere, it appears the
437 * refresh steps through the chip selects for this UPM
438 * on each refresh cycle.
439 * We have to be careful changing
440 * UPM registers after we ask it to run these commands.
441 */
442
wdenk2535d602003-07-17 23:16:40 +0000443 memctl->memc_mbmr = SDRAM_MBMRVALUE0; /* TLF 4 */
wdenkfe8c2802002-11-03 00:38:21 +0000444 memctl->memc_mar = SDRAM_MARVALUE; /* MRS code */
445
446 udelay(200);
447
448 /* Now run the precharge/nop/mrs commands.
449 */
450
wdenk2535d602003-07-17 23:16:40 +0000451 memctl->memc_mcr = 0x80808111; /* run umpb cs4 1 count 1, addr 0x11 ??? (50Mhz) */
452 /* run umpb cs4 1 count 1, addr 0x11 precharge+MRS (100Mhz) */
wdenkfe8c2802002-11-03 00:38:21 +0000453 udelay(200);
454
455 /* Run 8 refresh cycles */
456
wdenk2535d602003-07-17 23:16:40 +0000457 memctl->memc_mcr = SDRAM_MCRVALUE0; /* run upmb cs4 loop 1 addr 0x5 precharge+MRS (50 Mhz)*/
458 /* run upmb cs4 loop 1 addr 0x11 precharge+MRS (100MHz) */
wdenkfe8c2802002-11-03 00:38:21 +0000459
460 udelay(200);
461
wdenk2535d602003-07-17 23:16:40 +0000462 memctl->memc_mbmr = SDRAM_MBMRVALUE1; /* TLF 4 (100 Mhz) or TLF 8 (50MHz) */
463 memctl->memc_mcr = SDRAM_MCRVALUE1; /* run upmb cs4 loop 1 addr 0x30 refr (50 Mhz) */
464 /* run upmb cs4 loop 1 addr 0x11 precharge+MRS ??? (100MHz) */
wdenkfe8c2802002-11-03 00:38:21 +0000465
466 udelay(200);
467
wdenk2535d602003-07-17 23:16:40 +0000468 memctl->memc_mbmr = SDRAM_MBMRVALUE0; /* TLF 4 */
wdenkfe8c2802002-11-03 00:38:21 +0000469
wdenk2535d602003-07-17 23:16:40 +0000470 memctl->memc_or4 = SDRAM_OR4VALUE | ~((noMbytes<<20)-1);
wdenkfe8c2802002-11-03 00:38:21 +0000471 memctl->memc_br4 = SDRAM_BR4VALUE | base;
472
473 return 0;
474}
475
476/* ------------------------------------------------------------------------- */
wdenk2535d602003-07-17 23:16:40 +0000477#else /* !SDRAM_ALT_INIT_SEQUENCE */
478/* ------------------------------------------------------------------------- */
wdenkfe8c2802002-11-03 00:38:21 +0000479
wdenk2535d602003-07-17 23:16:40 +0000480/* refresh rate 15.6 us (= 64 ms / 4K = 62.4 / quad bursts) for <= 128 MBit */
481# define MPTPR_2BK_4K MPTPR_PTP_DIV16 /* setting for 2 banks */
482# define MPTPR_1BK_4K MPTPR_PTP_DIV32 /* setting for 1 bank */
483
484/* refresh rate 7.8 us (= 64 ms / 8K = 31.2 / quad bursts) for 256 MBit */
485# define MPTPR_2BK_8K MPTPR_PTP_DIV8 /* setting for 2 banks */
486# define MPTPR_1BK_8K MPTPR_PTP_DIV16 /* setting for 1 bank */
487
488/*
489 * MxMR settings for SDRAM
490 */
491
492/* 8 column SDRAM */
493# define SDRAM_MxMR_8COL ((SDRAM_MxMR_PTx << MBMR_PTB_SHIFT) | MBMR_PTBE | \
494 MBMR_AMB_TYPE_0 | MBMR_DSB_1_CYCL | MBMR_G0CLB_A11 | \
495 MBMR_RLFB_1X | MBMR_WLFB_1X | MBMR_TLFB_4X)
496/* 9 column SDRAM */
497# define SDRAM_MxMR_9COL ((SDRAM_MxMR_PTx << MBMR_PTB_SHIFT) | MBMR_PTAE | \
498 MBMR_AMB_TYPE_1 | MBMR_DSB_1_CYCL | MBMR_G0CLB_A10 | \
499 MBMR_RLFB_1X | MBMR_WLFB_1X | MBMR_TLFB_4X)
500
501static int _initsdram(uint base, uint noMbytes)
502{
503 volatile immap_t *immap = (immap_t *)CFG_IMMR;
504 volatile memctl8xx_t *memctl = &immap->im_memctl;
505
506 upmconfig(UPMB, (uint *)sdram_table,sizeof(sdram_table)/sizeof(uint));
507
508 memctl->memc_mptpr = MPTPR_2BK_4K;
509 memctl->memc_mbmr = SDRAM_MxMR_8COL & (~(MBMR_PTBE)); /* no refresh yet */
510
511 /* map CS 4 */
512 memctl->memc_or4 = SDRAM_OR4VALUE | ~((noMbytes<<20)-1);
513 memctl->memc_br4 = SDRAM_BR4VALUE | base;
514
515 /* Perform SDRAM initilization */
516# ifdef UPM_NOP_ADDR /* not currently in UPM table */
517 /* step 1: nop */
518 memctl->memc_mar = 0x00000000;
519 memctl->memc_mcr = MCR_UPM_B | MCR_OP_RUN | MCR_MB_CS4 |
520 MCR_MLCF(0) | UPM_NOP_ADDR;
521# endif
522
523 /* step 2: delay */
524 udelay(200);
525
526# ifdef UPM_PRECHARGE_ADDR /* merged with MRS in UPM table */
527 /* step 3: precharge */
528 memctl->memc_mar = 0x00000000;
529 memctl->memc_mcr = MCR_UPM_B | MCR_OP_RUN | MCR_MB_CS4 |
530 MCR_MLCF(4) | UPM_PRECHARGE_ADDR;
531# endif
532
533 /* step 4: refresh */
534 memctl->memc_mar = 0x00000000;
535 memctl->memc_mcr = MCR_UPM_B | MCR_OP_RUN | MCR_MB_CS4 |
536 MCR_MLCF(2) | UPM_REFRESH_ADDR;
537
538 /*
539 * note: for some reason, the UPM values we are using include
540 * precharge with MRS
541 */
542
543 /* step 5: mrs */
544 memctl->memc_mar = 0x00000088;
545 memctl->memc_mcr = MCR_UPM_B | MCR_OP_RUN | MCR_MB_CS4 |
546 MCR_MLCF(1) | UPM_MRS_ADDR;
547
548# ifdef UPM_NOP_ADDR
549 memctl->memc_mar = 0x00000000;
550 memctl->memc_mcr = MCR_UPM_B | MCR_OP_RUN | MCR_MB_CS4 |
551 MCR_MLCF(0) | UPM_NOP_ADDR;
552# endif
553 /*
554 * Enable refresh
555 */
556
557 memctl->memc_mbmr |= MBMR_PTBE;
558 return 0;
559}
560#endif /* !SDRAM_ALT_INIT_SEQUENCE */
561
562/* ------------------------------------------------------------------------- */
563
564static void _sdramdisable(void)
wdenkfe8c2802002-11-03 00:38:21 +0000565{
566 volatile immap_t *immap = (immap_t *)CFG_IMMR;
567 volatile memctl8xx_t *memctl = &immap->im_memctl;
568
569 memctl->memc_br4 = 0x00000000;
570
571 /* maybe we should turn off upmb here or something */
572}
573
574/* ------------------------------------------------------------------------- */
575
wdenk2535d602003-07-17 23:16:40 +0000576static int initsdram(uint base, uint *noMbytes)
wdenkfe8c2802002-11-03 00:38:21 +0000577{
wdenk2535d602003-07-17 23:16:40 +0000578 uint m = CFG_SDRAM_SIZE>>20;
wdenkfe8c2802002-11-03 00:38:21 +0000579
wdenk2535d602003-07-17 23:16:40 +0000580 /* _initsdram needs access to sdram */
wdenkfe8c2802002-11-03 00:38:21 +0000581 *((uint *)BCSR1) |= BCSR1_SDRAM_EN; /* enable sdram */
wdenkfe8c2802002-11-03 00:38:21 +0000582
583 if(!_initsdram(base, m))
584 {
wdenk2535d602003-07-17 23:16:40 +0000585 *noMbytes += m;
wdenkfe8c2802002-11-03 00:38:21 +0000586 return 0;
587 }
588 else
589 {
590 *((uint *)BCSR1) &= ~BCSR1_SDRAM_EN; /* disable sdram */
591
592 _sdramdisable();
593
594 return -1;
595 }
596}
597
wdenk2535d602003-07-17 23:16:40 +0000598#endif /* CONFIG_FADS */
599
wdenk180d3f72004-01-04 16:28:35 +0000600/* ========================================================================= */
601
wdenkfe8c2802002-11-03 00:38:21 +0000602long int initdram (int board_type)
603{
wdenk2535d602003-07-17 23:16:40 +0000604 uint sdramsz = 0; /* size of sdram in Mbytes */
605 uint base = 0; /* base of dram in bytes */
606 uint m = 0; /* size of dram in Mbytes */
wdenk180d3f72004-01-04 16:28:35 +0000607#ifndef CONFIG_DUET_ADS
wdenk2535d602003-07-17 23:16:40 +0000608 uint k, s;
wdenk180d3f72004-01-04 16:28:35 +0000609#endif
wdenk2535d602003-07-17 23:16:40 +0000610
611#ifdef CONFIG_FADS
612 if (!initsdram (0x00000000, &sdramsz)) {
613 base = sdramsz << 20;
614 printf ("(%u MB SDRAM) ", sdramsz);
615 }
wdenkfe8c2802002-11-03 00:38:21 +0000616#endif
wdenk180d3f72004-01-04 16:28:35 +0000617#ifndef CONFIG_DUET_ADS /* No old DRAM on Duet */
wdenk2535d602003-07-17 23:16:40 +0000618 k = (*((uint *) BCSR2) >> 23) & 0x0f;
wdenkfe8c2802002-11-03 00:38:21 +0000619
wdenk2535d602003-07-17 23:16:40 +0000620 switch (k & 0x3) {
wdenkfe8c2802002-11-03 00:38:21 +0000621 /* "MCM36100 / MT8D132X" */
wdenk2535d602003-07-17 23:16:40 +0000622 case 0x00:
623 m = 4;
624 break;
wdenkfe8c2802002-11-03 00:38:21 +0000625
626 /* "MCM36800 / MT16D832X" */
wdenk2535d602003-07-17 23:16:40 +0000627 case 0x01:
628 m = 32;
629 break;
wdenkfe8c2802002-11-03 00:38:21 +0000630 /* "MCM36400 / MT8D432X" */
wdenk2535d602003-07-17 23:16:40 +0000631 case 0x02:
632 m = 16;
633 break;
wdenkfe8c2802002-11-03 00:38:21 +0000634 /* "MCM36200 / MT16D832X ?" */
wdenk2535d602003-07-17 23:16:40 +0000635 case 0x03:
636 m = 8;
637 break;
wdenkfe8c2802002-11-03 00:38:21 +0000638
639 }
640
wdenk2535d602003-07-17 23:16:40 +0000641 switch (k >> 2) {
642 case 0x02:
643 k = 70;
644 break;
wdenkfe8c2802002-11-03 00:38:21 +0000645
wdenk2535d602003-07-17 23:16:40 +0000646 case 0x03:
647 k = 60;
648 break;
wdenkfe8c2802002-11-03 00:38:21 +0000649
wdenk2535d602003-07-17 23:16:40 +0000650 default:
651 printf ("unknown dramdelay (0x%x) - defaulting to 70 ns", k);
652 k = 70;
wdenkfe8c2802002-11-03 00:38:21 +0000653 }
654
655#ifdef CONFIG_FADS
656 /* the FADS is missing this bit, all rams treated as non-edo */
657 s = 0;
658#else
wdenk2535d602003-07-17 23:16:40 +0000659 s = (*((uint *) BCSR2) >> 27) & 0x01;
wdenkfe8c2802002-11-03 00:38:21 +0000660#endif
661
wdenk2535d602003-07-17 23:16:40 +0000662 if (!_draminit (base, m, s, k)) {
663 printf ("%dM %dns %sDRAM: ", m, k, s ? "EDO " : "");
664 } else {
665 _dramdisable ();
666 m = 0;
wdenkfe8c2802002-11-03 00:38:21 +0000667 }
wdenk180d3f72004-01-04 16:28:35 +0000668#endif /* !CONFIG_DUET_ADS */
wdenk2535d602003-07-17 23:16:40 +0000669 m += sdramsz; /* add sdram size to total */
670
wdenk2535d602003-07-17 23:16:40 +0000671 return (m << 20);
wdenkfe8c2802002-11-03 00:38:21 +0000672}
673
674/* ------------------------------------------------------------------------- */
675
676int testdram (void)
677{
678 /* TODO: XXX XXX XXX */
679 printf ("test: 16 MB - ok\n");
680
681 return (0);
682}
683
wdenk180d3f72004-01-04 16:28:35 +0000684/* ========================================================================= */
685
686/*
687 * Check Board Identity:
688 */
689
690#if defined(CONFIG_FADS) && defined(CFG_DAUGHTERBOARD)
691static void checkdboard(void)
692{
693 /* get db type from BCSR 3 */
694 uint k = (*((uint *)BCSR3) >> 24) & 0x3f;
695
696 puts (" with db ");
697
698 switch(k) {
699 case 0x03 :
700 puts ("MPC823");
701 break;
702 case 0x20 :
703 puts ("MPC801");
704 break;
705 case 0x21 :
706 puts ("MPC850");
707 break;
708 case 0x22 :
709 puts ("MPC821, MPC860 / MPC860SAR / MPC860T");
710 break;
711 case 0x23 :
712 puts ("MPC860SAR");
713 break;
714 case 0x24 :
715 case 0x2A :
716 puts ("MPC860T");
717 break;
718 case 0x3F :
719 puts ("MPC850SAR");
720 break;
721 default : printf("0x%x", k);
722 }
723}
724#endif /* defined(CONFIG_FADS) && defined(CFG_DAUGHTERBOARD) */
725
726int checkboard (void)
727{
728 /* get revision from BCSR 3 */
729 uint r = (((*((uint *) BCSR3) >> 23) & 1) << 3)
730 | (((*((uint *) BCSR3) >> 19) & 1) << 2)
731 | (((*((uint *) BCSR3) >> 16) & 3));
732
733 puts ("Board: ");
734
735#if defined(CONFIG_MPC86xADS)
736 puts ("MPC86xADS");
737#elif defined(CONFIG_DUET_ADS)
738 puts ("DUET ADS");
739 r = 0; /* I've got NR (No Revision) board */
740#elif defined(CONFIG_FADS)
741 puts ("FADS");
742 checkdboard ();
743#else
744 puts ("ADS");
745#endif
746 puts (" rev ");
747
748 switch (r) {
749#if defined(CONFIG_ADS)
750 case 0x00:
751 puts ("ENG - this board sucks, check the errata, not supported\n");
752 return -1;
753 case 0x01:
754 puts ("PILOT - warning, read errata \n");
755 break;
756 case 0x02:
757 puts ("A - warning, read errata \n");
758 break;
759 case 0x03:
760 puts ("B \n");
761 break;
762#elif defined(CONFIG_DUET_ADS)
763 case 0x00:
764 puts ("NR\n");
765 break;
766#else /* FADS and newer */
767 case 0x00:
768 puts ("ENG\n");
769 break;
770 case 0x01:
771 puts ("PILOT\n");
772 break;
773#endif /* CONFIG_ADS */
774 default:
775 printf ("unknown (0x%x)\n", r);
776 return -1;
777 }
778
779 return 0;
780}
781
782/* ========================================================================= */
wdenkfe8c2802002-11-03 00:38:21 +0000783
784#if (CONFIG_COMMANDS & CFG_CMD_PCMCIA)
785
786#ifdef CFG_PCMCIA_MEM_ADDR
787volatile unsigned char *pcmcia_mem = (unsigned char*)CFG_PCMCIA_MEM_ADDR;
788#endif
789
790int pcmcia_init(void)
791{
792 volatile pcmconf8xx_t *pcmp;
793 uint v, slota, slotb;
794
795 /*
796 ** Enable the PCMCIA for a Flash card.
797 */
798 pcmp = (pcmconf8xx_t *)(&(((immap_t *)CFG_IMMR)->im_pcmcia));
799
800#if 0
801 pcmp->pcmc_pbr0 = CFG_PCMCIA_MEM_ADDR;
802 pcmp->pcmc_por0 = 0xc00ff05d;
803#endif
804
805 /* Set all slots to zero by default. */
806 pcmp->pcmc_pgcra = 0;
807 pcmp->pcmc_pgcrb = 0;
808#ifdef PCMCIA_SLOT_A
809 pcmp->pcmc_pgcra = 0x40;
810#endif
811#ifdef PCMCIA_SLOT_B
812 pcmp->pcmc_pgcrb = 0x40;
813#endif
814
815 /* enable PCMCIA buffers */
816 *((uint *)BCSR1) &= ~BCSR1_PCCEN;
817
818 /* Check if any PCMCIA card is plugged in. */
819
820 slota = (pcmp->pcmc_pipr & 0x18000000) == 0 ;
821 slotb = (pcmp->pcmc_pipr & 0x00001800) == 0 ;
822
wdenk2535d602003-07-17 23:16:40 +0000823 if (!(slota || slotb)) {
wdenkfe8c2802002-11-03 00:38:21 +0000824 printf("No card present\n");
825#ifdef PCMCIA_SLOT_A
826 pcmp->pcmc_pgcra = 0;
827#endif
828#ifdef PCMCIA_SLOT_B
829 pcmp->pcmc_pgcrb = 0;
830#endif
831 return -1;
832 }
833 else
834 printf("Card present (");
835
836 v = 0;
837
838 /* both the ADS and the FADS have a 5V keyed pcmcia connector (?)
839 **
840 ** Paolo - Yes, but i have to insert some 3.3V card in that slot on
841 ** my FADS... :-)
842 */
843
wdenk2535d602003-07-17 23:16:40 +0000844#if defined(CONFIG_MPC86x)
845 switch ((pcmp->pcmc_pipr >> 30) & 3)
wdenkfe8c2802002-11-03 00:38:21 +0000846#elif defined(CONFIG_MPC823) || defined(CONFIG_MPC850)
wdenk2535d602003-07-17 23:16:40 +0000847 switch ((pcmp->pcmc_pipr >> 14) & 3)
wdenkfe8c2802002-11-03 00:38:21 +0000848#endif
849 {
wdenk2535d602003-07-17 23:16:40 +0000850 case 0x00 :
851 printf("5V");
852 v = 5;
853 break;
854 case 0x01 :
855 printf("5V and 3V");
wdenkfe8c2802002-11-03 00:38:21 +0000856#ifdef CONFIG_FADS
wdenk2535d602003-07-17 23:16:40 +0000857 v = 3; /* User lower voltage if supported! */
wdenkfe8c2802002-11-03 00:38:21 +0000858#else
wdenk2535d602003-07-17 23:16:40 +0000859 v = 5;
wdenkfe8c2802002-11-03 00:38:21 +0000860#endif
wdenk2535d602003-07-17 23:16:40 +0000861 break;
862 case 0x03 :
863 printf("5V, 3V and x.xV");
wdenkfe8c2802002-11-03 00:38:21 +0000864#ifdef CONFIG_FADS
wdenk2535d602003-07-17 23:16:40 +0000865 v = 3; /* User lower voltage if supported! */
wdenkfe8c2802002-11-03 00:38:21 +0000866#else
wdenk2535d602003-07-17 23:16:40 +0000867 v = 5;
wdenkfe8c2802002-11-03 00:38:21 +0000868#endif
wdenk2535d602003-07-17 23:16:40 +0000869 break;
wdenkfe8c2802002-11-03 00:38:21 +0000870 }
871
wdenk2535d602003-07-17 23:16:40 +0000872 switch (v) {
wdenkfe8c2802002-11-03 00:38:21 +0000873#ifdef CONFIG_FADS
874 case 3:
wdenk2535d602003-07-17 23:16:40 +0000875 printf("; using 3V");
876 /*
877 ** Enable 3 volt Vcc.
878 */
879 *((uint *)BCSR1) &= ~BCSR1_PCCVCC1;
880 *((uint *)BCSR1) |= BCSR1_PCCVCC0;
881 break;
wdenkfe8c2802002-11-03 00:38:21 +0000882#endif
883 case 5:
wdenk2535d602003-07-17 23:16:40 +0000884 printf("; using 5V");
wdenkfe8c2802002-11-03 00:38:21 +0000885#ifdef CONFIG_ADS
wdenk2535d602003-07-17 23:16:40 +0000886 /*
887 ** Enable 5 volt Vcc.
888 */
889 *((uint *)BCSR1) &= ~BCSR1_PCCVCCON;
wdenkfe8c2802002-11-03 00:38:21 +0000890#endif
891#ifdef CONFIG_FADS
wdenk2535d602003-07-17 23:16:40 +0000892 /*
893 ** Enable 5 volt Vcc.
894 */
895 *((uint *)BCSR1) &= ~BCSR1_PCCVCC0;
896 *((uint *)BCSR1) |= BCSR1_PCCVCC1;
wdenkfe8c2802002-11-03 00:38:21 +0000897#endif
wdenk2535d602003-07-17 23:16:40 +0000898 break;
wdenkfe8c2802002-11-03 00:38:21 +0000899
900 default:
901 *((uint *)BCSR1) |= BCSR1_PCCEN; /* disable pcmcia */
902
903 printf("; unknown voltage");
904 return -1;
905 }
906 printf(")\n");
907 /* disable pcmcia reset after a while */
908
909 udelay(20);
910
wdenk2535d602003-07-17 23:16:40 +0000911#ifdef PCMCIA_SLOT_A
wdenkfe8c2802002-11-03 00:38:21 +0000912 pcmp->pcmc_pgcra = 0;
wdenk2535d602003-07-17 23:16:40 +0000913#elif PCMCIA_SLOT_B
wdenkfe8c2802002-11-03 00:38:21 +0000914 pcmp->pcmc_pgcrb = 0;
915#endif
916
917 /* If you using a real hd you should give a short
918 * spin-up time. */
919#ifdef CONFIG_DISK_SPINUP_TIME
920 udelay(CONFIG_DISK_SPINUP_TIME);
921#endif
922
923 return 0;
924}
925
926#endif /* CFG_CMD_PCMCIA */
927
wdenk180d3f72004-01-04 16:28:35 +0000928/* ========================================================================= */
wdenkfe8c2802002-11-03 00:38:21 +0000929
930#ifdef CFG_PC_IDE_RESET
931
932void ide_set_reset(int on)
933{
934 volatile immap_t *immr = (immap_t *)CFG_IMMR;
935
936 /*
937 * Configure PC for IDE Reset Pin
938 */
939 if (on) { /* assert RESET */
940 immr->im_ioport.iop_pcdat &= ~(CFG_PC_IDE_RESET);
941 } else { /* release RESET */
942 immr->im_ioport.iop_pcdat |= CFG_PC_IDE_RESET;
943 }
944
945 /* program port pin as GPIO output */
946 immr->im_ioport.iop_pcpar &= ~(CFG_PC_IDE_RESET);
947 immr->im_ioport.iop_pcso &= ~(CFG_PC_IDE_RESET);
948 immr->im_ioport.iop_pcdir |= CFG_PC_IDE_RESET;
949}
950
951#endif /* CFG_PC_IDE_RESET */