blob: fe139f4920d196d543d4aa5a2885230880cf8b5c [file] [log] [blame]
wdenkc6097192002-11-03 00:24:07 +00001/*
2 * (C) Copyright 2000
3 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 * Keith Outwater, keith_outwater@mvis.com
5 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02006 * SPDX-License-Identifier: GPL-2.0+
wdenkc6097192002-11-03 00:24:07 +00007 */
8
9#include <virtex2.h>
10#include <common.h>
11#include <mpc8xx.h>
12#include <asm/8xx_immap.h>
13#include "beeper.h"
14#include "fpga.h"
15#include "ioport.h"
16
Wolfgang Denkd87080b2006-03-31 18:32:53 +020017DECLARE_GLOBAL_DATA_PTR;
18
wdenkc6097192002-11-03 00:24:07 +000019#ifdef CONFIG_STATUS_LED
20#include <status_led.h>
21#endif
22
Jon Loeliger77a31852007-07-10 10:39:10 -050023#if defined(CONFIG_CMD_MII) && defined(CONFIG_MII)
wdenkc6097192002-11-03 00:24:07 +000024#include <net.h>
25#endif
26
27#if 0
28#define GEN860T_DEBUG
29#endif
30
31#ifdef GEN860T_DEBUG
32#define PRINTF(fmt,args...) printf (fmt ,##args)
33#else
34#define PRINTF(fmt,args...)
35#endif
36
37/*
38 * The following UPM init tables were generated automatically by
39 * Motorola's MCUINIT program. See the README file for UPM to
40 * SDRAM pin assignments if you want to type this data into
41 * MCUINIT in order to reverse engineer the waveforms.
42 */
43
44/*
45 * UPM initialization tables for MICRON MT48LC16M16A2TG SDRAM devices
46 * (UPMA) and Virtex FPGA SelectMap interface (UPMB).
47 * NOTE that unused areas of the table are used to hold NOP, precharge
48 * and mode register set sequences.
49 *
50 */
51#define UPMA_NOP_ADDR 0x5
52#define UPMA_PRECHARGE_ADDR 0x6
53#define UPMA_MRS_ADDR 0x12
54
55#define UPM_SINGLE_READ_ADDR 0x00
56#define UPM_BURST_READ_ADDR 0x08
57#define UPM_SINGLE_WRITE_ADDR 0x18
58#define UPM_BURST_WRITE_ADDR 0x20
59#define UPM_REFRESH_ADDR 0x30
60
61const uint sdram_upm_table[] = {
62 /* single read (offset 0x00 in upm ram) */
63 0x0e0fdc04, 0x01adfc04, 0x0fbffc00, 0x1fff5c05,
64 0xffffffff, 0x0fffffcd, 0x0fff0fce, 0xefcfffff,
65 /* burst read (offset 0x08 in upm ram) */
66 0x0f0fdc04, 0x00fdfc04, 0xf0fffc00, 0xf0fffc00,
67 0xf1fffc00, 0xfffffc00, 0xfffffc05, 0xffffffff,
68 0xffffffff, 0xffffffff, 0x0ffffff4, 0x1f3d5ff4,
69 0xfffffff4, 0xfffffff5, 0xffffffff, 0xffffffff,
70 /* single write (offset 0x18 in upm ram) */
71 0x0f0fdc04, 0x00ad3c00, 0x1fff5c05, 0xffffffff,
72 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff,
73 /* burst write (offset 0x20 in upm ram) */
74 0x0f0fdc00, 0x10fd7c00, 0xf0fffc00, 0xf0fffc00,
75 0xf1fffc04, 0xfffffc05, 0xffffffff, 0xffffffff,
76 0xffffffff, 0xffffffff, 0xffffffff, 0xfffff7ff,
77 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff,
78 /* refresh (offset 0x30 in upm ram) */
79 0x1ffddc84, 0xfffffc04, 0xfffffc04, 0xfffffc84,
80 0xfffffc05, 0xffffffff, 0xffffffff, 0xffffffff,
81 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff,
82 /* exception (offset 0x3C in upm ram) */
wdenkbf9e3b32004-02-12 00:47:09 +000083};
wdenkc6097192002-11-03 00:24:07 +000084
85const uint selectmap_upm_table[] = {
86 /* single read (offset 0x00 in upm ram) */
87 0x88fffc06, 0x00fff404, 0x00fffc04, 0x33fffc00,
88 0xfffffc05, 0xffffffff, 0xffffffff, 0xffffffff,
89 /* burst read (offset 0x08 in upm ram) */
90 0xfffffc04, 0xfffffc05, 0xffffffff, 0xffffffff,
91 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff,
92 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff,
93 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff,
94 /* single write (offset 0x18 in upm ram) */
95 0x88fffc04, 0x00fff400, 0x77fffc05, 0xffffffff,
96 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff,
97 /* burst write (offset 0x20 in upm ram) */
98 0xfffffc04, 0xfffffc05, 0xffffffff, 0xffffffff,
99 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff,
100 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff,
101 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff,
102 /* refresh (offset 0x30 in upm ram) */
103 0xfffffc04, 0xfffffc05, 0xffffffff, 0xffffffff,
104 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff,
105 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff,
106 /* exception (offset 0x3C in upm ram) */
107 0xfffffc05, 0xffffffff, 0xffffffff, 0xffffffff
108};
109
110/*
111 * Check board identity. Always successful (gives information only)
112 */
wdenkbf9e3b32004-02-12 00:47:09 +0000113int checkboard (void)
wdenkc6097192002-11-03 00:24:07 +0000114{
Wolfgang Denk77ddac92005-10-13 16:45:02 +0200115 char *s;
116 char buf[64];
wdenkbf9e3b32004-02-12 00:47:09 +0000117 int i;
wdenkc6097192002-11-03 00:24:07 +0000118
Wolfgang Denkcdb74972010-07-24 21:55:43 +0200119 i = getenv_f("board_id", buf, sizeof (buf));
wdenkbf9e3b32004-02-12 00:47:09 +0000120 s = (i > 0) ? buf : NULL;
wdenkc6097192002-11-03 00:24:07 +0000121
122 if (s) {
wdenkbf9e3b32004-02-12 00:47:09 +0000123 printf ("%s ", s);
wdenkc6097192002-11-03 00:24:07 +0000124 } else {
wdenkbf9e3b32004-02-12 00:47:09 +0000125 printf ("<unknown> ");
wdenkc6097192002-11-03 00:24:07 +0000126 }
127
Wolfgang Denkcdb74972010-07-24 21:55:43 +0200128 i = getenv_f("serial#", buf, sizeof (buf));
wdenkbf9e3b32004-02-12 00:47:09 +0000129 s = (i > 0) ? buf : NULL;
wdenkc6097192002-11-03 00:24:07 +0000130
131 if (s) {
wdenkbf9e3b32004-02-12 00:47:09 +0000132 printf ("S/N %s\n", s);
wdenkc6097192002-11-03 00:24:07 +0000133 } else {
wdenkbf9e3b32004-02-12 00:47:09 +0000134 printf ("S/N <unknown>\n");
wdenkc6097192002-11-03 00:24:07 +0000135 }
136
wdenkbf9e3b32004-02-12 00:47:09 +0000137 printf ("CPU at %s MHz, ", strmhz (buf, gd->cpu_clk));
138 printf ("local bus at %s MHz\n", strmhz (buf, gd->bus_clk));
139 return (0);
wdenkc6097192002-11-03 00:24:07 +0000140}
141
142/*
143 * Initialize SDRAM
144 */
Becky Bruce9973e3c2008-06-09 16:03:40 -0500145phys_size_t initdram (int board_type)
wdenkc6097192002-11-03 00:24:07 +0000146{
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200147 volatile immap_t *immr = (immap_t *) CONFIG_SYS_IMMR;
wdenkbf9e3b32004-02-12 00:47:09 +0000148 volatile memctl8xx_t *memctl = &immr->im_memctl;
wdenkc6097192002-11-03 00:24:07 +0000149
wdenkbf9e3b32004-02-12 00:47:09 +0000150 upmconfig (UPMA,
151 (uint *) sdram_upm_table,
152 sizeof (sdram_upm_table) / sizeof (uint)
153 );
wdenkc6097192002-11-03 00:24:07 +0000154
wdenkbf9e3b32004-02-12 00:47:09 +0000155 /*
156 * Setup MAMR register
157 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200158 memctl->memc_mptpr = CONFIG_SYS_MPTPR_1BK_8K;
159 memctl->memc_mamr = CONFIG_SYS_MAMR_8COL & (~(MAMR_PTAE)); /* no refresh yet */
wdenkc6097192002-11-03 00:24:07 +0000160
wdenkbf9e3b32004-02-12 00:47:09 +0000161 /*
162 * Map CS1* to SDRAM bank
163 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200164 memctl->memc_or1 = CONFIG_SYS_OR1;
165 memctl->memc_br1 = CONFIG_SYS_BR1;
wdenkc6097192002-11-03 00:24:07 +0000166
167 /*
168 * Perform SDRAM initialization sequence:
169 * 1. Apply at least one NOP command
170 * 2. 100 uS delay (JEDEC standard says 200 uS)
171 * 3. Issue 4 precharge commands
172 * 4. Perform two refresh cycles
173 * 5. Program mode register
174 *
175 * Program SDRAM for standard operation, sequential burst, burst length
176 * of 4, CAS latency of 2.
177 */
wdenkbf9e3b32004-02-12 00:47:09 +0000178 memctl->memc_mar = 0x00000000;
wdenkc6097192002-11-03 00:24:07 +0000179 memctl->memc_mcr = MCR_UPM_A | MCR_OP_RUN | MCR_MB_CS1 |
wdenkbf9e3b32004-02-12 00:47:09 +0000180 MCR_MLCF (0) | UPMA_NOP_ADDR;
181 udelay (200);
182 memctl->memc_mar = 0x00000000;
wdenkc6097192002-11-03 00:24:07 +0000183 memctl->memc_mcr = MCR_UPM_A | MCR_OP_RUN | MCR_MB_CS1 |
wdenkbf9e3b32004-02-12 00:47:09 +0000184 MCR_MLCF (4) | UPMA_PRECHARGE_ADDR;
wdenkc6097192002-11-03 00:24:07 +0000185
wdenkbf9e3b32004-02-12 00:47:09 +0000186 memctl->memc_mar = 0x00000000;
wdenkc6097192002-11-03 00:24:07 +0000187 memctl->memc_mcr = MCR_UPM_A | MCR_OP_RUN | MCR_MB_CS1 |
wdenkbf9e3b32004-02-12 00:47:09 +0000188 MCR_MLCF (2) | UPM_REFRESH_ADDR;
wdenkc6097192002-11-03 00:24:07 +0000189
wdenkbf9e3b32004-02-12 00:47:09 +0000190 memctl->memc_mar = 0x00000088;
wdenkc6097192002-11-03 00:24:07 +0000191 memctl->memc_mcr = MCR_UPM_A | MCR_OP_RUN | MCR_MB_CS1 |
wdenkbf9e3b32004-02-12 00:47:09 +0000192 MCR_MLCF (1) | UPMA_MRS_ADDR;
wdenkc6097192002-11-03 00:24:07 +0000193
wdenkbf9e3b32004-02-12 00:47:09 +0000194 memctl->memc_mar = 0x00000000;
wdenkc6097192002-11-03 00:24:07 +0000195 memctl->memc_mcr = MCR_UPM_A | MCR_OP_RUN | MCR_MB_CS1 |
wdenkbf9e3b32004-02-12 00:47:09 +0000196 MCR_MLCF (0) | UPMA_NOP_ADDR;
wdenkc6097192002-11-03 00:24:07 +0000197 /*
198 * Enable refresh
199 */
wdenkbf9e3b32004-02-12 00:47:09 +0000200 memctl->memc_mamr |= MAMR_PTAE;
wdenkc6097192002-11-03 00:24:07 +0000201
wdenkbf9e3b32004-02-12 00:47:09 +0000202 return (SDRAM_SIZE);
wdenkc6097192002-11-03 00:24:07 +0000203}
204
205/*
206 * Disk On Chip (DOC) Millenium initialization.
207 * The DOC lives in the CS2* space
208 */
Jon Loeligerc508a4c2007-07-09 18:31:28 -0500209#if defined(CONFIG_CMD_DOC)
wdenkbf9e3b32004-02-12 00:47:09 +0000210void doc_init (void)
wdenkc6097192002-11-03 00:24:07 +0000211{
wdenkbf9e3b32004-02-12 00:47:09 +0000212 printf ("Probing at 0x%.8x: ", DOC_BASE);
213 doc_probe (DOC_BASE);
wdenkc6097192002-11-03 00:24:07 +0000214}
215#endif
216
217/*
218 * Miscellaneous intialization
219 */
wdenkbf9e3b32004-02-12 00:47:09 +0000220int misc_init_r (void)
wdenkc6097192002-11-03 00:24:07 +0000221{
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200222 volatile immap_t *immr = (immap_t *) CONFIG_SYS_IMMR;
wdenkbf9e3b32004-02-12 00:47:09 +0000223 volatile memctl8xx_t *memctl = &immr->im_memctl;
wdenkc6097192002-11-03 00:24:07 +0000224
225 /*
226 * Set up UPMB to handle the Virtex FPGA SelectMap interface
227 */
wdenkbf9e3b32004-02-12 00:47:09 +0000228 upmconfig (UPMB, (uint *) selectmap_upm_table,
229 sizeof (selectmap_upm_table) / sizeof (uint));
wdenkc6097192002-11-03 00:24:07 +0000230
wdenkbf9e3b32004-02-12 00:47:09 +0000231 memctl->memc_mbmr = 0x0;
wdenkc6097192002-11-03 00:24:07 +0000232
wdenkbf9e3b32004-02-12 00:47:09 +0000233 config_mpc8xx_ioports (immr);
wdenkc6097192002-11-03 00:24:07 +0000234
Jon Loeligerc508a4c2007-07-09 18:31:28 -0500235#if defined(CONFIG_CMD_MII)
wdenkbf9e3b32004-02-12 00:47:09 +0000236 mii_init ();
wdenkc6097192002-11-03 00:24:07 +0000237#endif
238
Matthias Fuchs01335022007-12-27 17:12:34 +0100239#if defined(CONFIG_FPGA)
wdenkbf9e3b32004-02-12 00:47:09 +0000240 gen860t_init_fpga ();
wdenkc6097192002-11-03 00:24:07 +0000241#endif
242 return 0;
243}
244
245/*
246 * Final init hook before entering command loop.
247 */
wdenkbf9e3b32004-02-12 00:47:09 +0000248int last_stage_init (void)
wdenkc6097192002-11-03 00:24:07 +0000249{
wdenk7aa78612003-05-03 15:50:43 +0000250#if !defined(CONFIG_SC)
Wolfgang Denk77ddac92005-10-13 16:45:02 +0200251 char buf[256];
wdenkc6097192002-11-03 00:24:07 +0000252 int i;
253
254 /*
wdenk7aa78612003-05-03 15:50:43 +0000255 * Turn the beeper volume all the way down in case this is a warm boot.
wdenkc6097192002-11-03 00:24:07 +0000256 */
wdenkbf9e3b32004-02-12 00:47:09 +0000257 set_beeper_volume (-64);
258 init_beeper ();
wdenkc6097192002-11-03 00:24:07 +0000259
260 /*
261 * Read the environment to see what to do with the beeper
262 */
Wolfgang Denkcdb74972010-07-24 21:55:43 +0200263 i = getenv_f("beeper", buf, sizeof (buf));
wdenkc6097192002-11-03 00:24:07 +0000264 if (i > 0) {
wdenkbf9e3b32004-02-12 00:47:09 +0000265 do_beeper (buf);
wdenkc6097192002-11-03 00:24:07 +0000266 }
wdenk7aa78612003-05-03 15:50:43 +0000267#endif
wdenkc6097192002-11-03 00:24:07 +0000268 return 0;
269}
wdenk7aa78612003-05-03 15:50:43 +0000270
271/*
272 * Stub to make POST code happy. Can't self-poweroff, so just hang.
273 */
wdenkbf9e3b32004-02-12 00:47:09 +0000274void board_poweroff (void)
wdenk7aa78612003-05-03 15:50:43 +0000275{
wdenkbf9e3b32004-02-12 00:47:09 +0000276 puts ("### Please power off the board ###\n");
277 while (1);
wdenk7aa78612003-05-03 15:50:43 +0000278}