blob: 63c14b7eb0ecec1b6843eb6bdc96c85a9541be2a [file] [log] [blame]
wdenk591dda52002-11-18 00:14:45 +00001/*
2 * (C) Copyright 2002
3 * Daniel Engström, Omicron Ceti AB <daniel@omicron.se>.
4 *
5 * See file CREDITS for list of people who contributed to this
6 * project.
7 *
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License as
10 * published by the Free Software Foundation; either version 2 of
11 * the License, or (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
21 * MA 02111-1307 USA
22 */
23
24/* This file is largely based on code obtned from AMD. AMD's original
wdenk57b2d802003-06-27 21:31:46 +000025 * copyright is included below
wdenk591dda52002-11-18 00:14:45 +000026 */
27
Graeme Russ4d2a0192010-04-24 00:05:59 +100028/* TITLE SIZER - Aspen DRAM Sizing Routine.
29 * =============================================================================
wdenk57b2d802003-06-27 21:31:46 +000030 *
Graeme Russ4d2a0192010-04-24 00:05:59 +100031 * Copyright 1999 Advanced Micro Devices, Inc.
32 * You may redistribute this program and/or modify this program under the terms
33 * of the GNU General Public License as published by the Free Software Foundation;
34 * either version 2 of the License, or (at your option) any later version.
wdenk57b2d802003-06-27 21:31:46 +000035 *
Graeme Russ4d2a0192010-04-24 00:05:59 +100036 * This program is distributed WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED
37 * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. See the GNU
38 * General Public License for more details.
wdenk57b2d802003-06-27 21:31:46 +000039 *
Graeme Russ4d2a0192010-04-24 00:05:59 +100040 * You should have received a copy of the GNU General Public License along with
41 * this program; if not, write to the Free Software Foundation, Inc.,
42 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
wdenk57b2d802003-06-27 21:31:46 +000043 *
Graeme Russ4d2a0192010-04-24 00:05:59 +100044 * THE MATERIALS ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED WARRANTY
45 * OF ANY KIND INCLUDING WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT OF
46 * THIRD-PARTY INTELLECTUAL PROPERTY, OR FITNESS FOR ANY PARTICULAR PURPOSE.
47 * IN NO EVENT SHALL AMD OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER
48 * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS
49 * INTERRUPTION, LOSS OF INFORMATION) ARISING OUT OF THE USE OF OR INABILITY
50 * TO USE THE MATERIALS, EVEN IF AMD HAS BEEN ADVISED OF THE POSSIBILITY OF
51 * SUCH DAMAGES. BECAUSE SOME JURSIDICTIONS PROHIBIT THE EXCLUSION OR
52 * LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES, THE ABOVE
53 * LIMITATION MAY NOT APPLY TO YOU.
wdenk57b2d802003-06-27 21:31:46 +000054 *
Graeme Russ4d2a0192010-04-24 00:05:59 +100055 * AMD does not assume any responsibility for any errors that may appear in
56 * the Materials nor any responsibility to support or update the Materials.
57 * AMD retains the right to make changes to its test specifications at any
58 * time, without notice.
59 * ==============================================================================
wdenk591dda52002-11-18 00:14:45 +000060 */
61
Graeme Russ4d2a0192010-04-24 00:05:59 +100062/*
63 ******************************************************************************
64 *
65 * FILE : sizer.asm - SDRAM DIMM Sizing Algorithm
66 *
67 *
68 *
69 * FUNCTIONS : sizemem() - jumped to, not called. To be executed after
70 * reset to determine the size of the SDRAM DIMMs. Initializes
71 * the memory subsystem.
72 *
73 *
74 * AUTHOR : Buddy Fey - Original.
75 *
76 *
77 * DESCRIPTION : Performs sizing on SDRAM DIMMs on ASPEN processor.
78 * NOTE: This is a small memory model version
79 *
80 *
81 * INPUTS : BP contains return address offset
82 * CACHE is assumed to be disabled.
83 * The FS segment limit has already been set to big real mode
84 * (full 32-bit addressing capability)
85 *
86 *
87 * OUTPUTS : None
88 *
89 *
90 * REG USE : ax,bx,cx,dx,di,si,bp, fs
91 *
92 *
93 * REVISION : See PVCS info below
94 *
95 *
96 * TEST PLAN CROSS REFERENCE:
97 *
98 *
99 * $Workfile: $
100 * $Revision: 1.2 $
101 * $Date: 1999/09/22 12:49:33 $
102 * $Author: chipf $
103 * $Log: sizer.asm $
104 * Revision 1.2 1999/09/22 12:49:33 chipf
105 * Add legal header
106 *
wdenk591dda52002-11-18 00:14:45 +0000107 *******************************************************************************
108 */
109
110
111/*******************************************************************************
112 * FUNCTIONAL DESCRIPTION:
113 * This routine is called to autodetect the geometry of the DRAM.
114 *
115 * This routine is called to determine the number of column bits for the DRAM
116 * devices in this external bank. This routine assumes that the external bank
117 * has been configured for an 11-bit column and for 4 internal banks. This gives
118 * us the maximum address reach in memory. By writing a test value to the max
119 * address and locating where it aliases to, we can determine the number of valid
120 * column bits.
121 *
122 * This routine is called to determine the number of internal banks each DRAM
123 * device has. The external bank (under test) is configured for maximum reach
124 * with 11-bit columns and 4 internal banks. This routine will write to a max
125 * address (BA1 and BA0 = 1) and then read from an address with BA1=0 to see if
126 * that column is a "don't care". If BA1 does not affect write/read of data,
127 * then this device has only 2 internal banks.
128 *
129 * This routine is called to determine the ending address for this external
130 * bank of SDRAM. We write to a max address with a data value and then disable
131 * row address bits looking for "don't care" locations. Each "don't care" bit
132 * represents a dividing of the maximum density (128M) by 2. By dividing the
133 * maximum of 32 4M chunks in an external bank down by all the "don't care" bits
134 * determined during sizing, we set the proper density.
135 *
136 * WARNINGS.
137 * bp must be preserved because it is used for return linkage.
138 *
139 * EXIT
140 * nothing returned - but the memory subsystem is enabled
141 *******************************************************************************
142 */
143
wdenkabda5ca2003-05-31 18:35:21 +0000144#include <config.h>
wdenkabda5ca2003-05-31 18:35:21 +0000145
wdenk591dda52002-11-18 00:14:45 +0000146.section .text
147.equ DRCCTL, 0x0fffef010 /* DRAM control register */
148.equ DRCTMCTL, 0x0fffef012 /* DRAM timing control register */
149.equ DRCCFG, 0x0fffef014 /* DRAM bank configuration register */
150.equ DRCBENDADR, 0x0fffef018 /* DRAM bank ending address register */
151.equ ECCCTL, 0x0fffef020 /* DRAM ECC control register */
Wolfgang Denk8ceef302006-08-14 23:23:06 +0200152.equ ECCINT, 0x0fffefd18 /* DRAM ECC nmi-INT mapping */
wdenk591dda52002-11-18 00:14:45 +0000153.equ DBCTL, 0x0fffef040 /* DRAM buffer control register */
154
155.equ CACHELINESZ, 0x00000010 /* size of our cache line (read buffer) */
156.equ COL11_ADR, 0x0e001e00 /* 11 col addrs */
157.equ COL10_ADR, 0x0e000e00 /* 10 col addrs */
158.equ COL09_ADR, 0x0e000600 /* 9 col addrs */
159.equ COL08_ADR, 0x0e000200 /* 8 col addrs */
160.equ ROW14_ADR, 0x0f000000 /* 14 row addrs */
161.equ ROW13_ADR, 0x07000000 /* 13 row addrs */
162.equ ROW12_ADR, 0x03000000 /* 12 row addrs */
163.equ ROW11_ADR, 0x01000000 /* 11 row addrs/also bank switch */
164.equ ROW10_ADR, 0x00000000 /* 10 row addrs/also bank switch */
165.equ COL11_DATA, 0x0b0b0b0b /* 11 col addrs */
166.equ COL10_DATA, 0x0a0a0a0a /* 10 col data */
167.equ COL09_DATA, 0x09090909 /* 9 col data */
168.equ COL08_DATA, 0x08080808 /* 8 col data */
169.equ ROW14_DATA, 0x3f3f3f3f /* 14 row data (MASK) */
170.equ ROW13_DATA, 0x1f1f1f1f /* 13 row data (MASK) */
171.equ ROW12_DATA, 0x0f0f0f0f /* 12 row data (MASK) */
172.equ ROW11_DATA, 0x07070707 /* 11 row data/also bank switch (MASK) */
173.equ ROW10_DATA, 0xaaaaaaaa /* 10 row data/also bank switch (MASK) */
174
wdenk591dda52002-11-18 00:14:45 +0000175.globl mem_init
wdenk57b2d802003-06-27 21:31:46 +0000176mem_init:
Graeme Russbcf00382010-10-07 20:03:28 +1100177 /* Preserve Boot Flags */
178 movl %ebx, %ebp
179
Graeme Russ3e6ec382010-10-07 20:03:21 +1100180 /* initialize dram controller registers */
181 xorw %ax, %ax
182 movl $DBCTL, %edi
183 movb %al, (%edi) /* disable write buffer */
wdenk591dda52002-11-18 00:14:45 +0000184
Graeme Russ3e6ec382010-10-07 20:03:21 +1100185 movl $ECCCTL, %edi
186 movb %al, (%edi) /* disable ECC */
wdenk591dda52002-11-18 00:14:45 +0000187
Graeme Russ3e6ec382010-10-07 20:03:21 +1100188 movl $DRCTMCTL, %edi
189 movb $0x1e, %al /* Set SDRAM timing for slowest */
190 movb %al, (%edi)
wdenk591dda52002-11-18 00:14:45 +0000191
Graeme Russ3e6ec382010-10-07 20:03:21 +1100192 /* setup loop to do 4 external banks starting with bank 3 */
193 movl $0xff000000, %eax /* enable last bank and setup */
194 movl $DRCBENDADR, %edi /* ending address register */
195 movl %eax, (%edi)
wdenk591dda52002-11-18 00:14:45 +0000196
Graeme Russ3e6ec382010-10-07 20:03:21 +1100197 movl $DRCCFG, %edi /* setup */
198 movw $0xbbbb, %ax /* dram config register for */
199 movw %ax, (%edi)
wdenk591dda52002-11-18 00:14:45 +0000200
Graeme Russ3e6ec382010-10-07 20:03:21 +1100201 /* issue a NOP to all DRAMs */
202 movl $DRCCTL, %edi /* setup DRAM control register with */
203 movb $0x01, %al /* Disable refresh,disable write buffer */
204 movb %al, (%edi)
205 movl $CACHELINESZ, %esi /* just a dummy address to write for */
206 movw %ax, (%esi)
207
208 /* delay for 100 usec? */
209 movw $100, %cx
wdenk57b2d802003-06-27 21:31:46 +0000210sizdelay:
Graeme Russ3e6ec382010-10-07 20:03:21 +1100211 loop sizdelay
wdenk591dda52002-11-18 00:14:45 +0000212
Graeme Russ3e6ec382010-10-07 20:03:21 +1100213 /* issue all banks precharge */
214 movb $0x02, %al
215 movb %al, (%edi)
216 movw %ax, (%esi)
wdenk591dda52002-11-18 00:14:45 +0000217
Graeme Russ3e6ec382010-10-07 20:03:21 +1100218 /* issue 2 auto refreshes to all banks */
219 movb $0x04, %al /* Auto refresh cmd */
220 movb %al, (%edi)
221 movw $0x02, %cx
wdenk57b2d802003-06-27 21:31:46 +0000222refresh1:
Graeme Russ3e6ec382010-10-07 20:03:21 +1100223 movw %ax, (%esi)
224 loop refresh1
wdenk591dda52002-11-18 00:14:45 +0000225
Graeme Russ3e6ec382010-10-07 20:03:21 +1100226 /* issue LOAD MODE REGISTER command */
227 movb $0x03, %al /* Load mode register cmd */
228 movb %al, (%edi)
229 movw %ax, (%esi)
wdenk591dda52002-11-18 00:14:45 +0000230
Graeme Russ3e6ec382010-10-07 20:03:21 +1100231 /* issue 8 more auto refreshes to all banks */
232 movb $0x04, %al /* Auto refresh cmd */
233 movb %al, (%edi)
234 movw $0x0008, %cx
wdenk57b2d802003-06-27 21:31:46 +0000235refresh2:
Graeme Russ3e6ec382010-10-07 20:03:21 +1100236 movw %ax, (%esi)
237 loop refresh2
wdenk591dda52002-11-18 00:14:45 +0000238
Graeme Russ3e6ec382010-10-07 20:03:21 +1100239 /* set control register to NORMAL mode */
240 movb $0x00, %al /* Normal mode value */
241 movb %al, (%edi)
wdenk591dda52002-11-18 00:14:45 +0000242
Graeme Russ3e6ec382010-10-07 20:03:21 +1100243 /*
244 * size dram starting with external bank 3
245 * moving to external bank 0
246 */
247 movl $0x3, %ecx /* start with external bank 3 */
wdenk591dda52002-11-18 00:14:45 +0000248
wdenk57b2d802003-06-27 21:31:46 +0000249nextbank:
wdenk591dda52002-11-18 00:14:45 +0000250
Graeme Russ3e6ec382010-10-07 20:03:21 +1100251 /* write col 11 wrap adr */
252 movl $COL11_ADR, %esi /* set address to max col (11) wrap addr */
253 movl $COL11_DATA, %eax /* pattern for max supported columns(11) */
254 movl %eax, (%esi) /* write max col pattern at max col adr */
255 movl (%esi), %ebx /* optional read */
256 cmpl %ebx, %eax /* to verify write */
257 jnz bad_ram /* this ram is bad */
wdenk591dda52002-11-18 00:14:45 +0000258
Graeme Russ3e6ec382010-10-07 20:03:21 +1100259 /* write col 10 wrap adr */
260 movl $COL10_ADR, %esi /* set address to 10 col wrap address */
261 movl $COL10_DATA, %eax /* pattern for 10 col wrap */
262 movl %eax, (%esi) /* write 10 col pattern @ 10 col wrap adr */
263 movl (%esi), %ebx /* optional read */
264 cmpl %ebx, %eax /* to verify write */
265 jnz bad_ram /* this ram is bad */
266
267 /* write col 9 wrap adr */
268 movl $COL09_ADR, %esi /* set address to 9 col wrap address */
269 movl $COL09_DATA, %eax /* pattern for 9 col wrap */
270 movl %eax, (%esi) /* write 9 col pattern @ 9 col wrap adr */
271 movl (%esi), %ebx /* optional read */
272 cmpl %ebx, %eax /* to verify write */
273 jnz bad_ram /* this ram is bad */
274
275 /* write col 8 wrap adr */
276 movl $COL08_ADR, %esi /* set address to min(8) col wrap address */
277 movl $COL08_DATA, %eax /* pattern for min (8) col wrap */
278 movl %eax, (%esi) /* write min col pattern @ min col adr */
279 movl (%esi), %ebx /* optional read */
280 cmpl %ebx, %eax /* to verify write */
281 jnz bad_ram /* this ram is bad */
282
283 /* write row 14 wrap adr */
284 movl $ROW14_ADR, %esi /* set address to max row (14) wrap addr */
285 movl $ROW14_DATA, %eax /* pattern for max supported rows(14) */
286 movl %eax, (%esi) /* write max row pattern at max row adr */
287 movl (%esi), %ebx /* optional read */
288 cmpl %ebx, %eax /* to verify write */
289 jnz bad_ram /* this ram is bad */
290
291 /* write row 13 wrap adr */
292 movl $ROW13_ADR, %esi /* set address to 13 row wrap address */
293 movl $ROW13_DATA, %eax /* pattern for 13 row wrap */
294 movl %eax, (%esi) /* write 13 row pattern @ 13 row wrap adr */
295 movl (%esi), %ebx /* optional read */
296 cmpl %ebx, %eax /* to verify write */
297 jnz bad_ram /* this ram is bad */
298
299 /* write row 12 wrap adr */
300 movl $ROW12_ADR, %esi /* set address to 12 row wrap address */
301 movl $ROW12_DATA, %eax /* pattern for 12 row wrap */
302 movl %eax, (%esi) /* write 12 row pattern @ 12 row wrap adr */
303 movl (%esi), %ebx /* optional read */
304 cmpl %ebx, %eax /* to verify write */
305 jnz bad_ram /* this ram is bad */
306
307 /* write row 11 wrap adr */
308 movl $ROW11_ADR, %edi /* set address to 11 row wrap address */
309 movl $ROW11_DATA, %eax /* pattern for 11 row wrap */
310 movl %eax, (%edi) /* write 11 row pattern @ 11 row wrap adr */
311 movl (%edi), %ebx /* optional read */
312 cmpl %ebx, %eax /* to verify write */
313 jnz bad_ram /* this ram is bad */
314
315 /*
316 * write row 10 wrap adr --- this write is really to determine
317 * number of banks
318 */
319 movl $ROW10_ADR, %edi /* set address to 10 row wrap address */
320 movl $ROW10_DATA, %eax /* pattern for 10 row wrap (AA) */
321 movl %eax, (%edi) /* write 10 row pattern @ 10 row wrap adr */
322 movl (%edi), %ebx /* optional read */
323 cmpl %ebx, %eax /* to verify write */
324 jnz bad_ram /* this ram is bad */
325
326 /*
327 * read data @ row 12 wrap adr to determine * banks,
328 * and read data @ row 14 wrap adr to determine * rows.
329 * if data @ row 12 wrap adr is not AA, 11 or 12 we have bad RAM.
330 * if data @ row 12 wrap == AA, we only have 2 banks, NOT 4
331 * if data @ row 12 wrap == 11 or 12, we have 4 banks,
332 */
333 xorw %di, %di /* value for 2 banks in DI */
334 movl (%esi), %ebx /* read from 12 row wrap to check banks */
335 /* (esi is setup from the write to row 12 wrap) */
336 cmpl %ebx, %eax /* check for AA pattern (eax holds the aa pattern) */
337 jz only2 /* if pattern == AA, we only have 2 banks */
wdenk591dda52002-11-18 00:14:45 +0000338
339 /* 4 banks */
wdenk57b2d802003-06-27 21:31:46 +0000340
Graeme Russ3e6ec382010-10-07 20:03:21 +1100341 movw $0x008, %di /* value for 4 banks in DI (BNK_CNT bit) */
342 cmpl $ROW11_DATA, %ebx /* only other legitimate values are 11 */
343 jz only2
344 cmpl $ROW12_DATA, %ebx /* and 12 */
345 jnz bad_ram /* its bad if not 11 or 12! */
wdenk57b2d802003-06-27 21:31:46 +0000346
wdenk591dda52002-11-18 00:14:45 +0000347 /* fall through */
wdenk57b2d802003-06-27 21:31:46 +0000348only2:
wdenk591dda52002-11-18 00:14:45 +0000349 /*
350 * validate row mask
351 */
Graeme Russ3e6ec382010-10-07 20:03:21 +1100352 movl $ROW14_ADR, %esi /* set address back to max row wrap addr */
353 movl (%esi), %eax /* read actual number of rows @ row14 adr */
wdenk591dda52002-11-18 00:14:45 +0000354
Graeme Russ3e6ec382010-10-07 20:03:21 +1100355 cmpl $ROW11_DATA, %eax /* row must be greater than 11 pattern */
356 jb bad_ram
wdenk591dda52002-11-18 00:14:45 +0000357
Graeme Russ3e6ec382010-10-07 20:03:21 +1100358 cmpl $ROW14_DATA, %eax /* and row must be less than 14 pattern */
359 ja bad_ram
wdenk591dda52002-11-18 00:14:45 +0000360
Graeme Russ3e6ec382010-10-07 20:03:21 +1100361 cmpb %ah, %al /* verify all 4 bytes of dword same */
362 jnz bad_ram
363 movl %eax, %ebx
364 shrl $16, %ebx
365 cmpw %bx, %ax
366 jnz bad_ram
wdenk591dda52002-11-18 00:14:45 +0000367
Graeme Russ3e6ec382010-10-07 20:03:21 +1100368 /*
369 * read col 11 wrap adr for real column data value
370 */
371 movl $COL11_ADR, %esi /* set address to max col (11) wrap addr */
372 movl (%esi), %eax /* read real col number at max col adr */
wdenk591dda52002-11-18 00:14:45 +0000373
Graeme Russ3e6ec382010-10-07 20:03:21 +1100374 /*
375 * validate column data
376 */
377 cmpl $COL08_DATA, %eax /* col must be greater than 8 pattern */
378 jb bad_ram
379
380 cmpl $COL11_DATA, %eax /* and row must be less than 11 pattern */
381 ja bad_ram
382
383 subl $COL08_DATA, %eax /* normalize column data to zero */
384 jc bad_ram
385 cmpb %ah, %al /* verify all 4 bytes of dword equal */
386 jnz bad_ram
387 movl %eax, %edx
388 shrl $16, %edx
389 cmpw %dx, %ax
390 jnz bad_ram
391
392 /*
393 * merge bank and col data together
394 */
395 addw %di, %dx /* merge of bank and col info in dl */
396
397 /*
398 * fix ending addr mask based upon col info
399 */
400 movb $0x03, %al
401 subb %dh, %al /* dh contains the overflow from the bank/col merge */
402 movb %bl, %dh /* bl contains the row mask (aa, 07, 0f, 1f or 3f) */
403 xchgw %cx, %ax /* cx = ax = 3 or 2 depending on 2 or 4 bank device */
404 shrb %cl, %dh
405 incb %dh /* ending addr is 1 greater than real end */
406 xchgw %cx, %ax /* cx is bank number again */
407
wdenk57b2d802003-06-27 21:31:46 +0000408bad_reint:
Graeme Russ3e6ec382010-10-07 20:03:21 +1100409 /*
410 * issue all banks precharge
411 */
412 movl $DRCCTL, %esi /* setup DRAM control register with */
413 movb $0x02, %al /* All banks precharge */
414 movb %al, (%esi)
415 movl $CACHELINESZ, %esi /* address to init read buffer */
416 movw %ax, (%esi)
wdenk591dda52002-11-18 00:14:45 +0000417
Graeme Russ3e6ec382010-10-07 20:03:21 +1100418 /*
419 * update ENDING ADDRESS REGISTER
420 */
421 movl $DRCBENDADR, %edi /* DRAM ending address register */
422 movl %ecx, %ebx
wdenk591dda52002-11-18 00:14:45 +0000423 addl %ebx, %edi
Graeme Russ3e6ec382010-10-07 20:03:21 +1100424 movb %dh, (%edi)
wdenk591dda52002-11-18 00:14:45 +0000425
Graeme Russ3e6ec382010-10-07 20:03:21 +1100426 /*
427 * update CONFIG REGISTER
428 */
429 xorb %dh, %dh
430 movw $0x000f, %bx
431 movw %cx, %ax
432 shlw $2, %ax
433 xchgw %cx, %ax
434 shlw %cl, %dx
435 shlw %cl, %bx
436 notw %bx
437 xchgw %cx, %ax
438 movl $DRCCFG, %edi
439 movw (%edi), %ax
440 andw %bx, %ax
441 orw %dx, %ax
442 movw %ax, (%edi)
443 jcxz cleanup
444
445 decw %cx
446 movl %ecx, %ebx
447 movl $DRCBENDADR, %edi /* DRAM ending address register */
448 movb $0xff, %al
wdenk591dda52002-11-18 00:14:45 +0000449 addl %ebx, %edi
Graeme Russ3e6ec382010-10-07 20:03:21 +1100450 movb %al, (%edi)
451
452 /*
453 * set control register to NORMAL mode
454 */
455 movl $DRCCTL, %esi /* setup DRAM control register with */
456 movb $0x00, %al /* Normal mode value */
457 movb %al, (%esi)
458 movl $CACHELINESZ, %esi /* address to init read buffer */
459 movw %ax, (%esi)
460 jmp nextbank
wdenk591dda52002-11-18 00:14:45 +0000461
wdenk57b2d802003-06-27 21:31:46 +0000462cleanup:
Graeme Russ3e6ec382010-10-07 20:03:21 +1100463 movl $DRCBENDADR, %edi /* DRAM ending address register */
464 movw $0x04, %cx
465 xorw %ax, %ax
wdenk57b2d802003-06-27 21:31:46 +0000466cleanuplp:
Graeme Russ3e6ec382010-10-07 20:03:21 +1100467 movb (%edi), %al
468 orb %al, %al
469 jz emptybank
wdenk591dda52002-11-18 00:14:45 +0000470
Graeme Russ3e6ec382010-10-07 20:03:21 +1100471 addb %ah, %al
472 jns nottoomuch
wdenk591dda52002-11-18 00:14:45 +0000473
Graeme Russ3e6ec382010-10-07 20:03:21 +1100474 movb $0x7f, %al
wdenk57b2d802003-06-27 21:31:46 +0000475nottoomuch:
Graeme Russ3e6ec382010-10-07 20:03:21 +1100476 movb %al, %ah
477 orb $0x80, %al
478 movb %al, (%edi)
wdenk57b2d802003-06-27 21:31:46 +0000479emptybank:
Graeme Russ3e6ec382010-10-07 20:03:21 +1100480 incl %edi
481 loop cleanuplp
wdenk591dda52002-11-18 00:14:45 +0000482
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200483#if defined CONFIG_SYS_SDRAM_DRCTMCTL
Wolfgang Denk8ceef302006-08-14 23:23:06 +0200484 /* just have your hardware desinger _GIVE_ you what you need here! */
Graeme Russ3e6ec382010-10-07 20:03:21 +1100485 movl $DRCTMCTL, %edi
486 movb $CONFIG_SYS_SDRAM_DRCTMCTL, %al
487 movb %al, (%edi)
Wolfgang Denk8ceef302006-08-14 23:23:06 +0200488#else
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200489#if defined(CONFIG_SYS_SDRAM_CAS_LATENCY_2T) || defined(CONFIG_SYS_SDRAM_CAS_LATENCY_3T)
Graeme Russ3e6ec382010-10-07 20:03:21 +1100490 /*
491 * Set the CAS latency now since it is hard to do
492 * when we run from the RAM
493 */
494 movl $DRCTMCTL, %edi /* DRAM timing register */
495 movb (%edi), %al
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200496#ifdef CONFIG_SYS_SDRAM_CAS_LATENCY_2T
Graeme Russ3e6ec382010-10-07 20:03:21 +1100497 andb $0xef, %al
wdenk591dda52002-11-18 00:14:45 +0000498#endif
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200499#ifdef CONFIG_SYS_SDRAM_CAS_LATENCY_3T
Graeme Russ3e6ec382010-10-07 20:03:21 +1100500 orb $0x10, %al
wdenk57b2d802003-06-27 21:31:46 +0000501#endif
Graeme Russ3e6ec382010-10-07 20:03:21 +1100502 movb %al, (%edi)
Wolfgang Denk8ceef302006-08-14 23:23:06 +0200503#endif
wdenk591dda52002-11-18 00:14:45 +0000504#endif
Graeme Russ3e6ec382010-10-07 20:03:21 +1100505 movl $DRCCTL, %edi /* DRAM Control register */
506 movb $0x03, %al /* Load mode register cmd */
507 movb %al, (%edi)
508 movw %ax, (%esi)
wdenk591dda52002-11-18 00:14:45 +0000509
510
Graeme Russ3e6ec382010-10-07 20:03:21 +1100511 movl $DRCCTL, %edi /* DRAM Control register */
512 movb $0x18, %al /* Enable refresh and NORMAL mode */
513 movb %al, (%edi)
wdenk591dda52002-11-18 00:14:45 +0000514
Graeme Russ3e6ec382010-10-07 20:03:21 +1100515 jmp dram_done
wdenk591dda52002-11-18 00:14:45 +0000516
wdenk57b2d802003-06-27 21:31:46 +0000517bad_ram:
Graeme Russ3e6ec382010-10-07 20:03:21 +1100518 xorl %edx, %edx
519 xorl %edi, %edi
520 jmp bad_reint
wdenk591dda52002-11-18 00:14:45 +0000521
wdenk57b2d802003-06-27 21:31:46 +0000522dram_done:
Graeme Russbcf00382010-10-07 20:03:28 +1100523 /* Restore Boot Flags */
524 movl %ebx, %ebp
Graeme Russ157b0e92010-10-07 20:03:27 +1100525 jmp mem_init_ret
wdenk57b2d802003-06-27 21:31:46 +0000526
Graeme Russb39f12f2010-04-24 00:05:41 +1000527#if CONFIG_SYS_SDRAM_ECC_ENABLE
Graeme Russ2c7ce412010-10-07 20:03:26 +1100528.globl init_ecc
Graeme Russb39f12f2010-04-24 00:05:41 +1000529init_ecc:
Wolfgang Denk8ceef302006-08-14 23:23:06 +0200530 /* A nominal memory test: just a byte at each address line */
Graeme Russ3e6ec382010-10-07 20:03:21 +1100531 movl %eax, %ecx
532 shrl $0x1, %ecx
Wolfgang Denk8ceef302006-08-14 23:23:06 +0200533 movl $0x1, %edi
534memtest0:
535 movb $0xa5, (%edi)
Graeme Russ3e6ec382010-10-07 20:03:21 +1100536 cmpb $0xa5, (%edi)
Wolfgang Denk8ceef302006-08-14 23:23:06 +0200537 jne out
Graeme Russ3e6ec382010-10-07 20:03:21 +1100538 shrl $0x1, %ecx
539 andl %ecx, %ecx
Wolfgang Denk8ceef302006-08-14 23:23:06 +0200540 jz set_ecc
Graeme Russ3e6ec382010-10-07 20:03:21 +1100541 shll $0x1, %edi
Wolfgang Denk8ceef302006-08-14 23:23:06 +0200542 jmp memtest0
543
544set_ecc:
545 /* clear all ram with a memset */
546 movl %eax, %ecx
547 xorl %esi, %esi
548 xorl %edi, %edi
549 xorl %eax, %eax
Graeme Russ3e6ec382010-10-07 20:03:21 +1100550 shrl $0x2, %ecx
Wolfgang Denk8ceef302006-08-14 23:23:06 +0200551 cld
Wolfgang Denka1be4762008-05-20 16:00:29 +0200552 rep stosl
Graeme Russ3e6ec382010-10-07 20:03:21 +1100553
554 /* enable read, write buffers */
555 movb $0x11, %al
556 movl $DBCTL, %edi
557 movb %al, (%edi)
558
559 /* enable NMI mapping for ECC */
560 movl $ECCINT, %edi
561 movb $0x10, %al
562 movb %al, (%edi)
563
564 /* Turn on ECC */
565 movl $ECCCTL, %edi
566 movb $0x05, %al
567 movb %al,(%edi)
Graeme Russb39f12f2010-04-24 00:05:41 +1000568
Wolfgang Denk8ceef302006-08-14 23:23:06 +0200569out:
Graeme Russ157b0e92010-10-07 20:03:27 +1100570 jmp init_ecc_ret
Graeme Russ2c7ce412010-10-07 20:03:26 +1100571#endif
Graeme Russb39f12f2010-04-24 00:05:41 +1000572
573/*
574 * Read and decode the sc520 DRCBENDADR MMCR and return the number of
575 * available ram bytes in %eax
576 */
577.globl get_mem_size
578get_mem_size:
Graeme Russ3e6ec382010-10-07 20:03:21 +1100579 movl $DRCBENDADR, %edi /* DRAM ending address register */
Graeme Russb39f12f2010-04-24 00:05:41 +1000580
581bank0: movl (%edi), %eax
582 movl %eax, %ecx
583 andl $0x00000080, %ecx
584 jz bank1
585 andl $0x0000007f, %eax
586 shll $22, %eax
Graeme Russbcf00382010-10-07 20:03:28 +1100587 movl %eax, %edx
Graeme Russb39f12f2010-04-24 00:05:41 +1000588
589bank1: movl (%edi), %eax
590 movl %eax, %ecx
591 andl $0x00008000, %ecx
592 jz bank2
593 andl $0x00007f00, %eax
594 shll $14, %eax
Graeme Russbcf00382010-10-07 20:03:28 +1100595 movl %eax, %edx
Graeme Russb39f12f2010-04-24 00:05:41 +1000596
597bank2: movl (%edi), %eax
598 movl %eax, %ecx
599 andl $0x00800000, %ecx
600 jz bank3
601 andl $0x007f0000, %eax
602 shll $6, %eax
Graeme Russbcf00382010-10-07 20:03:28 +1100603 movl %eax, %edx
Graeme Russb39f12f2010-04-24 00:05:41 +1000604
605bank3: movl (%edi), %eax
606 movl %eax, %ecx
607 andl $0x80000000, %ecx
608 jz done
609 andl $0x7f000000, %eax
610 shrl $2, %eax
Graeme Russbcf00382010-10-07 20:03:28 +1100611 movl %eax, %edx
Graeme Russb39f12f2010-04-24 00:05:41 +1000612
613done:
Graeme Russbcf00382010-10-07 20:03:28 +1100614 movl %edx, %eax
Graeme Russ157b0e92010-10-07 20:03:27 +1100615 jmp get_mem_size_ret