blob: d051405a28093dc54f0dc51414cdb445a1c44a43 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * Carsten Langgaard, carstenl@mips.com
3 * Copyright (C) 2000 MIPS Technologies, Inc. All rights reserved.
4 *
5 * This program is free software; you can distribute it and/or modify it
6 * under the terms of the GNU General Public License (Version 2) as
7 * published by the Free Software Foundation.
8 *
9 * This program is distributed in the hope it will be useful, but WITHOUT
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
12 * for more details.
13 *
14 * You should have received a copy of the GNU General Public License along
15 * with this program; if not, write to the Free Software Foundation, Inc.,
16 * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA.
17 */
Linus Torvalds1da177e2005-04-16 15:20:36 -070018#include <linux/init.h>
19#include <linux/sched.h>
20#include <linux/ioport.h>
21#include <linux/pci.h>
Jon Smirl894673e2006-07-10 04:44:13 -070022#include <linux/screen_info.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070023
Linus Torvalds1da177e2005-04-16 15:20:36 -070024#include <asm/cpu.h>
25#include <asm/bootinfo.h>
26#include <asm/irq.h>
27#include <asm/mips-boards/generic.h>
28#include <asm/mips-boards/prom.h>
29#include <asm/mips-boards/malta.h>
30#include <asm/mips-boards/maltaint.h>
31#include <asm/dma.h>
32#include <asm/time.h>
33#include <asm/traps.h>
34#ifdef CONFIG_VT
35#include <linux/console.h>
36#endif
37
38extern void mips_reboot_setup(void);
Linus Torvalds1da177e2005-04-16 15:20:36 -070039extern unsigned long mips_rtc_get_time(void);
40
41#ifdef CONFIG_KGDB
42extern void kgdb_config(void);
43#endif
44
45struct resource standard_io_resources[] = {
Dmitri Vorobiev4ca76512008-01-24 19:52:41 +030046 {
47 .name = "dma1",
48 .start = 0x00,
49 .end = 0x1f,
50 .flags = IORESOURCE_BUSY
51 },
52 {
53 .name = "timer",
54 .start = 0x40,
55 .end = 0x5f,
56 .flags = IORESOURCE_BUSY
57 },
58 {
59 .name = "keyboard",
60 .start = 0x60,
61 .end = 0x6f,
62 .flags = IORESOURCE_BUSY
63 },
64 {
65 .name = "dma page reg",
66 .start = 0x80,
67 .end = 0x8f,
68 .flags = IORESOURCE_BUSY
69 },
70 {
71 .name = "dma2",
72 .start = 0xc0,
73 .end = 0xdf,
74 .flags = IORESOURCE_BUSY
75 },
Linus Torvalds1da177e2005-04-16 15:20:36 -070076};
77
Linus Torvalds1da177e2005-04-16 15:20:36 -070078const char *get_system_type(void)
79{
80 return "MIPS Malta";
81}
82
Ralf Baechle79894c72007-05-16 17:54:08 +020083#if defined(CONFIG_MIPS_MT_SMTC)
84const char display_string[] = " SMTC LINUX ON MALTA ";
85#else
86const char display_string[] = " LINUX ON MALTA ";
87#endif /* CONFIG_MIPS_MT_SMTC */
88
Linus Torvalds1da177e2005-04-16 15:20:36 -070089#ifdef CONFIG_BLK_DEV_FD
90void __init fd_activate(void)
91{
92 /*
93 * Activate Floppy Controller in the SMSC FDC37M817 Super I/O
94 * Controller.
95 * Done by YAMON 2.00 onwards
96 */
97 /* Entering config state. */
98 SMSC_WRITE(SMSC_CONFIG_ENTER, SMSC_CONFIG_REG);
99
100 /* Activate floppy controller. */
101 SMSC_WRITE(SMSC_CONFIG_DEVNUM, SMSC_CONFIG_REG);
102 SMSC_WRITE(SMSC_CONFIG_DEVNUM_FLOPPY, SMSC_DATA_REG);
103 SMSC_WRITE(SMSC_CONFIG_ACTIVATE, SMSC_CONFIG_REG);
104 SMSC_WRITE(SMSC_CONFIG_ACTIVATE_ENABLE, SMSC_DATA_REG);
105
106 /* Exit config state. */
107 SMSC_WRITE(SMSC_CONFIG_EXIT, SMSC_CONFIG_REG);
108}
109#endif
110
Ralf Baechle2925aba2006-06-18 01:32:22 +0100111void __init plat_mem_setup(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700112{
113 unsigned int i;
114
Ralf Baechlec83cfc92005-06-21 13:56:30 +0000115 mips_pcibios_init();
116
Linus Torvalds1da177e2005-04-16 15:20:36 -0700117 /* Request I/O space for devices used on the Malta board. */
118 for (i = 0; i < ARRAY_SIZE(standard_io_resources); i++)
119 request_resource(&ioport_resource, standard_io_resources+i);
120
121 /*
122 * Enable DMA channel 4 (cascade channel) in the PIIX4 south bridge.
123 */
124 enable_dma(4);
125
126#ifdef CONFIG_KGDB
Ralf Baechle49a89ef2007-10-11 23:46:15 +0100127 kgdb_config();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700128#endif
129
Chris Dearmanb72c0522007-04-27 15:58:41 +0100130 if (mips_revision_sconid == MIPS_REVISION_SCON_BONITO) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700131 char *argptr;
132
133 argptr = prom_getcmdline();
134 if (strstr(argptr, "debug")) {
135 BONITO_BONGENCFG |= BONITO_BONGENCFG_DEBUGMODE;
Ralf Baechle49a89ef2007-10-11 23:46:15 +0100136 printk("Enabled Bonito debug mode\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700137 }
138 else
139 BONITO_BONGENCFG &= ~BONITO_BONGENCFG_DEBUGMODE;
140
141#ifdef CONFIG_DMA_COHERENT
142 if (BONITO_PCICACHECTRL & BONITO_PCICACHECTRL_CPUCOH_PRES) {
143 BONITO_PCICACHECTRL |= BONITO_PCICACHECTRL_CPUCOH_EN;
144 printk("Enabled Bonito CPU coherency\n");
145
146 argptr = prom_getcmdline();
147 if (strstr(argptr, "iobcuncached")) {
148 BONITO_PCICACHECTRL &= ~BONITO_PCICACHECTRL_IOBCCOH_EN;
Ralf Baechle42a3b4f2005-09-03 15:56:17 -0700149 BONITO_PCIMEMBASECFG = BONITO_PCIMEMBASECFG &
Linus Torvalds1da177e2005-04-16 15:20:36 -0700150 ~(BONITO_PCIMEMBASECFG_MEMBASE0_CACHED |
151 BONITO_PCIMEMBASECFG_MEMBASE1_CACHED);
152 printk("Disabled Bonito IOBC coherency\n");
153 }
154 else {
155 BONITO_PCICACHECTRL |= BONITO_PCICACHECTRL_IOBCCOH_EN;
Ralf Baechle42a3b4f2005-09-03 15:56:17 -0700156 BONITO_PCIMEMBASECFG |=
157 (BONITO_PCIMEMBASECFG_MEMBASE0_CACHED |
Linus Torvalds1da177e2005-04-16 15:20:36 -0700158 BONITO_PCIMEMBASECFG_MEMBASE1_CACHED);
Ralf Baechle177b2922006-11-24 12:17:51 +0000159 printk("Enabled Bonito IOBC coherency\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700160 }
161 }
162 else
163 panic("Hardware DMA cache coherency not supported");
164
165#endif
166 }
167#ifdef CONFIG_DMA_COHERENT
168 else {
169 panic("Hardware DMA cache coherency not supported");
170 }
171#endif
172
173#ifdef CONFIG_BLK_DEV_IDE
174 /* Check PCI clock */
175 {
Ralf Baechlef1974652007-04-26 15:46:24 +0100176 unsigned int __iomem *jmpr_p = (unsigned int *) ioremap(MALTA_JMPRS_REG, sizeof(unsigned int));
Dmitri Vorobiev0487de92008-01-15 00:27:46 +0300177 int jmpr = (__raw_readl(jmpr_p) >> 2) & 0x07;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700178 static const int pciclocks[] __initdata = {
179 33, 20, 25, 30, 12, 16, 37, 10
180 };
181 int pciclock = pciclocks[jmpr];
182 char *argptr = prom_getcmdline();
183
184 if (pciclock != 33 && !strstr (argptr, "idebus=")) {
185 printk("WARNING: PCI clock is %dMHz, setting idebus\n", pciclock);
186 argptr += strlen(argptr);
Ralf Baechle49a89ef2007-10-11 23:46:15 +0100187 sprintf(argptr, " idebus=%d", pciclock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700188 if (pciclock < 20 || pciclock > 66)
Ralf Baechle49a89ef2007-10-11 23:46:15 +0100189 printk("WARNING: IDE timing calculations will be incorrect\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700190 }
191 }
192#endif
193#ifdef CONFIG_BLK_DEV_FD
Ralf Baechle49a89ef2007-10-11 23:46:15 +0100194 fd_activate();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700195#endif
196#ifdef CONFIG_VT
197#if defined(CONFIG_VGA_CONSOLE)
198 screen_info = (struct screen_info) {
Dmitri Vorobiev4ca76512008-01-24 19:52:41 +0300199 .orig_x = 0,
200 .orig_y = 25,
201 .ext_mem_k = 0,
202 .orig_video_page = 0,
203 .orig_video_mode = 0,
204 .orig_video_cols = 80,
205 .unused2 = 0,
206 .orig_video_ega_bx = 0,
207 .unused3 = 0,
208 .orig_video_lines = 25,
209 .orig_video_isVGA = VIDEO_TYPE_VGAC,
210 .orig_video_points = 16
Linus Torvalds1da177e2005-04-16 15:20:36 -0700211 };
212#endif
213#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700214 mips_reboot_setup();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700215}