blob: 57b71373bae30c47e02a6806ef1a757f111fcd8e [file] [log] [blame]
Andi Kleendfa46982006-09-26 10:52:30 +02001/* Various workarounds for chipset bugs.
2 This code runs very early and can't use the regular PCI subsystem
3 The entries are keyed to PCI bridges which usually identify chipsets
4 uniquely.
5 This is only for whole classes of chipsets with specific problems which
6 need early invasive action (e.g. before the timers are initialized).
7 Most PCI device specific workarounds can be done later and should be
8 in standard PCI quirks
9 Mainboard specific bugs should be handled by DMI entries.
10 CPU specific bugs in setup.c */
11
12#include <linux/pci.h>
13#include <linux/acpi.h>
Lukas Wunnerabb2baf2016-06-12 12:31:53 +020014#include <linux/delay.h>
15#include <linux/dmi.h>
Andi Kleendfa46982006-09-26 10:52:30 +020016#include <linux/pci_ids.h>
Lukas Wunnerabb2baf2016-06-12 12:31:53 +020017#include <linux/bcma/bcma.h>
18#include <linux/bcma/bcma_regs.h>
Jesse Barnes814c5f12013-07-26 13:32:52 -070019#include <drm/i915_drm.h>
Andi Kleendfa46982006-09-26 10:52:30 +020020#include <asm/pci-direct.h>
Andi Kleendfa46982006-09-26 10:52:30 +020021#include <asm/dma.h>
Andi Kleen54ef3402007-10-19 20:35:03 +020022#include <asm/io_apic.h>
23#include <asm/apic.h>
Feng Tang62187912014-04-24 16:18:18 +080024#include <asm/hpet.h>
FUJITA Tomonori46a7fa22008-07-11 10:23:42 +090025#include <asm/iommu.h>
Joerg Roedel1d9b16d2008-11-27 18:39:15 +010026#include <asm/gart.h>
Neil Horman03bbcb22013-04-16 16:38:32 -040027#include <asm/irq_remapping.h>
Lukas Wunnerabb2baf2016-06-12 12:31:53 +020028#include <asm/early_ioremap.h>
29
30#define dev_err(msg) pr_err("pci 0000:%02x:%02x.%d: %s", bus, slot, func, msg)
Andi Kleendfa46982006-09-26 10:52:30 +020031
Neil Hormanc6b48322008-01-30 13:31:25 +010032static void __init fix_hypertransport_config(int num, int slot, int func)
33{
34 u32 htcfg;
35 /*
36 * we found a hypertransport bus
37 * make sure that we are broadcasting
38 * interrupts to all cpus on the ht bus
39 * if we're using extended apic ids
40 */
41 htcfg = read_pci_config(num, slot, func, 0x68);
42 if (htcfg & (1 << 18)) {
Neil Horman7bcbc782008-01-30 13:31:26 +010043 printk(KERN_INFO "Detected use of extended apic ids "
44 "on hypertransport bus\n");
Neil Hormanc6b48322008-01-30 13:31:25 +010045 if ((htcfg & (1 << 17)) == 0) {
Neil Horman7bcbc782008-01-30 13:31:26 +010046 printk(KERN_INFO "Enabling hypertransport extended "
47 "apic interrupt broadcast\n");
48 printk(KERN_INFO "Note this is a bios bug, "
49 "please contact your hw vendor\n");
Neil Hormanc6b48322008-01-30 13:31:25 +010050 htcfg |= (1 << 17);
51 write_pci_config(num, slot, func, 0x68, htcfg);
52 }
53 }
54
55
56}
57
58static void __init via_bugs(int num, int slot, int func)
Andi Kleendfa46982006-09-26 10:52:30 +020059{
Joerg Roedel966396d2007-10-24 12:49:48 +020060#ifdef CONFIG_GART_IOMMU
Yinghai Luc987d122008-06-24 22:14:09 -070061 if ((max_pfn > MAX_DMA32_PFN || force_iommu) &&
Joerg Roedel0440d4c2007-10-24 12:49:50 +020062 !gart_iommu_aperture_allowed) {
Andi Kleendfa46982006-09-26 10:52:30 +020063 printk(KERN_INFO
Andi Kleen54ef3402007-10-19 20:35:03 +020064 "Looks like a VIA chipset. Disabling IOMMU."
65 " Override with iommu=allowed\n");
Joerg Roedel0440d4c2007-10-24 12:49:50 +020066 gart_iommu_aperture_disabled = 1;
Andi Kleendfa46982006-09-26 10:52:30 +020067 }
68#endif
69}
70
71#ifdef CONFIG_ACPI
Jeff Garzik03d0d202007-10-27 20:57:43 +020072#ifdef CONFIG_X86_IO_APIC
Andi Kleendfa46982006-09-26 10:52:30 +020073
Alexey Starikovskiy15a58ed2007-02-02 19:48:22 +030074static int __init nvidia_hpet_check(struct acpi_table_header *header)
Andi Kleendfa46982006-09-26 10:52:30 +020075{
Andi Kleendfa46982006-09-26 10:52:30 +020076 return 0;
77}
Jeff Garzik03d0d202007-10-27 20:57:43 +020078#endif /* CONFIG_X86_IO_APIC */
79#endif /* CONFIG_ACPI */
Andi Kleendfa46982006-09-26 10:52:30 +020080
Neil Hormanc6b48322008-01-30 13:31:25 +010081static void __init nvidia_bugs(int num, int slot, int func)
Andi Kleendfa46982006-09-26 10:52:30 +020082{
83#ifdef CONFIG_ACPI
Andi Kleen54ef3402007-10-19 20:35:03 +020084#ifdef CONFIG_X86_IO_APIC
Andi Kleendfa46982006-09-26 10:52:30 +020085 /*
Lukas Wunner447d29d2016-06-12 12:31:53 +020086 * Only applies to Nvidia root ports (bus 0) and not to
87 * Nvidia graphics cards with PCI ports on secondary buses.
88 */
89 if (num)
90 return;
91
92 /*
Andi Kleendfa46982006-09-26 10:52:30 +020093 * All timer overrides on Nvidia are
94 * wrong unless HPET is enabled.
Andi Kleenfa18f472006-11-14 16:57:46 +010095 * Unfortunately that's not true on many Asus boards.
96 * We don't know yet how to detect this automatically, but
97 * at least allow a command line override.
Andi Kleendfa46982006-09-26 10:52:30 +020098 */
Andi Kleenfa18f472006-11-14 16:57:46 +010099 if (acpi_use_timer_override)
100 return;
101
Len Brownfe699332007-03-08 18:28:32 -0500102 if (acpi_table_parse(ACPI_SIG_HPET, nvidia_hpet_check)) {
Andi Kleendfa46982006-09-26 10:52:30 +0200103 acpi_skip_timer_override = 1;
104 printk(KERN_INFO "Nvidia board "
105 "detected. Ignoring ACPI "
106 "timer override.\n");
Andi Kleenfa18f472006-11-14 16:57:46 +0100107 printk(KERN_INFO "If you got timer trouble "
108 "try acpi_use_timer_override\n");
Andi Kleendfa46982006-09-26 10:52:30 +0200109 }
110#endif
Andi Kleen54ef3402007-10-19 20:35:03 +0200111#endif
Andi Kleendfa46982006-09-26 10:52:30 +0200112 /* RED-PEN skip them on mptables too? */
113
114}
115
Andreas Herrmann26adcfb2008-10-14 21:01:15 +0200116#if defined(CONFIG_ACPI) && defined(CONFIG_X86_IO_APIC)
117static u32 __init ati_ixp4x0_rev(int num, int slot, int func)
Andreas Herrmann33fb0e42008-10-07 00:11:22 +0200118{
119 u32 d;
120 u8 b;
121
122 b = read_pci_config_byte(num, slot, func, 0xac);
123 b &= ~(1<<5);
124 write_pci_config_byte(num, slot, func, 0xac, b);
125
126 d = read_pci_config(num, slot, func, 0x70);
127 d |= 1<<8;
128 write_pci_config(num, slot, func, 0x70, d);
129
130 d = read_pci_config(num, slot, func, 0x8);
131 d &= 0xff;
132 return d;
133}
134
135static void __init ati_bugs(int num, int slot, int func)
136{
Andreas Herrmann33fb0e42008-10-07 00:11:22 +0200137 u32 d;
138 u8 b;
139
140 if (acpi_use_timer_override)
141 return;
142
143 d = ati_ixp4x0_rev(num, slot, func);
144 if (d < 0x82)
145 acpi_skip_timer_override = 1;
146 else {
147 /* check for IRQ0 interrupt swap */
148 outb(0x72, 0xcd6); b = inb(0xcd7);
149 if (!(b & 0x2))
150 acpi_skip_timer_override = 1;
151 }
152
153 if (acpi_skip_timer_override) {
154 printk(KERN_INFO "SB4X0 revision 0x%x\n", d);
155 printk(KERN_INFO "Ignoring ACPI timer override.\n");
156 printk(KERN_INFO "If you got timer trouble "
157 "try acpi_use_timer_override\n");
158 }
Andreas Herrmann33fb0e42008-10-07 00:11:22 +0200159}
160
Andreas Herrmann26adcfb2008-10-14 21:01:15 +0200161static u32 __init ati_sbx00_rev(int num, int slot, int func)
162{
Andreas Herrmann7f74f8f2011-02-24 15:53:46 +0100163 u32 d;
Andreas Herrmann26adcfb2008-10-14 21:01:15 +0200164
Andreas Herrmann26adcfb2008-10-14 21:01:15 +0200165 d = read_pci_config(num, slot, func, 0x8);
166 d &= 0xff;
Andreas Herrmann26adcfb2008-10-14 21:01:15 +0200167
168 return d;
169}
170
171static void __init ati_bugs_contd(int num, int slot, int func)
172{
173 u32 d, rev;
174
Andreas Herrmann7f74f8f2011-02-24 15:53:46 +0100175 rev = ati_sbx00_rev(num, slot, func);
176 if (rev >= 0x40)
177 acpi_fix_pin2_polarity = 1;
178
Andreas Herrmann1d3e09a2011-03-15 15:31:37 +0100179 /*
180 * SB600: revisions 0x11, 0x12, 0x13, 0x14, ...
181 * SB700: revisions 0x39, 0x3a, ...
182 * SB800: revisions 0x40, 0x41, ...
183 */
184 if (rev >= 0x39)
Andreas Herrmann26adcfb2008-10-14 21:01:15 +0200185 return;
186
Andreas Herrmann7f74f8f2011-02-24 15:53:46 +0100187 if (acpi_use_timer_override)
Andreas Herrmann26adcfb2008-10-14 21:01:15 +0200188 return;
189
190 /* check for IRQ0 interrupt swap */
191 d = read_pci_config(num, slot, func, 0x64);
192 if (!(d & (1<<14)))
193 acpi_skip_timer_override = 1;
194
195 if (acpi_skip_timer_override) {
196 printk(KERN_INFO "SB600 revision 0x%x\n", rev);
197 printk(KERN_INFO "Ignoring ACPI timer override.\n");
198 printk(KERN_INFO "If you got timer trouble "
199 "try acpi_use_timer_override\n");
200 }
201}
202#else
203static void __init ati_bugs(int num, int slot, int func)
204{
205}
206
207static void __init ati_bugs_contd(int num, int slot, int func)
208{
209}
210#endif
211
Neil Horman03bbcb22013-04-16 16:38:32 -0400212static void __init intel_remapping_check(int num, int slot, int func)
213{
214 u8 revision;
Neil Horman803075d2013-07-17 07:13:59 -0400215 u16 device;
Neil Horman03bbcb22013-04-16 16:38:32 -0400216
Neil Horman803075d2013-07-17 07:13:59 -0400217 device = read_pci_config_16(num, slot, func, PCI_DEVICE_ID);
Neil Horman03bbcb22013-04-16 16:38:32 -0400218 revision = read_pci_config_byte(num, slot, func, PCI_REVISION_ID);
219
220 /*
Neil Horman6f8a1b32014-03-12 14:44:33 -0400221 * Revision <= 13 of all triggering devices id in this quirk
222 * have a problem draining interrupts when irq remapping is
223 * enabled, and should be flagged as broken. Additionally
224 * revision 0x22 of device id 0x3405 has this problem.
Neil Horman03bbcb22013-04-16 16:38:32 -0400225 */
Neil Horman6f8a1b32014-03-12 14:44:33 -0400226 if (revision <= 0x13)
Neil Horman03bbcb22013-04-16 16:38:32 -0400227 set_irq_remapping_broken();
Neil Horman6f8a1b32014-03-12 14:44:33 -0400228 else if (device == 0x3405 && revision == 0x22)
Neil Horman803075d2013-07-17 07:13:59 -0400229 set_irq_remapping_broken();
Neil Horman03bbcb22013-04-16 16:38:32 -0400230}
231
Jesse Barnes814c5f12013-07-26 13:32:52 -0700232/*
233 * Systems with Intel graphics controllers set aside memory exclusively
234 * for gfx driver use. This memory is not marked in the E820 as reserved
235 * or as RAM, and so is subject to overlap from E820 manipulation later
236 * in the boot process. On some systems, MMIO space is allocated on top,
237 * despite the efforts of the "RAM buffer" approach, which simply rounds
238 * memory boundaries up to 64M to try to catch space that may decode
239 * as RAM and so is not suitable for MMIO.
240 *
241 * And yes, so far on current devices the base addr is always under 4G.
242 */
Ville Syrjälä52ca7042014-02-05 21:28:58 +0200243static u32 __init intel_stolen_base(int num, int slot, int func, size_t stolen_size)
Jesse Barnes814c5f12013-07-26 13:32:52 -0700244{
245 u32 base;
246
247 /*
248 * For the PCI IDs in this quirk, the stolen base is always
249 * in 0x5c, aka the BDSM register (yes that's really what
250 * it's called).
251 */
252 base = read_pci_config(num, slot, func, 0x5c);
253 base &= ~((1<<20) - 1);
254
255 return base;
256}
257
Ville Syrjälä86e58762014-04-13 12:45:03 +0300258#define KB(x) ((x) * 1024UL)
Jesse Barnes814c5f12013-07-26 13:32:52 -0700259#define MB(x) (KB (KB (x)))
260#define GB(x) (MB (KB (x)))
261
Ville Syrjäläa4dff762014-02-05 21:28:59 +0200262static size_t __init i830_tseg_size(void)
263{
264 u8 tmp = read_pci_config_byte(0, 0, 0, I830_ESMRAMC);
265
266 if (!(tmp & TSEG_ENABLE))
267 return 0;
268
269 if (tmp & I830_TSEG_SIZE_1M)
270 return MB(1);
271 else
272 return KB(512);
273}
274
275static size_t __init i845_tseg_size(void)
276{
277 u8 tmp = read_pci_config_byte(0, 0, 0, I845_ESMRAMC);
278
279 if (!(tmp & TSEG_ENABLE))
280 return 0;
281
282 switch (tmp & I845_TSEG_SIZE_MASK) {
283 case I845_TSEG_SIZE_512K:
284 return KB(512);
285 case I845_TSEG_SIZE_1M:
286 return MB(1);
287 default:
288 WARN_ON(1);
289 return 0;
290 }
291}
292
293static size_t __init i85x_tseg_size(void)
294{
295 u8 tmp = read_pci_config_byte(0, 0, 0, I85X_ESMRAMC);
296
297 if (!(tmp & TSEG_ENABLE))
298 return 0;
299
300 return MB(1);
301}
302
303static size_t __init i830_mem_size(void)
304{
305 return read_pci_config_byte(0, 0, 0, I830_DRB3) * MB(32);
306}
307
308static size_t __init i85x_mem_size(void)
309{
310 return read_pci_config_byte(0, 0, 1, I85X_DRB3) * MB(32);
311}
312
313/*
314 * On 830/845/85x the stolen memory base isn't available in any
315 * register. We need to calculate it as TOM-TSEG_SIZE-stolen_size.
316 */
317static u32 __init i830_stolen_base(int num, int slot, int func, size_t stolen_size)
318{
319 return i830_mem_size() - i830_tseg_size() - stolen_size;
320}
321
322static u32 __init i845_stolen_base(int num, int slot, int func, size_t stolen_size)
323{
324 return i830_mem_size() - i845_tseg_size() - stolen_size;
325}
326
327static u32 __init i85x_stolen_base(int num, int slot, int func, size_t stolen_size)
328{
329 return i85x_mem_size() - i85x_tseg_size() - stolen_size;
330}
331
332static u32 __init i865_stolen_base(int num, int slot, int func, size_t stolen_size)
333{
334 /*
335 * FIXME is the graphics stolen memory region
336 * always at TOUD? Ie. is it always the last
337 * one to be allocated by the BIOS?
338 */
339 return read_pci_config_16(0, 0, 0, I865_TOUD) << 16;
340}
341
342static size_t __init i830_stolen_size(int num, int slot, int func)
343{
344 size_t stolen_size;
345 u16 gmch_ctrl;
346
347 gmch_ctrl = read_pci_config_16(0, 0, 0, I830_GMCH_CTRL);
348
349 switch (gmch_ctrl & I830_GMCH_GMS_MASK) {
350 case I830_GMCH_GMS_STOLEN_512:
351 stolen_size = KB(512);
352 break;
353 case I830_GMCH_GMS_STOLEN_1024:
354 stolen_size = MB(1);
355 break;
356 case I830_GMCH_GMS_STOLEN_8192:
357 stolen_size = MB(8);
358 break;
359 case I830_GMCH_GMS_LOCAL:
360 /* local memory isn't part of the normal address space */
361 stolen_size = 0;
362 break;
363 default:
364 return 0;
365 }
366
367 return stolen_size;
368}
369
Jesse Barnes814c5f12013-07-26 13:32:52 -0700370static size_t __init gen3_stolen_size(int num, int slot, int func)
371{
372 size_t stolen_size;
373 u16 gmch_ctrl;
374
375 gmch_ctrl = read_pci_config_16(0, 0, 0, I830_GMCH_CTRL);
376
377 switch (gmch_ctrl & I855_GMCH_GMS_MASK) {
378 case I855_GMCH_GMS_STOLEN_1M:
379 stolen_size = MB(1);
380 break;
381 case I855_GMCH_GMS_STOLEN_4M:
382 stolen_size = MB(4);
383 break;
384 case I855_GMCH_GMS_STOLEN_8M:
385 stolen_size = MB(8);
386 break;
387 case I855_GMCH_GMS_STOLEN_16M:
388 stolen_size = MB(16);
389 break;
390 case I855_GMCH_GMS_STOLEN_32M:
391 stolen_size = MB(32);
392 break;
393 case I915_GMCH_GMS_STOLEN_48M:
394 stolen_size = MB(48);
395 break;
396 case I915_GMCH_GMS_STOLEN_64M:
397 stolen_size = MB(64);
398 break;
399 case G33_GMCH_GMS_STOLEN_128M:
400 stolen_size = MB(128);
401 break;
402 case G33_GMCH_GMS_STOLEN_256M:
403 stolen_size = MB(256);
404 break;
405 case INTEL_GMCH_GMS_STOLEN_96M:
406 stolen_size = MB(96);
407 break;
408 case INTEL_GMCH_GMS_STOLEN_160M:
409 stolen_size = MB(160);
410 break;
411 case INTEL_GMCH_GMS_STOLEN_224M:
412 stolen_size = MB(224);
413 break;
414 case INTEL_GMCH_GMS_STOLEN_352M:
415 stolen_size = MB(352);
416 break;
417 default:
418 stolen_size = 0;
419 break;
420 }
421
422 return stolen_size;
423}
424
425static size_t __init gen6_stolen_size(int num, int slot, int func)
426{
427 u16 gmch_ctrl;
428
429 gmch_ctrl = read_pci_config_16(num, slot, func, SNB_GMCH_CTRL);
430 gmch_ctrl >>= SNB_GMCH_GMS_SHIFT;
431 gmch_ctrl &= SNB_GMCH_GMS_MASK;
432
433 return gmch_ctrl << 25; /* 32 MB units */
434}
435
Ville Syrjälä36dfcea2014-05-08 22:19:42 +0300436static size_t __init gen8_stolen_size(int num, int slot, int func)
Ben Widawsky9459d252013-11-03 16:53:55 -0800437{
438 u16 gmch_ctrl;
439
440 gmch_ctrl = read_pci_config_16(num, slot, func, SNB_GMCH_CTRL);
441 gmch_ctrl >>= BDW_GMCH_GMS_SHIFT;
442 gmch_ctrl &= BDW_GMCH_GMS_MASK;
443 return gmch_ctrl << 25; /* 32 MB units */
444}
445
Damien Lespiau3e3b2c32014-05-08 22:19:41 +0300446static size_t __init chv_stolen_size(int num, int slot, int func)
447{
448 u16 gmch_ctrl;
449
450 gmch_ctrl = read_pci_config_16(num, slot, func, SNB_GMCH_CTRL);
451 gmch_ctrl >>= SNB_GMCH_GMS_SHIFT;
452 gmch_ctrl &= SNB_GMCH_GMS_MASK;
453
454 /*
455 * 0x0 to 0x10: 32MB increments starting at 0MB
456 * 0x11 to 0x16: 4MB increments starting at 8MB
457 * 0x17 to 0x1d: 4MB increments start at 36MB
458 */
459 if (gmch_ctrl < 0x11)
460 return gmch_ctrl << 25;
461 else if (gmch_ctrl < 0x17)
462 return (gmch_ctrl - 0x11 + 2) << 22;
463 else
464 return (gmch_ctrl - 0x17 + 9) << 22;
465}
Ville Syrjälä52ca7042014-02-05 21:28:58 +0200466
467struct intel_stolen_funcs {
468 size_t (*size)(int num, int slot, int func);
469 u32 (*base)(int num, int slot, int func, size_t size);
470};
471
Damien Lespiau66375012014-01-09 18:02:46 +0000472static size_t __init gen9_stolen_size(int num, int slot, int func)
473{
474 u16 gmch_ctrl;
475
476 gmch_ctrl = read_pci_config_16(num, slot, func, SNB_GMCH_CTRL);
477 gmch_ctrl >>= BDW_GMCH_GMS_SHIFT;
478 gmch_ctrl &= BDW_GMCH_GMS_MASK;
479
480 if (gmch_ctrl < 0xf0)
481 return gmch_ctrl << 25; /* 32 MB units */
482 else
483 /* 4MB increments starting at 0xf0 for 4MB */
484 return (gmch_ctrl - 0xf0 + 1) << 22;
485}
486
487typedef size_t (*stolen_size_fn)(int num, int slot, int func);
488
Ville Syrjälä36dfcea2014-05-08 22:19:42 +0300489static const struct intel_stolen_funcs i830_stolen_funcs __initconst = {
Ville Syrjäläa4dff762014-02-05 21:28:59 +0200490 .base = i830_stolen_base,
491 .size = i830_stolen_size,
492};
493
Ville Syrjälä36dfcea2014-05-08 22:19:42 +0300494static const struct intel_stolen_funcs i845_stolen_funcs __initconst = {
Ville Syrjäläa4dff762014-02-05 21:28:59 +0200495 .base = i845_stolen_base,
496 .size = i830_stolen_size,
497};
498
Ville Syrjälä36dfcea2014-05-08 22:19:42 +0300499static const struct intel_stolen_funcs i85x_stolen_funcs __initconst = {
Ville Syrjäläa4dff762014-02-05 21:28:59 +0200500 .base = i85x_stolen_base,
501 .size = gen3_stolen_size,
502};
503
Ville Syrjälä36dfcea2014-05-08 22:19:42 +0300504static const struct intel_stolen_funcs i865_stolen_funcs __initconst = {
Ville Syrjäläa4dff762014-02-05 21:28:59 +0200505 .base = i865_stolen_base,
506 .size = gen3_stolen_size,
507};
508
Ville Syrjälä36dfcea2014-05-08 22:19:42 +0300509static const struct intel_stolen_funcs gen3_stolen_funcs __initconst = {
Ville Syrjälä52ca7042014-02-05 21:28:58 +0200510 .base = intel_stolen_base,
511 .size = gen3_stolen_size,
512};
513
Ville Syrjälä36dfcea2014-05-08 22:19:42 +0300514static const struct intel_stolen_funcs gen6_stolen_funcs __initconst = {
Ville Syrjälä52ca7042014-02-05 21:28:58 +0200515 .base = intel_stolen_base,
516 .size = gen6_stolen_size,
517};
518
Ville Syrjälä36dfcea2014-05-08 22:19:42 +0300519static const struct intel_stolen_funcs gen8_stolen_funcs __initconst = {
Ville Syrjälä52ca7042014-02-05 21:28:58 +0200520 .base = intel_stolen_base,
521 .size = gen8_stolen_size,
522};
Jesse Barnes814c5f12013-07-26 13:32:52 -0700523
Damien Lespiau66375012014-01-09 18:02:46 +0000524static const struct intel_stolen_funcs gen9_stolen_funcs __initconst = {
525 .base = intel_stolen_base,
526 .size = gen9_stolen_size,
527};
528
Ville Syrjälä36dfcea2014-05-08 22:19:42 +0300529static const struct intel_stolen_funcs chv_stolen_funcs __initconst = {
Damien Lespiau3e3b2c32014-05-08 22:19:41 +0300530 .base = intel_stolen_base,
531 .size = chv_stolen_size,
532};
533
Ville Syrjälä36dfcea2014-05-08 22:19:42 +0300534static const struct pci_device_id intel_stolen_ids[] __initconst = {
Ville Syrjäläa4dff762014-02-05 21:28:59 +0200535 INTEL_I830_IDS(&i830_stolen_funcs),
536 INTEL_I845G_IDS(&i845_stolen_funcs),
537 INTEL_I85X_IDS(&i85x_stolen_funcs),
538 INTEL_I865G_IDS(&i865_stolen_funcs),
Ville Syrjälä52ca7042014-02-05 21:28:58 +0200539 INTEL_I915G_IDS(&gen3_stolen_funcs),
540 INTEL_I915GM_IDS(&gen3_stolen_funcs),
541 INTEL_I945G_IDS(&gen3_stolen_funcs),
542 INTEL_I945GM_IDS(&gen3_stolen_funcs),
543 INTEL_VLV_M_IDS(&gen6_stolen_funcs),
544 INTEL_VLV_D_IDS(&gen6_stolen_funcs),
545 INTEL_PINEVIEW_IDS(&gen3_stolen_funcs),
546 INTEL_I965G_IDS(&gen3_stolen_funcs),
547 INTEL_G33_IDS(&gen3_stolen_funcs),
548 INTEL_I965GM_IDS(&gen3_stolen_funcs),
549 INTEL_GM45_IDS(&gen3_stolen_funcs),
550 INTEL_G45_IDS(&gen3_stolen_funcs),
551 INTEL_IRONLAKE_D_IDS(&gen3_stolen_funcs),
552 INTEL_IRONLAKE_M_IDS(&gen3_stolen_funcs),
553 INTEL_SNB_D_IDS(&gen6_stolen_funcs),
554 INTEL_SNB_M_IDS(&gen6_stolen_funcs),
555 INTEL_IVB_M_IDS(&gen6_stolen_funcs),
556 INTEL_IVB_D_IDS(&gen6_stolen_funcs),
557 INTEL_HSW_D_IDS(&gen6_stolen_funcs),
558 INTEL_HSW_M_IDS(&gen6_stolen_funcs),
559 INTEL_BDW_M_IDS(&gen8_stolen_funcs),
Damien Lespiau3e3b2c32014-05-08 22:19:41 +0300560 INTEL_BDW_D_IDS(&gen8_stolen_funcs),
561 INTEL_CHV_IDS(&chv_stolen_funcs),
Damien Lespiau66375012014-01-09 18:02:46 +0000562 INTEL_SKL_IDS(&gen9_stolen_funcs),
Damien Lespiau31d4dcf2015-03-17 11:39:30 +0200563 INTEL_BXT_IDS(&gen9_stolen_funcs),
Deepak S00ce5c82015-10-29 10:22:01 -0700564 INTEL_KBL_IDS(&gen9_stolen_funcs),
Jesse Barnes814c5f12013-07-26 13:32:52 -0700565};
566
567static void __init intel_graphics_stolen(int num, int slot, int func)
568{
569 size_t size;
570 int i;
571 u32 start;
572 u16 device, subvendor, subdevice;
573
574 device = read_pci_config_16(num, slot, func, PCI_DEVICE_ID);
575 subvendor = read_pci_config_16(num, slot, func,
576 PCI_SUBSYSTEM_VENDOR_ID);
577 subdevice = read_pci_config_16(num, slot, func, PCI_SUBSYSTEM_ID);
578
579 for (i = 0; i < ARRAY_SIZE(intel_stolen_ids); i++) {
580 if (intel_stolen_ids[i].device == device) {
Ville Syrjälä52ca7042014-02-05 21:28:58 +0200581 const struct intel_stolen_funcs *stolen_funcs =
582 (const struct intel_stolen_funcs *)intel_stolen_ids[i].driver_data;
583 size = stolen_funcs->size(num, slot, func);
584 start = stolen_funcs->base(num, slot, func, size);
Jesse Barnes814c5f12013-07-26 13:32:52 -0700585 if (size && start) {
Ville Syrjäläc71ef7b32014-02-05 21:29:00 +0200586 printk(KERN_INFO "Reserving Intel graphics stolen memory at 0x%x-0x%x\n",
587 start, start + (u32)size - 1);
Jesse Barnes814c5f12013-07-26 13:32:52 -0700588 /* Mark this space as reserved */
589 e820_add_region(start, size, E820_RESERVED);
590 sanitize_e820_map(e820.map,
591 ARRAY_SIZE(e820.map),
592 &e820.nr_map);
593 }
594 return;
595 }
596 }
597}
598
Feng Tang62187912014-04-24 16:18:18 +0800599static void __init force_disable_hpet(int num, int slot, int func)
600{
601#ifdef CONFIG_HPET_TIMER
Jan Beulich3d45ac42015-10-19 04:35:44 -0600602 boot_hpet_disable = true;
Feng Tang62187912014-04-24 16:18:18 +0800603 pr_info("x86/hpet: Will disable the HPET for this platform because it's not reliable\n");
604#endif
605}
606
Lukas Wunnerabb2baf2016-06-12 12:31:53 +0200607#define BCM4331_MMIO_SIZE 16384
608#define BCM4331_PM_CAP 0x40
609#define bcma_aread32(reg) ioread32(mmio + 1 * BCMA_CORE_SIZE + reg)
610#define bcma_awrite32(reg, val) iowrite32(val, mmio + 1 * BCMA_CORE_SIZE + reg)
611
612static void __init apple_airport_reset(int bus, int slot, int func)
613{
614 void __iomem *mmio;
615 u16 pmcsr;
616 u64 addr;
617 int i;
618
619 if (!dmi_match(DMI_SYS_VENDOR, "Apple Inc."))
620 return;
621
622 /* Card may have been put into PCI_D3hot by grub quirk */
623 pmcsr = read_pci_config_16(bus, slot, func, BCM4331_PM_CAP + PCI_PM_CTRL);
624
625 if ((pmcsr & PCI_PM_CTRL_STATE_MASK) != PCI_D0) {
626 pmcsr &= ~PCI_PM_CTRL_STATE_MASK;
627 write_pci_config_16(bus, slot, func, BCM4331_PM_CAP + PCI_PM_CTRL, pmcsr);
628 mdelay(10);
629
630 pmcsr = read_pci_config_16(bus, slot, func, BCM4331_PM_CAP + PCI_PM_CTRL);
631 if ((pmcsr & PCI_PM_CTRL_STATE_MASK) != PCI_D0) {
632 dev_err("Cannot power up Apple AirPort card\n");
633 return;
634 }
635 }
636
637 addr = read_pci_config(bus, slot, func, PCI_BASE_ADDRESS_0);
638 addr |= (u64)read_pci_config(bus, slot, func, PCI_BASE_ADDRESS_1) << 32;
639 addr &= PCI_BASE_ADDRESS_MEM_MASK;
640
641 mmio = early_ioremap(addr, BCM4331_MMIO_SIZE);
642 if (!mmio) {
643 dev_err("Cannot iomap Apple AirPort card\n");
644 return;
645 }
646
647 pr_info("Resetting Apple AirPort card (left enabled by EFI)\n");
648
649 for (i = 0; bcma_aread32(BCMA_RESET_ST) && i < 30; i++)
650 udelay(10);
651
652 bcma_awrite32(BCMA_RESET_CTL, BCMA_RESET_CTL_RESET);
653 bcma_aread32(BCMA_RESET_CTL);
654 udelay(1);
655
656 bcma_awrite32(BCMA_RESET_CTL, 0);
657 bcma_aread32(BCMA_RESET_CTL);
658 udelay(10);
659
660 early_iounmap(mmio, BCM4331_MMIO_SIZE);
661}
Feng Tang62187912014-04-24 16:18:18 +0800662
Neil Hormanc6b48322008-01-30 13:31:25 +0100663#define QFLAG_APPLY_ONCE 0x1
664#define QFLAG_APPLIED 0x2
665#define QFLAG_DONE (QFLAG_APPLY_ONCE|QFLAG_APPLIED)
Andi Kleendfa46982006-09-26 10:52:30 +0200666struct chipset {
Neil Hormanc6b48322008-01-30 13:31:25 +0100667 u32 vendor;
668 u32 device;
669 u32 class;
670 u32 class_mask;
671 u32 flags;
672 void (*f)(int num, int slot, int func);
Andi Kleendfa46982006-09-26 10:52:30 +0200673};
674
Andrew Mortonc993c732007-04-08 16:04:03 -0700675static struct chipset early_qrk[] __initdata = {
Neil Hormanc6b48322008-01-30 13:31:25 +0100676 { PCI_VENDOR_ID_NVIDIA, PCI_ANY_ID,
677 PCI_CLASS_BRIDGE_PCI, PCI_ANY_ID, QFLAG_APPLY_ONCE, nvidia_bugs },
678 { PCI_VENDOR_ID_VIA, PCI_ANY_ID,
679 PCI_CLASS_BRIDGE_PCI, PCI_ANY_ID, QFLAG_APPLY_ONCE, via_bugs },
Neil Hormanc6b48322008-01-30 13:31:25 +0100680 { PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_K8_NB,
681 PCI_CLASS_BRIDGE_HOST, PCI_ANY_ID, 0, fix_hypertransport_config },
Andreas Herrmann33fb0e42008-10-07 00:11:22 +0200682 { PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_IXP400_SMBUS,
683 PCI_CLASS_SERIAL_SMBUS, PCI_ANY_ID, 0, ati_bugs },
Andreas Herrmann26adcfb2008-10-14 21:01:15 +0200684 { PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_SBX00_SMBUS,
685 PCI_CLASS_SERIAL_SMBUS, PCI_ANY_ID, 0, ati_bugs_contd },
Neil Horman03bbcb22013-04-16 16:38:32 -0400686 { PCI_VENDOR_ID_INTEL, 0x3403, PCI_CLASS_BRIDGE_HOST,
687 PCI_BASE_CLASS_BRIDGE, 0, intel_remapping_check },
Neil Horman803075d2013-07-17 07:13:59 -0400688 { PCI_VENDOR_ID_INTEL, 0x3405, PCI_CLASS_BRIDGE_HOST,
689 PCI_BASE_CLASS_BRIDGE, 0, intel_remapping_check },
Neil Horman03bbcb22013-04-16 16:38:32 -0400690 { PCI_VENDOR_ID_INTEL, 0x3406, PCI_CLASS_BRIDGE_HOST,
691 PCI_BASE_CLASS_BRIDGE, 0, intel_remapping_check },
Jesse Barnes814c5f12013-07-26 13:32:52 -0700692 { PCI_VENDOR_ID_INTEL, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA, PCI_ANY_ID,
693 QFLAG_APPLY_ONCE, intel_graphics_stolen },
Feng Tang62187912014-04-24 16:18:18 +0800694 /*
Feng Tangb58d9302015-06-15 17:40:01 +0800695 * HPET on the current version of the Baytrail platform has accuracy
696 * problems: it will halt in deep idle state - so we disable it.
697 *
698 * More details can be found in section 18.10.1.3 of the datasheet:
699 *
700 * http://www.intel.com/content/dam/www/public/us/en/documents/datasheets/atom-z8000-datasheet-vol-1.pdf
Feng Tang62187912014-04-24 16:18:18 +0800701 */
702 { PCI_VENDOR_ID_INTEL, 0x0f00,
703 PCI_CLASS_BRIDGE_HOST, PCI_ANY_ID, 0, force_disable_hpet},
Lukas Wunnerabb2baf2016-06-12 12:31:53 +0200704 { PCI_VENDOR_ID_BROADCOM, 0x4331,
705 PCI_CLASS_NETWORK_OTHER, PCI_ANY_ID, 0, apple_airport_reset},
Andi Kleendfa46982006-09-26 10:52:30 +0200706 {}
707};
708
Lukas Wunner850c3212016-06-12 12:31:53 +0200709static void __init early_pci_scan_bus(int bus);
710
Jesse Barnes15650a22008-06-16 15:29:45 -0700711/**
712 * check_dev_quirk - apply early quirks to a given PCI device
713 * @num: bus number
714 * @slot: slot number
715 * @func: PCI function
716 *
717 * Check the vendor & device ID against the early quirks table.
718 *
Lukas Wunner850c3212016-06-12 12:31:53 +0200719 * If the device is single function, let early_pci_scan_bus() know so we don't
Jesse Barnes15650a22008-06-16 15:29:45 -0700720 * poke at this device again.
721 */
722static int __init check_dev_quirk(int num, int slot, int func)
Neil Horman7bcbc782008-01-30 13:31:26 +0100723{
724 u16 class;
725 u16 vendor;
726 u16 device;
727 u8 type;
Lukas Wunner850c3212016-06-12 12:31:53 +0200728 u8 sec;
Neil Horman7bcbc782008-01-30 13:31:26 +0100729 int i;
730
731 class = read_pci_config_16(num, slot, func, PCI_CLASS_DEVICE);
732
733 if (class == 0xffff)
Jesse Barnes15650a22008-06-16 15:29:45 -0700734 return -1; /* no class, treat as single function */
Neil Horman7bcbc782008-01-30 13:31:26 +0100735
736 vendor = read_pci_config_16(num, slot, func, PCI_VENDOR_ID);
737
738 device = read_pci_config_16(num, slot, func, PCI_DEVICE_ID);
739
740 for (i = 0; early_qrk[i].f != NULL; i++) {
741 if (((early_qrk[i].vendor == PCI_ANY_ID) ||
742 (early_qrk[i].vendor == vendor)) &&
743 ((early_qrk[i].device == PCI_ANY_ID) ||
744 (early_qrk[i].device == device)) &&
745 (!((early_qrk[i].class ^ class) &
746 early_qrk[i].class_mask))) {
747 if ((early_qrk[i].flags &
748 QFLAG_DONE) != QFLAG_DONE)
749 early_qrk[i].f(num, slot, func);
750 early_qrk[i].flags |= QFLAG_APPLIED;
751 }
752 }
753
754 type = read_pci_config_byte(num, slot, func,
755 PCI_HEADER_TYPE);
Lukas Wunner850c3212016-06-12 12:31:53 +0200756
757 if ((type & 0x7f) == PCI_HEADER_TYPE_BRIDGE) {
758 sec = read_pci_config_byte(num, slot, func, PCI_SECONDARY_BUS);
759 if (sec > num)
760 early_pci_scan_bus(sec);
761 }
762
Neil Horman7bcbc782008-01-30 13:31:26 +0100763 if (!(type & 0x80))
Jesse Barnes15650a22008-06-16 15:29:45 -0700764 return -1;
765
766 return 0;
Neil Horman7bcbc782008-01-30 13:31:26 +0100767}
768
Lukas Wunner850c3212016-06-12 12:31:53 +0200769static void __init early_pci_scan_bus(int bus)
Andi Kleendfa46982006-09-26 10:52:30 +0200770{
Andi Kleen8659c402009-01-09 12:17:39 -0800771 int slot, func;
Andi Kleen0637a702006-09-26 10:52:41 +0200772
Andi Kleendfa46982006-09-26 10:52:30 +0200773 /* Poor man's PCI discovery */
Andi Kleen8659c402009-01-09 12:17:39 -0800774 for (slot = 0; slot < 32; slot++)
775 for (func = 0; func < 8; func++) {
776 /* Only probe function 0 on single fn devices */
Lukas Wunner850c3212016-06-12 12:31:53 +0200777 if (check_dev_quirk(bus, slot, func))
Andi Kleen8659c402009-01-09 12:17:39 -0800778 break;
779 }
Andi Kleendfa46982006-09-26 10:52:30 +0200780}
Lukas Wunner850c3212016-06-12 12:31:53 +0200781
782void __init early_quirks(void)
783{
784 if (!early_pci_allowed())
785 return;
786
787 early_pci_scan_bus(0);
788}