blob: 0c8421dd01ab5bc911e24f340dbe80407089c204 [file] [log] [blame]
Thomas Gleixner2874c5f2019-05-27 08:55:01 +02001// SPDX-License-Identifier: GPL-2.0-or-later
Linus Torvalds1da177e2005-04-16 15:20:36 -07002/*
Paul Mackerras033ef332005-10-26 17:05:24 +10003 * 64-bit pSeries and RS/6000 setup code.
Linus Torvalds1da177e2005-04-16 15:20:36 -07004 *
5 * Copyright (C) 1995 Linus Torvalds
6 * Adapted from 'alpha' version by Gary Thomas
7 * Modified by Cort Dougan (cort@cs.nmt.edu)
8 * Modified by PPC64 Team, IBM Corp
Linus Torvalds1da177e2005-04-16 15:20:36 -07009 */
10
11/*
12 * bootup setup stuff..
13 */
14
Michael Ellerman62d60e92005-07-07 17:56:30 -070015#include <linux/cpu.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070016#include <linux/errno.h>
17#include <linux/sched.h>
18#include <linux/kernel.h>
19#include <linux/mm.h>
20#include <linux/stddef.h>
21#include <linux/unistd.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070022#include <linux/user.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070023#include <linux/tty.h>
24#include <linux/major.h>
25#include <linux/interrupt.h>
26#include <linux/reboot.h>
27#include <linux/init.h>
28#include <linux/ioport.h>
29#include <linux/console.h>
30#include <linux/pci.h>
Olaf Heringcebb2b12005-07-10 19:35:15 +000031#include <linux/utsname.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070032#include <linux/adb.h>
Paul Gortmaker4b16f8e2011-07-22 18:24:23 -040033#include <linux/export.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070034#include <linux/delay.h>
35#include <linux/irq.h>
36#include <linux/seq_file.h>
37#include <linux/root_dev.h>
Nathan Fontenot1cf3d8b2012-10-02 16:57:57 +000038#include <linux/of.h>
Marc Zyngier705a7b42015-09-04 17:50:10 +010039#include <linux/of_pci.h>
Mahesh Salgaonkar94675cc2018-07-04 23:27:21 +053040#include <linux/memblock.h>
Alexey Kardashevskiy1a047cc2019-05-07 16:25:59 +100041#include <linux/swiotlb.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070042
43#include <asm/mmu.h>
44#include <asm/processor.h>
45#include <asm/io.h>
46#include <asm/pgtable.h>
47#include <asm/prom.h>
48#include <asm/rtas.h>
49#include <asm/pci-bridge.h>
50#include <asm/iommu.h>
51#include <asm/dma.h>
52#include <asm/machdep.h>
53#include <asm/irq.h>
54#include <asm/time.h>
55#include <asm/nvram.h>
Michael Ellerman180a3362005-08-09 11:13:36 +100056#include <asm/pmc.h>
Benjamin Herrenschmidt0b05ac62011-04-04 13:46:58 +100057#include <asm/xics.h>
Cédric Le Goatereac1e732017-08-30 21:46:11 +020058#include <asm/xive.h>
Stephen Rothwelld3878992005-09-28 02:50:25 +100059#include <asm/ppc-pci.h>
Paul Mackerras69a80d32005-10-10 22:03:41 +100060#include <asm/i8259.h>
61#include <asm/udbg.h>
Paul Mackerras2249ca92005-11-07 13:18:13 +110062#include <asm/smp.h>
Michael Ellerman577830b2007-02-08 18:33:51 +110063#include <asm/firmware.h>
Stephen Rothwellbed59272007-03-04 17:04:44 +110064#include <asm/eeh.h>
Michael Neulingbf99de32012-12-20 14:06:45 +000065#include <asm/reg.h>
Deepthi Dharwar212bebb2013-08-22 15:23:52 +053066#include <asm/plpar_wrappers.h>
Thiago Jung Bauermannd81d8252016-08-23 19:57:39 -030067#include <asm/kexec.h>
Benjamin Herrenschmidt38e9d362017-01-30 18:11:55 +110068#include <asm/isa-bridge.h>
Michael Ellermanf636c142018-03-27 23:01:46 +110069#include <asm/security_features.h>
Christophe Leroyec0c4642018-07-05 16:24:57 +000070#include <asm/asm-const.h>
Alexey Kardashevskiy1a047cc2019-05-07 16:25:59 +100071#include <asm/swiotlb.h>
Anshuman Khanduald5394c02019-08-19 23:13:19 -030072#include <asm/svm.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070073
Michael Ellerman577830b2007-02-08 18:33:51 +110074#include "pseries.h"
Hari Vyas44bda4b2018-07-03 14:35:41 +053075#include "../../../../drivers/pci/pci.h"
Michael Ellermana1218722005-11-03 15:33:31 +110076
Srikar Dronamraju14c73bd2019-12-05 14:02:17 +053077DEFINE_STATIC_KEY_FALSE(shared_processor);
78EXPORT_SYMBOL_GPL(shared_processor);
79
Robert Jennings81f14992008-08-16 05:07:31 +100080int CMO_PrPSP = -1;
81int CMO_SecPSP = -1;
Alistair Popplee589a4402013-12-09 18:17:01 +110082unsigned long CMO_PageSize = (ASM_CONST(1) << IOMMU_PAGE_SHIFT_4K);
Andrew Mortond617a402008-08-21 11:16:26 +100083EXPORT_SYMBOL(CMO_PageSize);
Linus Torvalds1da177e2005-04-16 15:20:36 -070084
Linus Torvalds1da177e2005-04-16 15:20:36 -070085int fwnmi_active; /* TRUE if an FWNMI handler is present */
86
Arnd Bergmann84461962006-01-11 00:00:02 +000087static void pSeries_show_cpuinfo(struct seq_file *m)
Linus Torvalds1da177e2005-04-16 15:20:36 -070088{
89 struct device_node *root;
90 const char *model = "";
91
92 root = of_find_node_by_path("/");
93 if (root)
Stephen Rothwelle2eb6392007-04-03 22:26:41 +100094 model = of_get_property(root, "model", NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -070095 seq_printf(m, "machine\t\t: CHRP %s\n", model);
96 of_node_put(root);
Aneesh Kumar K.V3a4c26012017-03-21 22:59:55 +053097 if (radix_enabled())
98 seq_printf(m, "MMU\t\t: Radix\n");
99 else
100 seq_printf(m, "MMU\t\t: Hash\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700101}
102
103/* Initialize firmware assisted non-maskable interrupts if
104 * the firmware supports this feature.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700105 */
106static void __init fwnmi_init(void)
107{
Michael Ellerman8c4f1f22005-12-04 18:39:33 +1100108 unsigned long system_reset_addr, machine_check_addr;
Mahesh Salgaonkar94675cc2018-07-04 23:27:21 +0530109 u8 *mce_data_buf;
110 unsigned int i;
111 int nr_cpus = num_possible_cpus();
Mahesh Salgaonkarc6d15252018-09-11 19:57:15 +0530112#ifdef CONFIG_PPC_BOOK3S_64
113 struct slb_entry *slb_ptr;
114 size_t size;
115#endif
Michael Ellerman8c4f1f22005-12-04 18:39:33 +1100116
Linus Torvalds1da177e2005-04-16 15:20:36 -0700117 int ibm_nmi_register = rtas_token("ibm,nmi-register");
118 if (ibm_nmi_register == RTAS_UNKNOWN_SERVICE)
119 return;
Michael Ellerman8c4f1f22005-12-04 18:39:33 +1100120
121 /* If the kernel's not linked at zero we point the firmware at low
122 * addresses anyway, and use a trampoline to get to the real code. */
123 system_reset_addr = __pa(system_reset_fwnmi) - PHYSICAL_START;
124 machine_check_addr = __pa(machine_check_fwnmi) - PHYSICAL_START;
125
126 if (0 == rtas_call(ibm_nmi_register, 2, 1, NULL, system_reset_addr,
127 machine_check_addr))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700128 fwnmi_active = 1;
Mahesh Salgaonkar94675cc2018-07-04 23:27:21 +0530129
130 /*
131 * Allocate a chunk for per cpu buffer to hold rtas errorlog.
132 * It will be used in real mode mce handler, hence it needs to be
133 * below RMA.
134 */
Mike Rapoportf8067142019-03-07 16:30:48 -0800135 mce_data_buf = memblock_alloc_try_nid_raw(RTAS_ERROR_LOG_MAX * nr_cpus,
136 RTAS_ERROR_LOG_MAX, MEMBLOCK_LOW_LIMIT,
137 ppc64_rma_size, NUMA_NO_NODE);
138 if (!mce_data_buf)
139 panic("Failed to allocate %d bytes below %pa for MCE buffer\n",
140 RTAS_ERROR_LOG_MAX * nr_cpus, &ppc64_rma_size);
141
Mahesh Salgaonkar94675cc2018-07-04 23:27:21 +0530142 for_each_possible_cpu(i) {
143 paca_ptrs[i]->mce_data_buf = mce_data_buf +
144 (RTAS_ERROR_LOG_MAX * i);
145 }
Mahesh Salgaonkarc6d15252018-09-11 19:57:15 +0530146
147#ifdef CONFIG_PPC_BOOK3S_64
Nicholas Piggin7290f3b2019-08-02 20:56:33 +1000148 if (!radix_enabled()) {
149 /* Allocate per cpu area to save old slb contents during MCE */
150 size = sizeof(struct slb_entry) * mmu_slb_size * nr_cpus;
151 slb_ptr = memblock_alloc_try_nid_raw(size,
152 sizeof(struct slb_entry), MEMBLOCK_LOW_LIMIT,
153 ppc64_rma_size, NUMA_NO_NODE);
154 if (!slb_ptr)
155 panic("Failed to allocate %zu bytes below %pa for slb area\n",
156 size, &ppc64_rma_size);
Mike Rapoportf8067142019-03-07 16:30:48 -0800157
Nicholas Piggin7290f3b2019-08-02 20:56:33 +1000158 for_each_possible_cpu(i)
159 paca_ptrs[i]->mce_faulty_slbs = slb_ptr + (mmu_slb_size * i);
160 }
Mahesh Salgaonkarc6d15252018-09-11 19:57:15 +0530161#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700162}
163
Thomas Gleixnerbd0b9ac2015-09-14 10:42:37 +0200164static void pseries_8259_cascade(struct irq_desc *desc)
Benjamin Herrenschmidtb9e5b4e2006-07-03 19:32:51 +1000165{
Thomas Gleixnerec775d02011-03-25 16:45:20 +0100166 struct irq_chip *chip = irq_desc_get_chip(desc);
Olaf Hering35a84c22006-10-07 22:08:26 +1000167 unsigned int cascade_irq = i8259_irq();
Lennert Buytenhek79f26c22011-03-07 13:59:45 +0000168
Michael Ellermanef24ba72016-09-06 21:53:24 +1000169 if (cascade_irq)
David Howells7d12e782006-10-05 14:55:46 +0100170 generic_handle_irq(cascade_irq);
Lennert Buytenhek79f26c22011-03-07 13:59:45 +0000171
172 chip->irq_eoi(&desc->irq_data);
Benjamin Herrenschmidtb9e5b4e2006-07-03 19:32:51 +1000173}
174
Michael Ellerman30d6ad22008-04-01 17:42:25 +1100175static void __init pseries_setup_i8259_cascade(void)
Michael Ellerman032ace72008-04-01 17:42:25 +1100176{
177 struct device_node *np, *old, *found = NULL;
Michael Ellerman30d6ad22008-04-01 17:42:25 +1100178 unsigned int cascade;
Michael Ellerman032ace72008-04-01 17:42:25 +1100179 const u32 *addrp;
180 unsigned long intack = 0;
Michael Ellerman30d6ad22008-04-01 17:42:25 +1100181 int naddr;
Michael Ellerman032ace72008-04-01 17:42:25 +1100182
Michael Ellerman30d6ad22008-04-01 17:42:25 +1100183 for_each_node_by_type(np, "interrupt-controller") {
Michael Ellerman032ace72008-04-01 17:42:25 +1100184 if (of_device_is_compatible(np, "chrp,iic")) {
185 found = np;
186 break;
187 }
Michael Ellerman30d6ad22008-04-01 17:42:25 +1100188 }
189
Michael Ellerman032ace72008-04-01 17:42:25 +1100190 if (found == NULL) {
Michael Ellerman30d6ad22008-04-01 17:42:25 +1100191 printk(KERN_DEBUG "pic: no ISA interrupt controller\n");
Michael Ellerman032ace72008-04-01 17:42:25 +1100192 return;
193 }
Michael Ellerman30d6ad22008-04-01 17:42:25 +1100194
Michael Ellerman032ace72008-04-01 17:42:25 +1100195 cascade = irq_of_parse_and_map(found, 0);
Michael Ellermanef24ba72016-09-06 21:53:24 +1000196 if (!cascade) {
Michael Ellerman30d6ad22008-04-01 17:42:25 +1100197 printk(KERN_ERR "pic: failed to map cascade interrupt");
Michael Ellerman032ace72008-04-01 17:42:25 +1100198 return;
199 }
Michael Ellerman30d6ad22008-04-01 17:42:25 +1100200 pr_debug("pic: cascade mapped to irq %d\n", cascade);
Michael Ellerman032ace72008-04-01 17:42:25 +1100201
202 for (old = of_node_get(found); old != NULL ; old = np) {
203 np = of_get_parent(old);
204 of_node_put(old);
205 if (np == NULL)
206 break;
Rob Herring2c8e65b2018-12-05 13:50:18 -0600207 if (!of_node_name_eq(np, "pci"))
Michael Ellerman032ace72008-04-01 17:42:25 +1100208 continue;
209 addrp = of_get_property(np, "8259-interrupt-acknowledge", NULL);
210 if (addrp == NULL)
211 continue;
212 naddr = of_n_addr_cells(np);
213 intack = addrp[naddr-1];
214 if (naddr > 1)
215 intack |= ((unsigned long)addrp[naddr-2]) << 32;
216 }
217 if (intack)
Michael Ellerman30d6ad22008-04-01 17:42:25 +1100218 printk(KERN_DEBUG "pic: PCI 8259 intack at 0x%016lx\n", intack);
Michael Ellerman032ace72008-04-01 17:42:25 +1100219 i8259_init(found, intack);
220 of_node_put(found);
Thomas Gleixnerec775d02011-03-25 16:45:20 +0100221 irq_set_chained_handler(cascade, pseries_8259_cascade);
Michael Ellerman032ace72008-04-01 17:42:25 +1100222}
223
Rashmica Guptae7da5da2016-05-30 16:18:11 +1000224static void __init pseries_init_irq(void)
Michael Ellerman032ace72008-04-01 17:42:25 +1100225{
Cédric Le Goatereac1e732017-08-30 21:46:11 +0200226 /* Try using a XIVE if available, otherwise use a XICS */
227 if (!xive_spapr_init()) {
228 xics_init();
229 pseries_setup_i8259_cascade();
230 }
Michael Ellerman032ace72008-04-01 17:42:25 +1100231}
232
Michael Ellerman180a3362005-08-09 11:13:36 +1000233static void pseries_lpar_enable_pmcs(void)
234{
235 unsigned long set, reset;
236
Michael Ellerman180a3362005-08-09 11:13:36 +1000237 set = 1UL << 63;
238 reset = 0;
239 plpar_hcall_norets(H_PERFMON, set, reset);
Michael Ellerman180a3362005-08-09 11:13:36 +1000240}
241
Grant Likelyf5242e52014-11-24 17:58:01 +0000242static int pci_dn_reconfig_notifier(struct notifier_block *nb, unsigned long action, void *data)
Kumar Gala2eb4afb2009-04-30 09:26:21 +0000243{
Grant Likelyf5242e52014-11-24 17:58:01 +0000244 struct of_reconfig_data *rd = data;
Gavin Shanea0f8ac2015-08-27 14:12:37 +1000245 struct device_node *parent, *np = rd->dn;
246 struct pci_dn *pdn;
Kumar Gala2eb4afb2009-04-30 09:26:21 +0000247 int err = NOTIFY_OK;
248
249 switch (action) {
Nathan Fontenot1cf3d8b2012-10-02 16:57:57 +0000250 case OF_RECONFIG_ATTACH_NODE:
Gavin Shanea0f8ac2015-08-27 14:12:37 +1000251 parent = of_get_parent(np);
252 pdn = parent ? PCI_DN(parent) : NULL;
Gavin Shan8cc75812016-05-20 16:41:37 +1000253 if (pdn)
Gavin Shand8f66f42016-05-03 15:41:40 +1000254 pci_add_device_node_info(pdn->phb, np);
Gavin Shanea0f8ac2015-08-27 14:12:37 +1000255
256 of_node_put(parent);
Kumar Gala2eb4afb2009-04-30 09:26:21 +0000257 break;
Gavin Shan590c7562015-08-27 14:12:36 +1000258 case OF_RECONFIG_DETACH_NODE:
Gavin Shanea0f8ac2015-08-27 14:12:37 +1000259 pdn = PCI_DN(np);
260 if (pdn)
261 list_del(&pdn->list);
Gavin Shan590c7562015-08-27 14:12:36 +1000262 break;
Kumar Gala2eb4afb2009-04-30 09:26:21 +0000263 default:
264 err = NOTIFY_DONE;
265 break;
266 }
267 return err;
268}
269
270static struct notifier_block pci_dn_reconfig_nb = {
271 .notifier_call = pci_dn_reconfig_notifier,
272};
273
Nishanth Aravamudanaf442a12011-05-04 12:54:16 +0000274struct kmem_cache *dtl_cache;
275
Frederic Weisbeckerabf917c2012-07-25 07:56:04 +0200276#ifdef CONFIG_VIRT_CPU_ACCOUNTING_NATIVE
Paul Mackerrascf9efce2010-08-26 19:56:43 +0000277/*
278 * Allocate space for the dispatch trace log for all possible cpus
279 * and register the buffers with the hypervisor. This is used for
280 * computing time stolen by the hypervisor.
281 */
282static int alloc_dispatch_logs(void)
283{
Paul Mackerrascf9efce2010-08-26 19:56:43 +0000284 if (!firmware_has_feature(FW_FEATURE_SPLPAR))
285 return 0;
286
Nishanth Aravamudanaf442a12011-05-04 12:54:16 +0000287 if (!dtl_cache)
Nishanth Aravamudan127493d2011-04-13 19:45:59 +0000288 return 0;
Nishanth Aravamudan127493d2011-04-13 19:45:59 +0000289
Naveen N. Rao18a593c2019-07-03 22:34:01 +0530290 alloc_dtl_buffers(0);
Paul Mackerrascf9efce2010-08-26 19:56:43 +0000291
292 /* Register the DTL for the current (boot) cpu */
Naveen N. Rao1c85a2a2019-07-03 22:33:56 +0530293 register_dtl_buffer(smp_processor_id());
Paul Mackerrascf9efce2010-08-26 19:56:43 +0000294
295 return 0;
296}
Frederic Weisbeckerabf917c2012-07-25 07:56:04 +0200297#else /* !CONFIG_VIRT_CPU_ACCOUNTING_NATIVE */
Nishanth Aravamudanaf442a12011-05-04 12:54:16 +0000298static inline int alloc_dispatch_logs(void)
299{
300 return 0;
301}
Frederic Weisbeckerabf917c2012-07-25 07:56:04 +0200302#endif /* CONFIG_VIRT_CPU_ACCOUNTING_NATIVE */
Paul Mackerrascf9efce2010-08-26 19:56:43 +0000303
Nishanth Aravamudanaf442a12011-05-04 12:54:16 +0000304static int alloc_dispatch_log_kmem_cache(void)
305{
Anshuman Khanduald5394c02019-08-19 23:13:19 -0300306 void (*ctor)(void *) = get_dtl_cache_ctor();
307
Nishanth Aravamudanaf442a12011-05-04 12:54:16 +0000308 dtl_cache = kmem_cache_create("dtl", DISPATCH_LOG_BYTES,
Anshuman Khanduald5394c02019-08-19 23:13:19 -0300309 DISPATCH_LOG_BYTES, 0, ctor);
Nishanth Aravamudanaf442a12011-05-04 12:54:16 +0000310 if (!dtl_cache) {
311 pr_warn("Failed to create dispatch trace log buffer cache\n");
312 pr_warn("Stolen time statistics will be unreliable\n");
313 return 0;
314 }
315
316 return alloc_dispatch_logs();
317}
Michael Ellerman8e83e902014-07-16 12:02:43 +1000318machine_early_initcall(pseries, alloc_dispatch_log_kmem_cache);
Nishanth Aravamudanaf442a12011-05-04 12:54:16 +0000319
Vaidyanathan Srinivasan363edbe2013-09-06 00:25:06 +0530320static void pseries_lpar_idle(void)
Deepthi Dharware1798162011-11-30 02:46:55 +0000321{
Nicolas Pitred8c6ad32014-01-29 12:45:10 -0500322 /*
323 * Default handler to go into low thread priority and possibly
Michael Ellerman027dfac2016-06-01 16:34:37 +1000324 * low power mode by ceding processor to hypervisor
Deepthi Dharware1798162011-11-30 02:46:55 +0000325 */
Vaidyanathan Srinivasan363edbe2013-09-06 00:25:06 +0530326
Nathan Lynch92c94df2019-09-10 17:52:44 -0500327 if (!prep_irq_for_idle())
328 return;
329
Nicolas Pitred8c6ad32014-01-29 12:45:10 -0500330 /* Indicate to hypervisor that we are idle. */
331 get_lppaca()->idle = 1;
Vaidyanathan Srinivasan363edbe2013-09-06 00:25:06 +0530332
Nicolas Pitred8c6ad32014-01-29 12:45:10 -0500333 /*
334 * Yield the processor to the hypervisor. We return if
335 * an external interrupt occurs (which are driven prior
336 * to returning here) or if a prod occurs from another
337 * processor. When returning here, external interrupts
338 * are enabled.
339 */
340 cede_processor();
Vaidyanathan Srinivasan363edbe2013-09-06 00:25:06 +0530341
Nicolas Pitred8c6ad32014-01-29 12:45:10 -0500342 get_lppaca()->idle = 0;
Deepthi Dharware1798162011-11-30 02:46:55 +0000343}
344
Ian Munsiefc8effa2012-11-08 16:03:14 +1100345/*
346 * Enable relocation on during exceptions. This has partition wide scope and
347 * may take a while to complete, if it takes longer than one second we will
348 * just give up rather than wasting any more time on this - if that turns out
349 * to ever be a problem in practice we can move this into a kernel thread to
350 * finish off the process later in boot.
351 */
Benjamin Herrenschmidtd3cbff12016-07-05 15:03:49 +1000352void pseries_enable_reloc_on_exc(void)
Ian Munsiefc8effa2012-11-08 16:03:14 +1100353{
354 long rc;
355 unsigned int delay, total_delay = 0;
356
357 while (1) {
358 rc = enable_reloc_on_exceptions();
Benjamin Herrenschmidtd3cbff12016-07-05 15:03:49 +1000359 if (!H_IS_LONG_BUSY(rc)) {
360 if (rc == H_P2) {
361 pr_info("Relocation on exceptions not"
362 " supported\n");
363 } else if (rc != H_SUCCESS) {
364 pr_warn("Unable to enable relocation"
365 " on exceptions: %ld\n", rc);
366 }
367 break;
368 }
Ian Munsiefc8effa2012-11-08 16:03:14 +1100369
370 delay = get_longbusy_msecs(rc);
371 total_delay += delay;
372 if (total_delay > 1000) {
373 pr_warn("Warning: Giving up waiting to enable "
374 "relocation on exceptions (%u msec)!\n",
375 total_delay);
Benjamin Herrenschmidtd3cbff12016-07-05 15:03:49 +1000376 return;
Ian Munsiefc8effa2012-11-08 16:03:14 +1100377 }
378
379 mdelay(delay);
380 }
381}
Benjamin Herrenschmidtd3cbff12016-07-05 15:03:49 +1000382EXPORT_SYMBOL(pseries_enable_reloc_on_exc);
Ian Munsiefc8effa2012-11-08 16:03:14 +1100383
Benjamin Herrenschmidtd3cbff12016-07-05 15:03:49 +1000384void pseries_disable_reloc_on_exc(void)
Ian Munsiecedddd82012-11-08 16:40:28 +1100385{
386 long rc;
387
388 while (1) {
389 rc = disable_reloc_on_exceptions();
390 if (!H_IS_LONG_BUSY(rc))
Benjamin Herrenschmidtd3cbff12016-07-05 15:03:49 +1000391 break;
Ian Munsiecedddd82012-11-08 16:40:28 +1100392 mdelay(get_longbusy_msecs(rc));
393 }
Benjamin Herrenschmidtd3cbff12016-07-05 15:03:49 +1000394 if (rc != H_SUCCESS)
Joe Perchesf2c2cbc2016-10-24 21:00:08 -0700395 pr_warn("Warning: Failed to disable relocation on exceptions: %ld\n",
396 rc);
Ian Munsiecedddd82012-11-08 16:40:28 +1100397}
Benjamin Herrenschmidtd3cbff12016-07-05 15:03:49 +1000398EXPORT_SYMBOL(pseries_disable_reloc_on_exc);
Ian Munsiecedddd82012-11-08 16:40:28 +1100399
Thiago Jung Bauermannda665882016-11-29 23:45:50 +1100400#ifdef CONFIG_KEXEC_CORE
Ian Munsiecedddd82012-11-08 16:40:28 +1100401static void pSeries_machine_kexec(struct kimage *image)
402{
Benjamin Herrenschmidtd3cbff12016-07-05 15:03:49 +1000403 if (firmware_has_feature(FW_FEATURE_SET_MODE))
404 pseries_disable_reloc_on_exc();
Ian Munsiecedddd82012-11-08 16:40:28 +1100405
406 default_machine_kexec(image);
407}
408#endif
409
Anton Blancharde844b1e2013-11-20 22:14:59 +1100410#ifdef __LITTLE_ENDIAN__
Benjamin Herrenschmidtd3cbff12016-07-05 15:03:49 +1000411void pseries_big_endian_exceptions(void)
Anton Blancharde844b1e2013-11-20 22:14:59 +1100412{
413 long rc;
414
415 while (1) {
416 rc = enable_big_endian_exceptions();
417 if (!H_IS_LONG_BUSY(rc))
Benjamin Herrenschmidtd3cbff12016-07-05 15:03:49 +1000418 break;
Anton Blancharde844b1e2013-11-20 22:14:59 +1100419 mdelay(get_longbusy_msecs(rc));
420 }
Benjamin Herrenschmidtd3cbff12016-07-05 15:03:49 +1000421
422 /*
423 * At this point it is unlikely panic() will get anything
424 * out to the user, since this is called very late in kexec
425 * but at least this will stop us from continuing on further
426 * and creating an even more difficult to debug situation.
427 *
428 * There is a known problem when kdump'ing, if cpus are offline
429 * the above call will fail. Rather than panicking again, keep
430 * going and hope the kdump kernel is also little endian, which
431 * it usually is.
432 */
433 if (rc && !kdump_in_progress())
434 panic("Could not enable big endian exceptions");
Anton Blancharde844b1e2013-11-20 22:14:59 +1100435}
436
Benjamin Herrenschmidtd3cbff12016-07-05 15:03:49 +1000437void pseries_little_endian_exceptions(void)
Anton Blancharde844b1e2013-11-20 22:14:59 +1100438{
439 long rc;
440
441 while (1) {
442 rc = enable_little_endian_exceptions();
443 if (!H_IS_LONG_BUSY(rc))
Benjamin Herrenschmidtd3cbff12016-07-05 15:03:49 +1000444 break;
Anton Blancharde844b1e2013-11-20 22:14:59 +1100445 mdelay(get_longbusy_msecs(rc));
446 }
Benjamin Herrenschmidtd3cbff12016-07-05 15:03:49 +1000447 if (rc) {
448 ppc_md.progress("H_SET_MODE LE exception fail", 0);
449 panic("Could not enable little endian exceptions");
450 }
Anton Blancharde844b1e2013-11-20 22:14:59 +1100451}
452#endif
453
Daniel Axtensbdc728a2015-03-31 16:00:39 +1100454static void __init find_and_init_phbs(void)
455{
456 struct device_node *node;
457 struct pci_controller *phb;
458 struct device_node *root = of_find_node_by_path("/");
459
460 for_each_child_of_node(root, node) {
Rob Herringe5480bd2018-11-16 16:11:00 -0600461 if (!of_node_is_type(node, "pci") &&
462 !of_node_is_type(node, "pciex"))
Daniel Axtensbdc728a2015-03-31 16:00:39 +1100463 continue;
464
465 phb = pcibios_alloc_controller(node);
466 if (!phb)
467 continue;
468 rtas_setup_phb(phb);
469 pci_process_bridge_OF_ranges(phb, node, 0);
470 isa_bridge_find_early(phb);
Daniel Axtens38ae9ec2015-03-31 16:00:50 +1100471 phb->controller_ops = pseries_pci_controller_ops;
Daniel Axtensbdc728a2015-03-31 16:00:39 +1100472 }
473
474 of_node_put(root);
Daniel Axtensbdc728a2015-03-31 16:00:39 +1100475
476 /*
477 * PCI_PROBE_ONLY and PCI_REASSIGN_ALL_BUS can be set via properties
478 * in chosen.
479 */
Marc Zyngier705a7b42015-09-04 17:50:10 +0100480 of_pci_check_probe_only();
Daniel Axtensbdc728a2015-03-31 16:00:39 +1100481}
482
Michael Ellermanf636c142018-03-27 23:01:46 +1100483static void init_cpu_char_feature_flags(struct h_cpu_char_result *result)
484{
Mauricio Faria de Oliveira6232774f2018-03-30 14:28:25 -0300485 /*
486 * The features below are disabled by default, so we instead look to see
487 * if firmware has *enabled* them, and set them if so.
488 */
Michael Ellermanf636c142018-03-27 23:01:46 +1100489 if (result->character & H_CPU_CHAR_SPEC_BAR_ORI31)
490 security_ftr_set(SEC_FTR_SPEC_BAR_ORI31);
491
492 if (result->character & H_CPU_CHAR_BCCTRL_SERIALISED)
493 security_ftr_set(SEC_FTR_BCCTRL_SERIALISED);
494
495 if (result->character & H_CPU_CHAR_L1D_FLUSH_ORI30)
496 security_ftr_set(SEC_FTR_L1D_FLUSH_ORI30);
497
498 if (result->character & H_CPU_CHAR_L1D_FLUSH_TRIG2)
499 security_ftr_set(SEC_FTR_L1D_FLUSH_TRIG2);
500
501 if (result->character & H_CPU_CHAR_L1D_THREAD_PRIV)
502 security_ftr_set(SEC_FTR_L1D_THREAD_PRIV);
503
504 if (result->character & H_CPU_CHAR_COUNT_CACHE_DISABLED)
505 security_ftr_set(SEC_FTR_COUNT_CACHE_DISABLED);
506
Michael Ellermanba72dc12018-07-24 01:07:55 +1000507 if (result->character & H_CPU_CHAR_BCCTR_FLUSH_ASSIST)
508 security_ftr_set(SEC_FTR_BCCTR_FLUSH_ASSIST);
509
510 if (result->behaviour & H_CPU_BEHAV_FLUSH_COUNT_CACHE)
511 security_ftr_set(SEC_FTR_FLUSH_COUNT_CACHE);
512
Michael Ellermanf636c142018-03-27 23:01:46 +1100513 /*
514 * The features below are enabled by default, so we instead look to see
515 * if firmware has *disabled* them, and clear them if so.
516 */
Mauricio Faria de Oliveira0f9bdfe2018-03-29 15:32:11 -0300517 if (!(result->behaviour & H_CPU_BEHAV_FAVOUR_SECURITY))
Michael Ellermanf636c142018-03-27 23:01:46 +1100518 security_ftr_clear(SEC_FTR_FAVOUR_SECURITY);
519
Mauricio Faria de Oliveira0f9bdfe2018-03-29 15:32:11 -0300520 if (!(result->behaviour & H_CPU_BEHAV_L1D_FLUSH_PR))
Michael Ellermanf636c142018-03-27 23:01:46 +1100521 security_ftr_clear(SEC_FTR_L1D_FLUSH_PR);
522
Mauricio Faria de Oliveira0f9bdfe2018-03-29 15:32:11 -0300523 if (!(result->behaviour & H_CPU_BEHAV_BNDS_CHK_SPEC_BAR))
Michael Ellermanf636c142018-03-27 23:01:46 +1100524 security_ftr_clear(SEC_FTR_BNDS_CHK_SPEC_BAR);
525}
526
Michael Ellerman921bc6c2018-03-14 19:40:42 -0300527void pseries_setup_rfi_flush(void)
Michael Neuling8989d562018-01-10 03:07:15 +1100528{
529 struct h_cpu_char_result result;
530 enum l1d_flush_type types;
531 bool enable;
532 long rc;
533
Mauricio Faria de Oliveira6232774f2018-03-30 14:28:25 -0300534 /*
535 * Set features to the defaults assumed by init_cpu_char_feature_flags()
536 * so it can set/clear again any features that might have changed after
537 * migration, and in case the hypercall fails and it is not even called.
538 */
539 powerpc_security_features = SEC_FTR_DEFAULT;
540
Michael Neuling8989d562018-01-10 03:07:15 +1100541 rc = plpar_get_cpu_characteristics(&result);
Michael Ellerman2e4a1612018-03-27 23:01:51 +1100542 if (rc == H_SUCCESS)
Michael Ellermanf636c142018-03-27 23:01:46 +1100543 init_cpu_char_feature_flags(&result);
544
Michael Ellermanf636c142018-03-27 23:01:46 +1100545 /*
546 * We're the guest so this doesn't apply to us, clear it to simplify
547 * handling of it elsewhere.
548 */
549 security_ftr_clear(SEC_FTR_L1D_FLUSH_HV);
550
Michael Ellerman2e4a1612018-03-27 23:01:51 +1100551 types = L1D_FLUSH_FALLBACK;
552
553 if (security_ftr_enabled(SEC_FTR_L1D_FLUSH_TRIG2))
554 types |= L1D_FLUSH_MTTRIG;
555
556 if (security_ftr_enabled(SEC_FTR_L1D_FLUSH_ORI30))
557 types |= L1D_FLUSH_ORI;
558
559 enable = security_ftr_enabled(SEC_FTR_FAVOUR_SECURITY) && \
560 security_ftr_enabled(SEC_FTR_L1D_FLUSH_PR);
561
Michael Neuling8989d562018-01-10 03:07:15 +1100562 setup_rfi_flush(types, enable);
Michael Ellermanba72dc12018-07-24 01:07:55 +1000563 setup_count_cache_flush();
Michael Neuling8989d562018-01-10 03:07:15 +1100564}
565
Bryant G. Lyfc5f6222018-01-05 10:45:52 -0600566#ifdef CONFIG_PCI_IOV
567enum rtas_iov_fw_value_map {
568 NUM_RES_PROPERTY = 0, /* Number of Resources */
569 LOW_INT = 1, /* Lowest 32 bits of Address */
570 START_OF_ENTRIES = 2, /* Always start of entry */
571 APERTURE_PROPERTY = 2, /* Start of entry+ to Aperture Size */
572 WDW_SIZE_PROPERTY = 4, /* Start of entry+ to Window Size */
573 NEXT_ENTRY = 7 /* Go to next entry on array */
574};
575
576enum get_iov_fw_value_index {
577 BAR_ADDRS = 1, /* Get Bar Address */
578 APERTURE_SIZE = 2, /* Get Aperture Size */
579 WDW_SIZE = 3 /* Get Window Size */
580};
581
582resource_size_t pseries_get_iov_fw_value(struct pci_dev *dev, int resno,
583 enum get_iov_fw_value_index value)
584{
585 const int *indexes;
586 struct device_node *dn = pci_device_to_OF_node(dev);
587 int i, num_res, ret = 0;
588
589 indexes = of_get_property(dn, "ibm,open-sriov-vf-bar-info", NULL);
590 if (!indexes)
591 return 0;
592
593 /*
594 * First element in the array is the number of Bars
595 * returned. Search through the list to find the matching
596 * bar
597 */
598 num_res = of_read_number(&indexes[NUM_RES_PROPERTY], 1);
599 if (resno >= num_res)
600 return 0; /* or an errror */
601
602 i = START_OF_ENTRIES + NEXT_ENTRY * resno;
603 switch (value) {
604 case BAR_ADDRS:
605 ret = of_read_number(&indexes[i], 2);
606 break;
607 case APERTURE_SIZE:
608 ret = of_read_number(&indexes[i + APERTURE_PROPERTY], 2);
609 break;
610 case WDW_SIZE:
611 ret = of_read_number(&indexes[i + WDW_SIZE_PROPERTY], 2);
612 break;
613 }
614
615 return ret;
616}
617
618void of_pci_set_vf_bar_size(struct pci_dev *dev, const int *indexes)
619{
620 struct resource *res;
621 resource_size_t base, size;
622 int i, r, num_res;
623
624 num_res = of_read_number(&indexes[NUM_RES_PROPERTY], 1);
625 num_res = min_t(int, num_res, PCI_SRIOV_NUM_BARS);
626 for (i = START_OF_ENTRIES, r = 0; r < num_res && r < PCI_SRIOV_NUM_BARS;
627 i += NEXT_ENTRY, r++) {
628 res = &dev->resource[r + PCI_IOV_RESOURCES];
629 base = of_read_number(&indexes[i], 2);
630 size = of_read_number(&indexes[i + APERTURE_PROPERTY], 2);
631 res->flags = pci_parse_of_flags(of_read_number
632 (&indexes[i + LOW_INT], 1), 0);
633 res->flags |= (IORESOURCE_MEM_64 | IORESOURCE_PCI_FIXED);
634 res->name = pci_name(dev);
635 res->start = base;
636 res->end = base + size - 1;
637 }
638}
639
640void of_pci_parse_iov_addrs(struct pci_dev *dev, const int *indexes)
641{
642 struct resource *res, *root, *conflict;
643 resource_size_t base, size;
644 int i, r, num_res;
645
646 /*
647 * First element in the array is the number of Bars
648 * returned. Search through the list to find the matching
649 * bars assign them from firmware into resources structure.
650 */
651 num_res = of_read_number(&indexes[NUM_RES_PROPERTY], 1);
652 for (i = START_OF_ENTRIES, r = 0; r < num_res && r < PCI_SRIOV_NUM_BARS;
653 i += NEXT_ENTRY, r++) {
654 res = &dev->resource[r + PCI_IOV_RESOURCES];
655 base = of_read_number(&indexes[i], 2);
656 size = of_read_number(&indexes[i + WDW_SIZE_PROPERTY], 2);
657 res->name = pci_name(dev);
658 res->start = base;
659 res->end = base + size - 1;
660 root = &iomem_resource;
661 dev_dbg(&dev->dev,
662 "pSeries IOV BAR %d: trying firmware assignment %pR\n",
663 r + PCI_IOV_RESOURCES, res);
664 conflict = request_resource_conflict(root, res);
665 if (conflict) {
666 dev_info(&dev->dev,
667 "BAR %d: %pR conflicts with %s %pR\n",
668 r + PCI_IOV_RESOURCES, res,
669 conflict->name, conflict);
670 res->flags |= IORESOURCE_UNSET;
671 }
672 }
673}
674
Sam Bobroffb87b9cf2018-07-30 11:59:14 +1000675static void pseries_disable_sriov_resources(struct pci_dev *pdev)
676{
677 int i;
678
679 pci_warn(pdev, "No hypervisor support for SR-IOV on this device, IOV BARs disabled.\n");
680 for (i = 0; i < PCI_SRIOV_NUM_BARS; i++)
681 pdev->resource[i + PCI_IOV_RESOURCES].flags = 0;
682}
683
Bryant G. Lyfc5f6222018-01-05 10:45:52 -0600684static void pseries_pci_fixup_resources(struct pci_dev *pdev)
685{
686 const int *indexes;
687 struct device_node *dn = pci_device_to_OF_node(pdev);
688
689 /*Firmware must support open sriov otherwise dont configure*/
690 indexes = of_get_property(dn, "ibm,open-sriov-vf-bar-info", NULL);
Sam Bobroffb87b9cf2018-07-30 11:59:14 +1000691 if (indexes)
692 of_pci_set_vf_bar_size(pdev, indexes);
693 else
694 pseries_disable_sriov_resources(pdev);
Bryant G. Lyfc5f6222018-01-05 10:45:52 -0600695}
696
697static void pseries_pci_fixup_iov_resources(struct pci_dev *pdev)
698{
699 const int *indexes;
700 struct device_node *dn = pci_device_to_OF_node(pdev);
701
Hari Vyas44bda4b2018-07-03 14:35:41 +0530702 if (!pdev->is_physfn || pci_dev_is_added(pdev))
Bryant G. Lyfc5f6222018-01-05 10:45:52 -0600703 return;
704 /*Firmware must support open sriov otherwise dont configure*/
705 indexes = of_get_property(dn, "ibm,open-sriov-vf-bar-info", NULL);
Sam Bobroffb87b9cf2018-07-30 11:59:14 +1000706 if (indexes)
707 of_pci_parse_iov_addrs(pdev, indexes);
708 else
709 pseries_disable_sriov_resources(pdev);
Bryant G. Lyfc5f6222018-01-05 10:45:52 -0600710}
711
712static resource_size_t pseries_pci_iov_resource_alignment(struct pci_dev *pdev,
713 int resno)
714{
715 const __be32 *reg;
716 struct device_node *dn = pci_device_to_OF_node(pdev);
717
718 /*Firmware must support open sriov otherwise report regular alignment*/
719 reg = of_get_property(dn, "ibm,is-open-sriov-pf", NULL);
720 if (!reg)
721 return pci_iov_resource_size(pdev, resno);
722
723 if (!pdev->is_physfn)
724 return 0;
725 return pseries_get_iov_fw_value(pdev,
726 resno - PCI_IOV_RESOURCES,
727 APERTURE_SIZE);
728}
729#endif
730
Linus Torvalds1da177e2005-04-16 15:20:36 -0700731static void __init pSeries_setup_arch(void)
732{
Jason Baronb71d47c2013-11-25 23:23:11 +0000733 set_arch_panic_timeout(10, ARCH_PANIC_TIMEOUT);
Anton Blancharda9349042011-11-30 00:23:14 +0000734
Benjamin Herrenschmidt0ebfff12006-07-03 21:36:01 +1000735 /* Discover PIC type and setup ppc_md accordingly */
Rashmica Gupta86425be2016-05-30 16:18:12 +1000736 smp_init_pseries();
Rashmica Guptae7da5da2016-05-30 16:18:11 +1000737
Linus Torvalds1da177e2005-04-16 15:20:36 -0700738
Linus Torvalds1da177e2005-04-16 15:20:36 -0700739 /* openpic global configuration register (64-bit format). */
740 /* openpic Interrupt Source Unit pointer (64-bit format). */
741 /* python0 facility area (mmio) (64-bit format) REAL address. */
742
743 /* init to some ~sane value until calibrate_delay() runs */
744 loops_per_jiffy = 50000000;
745
Linus Torvalds1da177e2005-04-16 15:20:36 -0700746 fwnmi_init();
747
Michael Neuling8989d562018-01-10 03:07:15 +1100748 pseries_setup_rfi_flush();
Nicholas Piggina048a072018-05-22 09:00:00 +1000749 setup_stf_barrier();
Laurent Dufour1211ee62019-09-20 15:05:22 +0200750 pseries_lpar_read_hblkrm_characteristics();
Michael Neuling8989d562018-01-10 03:07:15 +1100751
Adam Buchbinder446957b2016-02-24 10:51:11 -0800752 /* By default, only probe PCI (can be overridden by rtas_pci) */
Bjorn Helgaas673c9752012-02-23 20:18:58 -0700753 pci_add_flags(PCI_PROBE_ONLY);
Bjorn Helgaas3c13be02012-02-23 20:18:58 -0700754
Linus Torvalds1da177e2005-04-16 15:20:36 -0700755 /* Find and initialize PCI host bridges */
756 init_pci_config_tokens();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700757 find_and_init_phbs();
Nathan Fontenot1cf3d8b2012-10-02 16:57:57 +0000758 of_reconfig_notifier_register(&pci_dn_reconfig_nb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700759
Linus Torvalds1da177e2005-04-16 15:20:36 -0700760 pSeries_nvram_init();
761
Vaidyanathan Srinivasan363edbe2013-09-06 00:25:06 +0530762 if (firmware_has_feature(FW_FEATURE_LPAR)) {
Stephen Rothwell8d15a3e2005-08-03 14:40:16 +1000763 vpa_init(boot_cpuid);
Srikar Dronamraju14c73bd2019-12-05 14:02:17 +0530764
765 if (lppaca_shared_proc(get_lppaca()))
766 static_branch_enable(&shared_processor);
767
Vaidyanathan Srinivasan363edbe2013-09-06 00:25:06 +0530768 ppc_md.power_save = pseries_lpar_idle;
Michael Ellerman180a3362005-08-09 11:13:36 +1000769 ppc_md.enable_pmcs = pseries_lpar_enable_pmcs;
Bryant G. Lyfc5f6222018-01-05 10:45:52 -0600770#ifdef CONFIG_PCI_IOV
771 ppc_md.pcibios_fixup_resources =
772 pseries_pci_fixup_resources;
773 ppc_md.pcibios_fixup_sriov =
774 pseries_pci_fixup_iov_resources;
775 ppc_md.pcibios_iov_resource_alignment =
776 pseries_pci_iov_resource_alignment;
777#endif
Vaidyanathan Srinivasan363edbe2013-09-06 00:25:06 +0530778 } else {
779 /* No special idle routine */
Michael Ellerman180a3362005-08-09 11:13:36 +1000780 ppc_md.enable_pmcs = power4_enable_pmcs;
Vaidyanathan Srinivasan363edbe2013-09-06 00:25:06 +0530781 }
Ian Munsiefc8effa2012-11-08 16:03:14 +1100782
Kleber Sacilotto de Souzad82fb312013-05-03 12:43:12 +0000783 ppc_md.pcibios_root_bridge_prepare = pseries_root_bridge_prepare;
Alexey Kardashevskiy1a047cc2019-05-07 16:25:59 +1000784
785 if (swiotlb_force == SWIOTLB_FORCE)
786 ppc_swiotlb_enable = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700787}
788
Nicholas Piggin35adacd2017-12-24 02:49:23 +1000789static void pseries_panic(char *str)
790{
791 panic_flush_kmsg_end();
792 rtas_os_term(str);
793}
794
Linus Torvalds1da177e2005-04-16 15:20:36 -0700795static int __init pSeries_init_panel(void)
796{
797 /* Manually leave the kernel version on the panel. */
Tony Breeds983d8a62014-03-12 19:17:07 +1100798#ifdef __BIG_ENDIAN__
Linus Torvalds1da177e2005-04-16 15:20:36 -0700799 ppc_md.progress("Linux ppc64\n", 0);
Tony Breeds983d8a62014-03-12 19:17:07 +1100800#else
801 ppc_md.progress("Linux ppc64le\n", 0);
802#endif
Serge E. Hallyn96b644b2006-10-02 02:18:13 -0700803 ppc_md.progress(init_utsname()->version, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700804
805 return 0;
806}
Benjamin Herrenschmidtf86d6b92011-03-31 18:49:45 +0000807machine_arch_initcall(pseries, pSeries_init_panel);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700808
Michael Neuling4474ef02012-09-06 21:24:56 +0000809static int pseries_set_dabr(unsigned long dabr, unsigned long dabrx)
Michael Ellermancab0af92005-11-03 15:30:49 +1100810{
Michael Ellerman76032de2005-11-07 13:12:03 +1100811 return plpar_hcall_norets(H_SET_DABR, dabr);
Michael Ellermancab0af92005-11-03 15:30:49 +1100812}
813
Michael Neuling4474ef02012-09-06 21:24:56 +0000814static int pseries_set_xdabr(unsigned long dabr, unsigned long dabrx)
Michael Ellerman76032de2005-11-07 13:12:03 +1100815{
Michael Neuling4474ef02012-09-06 21:24:56 +0000816 /* Have to set at least one bit in the DABRX according to PAPR */
817 if (dabrx == 0 && dabr == 0)
818 dabrx = DABRX_USER;
819 /* PAPR says we can only set kernel and user bits */
Michael Neulingcd144572012-09-06 21:24:57 +0000820 dabrx &= DABRX_KERNEL | DABRX_USER;
Michael Neuling4474ef02012-09-06 21:24:56 +0000821
822 return plpar_hcall_norets(H_SET_XDABR, dabr, dabrx);
Michael Ellerman76032de2005-11-07 13:12:03 +1100823}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700824
Michael Neulingbf99de32012-12-20 14:06:45 +0000825static int pseries_set_dawr(unsigned long dawr, unsigned long dawrx)
826{
827 /* PAPR says we can't set HYP */
828 dawrx &= ~DAWRX_HYP;
829
Michael Ellerman7c09c182018-03-08 13:54:41 +1100830 return plpar_set_watchpoint0(dawr, dawrx);
Michael Neulingbf99de32012-12-20 14:06:45 +0000831}
832
Robert Jenningse46de422008-07-24 04:29:03 +1000833#define CMO_CHARACTERISTICS_TOKEN 44
834#define CMO_MAXLENGTH 1026
835
Brian King9ee820f2011-05-04 16:01:20 +1000836void pSeries_coalesce_init(void)
837{
838 struct hvcall_mpp_x_data mpp_x_data;
839
840 if (firmware_has_feature(FW_FEATURE_CMO) && !h_get_mpp_x(&mpp_x_data))
841 powerpc_firmware_features |= FW_FEATURE_XCMO;
842 else
843 powerpc_firmware_features &= ~FW_FEATURE_XCMO;
844}
845
Robert Jenningse46de422008-07-24 04:29:03 +1000846/**
847 * fw_cmo_feature_init - FW_FEATURE_CMO is not stored in ibm,hypertas-functions,
848 * handle that here. (Stolen from parse_system_parameter_string)
849 */
Anton Blancharde51df2c2014-08-20 08:55:18 +1000850static void pSeries_cmo_feature_init(void)
Robert Jenningse46de422008-07-24 04:29:03 +1000851{
852 char *ptr, *key, *value, *end;
853 int call_status;
Alistair Popplee589a4402013-12-09 18:17:01 +1100854 int page_order = IOMMU_PAGE_SHIFT_4K;
Robert Jenningse46de422008-07-24 04:29:03 +1000855
856 pr_debug(" -> fw_cmo_feature_init()\n");
857 spin_lock(&rtas_data_buf_lock);
858 memset(rtas_data_buf, 0, RTAS_DATA_BUF_SIZE);
859 call_status = rtas_call(rtas_token("ibm,get-system-parameter"), 3, 1,
860 NULL,
861 CMO_CHARACTERISTICS_TOKEN,
862 __pa(rtas_data_buf),
863 RTAS_DATA_BUF_SIZE);
864
865 if (call_status != 0) {
866 spin_unlock(&rtas_data_buf_lock);
867 pr_debug("CMO not available\n");
868 pr_debug(" <- fw_cmo_feature_init()\n");
869 return;
870 }
871
872 end = rtas_data_buf + CMO_MAXLENGTH - 2;
873 ptr = rtas_data_buf + 2; /* step over strlen value */
874 key = value = ptr;
875
876 while (*ptr && (ptr <= end)) {
877 /* Separate the key and value by replacing '=' with '\0' and
878 * point the value at the string after the '='
879 */
880 if (ptr[0] == '=') {
881 ptr[0] = '\0';
882 value = ptr + 1;
883 } else if (ptr[0] == '\0' || ptr[0] == ',') {
884 /* Terminate the string containing the key/value pair */
885 ptr[0] = '\0';
886
887 if (key == value) {
888 pr_debug("Malformed key/value pair\n");
889 /* Never found a '=', end processing */
890 break;
891 }
892
Robert Jennings81f14992008-08-16 05:07:31 +1000893 if (0 == strcmp(key, "CMOPageSize"))
894 page_order = simple_strtol(value, NULL, 10);
895 else if (0 == strcmp(key, "PrPSP"))
896 CMO_PrPSP = simple_strtol(value, NULL, 10);
Robert Jenningse46de422008-07-24 04:29:03 +1000897 else if (0 == strcmp(key, "SecPSP"))
Robert Jennings81f14992008-08-16 05:07:31 +1000898 CMO_SecPSP = simple_strtol(value, NULL, 10);
Robert Jenningse46de422008-07-24 04:29:03 +1000899 value = key = ptr + 1;
900 }
901 ptr++;
902 }
903
Robert Jennings81f14992008-08-16 05:07:31 +1000904 /* Page size is returned as the power of 2 of the page size,
905 * convert to the page size in bytes before returning
906 */
907 CMO_PageSize = 1 << page_order;
908 pr_debug("CMO_PageSize = %lu\n", CMO_PageSize);
909
910 if (CMO_PrPSP != -1 || CMO_SecPSP != -1) {
Robert Jenningse46de422008-07-24 04:29:03 +1000911 pr_info("CMO enabled\n");
Robert Jennings81f14992008-08-16 05:07:31 +1000912 pr_debug("CMO enabled, PrPSP=%d, SecPSP=%d\n", CMO_PrPSP,
913 CMO_SecPSP);
Robert Jenningse46de422008-07-24 04:29:03 +1000914 powerpc_firmware_features |= FW_FEATURE_CMO;
Brian King9ee820f2011-05-04 16:01:20 +1000915 pSeries_coalesce_init();
Robert Jenningse46de422008-07-24 04:29:03 +1000916 } else
Robert Jennings81f14992008-08-16 05:07:31 +1000917 pr_debug("CMO not enabled, PrPSP=%d, SecPSP=%d\n", CMO_PrPSP,
918 CMO_SecPSP);
Robert Jenningse46de422008-07-24 04:29:03 +1000919 spin_unlock(&rtas_data_buf_lock);
920 pr_debug(" <- fw_cmo_feature_init()\n");
921}
922
Linus Torvalds1da177e2005-04-16 15:20:36 -0700923/*
924 * Early initialization. Relocation is on but do not reference unbolted pages
925 */
Benjamin Herrenschmidtf2d57692016-07-05 15:04:06 +1000926static void __init pseries_init(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700927{
Benjamin Herrenschmidtf2d57692016-07-05 15:04:06 +1000928 pr_debug(" -> pseries_init()\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700929
Benjamin Herrenschmidt4d2bb3f2011-05-12 13:46:38 +1000930#ifdef CONFIG_HVC_CONSOLE
Michael Ellerman57cfb812006-03-21 20:45:59 +1100931 if (firmware_has_feature(FW_FEATURE_LPAR))
Benjamin Herrenschmidt4d2bb3f2011-05-12 13:46:38 +1000932 hvc_vio_init_early();
933#endif
Michael Neuling06c88762012-09-05 19:17:49 +0000934 if (firmware_has_feature(FW_FEATURE_XDABR))
Michael Ellerman76032de2005-11-07 13:12:03 +1100935 ppc_md.set_dabr = pseries_set_xdabr;
Michael Neuling06c88762012-09-05 19:17:49 +0000936 else if (firmware_has_feature(FW_FEATURE_DABR))
937 ppc_md.set_dabr = pseries_set_dabr;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700938
Michael Neulingbf99de32012-12-20 14:06:45 +0000939 if (firmware_has_feature(FW_FEATURE_SET_MODE))
940 ppc_md.set_dawr = pseries_set_dawr;
941
Robert Jenningse46de422008-07-24 04:29:03 +1000942 pSeries_cmo_feature_init();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700943 iommu_init_early_pSeries();
944
Benjamin Herrenschmidtf2d57692016-07-05 15:04:06 +1000945 pr_debug(" <- pseries_init()\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700946}
947
Alexander Graf9178ba22014-10-13 16:01:09 +0200948/**
949 * pseries_power_off - tell firmware about how to power off the system.
950 *
951 * This function calls either the power-off rtas token in normal cases
952 * or the ibm,power-off-ups token (if present & requested) in case of
953 * a power failure. If power-off token is used, power on will only be
954 * possible with power button press. If ibm,power-off-ups token is used
955 * it will allow auto poweron after power is restored.
956 */
957static void pseries_power_off(void)
958{
959 int rc;
960 int rtas_poweroff_ups_token = rtas_token("ibm,power-off-ups");
961
962 if (rtas_flash_term_hook)
963 rtas_flash_term_hook(SYS_POWER_OFF);
964
965 if (rtas_poweron_auto == 0 ||
966 rtas_poweroff_ups_token == RTAS_UNKNOWN_SERVICE) {
967 rc = rtas_call(rtas_token("power-off"), 2, 1, NULL, -1, -1);
968 printk(KERN_INFO "RTAS power-off returned %d\n", rc);
969 } else {
970 rc = rtas_call(rtas_poweroff_ups_token, 0, 1, NULL);
971 printk(KERN_INFO "RTAS ibm,power-off-ups returned %d\n", rc);
972 }
973 for (;;);
974}
975
Benjamin Herrenschmidte8222502006-03-28 23:15:54 +1100976static int __init pSeries_probe(void)
977{
Rob Herringe5480bd2018-11-16 16:11:00 -0600978 if (!of_node_is_type(of_root, "chrp"))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700979 return 0;
980
Arnd Bergmann133dda12006-06-07 12:04:18 +1000981 /* Cell blades firmware claims to be chrp while it's not. Until this
982 * is fixed, we need to avoid those here.
983 */
Benjamin Herrenschmidt406b0b62016-07-05 15:04:00 +1000984 if (of_machine_is_compatible("IBM,CPBW-1.0") ||
985 of_machine_is_compatible("IBM,CBEA"))
Arnd Bergmann133dda12006-06-07 12:04:18 +1000986 return 0;
987
Alexander Graf9178ba22014-10-13 16:01:09 +0200988 pm_power_off = pseries_power_off;
989
Michael Ellermanf7ebf352008-04-24 15:13:19 +1000990 pr_debug("Machine is%s LPAR !\n",
991 (powerpc_firmware_features & FW_FEATURE_LPAR) ? "" : " not");
Michael Ellerman57cfb812006-03-21 20:45:59 +1100992
Benjamin Herrenschmidtf2d57692016-07-05 15:04:06 +1000993 pseries_init();
994
Linus Torvalds1da177e2005-04-16 15:20:36 -0700995 return 1;
996}
997
Paul Mackerras42672922005-09-12 17:17:36 +1000998static int pSeries_pci_probe_mode(struct pci_bus *bus)
999{
Michael Ellerman57cfb812006-03-21 20:45:59 +11001000 if (firmware_has_feature(FW_FEATURE_LPAR))
Paul Mackerras42672922005-09-12 17:17:36 +10001001 return PCI_PROBE_DEVTREE;
1002 return PCI_PROBE_NORMAL;
1003}
1004
Daniel Axtens38ae9ec2015-03-31 16:00:50 +11001005struct pci_controller_ops pseries_pci_controller_ops = {
1006 .probe_mode = pSeries_pci_probe_mode,
1007};
1008
Benjamin Herrenschmidte8222502006-03-28 23:15:54 +11001009define_machine(pseries) {
1010 .name = "pSeries",
Linus Torvalds1da177e2005-04-16 15:20:36 -07001011 .probe = pSeries_probe,
1012 .setup_arch = pSeries_setup_arch,
Rashmica Guptae7da5da2016-05-30 16:18:11 +10001013 .init_IRQ = pseries_init_irq,
Paul Mackerras0dd194d2005-10-20 20:48:19 +10001014 .show_cpuinfo = pSeries_show_cpuinfo,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001015 .log_error = pSeries_log_error,
1016 .pcibios_fixup = pSeries_final_fixup,
Paul Mackerrasf4fcbbe2005-11-03 14:41:19 +11001017 .restart = rtas_restart,
Paul Mackerrasf4fcbbe2005-11-03 14:41:19 +11001018 .halt = rtas_halt,
Nicholas Piggin35adacd2017-12-24 02:49:23 +10001019 .panic = pseries_panic,
Arnd Bergmann773bf9c2005-06-23 09:43:18 +10001020 .get_boot_time = rtas_get_boot_time,
1021 .get_rtc_time = rtas_get_rtc_time,
1022 .set_rtc_time = rtas_set_rtc_time,
Arnd Bergmann10f7e7c2005-06-23 09:43:07 +10001023 .calibrate_decr = generic_calibrate_decr,
Arnd Bergmann6566c6f2005-06-23 09:43:28 +10001024 .progress = rtas_progress,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001025 .system_reset_exception = pSeries_system_reset_exception,
Mahesh Salgaonkara43c1592018-09-11 19:57:00 +05301026 .machine_check_early = pseries_machine_check_realmode,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001027 .machine_check_exception = pSeries_machine_check_exception,
Thiago Jung Bauermannda665882016-11-29 23:45:50 +11001028#ifdef CONFIG_KEXEC_CORE
Ian Munsiecedddd82012-11-08 16:40:28 +11001029 .machine_kexec = pSeries_machine_kexec,
Rashmica Guptad739d2c2016-05-30 16:18:13 +10001030 .kexec_cpu_down = pseries_kexec_cpu_down,
Ian Munsiecedddd82012-11-08 16:40:28 +11001031#endif
Anton Blancharda5d86252014-06-04 17:50:47 +10001032#ifdef CONFIG_MEMORY_HOTPLUG_SPARSE
1033 .memory_block_size = pseries_memory_block_size,
1034#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07001035};