blob: 149751a3742a725eabb23f2dc882b572233d31e6 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
Paul Mackerras033ef332005-10-26 17:05:24 +10002 * 64-bit pSeries and RS/6000 setup code.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003 *
4 * Copyright (C) 1995 Linus Torvalds
5 * Adapted from 'alpha' version by Gary Thomas
6 * Modified by Cort Dougan (cort@cs.nmt.edu)
7 * Modified by PPC64 Team, IBM Corp
8 *
9 * This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License
11 * as published by the Free Software Foundation; either version
12 * 2 of the License, or (at your option) any later version.
13 */
14
15/*
16 * bootup setup stuff..
17 */
18
19#undef DEBUG
20
21#include <linux/config.h>
Michael Ellerman62d60e92005-07-07 17:56:30 -070022#include <linux/cpu.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070023#include <linux/errno.h>
24#include <linux/sched.h>
25#include <linux/kernel.h>
26#include <linux/mm.h>
27#include <linux/stddef.h>
28#include <linux/unistd.h>
29#include <linux/slab.h>
30#include <linux/user.h>
31#include <linux/a.out.h>
32#include <linux/tty.h>
33#include <linux/major.h>
34#include <linux/interrupt.h>
35#include <linux/reboot.h>
36#include <linux/init.h>
37#include <linux/ioport.h>
38#include <linux/console.h>
39#include <linux/pci.h>
Olaf Heringcebb2b12005-07-10 19:35:15 +000040#include <linux/utsname.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070041#include <linux/adb.h>
42#include <linux/module.h>
43#include <linux/delay.h>
44#include <linux/irq.h>
45#include <linux/seq_file.h>
46#include <linux/root_dev.h>
47
48#include <asm/mmu.h>
49#include <asm/processor.h>
50#include <asm/io.h>
51#include <asm/pgtable.h>
52#include <asm/prom.h>
53#include <asm/rtas.h>
54#include <asm/pci-bridge.h>
55#include <asm/iommu.h>
56#include <asm/dma.h>
57#include <asm/machdep.h>
58#include <asm/irq.h>
Michael Ellerman3d1229d2005-11-14 23:35:00 +110059#include <asm/kexec.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070060#include <asm/time.h>
61#include <asm/nvram.h>
David Gibson007e8f52005-10-28 15:35:50 +100062#include "xics.h"
Michael Ellerman180a3362005-08-09 11:13:36 +100063#include <asm/pmc.h>
Stephen Rothwellbbeb3f42005-09-27 13:51:59 +100064#include <asm/mpic.h>
Stephen Rothwelld3878992005-09-28 02:50:25 +100065#include <asm/ppc-pci.h>
Paul Mackerras69a80d32005-10-10 22:03:41 +100066#include <asm/i8259.h>
67#include <asm/udbg.h>
Paul Mackerras2249ca92005-11-07 13:18:13 +110068#include <asm/smp.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070069
Michael Ellermana1218722005-11-03 15:33:31 +110070#include "plpar_wrappers.h"
Arnd Bergmannc902be72006-01-04 19:55:53 +000071#include "ras.h"
Michael Ellerman19657462006-02-10 15:47:36 +110072#include "firmware.h"
Michael Ellermana1218722005-11-03 15:33:31 +110073
Linus Torvalds1da177e2005-04-16 15:20:36 -070074#ifdef DEBUG
75#define DBG(fmt...) udbg_printf(fmt)
76#else
77#define DBG(fmt...)
78#endif
79
Linus Torvalds1da177e2005-04-16 15:20:36 -070080extern void find_udbg_vterm(void);
Linus Torvalds1da177e2005-04-16 15:20:36 -070081
82int fwnmi_active; /* TRUE if an FWNMI handler is present */
83
Paul Mackerras143a1de2005-10-19 23:11:21 +100084static void pseries_shared_idle(void);
85static void pseries_dedicated_idle(void);
Michael Ellerman62d60e92005-07-07 17:56:30 -070086
Linus Torvalds1da177e2005-04-16 15:20:36 -070087struct mpic *pSeries_mpic;
88
Arnd Bergmann84461962006-01-11 00:00:02 +000089static void pSeries_show_cpuinfo(struct seq_file *m)
Linus Torvalds1da177e2005-04-16 15:20:36 -070090{
91 struct device_node *root;
92 const char *model = "";
93
94 root = of_find_node_by_path("/");
95 if (root)
96 model = get_property(root, "model", NULL);
97 seq_printf(m, "machine\t\t: CHRP %s\n", model);
98 of_node_put(root);
99}
100
101/* Initialize firmware assisted non-maskable interrupts if
102 * the firmware supports this feature.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700103 */
104static void __init fwnmi_init(void)
105{
Michael Ellerman8c4f1f22005-12-04 18:39:33 +1100106 unsigned long system_reset_addr, machine_check_addr;
107
Linus Torvalds1da177e2005-04-16 15:20:36 -0700108 int ibm_nmi_register = rtas_token("ibm,nmi-register");
109 if (ibm_nmi_register == RTAS_UNKNOWN_SERVICE)
110 return;
Michael Ellerman8c4f1f22005-12-04 18:39:33 +1100111
112 /* If the kernel's not linked at zero we point the firmware at low
113 * addresses anyway, and use a trampoline to get to the real code. */
114 system_reset_addr = __pa(system_reset_fwnmi) - PHYSICAL_START;
115 machine_check_addr = __pa(machine_check_fwnmi) - PHYSICAL_START;
116
117 if (0 == rtas_call(ibm_nmi_register, 2, 1, NULL, system_reset_addr,
118 machine_check_addr))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700119 fwnmi_active = 1;
120}
121
Linus Torvalds1da177e2005-04-16 15:20:36 -0700122static void __init pSeries_init_mpic(void)
123{
124 unsigned int *addrp;
125 struct device_node *np;
Paul Mackerrasf9bd1702005-10-26 16:47:42 +1000126 unsigned long intack = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700127
128 /* All ISUs are setup, complete initialization */
129 mpic_init(pSeries_mpic);
130
131 /* Check what kind of cascade ACK we have */
132 if (!(np = of_find_node_by_name(NULL, "pci"))
133 || !(addrp = (unsigned int *)
134 get_property(np, "8259-interrupt-acknowledge", NULL)))
135 printk(KERN_ERR "Cannot find pci to get ack address\n");
136 else
Paul Mackerrasf9bd1702005-10-26 16:47:42 +1000137 intack = addrp[prom_n_addr_cells(np)-1];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700138 of_node_put(np);
139
140 /* Setup the legacy interrupts & controller */
Paul Mackerrasf9bd1702005-10-26 16:47:42 +1000141 i8259_init(intack, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700142
143 /* Hook cascade to mpic */
Paul Mackerrasf9bd1702005-10-26 16:47:42 +1000144 mpic_setup_cascade(NUM_ISA_INTERRUPTS, i8259_irq_cascade, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700145}
146
147static void __init pSeries_setup_mpic(void)
148{
149 unsigned int *opprop;
150 unsigned long openpic_addr = 0;
151 unsigned char senses[NR_IRQS - NUM_ISA_INTERRUPTS];
152 struct device_node *root;
153 int irq_count;
154
155 /* Find the Open PIC if present */
156 root = of_find_node_by_path("/");
157 opprop = (unsigned int *) get_property(root, "platform-open-pic", NULL);
158 if (opprop != 0) {
159 int n = prom_n_addr_cells(root);
160
161 for (openpic_addr = 0; n > 0; --n)
162 openpic_addr = (openpic_addr << 32) + *opprop++;
163 printk(KERN_DEBUG "OpenPIC addr: %lx\n", openpic_addr);
164 }
165 of_node_put(root);
166
167 BUG_ON(openpic_addr == 0);
168
169 /* Get the sense values from OF */
170 prom_get_irq_senses(senses, NUM_ISA_INTERRUPTS, NR_IRQS);
171
172 /* Setup the openpic driver */
173 irq_count = NR_IRQS - NUM_ISA_INTERRUPTS - 4; /* leave room for IPIs */
174 pSeries_mpic = mpic_alloc(openpic_addr, MPIC_PRIMARY,
175 16, 16, irq_count, /* isu size, irq offset, irq count */
176 NR_IRQS - 4, /* ipi offset */
177 senses, irq_count, /* sense & sense size */
178 " MPIC ");
179}
180
Michael Ellerman180a3362005-08-09 11:13:36 +1000181static void pseries_lpar_enable_pmcs(void)
182{
183 unsigned long set, reset;
184
185 power4_enable_pmcs();
186
187 set = 1UL << 63;
188 reset = 0;
189 plpar_hcall_norets(H_PERFMON, set, reset);
190
191 /* instruct hypervisor to maintain PMCs */
192 if (firmware_has_feature(FW_FEATURE_SPLPAR))
David Gibson3356bb9f72006-01-13 10:26:42 +1100193 get_lppaca()->pmcregs_in_use = 1;
Michael Ellerman180a3362005-08-09 11:13:36 +1000194}
195
Linus Torvalds1da177e2005-04-16 15:20:36 -0700196static void __init pSeries_setup_arch(void)
197{
198 /* Fixup ppc_md depending on the type of interrupt controller */
199 if (ppc64_interrupt_controller == IC_OPEN_PIC) {
R Sharadafce0d572005-06-25 14:58:10 -0700200 ppc_md.init_IRQ = pSeries_init_mpic;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700201 ppc_md.get_irq = mpic_get_irq;
202 /* Allocate the mpic now, so that find_and_init_phbs() can
203 * fill the ISUs */
204 pSeries_setup_mpic();
205 } else {
206 ppc_md.init_IRQ = xics_init_IRQ;
207 ppc_md.get_irq = xics_get_irq;
208 }
209
210#ifdef CONFIG_SMP
211 smp_init_pSeries();
212#endif
213 /* openpic global configuration register (64-bit format). */
214 /* openpic Interrupt Source Unit pointer (64-bit format). */
215 /* python0 facility area (mmio) (64-bit format) REAL address. */
216
217 /* init to some ~sane value until calibrate_delay() runs */
218 loops_per_jiffy = 50000000;
219
220 if (ROOT_DEV == 0) {
221 printk("No ramdisk, default root is /dev/sda2\n");
222 ROOT_DEV = Root_SDA2;
223 }
224
225 fwnmi_init();
226
227 /* Find and initialize PCI host bridges */
228 init_pci_config_tokens();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700229 find_and_init_phbs();
Paul Mackerras0160f532005-09-13 20:56:20 +1000230 eeh_init();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700231
Linus Torvalds1da177e2005-04-16 15:20:36 -0700232 pSeries_nvram_init();
233
Michael Ellerman62d60e92005-07-07 17:56:30 -0700234 /* Choose an idle loop */
Stephen Rothwell1ababe12005-08-03 14:35:25 +1000235 if (firmware_has_feature(FW_FEATURE_SPLPAR)) {
Stephen Rothwell8d15a3e2005-08-03 14:40:16 +1000236 vpa_init(boot_cpuid);
David Gibson3356bb9f72006-01-13 10:26:42 +1100237 if (get_lppaca()->shared_proc) {
Michael Ellerman62d60e92005-07-07 17:56:30 -0700238 printk(KERN_INFO "Using shared processor idle loop\n");
Anton Blanchard050a0932005-07-07 17:56:33 -0700239 ppc_md.idle_loop = pseries_shared_idle;
Michael Ellerman62d60e92005-07-07 17:56:30 -0700240 } else {
241 printk(KERN_INFO "Using dedicated idle loop\n");
Anton Blanchard050a0932005-07-07 17:56:33 -0700242 ppc_md.idle_loop = pseries_dedicated_idle;
Michael Ellerman62d60e92005-07-07 17:56:30 -0700243 }
244 } else {
245 printk(KERN_INFO "Using default idle loop\n");
246 ppc_md.idle_loop = default_idle;
247 }
Michael Ellerman180a3362005-08-09 11:13:36 +1000248
Paul Mackerras799d6042005-11-10 13:37:51 +1100249 if (platform_is_lpar())
Michael Ellerman180a3362005-08-09 11:13:36 +1000250 ppc_md.enable_pmcs = pseries_lpar_enable_pmcs;
251 else
252 ppc_md.enable_pmcs = power4_enable_pmcs;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700253}
254
255static int __init pSeries_init_panel(void)
256{
257 /* Manually leave the kernel version on the panel. */
258 ppc_md.progress("Linux ppc64\n", 0);
Olaf Heringcebb2b12005-07-10 19:35:15 +0000259 ppc_md.progress(system_utsname.version, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700260
261 return 0;
262}
263arch_initcall(pSeries_init_panel);
264
Linus Torvalds1da177e2005-04-16 15:20:36 -0700265static void __init pSeries_discover_pic(void)
266{
267 struct device_node *np;
268 char *typep;
269
270 /*
271 * Setup interrupt mapping options that are needed for finish_device_tree
272 * to properly parse the OF interrupt tree & do the virtual irq mapping
273 */
274 __irq_offset_value = NUM_ISA_INTERRUPTS;
275 ppc64_interrupt_controller = IC_INVALID;
276 for (np = NULL; (np = of_find_node_by_name(np, "interrupt-controller"));) {
277 typep = (char *)get_property(np, "compatible", NULL);
Haren Myneni9da5cad2005-12-27 15:51:07 -0800278 if (strstr(typep, "open-pic")) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700279 ppc64_interrupt_controller = IC_OPEN_PIC;
Haren Myneni9da5cad2005-12-27 15:51:07 -0800280 break;
281 } else if (strstr(typep, "ppc-xicp")) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700282 ppc64_interrupt_controller = IC_PPC_XIC;
Haren Myneni9da5cad2005-12-27 15:51:07 -0800283 break;
284 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700285 }
Haren Myneni9da5cad2005-12-27 15:51:07 -0800286 if (ppc64_interrupt_controller == IC_INVALID)
287 printk("pSeries_discover_pic: failed to recognize"
288 " interrupt-controller\n");
289
Linus Torvalds1da177e2005-04-16 15:20:36 -0700290}
291
292static void pSeries_mach_cpu_die(void)
293{
294 local_irq_disable();
295 idle_task_exit();
296 /* Some hardware requires clearing the CPPR, while other hardware does not
297 * it is safe either way
298 */
299 pSeriesLP_cppr_info(0, 0);
300 rtas_stop_self();
301 /* Should never get here... */
302 BUG();
303 for(;;);
304}
305
Michael Ellermancab0af92005-11-03 15:30:49 +1100306static int pseries_set_dabr(unsigned long dabr)
307{
Michael Ellerman76032de2005-11-07 13:12:03 +1100308 return plpar_hcall_norets(H_SET_DABR, dabr);
Michael Ellermancab0af92005-11-03 15:30:49 +1100309}
310
Michael Ellerman76032de2005-11-07 13:12:03 +1100311static int pseries_set_xdabr(unsigned long dabr)
312{
313 /* We want to catch accesses from kernel and userspace */
314 return plpar_hcall_norets(H_SET_XDABR, dabr,
315 H_DABRX_KERNEL | H_DABRX_USER);
316}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700317
318/*
319 * Early initialization. Relocation is on but do not reference unbolted pages
320 */
321static void __init pSeries_init_early(void)
322{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700323 DBG(" -> pSeries_init_early()\n");
324
325 fw_feature_init();
326
Paul Mackerras799d6042005-11-10 13:37:51 +1100327 if (platform_is_lpar())
Linus Torvalds1da177e2005-04-16 15:20:36 -0700328 hpte_init_lpar();
Michael Ellerman415202442006-03-21 20:45:58 +1100329 else
Linus Torvalds1da177e2005-04-16 15:20:36 -0700330 hpte_init_native();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700331
Paul Mackerras799d6042005-11-10 13:37:51 +1100332 if (platform_is_lpar())
Linus Torvalds1da177e2005-04-16 15:20:36 -0700333 find_udbg_vterm();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700334
Michael Ellerman76032de2005-11-07 13:12:03 +1100335 if (firmware_has_feature(FW_FEATURE_DABR))
Michael Ellermancab0af92005-11-03 15:30:49 +1100336 ppc_md.set_dabr = pseries_set_dabr;
Michael Ellerman76032de2005-11-07 13:12:03 +1100337 else if (firmware_has_feature(FW_FEATURE_XDABR))
338 ppc_md.set_dabr = pseries_set_xdabr;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700339
340 iommu_init_early_pSeries();
341
342 pSeries_discover_pic();
343
344 DBG(" <- pSeries_init_early()\n");
345}
346
347
Linus Torvalds1da177e2005-04-16 15:20:36 -0700348static int pSeries_check_legacy_ioport(unsigned int baseport)
349{
350 struct device_node *np;
351
352#define I8042_DATA_REG 0x60
353#define FDC_BASE 0x3f0
354
355
356 switch(baseport) {
357 case I8042_DATA_REG:
358 np = of_find_node_by_type(NULL, "8042");
359 if (np == NULL)
360 return -ENODEV;
361 of_node_put(np);
362 break;
363 case FDC_BASE:
364 np = of_find_node_by_type(NULL, "fdc");
365 if (np == NULL)
366 return -ENODEV;
367 of_node_put(np);
368 break;
369 }
370 return 0;
371}
372
373/*
374 * Called very early, MMU is off, device-tree isn't unflattened
375 */
376extern struct machdep_calls pSeries_md;
377
378static int __init pSeries_probe(int platform)
379{
380 if (platform != PLATFORM_PSERIES &&
381 platform != PLATFORM_PSERIES_LPAR)
382 return 0;
383
384 /* if we have some ppc_md fixups for LPAR to do, do
385 * it here ...
386 */
387
388 return 1;
389}
390
Michael Ellermanc66d5dd2005-07-07 17:56:29 -0700391DECLARE_PER_CPU(unsigned long, smt_snooze_delay);
392
Anton Blanchard050a0932005-07-07 17:56:33 -0700393static inline void dedicated_idle_sleep(unsigned int cpu)
394{
David Gibson3356bb9f72006-01-13 10:26:42 +1100395 struct lppaca *plppaca = &lppaca[cpu ^ 1];
Anton Blanchard050a0932005-07-07 17:56:33 -0700396
397 /* Only sleep if the other thread is not idle */
David Gibson3356bb9f72006-01-13 10:26:42 +1100398 if (!(plppaca->idle)) {
Anton Blanchard050a0932005-07-07 17:56:33 -0700399 local_irq_disable();
400
401 /*
402 * We are about to sleep the thread and so wont be polling any
403 * more.
404 */
405 clear_thread_flag(TIF_POLLING_NRFLAG);
Nick Piggin64c7c8f2005-11-08 21:39:04 -0800406 smp_mb__after_clear_bit();
Anton Blanchard050a0932005-07-07 17:56:33 -0700407
408 /*
409 * SMT dynamic mode. Cede will result in this thread going
410 * dormant, if the partner thread is still doing work. Thread
411 * wakes up if partner goes idle, an interrupt is presented, or
412 * a prod occurs. Returning from the cede enables external
413 * interrupts.
414 */
415 if (!need_resched())
416 cede_processor();
417 else
418 local_irq_enable();
Nick Piggin64c7c8f2005-11-08 21:39:04 -0800419 set_thread_flag(TIF_POLLING_NRFLAG);
Anton Blanchard050a0932005-07-07 17:56:33 -0700420 } else {
421 /*
422 * Give the HV an opportunity at the processor, since we are
423 * not doing any work.
424 */
425 poll_pending();
426 }
427}
428
Paul Mackerras143a1de2005-10-19 23:11:21 +1000429static void pseries_dedicated_idle(void)
430{
Anton Blanchard050a0932005-07-07 17:56:33 -0700431 unsigned int cpu = smp_processor_id();
Michael Ellermanc66d5dd2005-07-07 17:56:29 -0700432 unsigned long start_snooze;
433 unsigned long *smt_snooze_delay = &__get_cpu_var(smt_snooze_delay);
Nick Piggin64c7c8f2005-11-08 21:39:04 -0800434 set_thread_flag(TIF_POLLING_NRFLAG);
Michael Ellermanc66d5dd2005-07-07 17:56:29 -0700435
436 while (1) {
437 /*
438 * Indicate to the HV that we are idle. Now would be
439 * a good time to find other work to dispatch.
440 */
David Gibson3356bb9f72006-01-13 10:26:42 +1100441 get_lppaca()->idle = 1;
Michael Ellermanc66d5dd2005-07-07 17:56:29 -0700442
Nick Piggin64c7c8f2005-11-08 21:39:04 -0800443 if (!need_resched()) {
Paul Mackerras6146eed2005-11-18 15:47:18 +1100444 start_snooze = get_tb() +
Michael Ellermanc66d5dd2005-07-07 17:56:29 -0700445 *smt_snooze_delay * tb_ticks_per_usec;
Anton Blanchard050a0932005-07-07 17:56:33 -0700446
Michael Ellermanc66d5dd2005-07-07 17:56:29 -0700447 while (!need_resched() && !cpu_is_offline(cpu)) {
Anton Blanchard050a0932005-07-07 17:56:33 -0700448 ppc64_runlatch_off();
449
Michael Ellermanc66d5dd2005-07-07 17:56:29 -0700450 /*
451 * Go into low thread priority and possibly
452 * low power mode.
453 */
454 HMT_low();
455 HMT_very_low();
456
Anton Blanchard050a0932005-07-07 17:56:33 -0700457 if (*smt_snooze_delay != 0 &&
Paul Mackerras6146eed2005-11-18 15:47:18 +1100458 get_tb() > start_snooze) {
Anton Blanchard050a0932005-07-07 17:56:33 -0700459 HMT_medium();
460 dedicated_idle_sleep(cpu);
Michael Ellermanc66d5dd2005-07-07 17:56:29 -0700461 }
Anton Blanchard050a0932005-07-07 17:56:33 -0700462
Michael Ellermanc66d5dd2005-07-07 17:56:29 -0700463 }
464
Anton Blanchard050a0932005-07-07 17:56:33 -0700465 HMT_medium();
Michael Ellermanc66d5dd2005-07-07 17:56:29 -0700466 }
467
David Gibson3356bb9f72006-01-13 10:26:42 +1100468 get_lppaca()->idle = 0;
Anton Blanchard050a0932005-07-07 17:56:33 -0700469 ppc64_runlatch_on();
470
Nick Piggin5bfb5d62005-11-08 21:39:01 -0800471 preempt_enable_no_resched();
Michael Ellermanc66d5dd2005-07-07 17:56:29 -0700472 schedule();
Nick Piggin5bfb5d62005-11-08 21:39:01 -0800473 preempt_disable();
Anton Blanchard050a0932005-07-07 17:56:33 -0700474
Michael Ellermanc66d5dd2005-07-07 17:56:29 -0700475 if (cpu_is_offline(cpu) && system_state == SYSTEM_RUNNING)
476 cpu_die();
477 }
Michael Ellermanc66d5dd2005-07-07 17:56:29 -0700478}
479
Paul Mackerras143a1de2005-10-19 23:11:21 +1000480static void pseries_shared_idle(void)
Michael Ellermanc66d5dd2005-07-07 17:56:29 -0700481{
Michael Ellermanc66d5dd2005-07-07 17:56:29 -0700482 unsigned int cpu = smp_processor_id();
483
484 while (1) {
485 /*
486 * Indicate to the HV that we are idle. Now would be
487 * a good time to find other work to dispatch.
488 */
David Gibson3356bb9f72006-01-13 10:26:42 +1100489 get_lppaca()->idle = 1;
Michael Ellermanc66d5dd2005-07-07 17:56:29 -0700490
491 while (!need_resched() && !cpu_is_offline(cpu)) {
492 local_irq_disable();
Anton Blanchard050a0932005-07-07 17:56:33 -0700493 ppc64_runlatch_off();
Michael Ellermanc66d5dd2005-07-07 17:56:29 -0700494
495 /*
496 * Yield the processor to the hypervisor. We return if
497 * an external interrupt occurs (which are driven prior
498 * to returning here) or if a prod occurs from another
499 * processor. When returning here, external interrupts
500 * are enabled.
501 *
502 * Check need_resched() again with interrupts disabled
503 * to avoid a race.
504 */
505 if (!need_resched())
506 cede_processor();
507 else
508 local_irq_enable();
Anton Blanchard050a0932005-07-07 17:56:33 -0700509
510 HMT_medium();
Michael Ellermanc66d5dd2005-07-07 17:56:29 -0700511 }
512
David Gibson3356bb9f72006-01-13 10:26:42 +1100513 get_lppaca()->idle = 0;
Anton Blanchard050a0932005-07-07 17:56:33 -0700514 ppc64_runlatch_on();
515
Nick Piggin5bfb5d62005-11-08 21:39:01 -0800516 preempt_enable_no_resched();
Michael Ellermanc66d5dd2005-07-07 17:56:29 -0700517 schedule();
Nick Piggin5bfb5d62005-11-08 21:39:01 -0800518 preempt_disable();
Anton Blanchard050a0932005-07-07 17:56:33 -0700519
520 if (cpu_is_offline(cpu) && system_state == SYSTEM_RUNNING)
Michael Ellermanc66d5dd2005-07-07 17:56:29 -0700521 cpu_die();
522 }
Michael Ellermanc66d5dd2005-07-07 17:56:29 -0700523}
524
Paul Mackerras42672922005-09-12 17:17:36 +1000525static int pSeries_pci_probe_mode(struct pci_bus *bus)
526{
Paul Mackerras799d6042005-11-10 13:37:51 +1100527 if (platform_is_lpar())
Paul Mackerras42672922005-09-12 17:17:36 +1000528 return PCI_PROBE_DEVTREE;
529 return PCI_PROBE_NORMAL;
530}
531
Michael Ellermanc5e24352005-11-12 00:06:05 +1100532#ifdef CONFIG_KEXEC
533static void pseries_kexec_cpu_down(int crash_shutdown, int secondary)
534{
535 /* Don't risk a hypervisor call if we're crashing */
Michael Neuling4dc43252006-02-07 10:58:21 +1100536 if (firmware_has_feature(FW_FEATURE_SPLPAR) && !crash_shutdown) {
David Gibson3356bb9f72006-01-13 10:26:42 +1100537 unsigned long vpa = __pa(get_lppaca());
Michael Ellermanc5e24352005-11-12 00:06:05 +1100538
539 if (unregister_vpa(hard_smp_processor_id(), vpa)) {
540 printk("VPA deregistration of cpu %u (hw_cpu_id %d) "
541 "failed\n", smp_processor_id(),
542 hard_smp_processor_id());
543 }
544 }
545
546 if (ppc64_interrupt_controller == IC_OPEN_PIC)
547 mpic_teardown_this_cpu(secondary);
548 else
549 xics_teardown_cpu(secondary);
550}
551#endif
552
Linus Torvalds1da177e2005-04-16 15:20:36 -0700553struct machdep_calls __initdata pSeries_md = {
554 .probe = pSeries_probe,
555 .setup_arch = pSeries_setup_arch,
556 .init_early = pSeries_init_early,
Paul Mackerras0dd194d2005-10-20 20:48:19 +1000557 .show_cpuinfo = pSeries_show_cpuinfo,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700558 .log_error = pSeries_log_error,
559 .pcibios_fixup = pSeries_final_fixup,
Paul Mackerras42672922005-09-12 17:17:36 +1000560 .pci_probe_mode = pSeries_pci_probe_mode,
John Rosedad32bb2005-06-23 17:09:54 +1000561 .irq_bus_setup = pSeries_irq_bus_setup,
Paul Mackerrasf4fcbbe2005-11-03 14:41:19 +1100562 .restart = rtas_restart,
563 .power_off = rtas_power_off,
564 .halt = rtas_halt,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700565 .panic = rtas_os_term,
566 .cpu_die = pSeries_mach_cpu_die,
Arnd Bergmann773bf9c2005-06-23 09:43:18 +1000567 .get_boot_time = rtas_get_boot_time,
568 .get_rtc_time = rtas_get_rtc_time,
569 .set_rtc_time = rtas_set_rtc_time,
Arnd Bergmann10f7e7c2005-06-23 09:43:07 +1000570 .calibrate_decr = generic_calibrate_decr,
Arnd Bergmann6566c6f2005-06-23 09:43:28 +1000571 .progress = rtas_progress,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700572 .check_legacy_ioport = pSeries_check_legacy_ioport,
573 .system_reset_exception = pSeries_system_reset_exception,
574 .machine_check_exception = pSeries_machine_check_exception,
Michael Ellermanc5e24352005-11-12 00:06:05 +1100575#ifdef CONFIG_KEXEC
576 .kexec_cpu_down = pseries_kexec_cpu_down,
Michael Ellerman3d1229d2005-11-14 23:35:00 +1100577 .machine_kexec = default_machine_kexec,
578 .machine_kexec_prepare = default_machine_kexec_prepare,
Michael Ellermancc532912005-12-04 18:39:43 +1100579 .machine_crash_shutdown = default_machine_crash_shutdown,
Michael Ellermanc5e24352005-11-12 00:06:05 +1100580#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700581};