Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 1 | /* |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 2 | * Copyright (C) 1995 Linus Torvalds |
| 3 | * Adapted from 'alpha' version by Gary Thomas |
| 4 | * Modified by Cort Dougan (cort@cs.nmt.edu) |
| 5 | */ |
| 6 | |
| 7 | /* |
| 8 | * bootup setup stuff.. |
| 9 | */ |
| 10 | |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 11 | #include <linux/errno.h> |
| 12 | #include <linux/sched.h> |
| 13 | #include <linux/kernel.h> |
| 14 | #include <linux/mm.h> |
| 15 | #include <linux/stddef.h> |
| 16 | #include <linux/unistd.h> |
| 17 | #include <linux/ptrace.h> |
| 18 | #include <linux/slab.h> |
| 19 | #include <linux/user.h> |
| 20 | #include <linux/a.out.h> |
| 21 | #include <linux/tty.h> |
| 22 | #include <linux/major.h> |
| 23 | #include <linux/interrupt.h> |
| 24 | #include <linux/reboot.h> |
| 25 | #include <linux/init.h> |
| 26 | #include <linux/pci.h> |
Sam Ravnborg | 63104ee | 2006-07-03 23:30:54 +0200 | [diff] [blame] | 27 | #include <linux/utsrelease.h> |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 28 | #include <linux/adb.h> |
| 29 | #include <linux/module.h> |
| 30 | #include <linux/delay.h> |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 31 | #include <linux/console.h> |
| 32 | #include <linux/seq_file.h> |
| 33 | #include <linux/root_dev.h> |
| 34 | #include <linux/initrd.h> |
Paul Mackerras | 9618eda | 2006-03-27 21:48:57 +1100 | [diff] [blame] | 35 | #include <linux/timer.h> |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 36 | |
| 37 | #include <asm/io.h> |
| 38 | #include <asm/pgtable.h> |
| 39 | #include <asm/prom.h> |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 40 | #include <asm/pci-bridge.h> |
| 41 | #include <asm/dma.h> |
| 42 | #include <asm/machdep.h> |
| 43 | #include <asm/irq.h> |
| 44 | #include <asm/hydra.h> |
| 45 | #include <asm/sections.h> |
| 46 | #include <asm/time.h> |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 47 | #include <asm/i8259.h> |
| 48 | #include <asm/mpic.h> |
| 49 | #include <asm/rtas.h> |
| 50 | #include <asm/xmon.h> |
| 51 | |
Olaf Hering | 35e95e6 | 2005-10-28 17:46:19 -0700 | [diff] [blame] | 52 | #include "chrp.h" |
Kumar Gala | 33d71d2 | 2007-08-20 08:50:28 -0500 | [diff] [blame] | 53 | #include "gg2.h" |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 54 | |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 55 | void rtas_indicator_progress(char *, unsigned short); |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 56 | |
| 57 | int _chrp_type; |
| 58 | EXPORT_SYMBOL(_chrp_type); |
| 59 | |
Benjamin Herrenschmidt | 0ebfff1 | 2006-07-03 21:36:01 +1000 | [diff] [blame] | 60 | static struct mpic *chrp_mpic; |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 61 | |
Paul Mackerras | 9618eda | 2006-03-27 21:48:57 +1100 | [diff] [blame] | 62 | /* Used for doing CHRP event-scans */ |
| 63 | DEFINE_PER_CPU(struct timer_list, heartbeat_timer); |
| 64 | unsigned long event_scan_interval; |
| 65 | |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 66 | /* |
| 67 | * XXX this should be in xmon.h, but putting it there means xmon.h |
| 68 | * has to include <linux/interrupt.h> (to get irqreturn_t), which |
| 69 | * causes all sorts of problems. -- paulus |
| 70 | */ |
Olaf Hering | 35a84c2 | 2006-10-07 22:08:26 +1000 | [diff] [blame] | 71 | extern irqreturn_t xmon_irq(int, void *); |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 72 | |
| 73 | extern unsigned long loops_per_jiffy; |
| 74 | |
Benjamin Herrenschmidt | 26c5032 | 2006-07-04 14:16:28 +1000 | [diff] [blame] | 75 | /* To be replaced by RTAS when available */ |
Al Viro | 9340b0d | 2007-02-09 16:38:15 +0000 | [diff] [blame] | 76 | static unsigned int __iomem *briq_SPOR; |
Benjamin Herrenschmidt | 26c5032 | 2006-07-04 14:16:28 +1000 | [diff] [blame] | 77 | |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 78 | #ifdef CONFIG_SMP |
| 79 | extern struct smp_ops_t chrp_smp_ops; |
| 80 | #endif |
| 81 | |
| 82 | static const char *gg2_memtypes[4] = { |
| 83 | "FPM", "SDRAM", "EDO", "BEDO" |
| 84 | }; |
| 85 | static const char *gg2_cachesizes[4] = { |
| 86 | "256 KB", "512 KB", "1 MB", "Reserved" |
| 87 | }; |
| 88 | static const char *gg2_cachetypes[4] = { |
| 89 | "Asynchronous", "Reserved", "Flow-Through Synchronous", |
| 90 | "Pipelined Synchronous" |
| 91 | }; |
| 92 | static const char *gg2_cachemodes[4] = { |
| 93 | "Disabled", "Write-Through", "Copy-Back", "Transparent Mode" |
| 94 | }; |
| 95 | |
Benjamin Herrenschmidt | 26c5032 | 2006-07-04 14:16:28 +1000 | [diff] [blame] | 96 | static const char *chrp_names[] = { |
| 97 | "Unknown", |
| 98 | "","","", |
| 99 | "Motorola", |
| 100 | "IBM or Longtrail", |
| 101 | "Genesi Pegasos", |
| 102 | "Total Impact Briq" |
| 103 | }; |
| 104 | |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 105 | void chrp_show_cpuinfo(struct seq_file *m) |
| 106 | { |
| 107 | int i, sdramen; |
| 108 | unsigned int t; |
| 109 | struct device_node *root; |
| 110 | const char *model = ""; |
| 111 | |
Stephen Rothwell | 8c8dc32 | 2007-04-24 13:50:55 +1000 | [diff] [blame] | 112 | root = of_find_node_by_path("/"); |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 113 | if (root) |
Stephen Rothwell | e2eb639 | 2007-04-03 22:26:41 +1000 | [diff] [blame] | 114 | model = of_get_property(root, "model", NULL); |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 115 | seq_printf(m, "machine\t\t: CHRP %s\n", model); |
| 116 | |
| 117 | /* longtrail (goldengate) stuff */ |
Cyrill Gorcunov | 9ac71d0 | 2007-11-23 16:43:04 +1100 | [diff] [blame^] | 118 | if (model && !strncmp(model, "IBM,LongTrail", 13)) { |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 119 | /* VLSI VAS96011/12 `Golden Gate 2' */ |
| 120 | /* Memory banks */ |
| 121 | sdramen = (in_le32(gg2_pci_config_base + GG2_PCI_DRAM_CTRL) |
| 122 | >>31) & 1; |
| 123 | for (i = 0; i < (sdramen ? 4 : 6); i++) { |
| 124 | t = in_le32(gg2_pci_config_base+ |
| 125 | GG2_PCI_DRAM_BANK0+ |
| 126 | i*4); |
| 127 | if (!(t & 1)) |
| 128 | continue; |
| 129 | switch ((t>>8) & 0x1f) { |
| 130 | case 0x1f: |
| 131 | model = "4 MB"; |
| 132 | break; |
| 133 | case 0x1e: |
| 134 | model = "8 MB"; |
| 135 | break; |
| 136 | case 0x1c: |
| 137 | model = "16 MB"; |
| 138 | break; |
| 139 | case 0x18: |
| 140 | model = "32 MB"; |
| 141 | break; |
| 142 | case 0x10: |
| 143 | model = "64 MB"; |
| 144 | break; |
| 145 | case 0x00: |
| 146 | model = "128 MB"; |
| 147 | break; |
| 148 | default: |
| 149 | model = "Reserved"; |
| 150 | break; |
| 151 | } |
| 152 | seq_printf(m, "memory bank %d\t: %s %s\n", i, model, |
| 153 | gg2_memtypes[sdramen ? 1 : ((t>>1) & 3)]); |
| 154 | } |
| 155 | /* L2 cache */ |
| 156 | t = in_le32(gg2_pci_config_base+GG2_PCI_CC_CTRL); |
| 157 | seq_printf(m, "board l2\t: %s %s (%s)\n", |
| 158 | gg2_cachesizes[(t>>7) & 3], |
| 159 | gg2_cachetypes[(t>>2) & 3], |
| 160 | gg2_cachemodes[t & 3]); |
| 161 | } |
Stephen Rothwell | 8c8dc32 | 2007-04-24 13:50:55 +1000 | [diff] [blame] | 162 | of_node_put(root); |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 163 | } |
| 164 | |
| 165 | /* |
| 166 | * Fixes for the National Semiconductor PC78308VUL SuperI/O |
| 167 | * |
| 168 | * Some versions of Open Firmware incorrectly initialize the IRQ settings |
| 169 | * for keyboard and mouse |
| 170 | */ |
| 171 | static inline void __init sio_write(u8 val, u8 index) |
| 172 | { |
| 173 | outb(index, 0x15c); |
| 174 | outb(val, 0x15d); |
| 175 | } |
| 176 | |
| 177 | static inline u8 __init sio_read(u8 index) |
| 178 | { |
| 179 | outb(index, 0x15c); |
| 180 | return inb(0x15d); |
| 181 | } |
| 182 | |
| 183 | static void __init sio_fixup_irq(const char *name, u8 device, u8 level, |
| 184 | u8 type) |
| 185 | { |
| 186 | u8 level0, type0, active; |
| 187 | |
| 188 | /* select logical device */ |
| 189 | sio_write(device, 0x07); |
| 190 | active = sio_read(0x30); |
| 191 | level0 = sio_read(0x70); |
| 192 | type0 = sio_read(0x71); |
| 193 | if (level0 != level || type0 != type || !active) { |
| 194 | printk(KERN_WARNING "sio: %s irq level %d, type %d, %sactive: " |
| 195 | "remapping to level %d, type %d, active\n", |
| 196 | name, level0, type0, !active ? "in" : "", level, type); |
| 197 | sio_write(0x01, 0x30); |
| 198 | sio_write(level, 0x70); |
| 199 | sio_write(type, 0x71); |
| 200 | } |
| 201 | } |
| 202 | |
| 203 | static void __init sio_init(void) |
| 204 | { |
| 205 | struct device_node *root; |
Cyrill Gorcunov | 9ac71d0 | 2007-11-23 16:43:04 +1100 | [diff] [blame^] | 206 | const char *model; |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 207 | |
Cyrill Gorcunov | 9ac71d0 | 2007-11-23 16:43:04 +1100 | [diff] [blame^] | 208 | root = of_find_node_by_path("/"); |
| 209 | if (!root) |
| 210 | return; |
| 211 | |
| 212 | model = of_get_property(root, "model", NULL); |
| 213 | if (model && !strncmp(model, "IBM,LongTrail", 13)) { |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 214 | /* logical device 0 (KBC/Keyboard) */ |
| 215 | sio_fixup_irq("keyboard", 0, 1, 2); |
| 216 | /* select logical device 1 (KBC/Mouse) */ |
| 217 | sio_fixup_irq("mouse", 1, 12, 2); |
| 218 | } |
Cyrill Gorcunov | 9ac71d0 | 2007-11-23 16:43:04 +1100 | [diff] [blame^] | 219 | |
Stephen Rothwell | 8c8dc32 | 2007-04-24 13:50:55 +1000 | [diff] [blame] | 220 | of_node_put(root); |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 221 | } |
| 222 | |
| 223 | |
| 224 | static void __init pegasos_set_l2cr(void) |
| 225 | { |
| 226 | struct device_node *np; |
| 227 | |
| 228 | /* On Pegasos, enable the l2 cache if needed, as the OF forgets it */ |
| 229 | if (_chrp_type != _CHRP_Pegasos) |
| 230 | return; |
| 231 | |
| 232 | /* Enable L2 cache if needed */ |
Stephen Rothwell | 1658ab6 | 2007-04-24 13:51:59 +1000 | [diff] [blame] | 233 | np = of_find_node_by_type(NULL, "cpu"); |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 234 | if (np != NULL) { |
Stephen Rothwell | e2eb639 | 2007-04-03 22:26:41 +1000 | [diff] [blame] | 235 | const unsigned int *l2cr = of_get_property(np, "l2cr", NULL); |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 236 | if (l2cr == NULL) { |
| 237 | printk ("Pegasos l2cr : no cpu l2cr property found\n"); |
Stephen Rothwell | 1658ab6 | 2007-04-24 13:51:59 +1000 | [diff] [blame] | 238 | goto out; |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 239 | } |
| 240 | if (!((*l2cr) & 0x80000000)) { |
| 241 | printk ("Pegasos l2cr : L2 cache was not active, " |
| 242 | "activating\n"); |
| 243 | _set_L2CR(0); |
| 244 | _set_L2CR((*l2cr) | 0x80000000); |
| 245 | } |
| 246 | } |
Stephen Rothwell | 1658ab6 | 2007-04-24 13:51:59 +1000 | [diff] [blame] | 247 | out: |
| 248 | of_node_put(np); |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 249 | } |
| 250 | |
Benjamin Herrenschmidt | 26c5032 | 2006-07-04 14:16:28 +1000 | [diff] [blame] | 251 | static void briq_restart(char *cmd) |
| 252 | { |
| 253 | local_irq_disable(); |
| 254 | if (briq_SPOR) |
| 255 | out_be32(briq_SPOR, 0); |
| 256 | for(;;); |
| 257 | } |
| 258 | |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 259 | void __init chrp_setup_arch(void) |
| 260 | { |
Stephen Rothwell | 8c8dc32 | 2007-04-24 13:50:55 +1000 | [diff] [blame] | 261 | struct device_node *root = of_find_node_by_path("/"); |
Jeremy Kerr | ae6b410 | 2006-07-12 15:40:05 +1000 | [diff] [blame] | 262 | const char *machine = NULL; |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 263 | |
| 264 | /* init to some ~sane value until calibrate_delay() runs */ |
| 265 | loops_per_jiffy = 50000000/HZ; |
| 266 | |
| 267 | if (root) |
Stephen Rothwell | e2eb639 | 2007-04-03 22:26:41 +1000 | [diff] [blame] | 268 | machine = of_get_property(root, "model", NULL); |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 269 | if (machine && strncmp(machine, "Pegasos", 7) == 0) { |
| 270 | _chrp_type = _CHRP_Pegasos; |
| 271 | } else if (machine && strncmp(machine, "IBM", 3) == 0) { |
| 272 | _chrp_type = _CHRP_IBM; |
| 273 | } else if (machine && strncmp(machine, "MOT", 3) == 0) { |
| 274 | _chrp_type = _CHRP_Motorola; |
Benjamin Herrenschmidt | 26c5032 | 2006-07-04 14:16:28 +1000 | [diff] [blame] | 275 | } else if (machine && strncmp(machine, "TotalImpact,BRIQ-1", 18) == 0) { |
| 276 | _chrp_type = _CHRP_briq; |
| 277 | /* Map the SPOR register on briq and change the restart hook */ |
Al Viro | 9340b0d | 2007-02-09 16:38:15 +0000 | [diff] [blame] | 278 | briq_SPOR = ioremap(0xff0000e8, 4); |
Benjamin Herrenschmidt | 26c5032 | 2006-07-04 14:16:28 +1000 | [diff] [blame] | 279 | ppc_md.restart = briq_restart; |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 280 | } else { |
| 281 | /* Let's assume it is an IBM chrp if all else fails */ |
| 282 | _chrp_type = _CHRP_IBM; |
| 283 | } |
Stephen Rothwell | 8c8dc32 | 2007-04-24 13:50:55 +1000 | [diff] [blame] | 284 | of_node_put(root); |
Benjamin Herrenschmidt | 26c5032 | 2006-07-04 14:16:28 +1000 | [diff] [blame] | 285 | printk("chrp type = %x [%s]\n", _chrp_type, chrp_names[_chrp_type]); |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 286 | |
| 287 | rtas_initialize(); |
| 288 | if (rtas_token("display-character") >= 0) |
| 289 | ppc_md.progress = rtas_progress; |
| 290 | |
Paul Mackerras | 49e16b7 | 2005-11-18 15:52:38 +1100 | [diff] [blame] | 291 | /* use RTAS time-of-day routines if available */ |
| 292 | if (rtas_token("get-time-of-day") != RTAS_UNKNOWN_SERVICE) { |
| 293 | ppc_md.get_boot_time = rtas_get_boot_time; |
| 294 | ppc_md.get_rtc_time = rtas_get_rtc_time; |
| 295 | ppc_md.set_rtc_time = rtas_set_rtc_time; |
| 296 | } |
| 297 | |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 298 | /* On pegasos, enable the L2 cache if not already done by OF */ |
| 299 | pegasos_set_l2cr(); |
| 300 | |
| 301 | /* Lookup PCI host bridges */ |
| 302 | chrp_find_bridges(); |
| 303 | |
| 304 | /* |
| 305 | * Temporary fixes for PCI devices. |
| 306 | * -- Geert |
| 307 | */ |
| 308 | hydra_init(); /* Mac I/O */ |
| 309 | |
| 310 | /* |
| 311 | * Fix the Super I/O configuration |
| 312 | */ |
| 313 | sio_init(); |
| 314 | |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 315 | pci_create_OF_bus_map(); |
| 316 | |
| 317 | /* |
| 318 | * Print the banner, then scroll down so boot progress |
| 319 | * can be printed. -- Cort |
| 320 | */ |
| 321 | if (ppc_md.progress) ppc_md.progress("Linux/PPC "UTS_RELEASE"\n", 0x0); |
| 322 | } |
| 323 | |
| 324 | void |
Paul Mackerras | 9618eda | 2006-03-27 21:48:57 +1100 | [diff] [blame] | 325 | chrp_event_scan(unsigned long unused) |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 326 | { |
| 327 | unsigned char log[1024]; |
| 328 | int ret = 0; |
| 329 | |
| 330 | /* XXX: we should loop until the hardware says no more error logs -- Cort */ |
| 331 | rtas_call(rtas_token("event-scan"), 4, 1, &ret, 0xffffffff, 0, |
| 332 | __pa(log), 1024); |
Paul Mackerras | 9618eda | 2006-03-27 21:48:57 +1100 | [diff] [blame] | 333 | mod_timer(&__get_cpu_var(heartbeat_timer), |
| 334 | jiffies + event_scan_interval); |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 335 | } |
| 336 | |
Olaf Hering | 35a84c2 | 2006-10-07 22:08:26 +1000 | [diff] [blame] | 337 | static void chrp_8259_cascade(unsigned int irq, struct irq_desc *desc) |
Benjamin Herrenschmidt | b9e5b4e | 2006-07-03 19:32:51 +1000 | [diff] [blame] | 338 | { |
Olaf Hering | 35a84c2 | 2006-10-07 22:08:26 +1000 | [diff] [blame] | 339 | unsigned int cascade_irq = i8259_irq(); |
Benjamin Herrenschmidt | 0ebfff1 | 2006-07-03 21:36:01 +1000 | [diff] [blame] | 340 | if (cascade_irq != NO_IRQ) |
Olof Johansson | 49f19ce | 2006-10-05 20:31:10 -0500 | [diff] [blame] | 341 | generic_handle_irq(cascade_irq); |
Benjamin Herrenschmidt | 0ebfff1 | 2006-07-03 21:36:01 +1000 | [diff] [blame] | 342 | desc->chip->eoi(irq); |
Benjamin Herrenschmidt | b9e5b4e | 2006-07-03 19:32:51 +1000 | [diff] [blame] | 343 | } |
| 344 | |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 345 | /* |
| 346 | * Finds the open-pic node and sets up the mpic driver. |
| 347 | */ |
| 348 | static void __init chrp_find_openpic(void) |
| 349 | { |
| 350 | struct device_node *np, *root; |
Benjamin Herrenschmidt | 0ebfff1 | 2006-07-03 21:36:01 +1000 | [diff] [blame] | 351 | int len, i, j; |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 352 | int isu_size, idu_size; |
Jeremy Kerr | ae6b410 | 2006-07-12 15:40:05 +1000 | [diff] [blame] | 353 | const unsigned int *iranges, *opprop = NULL; |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 354 | int oplen = 0; |
| 355 | unsigned long opaddr; |
| 356 | int na = 1; |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 357 | |
Benjamin Herrenschmidt | 0ebfff1 | 2006-07-03 21:36:01 +1000 | [diff] [blame] | 358 | np = of_find_node_by_type(NULL, "open-pic"); |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 359 | if (np == NULL) |
| 360 | return; |
Benjamin Herrenschmidt | 0ebfff1 | 2006-07-03 21:36:01 +1000 | [diff] [blame] | 361 | root = of_find_node_by_path("/"); |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 362 | if (root) { |
Stephen Rothwell | e2eb639 | 2007-04-03 22:26:41 +1000 | [diff] [blame] | 363 | opprop = of_get_property(root, "platform-open-pic", &oplen); |
Stephen Rothwell | a8bda5d | 2007-04-03 10:56:50 +1000 | [diff] [blame] | 364 | na = of_n_addr_cells(root); |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 365 | } |
| 366 | if (opprop && oplen >= na * sizeof(unsigned int)) { |
| 367 | opaddr = opprop[na-1]; /* assume 32-bit */ |
| 368 | oplen /= na * sizeof(unsigned int); |
| 369 | } else { |
David Woodhouse | 575e321 | 2006-01-14 00:13:49 +0000 | [diff] [blame] | 370 | struct resource r; |
Benjamin Herrenschmidt | 0ebfff1 | 2006-07-03 21:36:01 +1000 | [diff] [blame] | 371 | if (of_address_to_resource(np, 0, &r)) { |
| 372 | goto bail; |
| 373 | } |
David Woodhouse | 575e321 | 2006-01-14 00:13:49 +0000 | [diff] [blame] | 374 | opaddr = r.start; |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 375 | oplen = 0; |
| 376 | } |
| 377 | |
| 378 | printk(KERN_INFO "OpenPIC at %lx\n", opaddr); |
| 379 | |
Stephen Rothwell | e2eb639 | 2007-04-03 22:26:41 +1000 | [diff] [blame] | 380 | iranges = of_get_property(np, "interrupt-ranges", &len); |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 381 | if (iranges == NULL) |
| 382 | len = 0; /* non-distributed mpic */ |
| 383 | else |
| 384 | len /= 2 * sizeof(unsigned int); |
| 385 | |
| 386 | /* |
| 387 | * The first pair of cells in interrupt-ranges refers to the |
| 388 | * IDU; subsequent pairs refer to the ISUs. |
| 389 | */ |
| 390 | if (oplen < len) { |
| 391 | printk(KERN_ERR "Insufficient addresses for distributed" |
David Woodhouse | 575e321 | 2006-01-14 00:13:49 +0000 | [diff] [blame] | 392 | " OpenPIC (%d < %d)\n", oplen, len); |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 393 | len = oplen; |
| 394 | } |
| 395 | |
| 396 | isu_size = 0; |
| 397 | idu_size = 0; |
| 398 | if (len > 0 && iranges[1] != 0) { |
| 399 | printk(KERN_INFO "OpenPIC irqs %d..%d in IDU\n", |
| 400 | iranges[0], iranges[0] + iranges[1] - 1); |
| 401 | idu_size = iranges[1]; |
| 402 | } |
| 403 | if (len > 1) |
| 404 | isu_size = iranges[3]; |
| 405 | |
Benjamin Herrenschmidt | 0ebfff1 | 2006-07-03 21:36:01 +1000 | [diff] [blame] | 406 | chrp_mpic = mpic_alloc(np, opaddr, MPIC_PRIMARY, |
| 407 | isu_size, 0, " MPIC "); |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 408 | if (chrp_mpic == NULL) { |
| 409 | printk(KERN_ERR "Failed to allocate MPIC structure\n"); |
Benjamin Herrenschmidt | 0ebfff1 | 2006-07-03 21:36:01 +1000 | [diff] [blame] | 410 | goto bail; |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 411 | } |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 412 | j = na - 1; |
| 413 | for (i = 1; i < len; ++i) { |
| 414 | iranges += 2; |
| 415 | j += na; |
| 416 | printk(KERN_INFO "OpenPIC irqs %d..%d in ISU at %x\n", |
| 417 | iranges[0], iranges[0] + iranges[1] - 1, |
| 418 | opprop[j]); |
| 419 | mpic_assign_isu(chrp_mpic, i - 1, opprop[j]); |
| 420 | } |
| 421 | |
| 422 | mpic_init(chrp_mpic); |
Benjamin Herrenschmidt | 0ebfff1 | 2006-07-03 21:36:01 +1000 | [diff] [blame] | 423 | ppc_md.get_irq = mpic_get_irq; |
| 424 | bail: |
| 425 | of_node_put(root); |
| 426 | of_node_put(np); |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 427 | } |
| 428 | |
Robert P. J. Day | e85f008 | 2007-03-08 11:19:39 -0500 | [diff] [blame] | 429 | #if defined(CONFIG_VT) && defined(CONFIG_INPUT_ADBHID) && defined(CONFIG_XMON) |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 430 | static struct irqaction xmon_irqaction = { |
| 431 | .handler = xmon_irq, |
| 432 | .mask = CPU_MASK_NONE, |
| 433 | .name = "XMON break", |
| 434 | }; |
| 435 | #endif |
| 436 | |
Benjamin Herrenschmidt | 0ebfff1 | 2006-07-03 21:36:01 +1000 | [diff] [blame] | 437 | static void __init chrp_find_8259(void) |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 438 | { |
Benjamin Herrenschmidt | 0ebfff1 | 2006-07-03 21:36:01 +1000 | [diff] [blame] | 439 | struct device_node *np, *pic = NULL; |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 440 | unsigned long chrp_int_ack = 0; |
Benjamin Herrenschmidt | 0ebfff1 | 2006-07-03 21:36:01 +1000 | [diff] [blame] | 441 | unsigned int cascade_irq; |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 442 | |
Benjamin Herrenschmidt | 0ebfff1 | 2006-07-03 21:36:01 +1000 | [diff] [blame] | 443 | /* Look for cascade */ |
| 444 | for_each_node_by_type(np, "interrupt-controller") |
Stephen Rothwell | 55b61fe | 2007-05-03 17:26:52 +1000 | [diff] [blame] | 445 | if (of_device_is_compatible(np, "chrp,iic")) { |
Benjamin Herrenschmidt | 0ebfff1 | 2006-07-03 21:36:01 +1000 | [diff] [blame] | 446 | pic = np; |
| 447 | break; |
| 448 | } |
| 449 | /* Ok, 8259 wasn't found. We need to handle the case where |
| 450 | * we have a pegasos that claims to be chrp but doesn't have |
| 451 | * a proper interrupt tree |
| 452 | */ |
| 453 | if (pic == NULL && chrp_mpic != NULL) { |
| 454 | printk(KERN_ERR "i8259: Not found in device-tree" |
| 455 | " assuming no legacy interrupts\n"); |
| 456 | return; |
| 457 | } |
| 458 | |
| 459 | /* Look for intack. In a perfect world, we would look for it on |
| 460 | * the ISA bus that holds the 8259 but heh... Works that way. If |
| 461 | * we ever see a problem, we can try to re-use the pSeries code here. |
| 462 | * Also, Pegasos-type platforms don't have a proper node to start |
| 463 | * from anyway |
| 464 | */ |
Stephen Rothwell | 30686ba | 2007-04-24 13:53:04 +1000 | [diff] [blame] | 465 | for_each_node_by_name(np, "pci") { |
Stephen Rothwell | e2eb639 | 2007-04-03 22:26:41 +1000 | [diff] [blame] | 466 | const unsigned int *addrp = of_get_property(np, |
Jeremy Kerr | ae6b410 | 2006-07-12 15:40:05 +1000 | [diff] [blame] | 467 | "8259-interrupt-acknowledge", NULL); |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 468 | |
| 469 | if (addrp == NULL) |
| 470 | continue; |
Stephen Rothwell | a8bda5d | 2007-04-03 10:56:50 +1000 | [diff] [blame] | 471 | chrp_int_ack = addrp[of_n_addr_cells(np)-1]; |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 472 | break; |
| 473 | } |
Stephen Rothwell | 30686ba | 2007-04-24 13:53:04 +1000 | [diff] [blame] | 474 | of_node_put(np); |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 475 | if (np == NULL) |
Benjamin Herrenschmidt | 0ebfff1 | 2006-07-03 21:36:01 +1000 | [diff] [blame] | 476 | printk(KERN_WARNING "Cannot find PCI interrupt acknowledge" |
| 477 | " address, polling\n"); |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 478 | |
Benjamin Herrenschmidt | 0ebfff1 | 2006-07-03 21:36:01 +1000 | [diff] [blame] | 479 | i8259_init(pic, chrp_int_ack); |
Benjamin Herrenschmidt | f4d4c35 | 2006-10-25 13:22:27 +1000 | [diff] [blame] | 480 | if (ppc_md.get_irq == NULL) { |
Benjamin Herrenschmidt | 0ebfff1 | 2006-07-03 21:36:01 +1000 | [diff] [blame] | 481 | ppc_md.get_irq = i8259_irq; |
Benjamin Herrenschmidt | f4d4c35 | 2006-10-25 13:22:27 +1000 | [diff] [blame] | 482 | irq_set_default_host(i8259_get_host()); |
| 483 | } |
Benjamin Herrenschmidt | 0ebfff1 | 2006-07-03 21:36:01 +1000 | [diff] [blame] | 484 | if (chrp_mpic != NULL) { |
| 485 | cascade_irq = irq_of_parse_and_map(pic, 0); |
| 486 | if (cascade_irq == NO_IRQ) |
| 487 | printk(KERN_ERR "i8259: failed to map cascade irq\n"); |
| 488 | else |
| 489 | set_irq_chained_handler(cascade_irq, |
| 490 | chrp_8259_cascade); |
| 491 | } |
| 492 | } |
| 493 | |
| 494 | void __init chrp_init_IRQ(void) |
| 495 | { |
Robert P. J. Day | e85f008 | 2007-03-08 11:19:39 -0500 | [diff] [blame] | 496 | #if defined(CONFIG_VT) && defined(CONFIG_INPUT_ADBHID) && defined(CONFIG_XMON) |
Benjamin Herrenschmidt | 0ebfff1 | 2006-07-03 21:36:01 +1000 | [diff] [blame] | 497 | struct device_node *kbd; |
| 498 | #endif |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 499 | chrp_find_openpic(); |
Benjamin Herrenschmidt | 0ebfff1 | 2006-07-03 21:36:01 +1000 | [diff] [blame] | 500 | chrp_find_8259(); |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 501 | |
Benjamin Herrenschmidt | 1e031d6 | 2006-07-04 14:09:36 +1000 | [diff] [blame] | 502 | #ifdef CONFIG_SMP |
| 503 | /* Pegasos has no MPIC, those ops would make it crash. It might be an |
| 504 | * option to move setting them to after we probe the PIC though |
| 505 | */ |
| 506 | if (chrp_mpic != NULL) |
| 507 | smp_ops = &chrp_smp_ops; |
| 508 | #endif /* CONFIG_SMP */ |
| 509 | |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 510 | if (_chrp_type == _CHRP_Pegasos) |
| 511 | ppc_md.get_irq = i8259_irq; |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 512 | |
Robert P. J. Day | e85f008 | 2007-03-08 11:19:39 -0500 | [diff] [blame] | 513 | #if defined(CONFIG_VT) && defined(CONFIG_INPUT_ADBHID) && defined(CONFIG_XMON) |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 514 | /* see if there is a keyboard in the device tree |
| 515 | with a parent of type "adb" */ |
Stephen Rothwell | 30686ba | 2007-04-24 13:53:04 +1000 | [diff] [blame] | 516 | for_each_node_by_name(kbd, "keyboard") |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 517 | if (kbd->parent && kbd->parent->type |
| 518 | && strcmp(kbd->parent->type, "adb") == 0) |
| 519 | break; |
Stephen Rothwell | 30686ba | 2007-04-24 13:53:04 +1000 | [diff] [blame] | 520 | of_node_put(kbd); |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 521 | if (kbd) |
| 522 | setup_irq(HYDRA_INT_ADB_NMI, &xmon_irqaction); |
| 523 | #endif |
| 524 | } |
| 525 | |
| 526 | void __init |
| 527 | chrp_init2(void) |
| 528 | { |
Paul Mackerras | 9618eda | 2006-03-27 21:48:57 +1100 | [diff] [blame] | 529 | struct device_node *device; |
Jeremy Kerr | ae6b410 | 2006-07-12 15:40:05 +1000 | [diff] [blame] | 530 | const unsigned int *p = NULL; |
Paul Mackerras | 9618eda | 2006-03-27 21:48:57 +1100 | [diff] [blame] | 531 | |
Olaf Hering | 35e95e6 | 2005-10-28 17:46:19 -0700 | [diff] [blame] | 532 | #ifdef CONFIG_NVRAM |
| 533 | chrp_nvram_init(); |
| 534 | #endif |
| 535 | |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 536 | request_region(0x20,0x20,"pic1"); |
| 537 | request_region(0xa0,0x20,"pic2"); |
| 538 | request_region(0x00,0x20,"dma1"); |
| 539 | request_region(0x40,0x20,"timer"); |
| 540 | request_region(0x80,0x10,"dma page reg"); |
| 541 | request_region(0xc0,0x20,"dma2"); |
| 542 | |
Paul Mackerras | 9618eda | 2006-03-27 21:48:57 +1100 | [diff] [blame] | 543 | /* Get the event scan rate for the rtas so we know how |
| 544 | * often it expects a heartbeat. -- Cort |
| 545 | */ |
Stephen Rothwell | 30686ba | 2007-04-24 13:53:04 +1000 | [diff] [blame] | 546 | device = of_find_node_by_name(NULL, "rtas"); |
Paul Mackerras | 9618eda | 2006-03-27 21:48:57 +1100 | [diff] [blame] | 547 | if (device) |
Stephen Rothwell | e2eb639 | 2007-04-03 22:26:41 +1000 | [diff] [blame] | 548 | p = of_get_property(device, "rtas-event-scan-rate", NULL); |
Paul Mackerras | 9618eda | 2006-03-27 21:48:57 +1100 | [diff] [blame] | 549 | if (p && *p) { |
| 550 | /* |
| 551 | * Arrange to call chrp_event_scan at least *p times |
| 552 | * per minute. We use 59 rather than 60 here so that |
| 553 | * the rate will be slightly higher than the minimum. |
| 554 | * This all assumes we don't do hotplug CPU on any |
| 555 | * machine that needs the event scans done. |
| 556 | */ |
| 557 | unsigned long interval, offset; |
| 558 | int cpu, ncpus; |
| 559 | struct timer_list *timer; |
| 560 | |
| 561 | interval = HZ * 59 / *p; |
| 562 | offset = HZ; |
| 563 | ncpus = num_online_cpus(); |
| 564 | event_scan_interval = ncpus * interval; |
| 565 | for (cpu = 0; cpu < ncpus; ++cpu) { |
| 566 | timer = &per_cpu(heartbeat_timer, cpu); |
| 567 | setup_timer(timer, chrp_event_scan, 0); |
| 568 | timer->expires = jiffies + offset; |
| 569 | add_timer_on(timer, cpu); |
| 570 | offset += interval; |
| 571 | } |
| 572 | printk("RTAS Event Scan Rate: %u (%lu jiffies)\n", |
| 573 | *p, interval); |
| 574 | } |
Stephen Rothwell | 30686ba | 2007-04-24 13:53:04 +1000 | [diff] [blame] | 575 | of_node_put(device); |
Paul Mackerras | 9618eda | 2006-03-27 21:48:57 +1100 | [diff] [blame] | 576 | |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 577 | if (ppc_md.progress) |
| 578 | ppc_md.progress(" Have fun! ", 0x7777); |
| 579 | } |
| 580 | |
Benjamin Herrenschmidt | e822250 | 2006-03-28 23:15:54 +1100 | [diff] [blame] | 581 | static int __init chrp_probe(void) |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 582 | { |
Benjamin Herrenschmidt | e822250 | 2006-03-28 23:15:54 +1100 | [diff] [blame] | 583 | char *dtype = of_get_flat_dt_prop(of_get_flat_dt_root(), |
| 584 | "device_type", NULL); |
| 585 | if (dtype == NULL) |
| 586 | return 0; |
| 587 | if (strcmp(dtype, "chrp")) |
| 588 | return 0; |
| 589 | |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 590 | ISA_DMA_THRESHOLD = ~0L; |
| 591 | DMA_MODE_READ = 0x44; |
| 592 | DMA_MODE_WRITE = 0x48; |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 593 | |
Paul Mackerras | b86756a | 2006-04-03 16:37:23 +1000 | [diff] [blame] | 594 | return 1; |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 595 | } |
Paul Mackerras | b86756a | 2006-04-03 16:37:23 +1000 | [diff] [blame] | 596 | |
| 597 | define_machine(chrp) { |
| 598 | .name = "CHRP", |
| 599 | .probe = chrp_probe, |
| 600 | .setup_arch = chrp_setup_arch, |
| 601 | .init = chrp_init2, |
| 602 | .show_cpuinfo = chrp_show_cpuinfo, |
| 603 | .init_IRQ = chrp_init_IRQ, |
Paul Mackerras | b86756a | 2006-04-03 16:37:23 +1000 | [diff] [blame] | 604 | .restart = rtas_restart, |
| 605 | .power_off = rtas_power_off, |
| 606 | .halt = rtas_halt, |
| 607 | .time_init = chrp_time_init, |
| 608 | .set_rtc_time = chrp_set_rtc_time, |
| 609 | .get_rtc_time = chrp_get_rtc_time, |
| 610 | .calibrate_decr = generic_calibrate_decr, |
| 611 | .phys_mem_access_prot = pci_phys_mem_access_prot, |
| 612 | }; |