blob: db24ddac5fc35dc642ebce5cc5642e0aacf24146 [file] [log] [blame]
Stefan Reinauer00636b02012-04-04 00:08:51 +02001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright (C) 2011 Chromium OS Authors
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 2 of the License.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
Stefan Reinauer00636b02012-04-04 00:08:51 +020014 */
15
16#include <arch/io.h>
17#include <console/console.h>
Kyösti Mälkkiab56b3b2013-11-28 16:44:51 +020018#include <bootmode.h>
Stefan Reinauer00636b02012-04-04 00:08:51 +020019#include <delay.h>
Vladimir Serbinenkof2e206a2014-02-23 00:13:56 +010020#include <string.h>
Stefan Reinauer00636b02012-04-04 00:08:51 +020021#include <device/device.h>
22#include <device/pci.h>
23#include <device/pci_ids.h>
Ronald G. Minnich69efaa02013-02-26 10:07:40 -080024#include <device/pci_ops.h>
25#include <cpu/x86/msr.h>
26#include <cpu/x86/mtrr.h>
Patrick Rudolph281ccca2017-04-12 16:55:32 +020027#include <southbridge/intel/bd82x6x/nvs.h>
Patrick Rudolph402e9c12017-05-18 18:26:30 +020028#include <northbridge/intel/common/gma_opregion.h>
Patrick Rudolph281ccca2017-04-12 16:55:32 +020029#include <cbmem.h>
Stefan Reinauer00636b02012-04-04 00:08:51 +020030
31#include "chip.h"
32#include "sandybridge.h"
Patrick Rudolph45a0dbc2017-03-30 17:07:42 +020033#include "gma.h"
Stefan Reinauer00636b02012-04-04 00:08:51 +020034
Duncan Lauriedd585b82012-04-09 12:05:18 -070035struct gt_powermeter {
36 u16 reg;
37 u32 value;
38};
39
Stefan Reinauer4c8027a2012-09-07 10:53:56 -070040static const struct gt_powermeter snb_pm_gt1[] = {
Duncan Lauriedd585b82012-04-09 12:05:18 -070041 { 0xa200, 0xcc000000 },
42 { 0xa204, 0x07000040 },
43 { 0xa208, 0x0000fe00 },
44 { 0xa20c, 0x00000000 },
45 { 0xa210, 0x17000000 },
46 { 0xa214, 0x00000021 },
47 { 0xa218, 0x0817fe19 },
48 { 0xa21c, 0x00000000 },
49 { 0xa220, 0x00000000 },
50 { 0xa224, 0xcc000000 },
51 { 0xa228, 0x07000040 },
52 { 0xa22c, 0x0000fe00 },
53 { 0xa230, 0x00000000 },
54 { 0xa234, 0x17000000 },
55 { 0xa238, 0x00000021 },
56 { 0xa23c, 0x0817fe19 },
57 { 0xa240, 0x00000000 },
58 { 0xa244, 0x00000000 },
59 { 0xa248, 0x8000421e },
60 { 0 }
61};
62
Stefan Reinauer4c8027a2012-09-07 10:53:56 -070063static const struct gt_powermeter snb_pm_gt2[] = {
Duncan Lauriedd585b82012-04-09 12:05:18 -070064 { 0xa200, 0x330000a6 },
65 { 0xa204, 0x402d0031 },
66 { 0xa208, 0x00165f83 },
67 { 0xa20c, 0xf1000000 },
68 { 0xa210, 0x00000000 },
69 { 0xa214, 0x00160016 },
70 { 0xa218, 0x002a002b },
71 { 0xa21c, 0x00000000 },
72 { 0xa220, 0x00000000 },
73 { 0xa224, 0x330000a6 },
74 { 0xa228, 0x402d0031 },
75 { 0xa22c, 0x00165f83 },
76 { 0xa230, 0xf1000000 },
77 { 0xa234, 0x00000000 },
78 { 0xa238, 0x00160016 },
79 { 0xa23c, 0x002a002b },
80 { 0xa240, 0x00000000 },
81 { 0xa244, 0x00000000 },
82 { 0xa248, 0x8000421e },
83 { 0 }
84};
85
Stefan Reinauer4c8027a2012-09-07 10:53:56 -070086static const struct gt_powermeter ivb_pm_gt1[] = {
Duncan Laurie8508cff2012-04-12 16:02:43 -070087 { 0xa800, 0x00000000 },
88 { 0xa804, 0x00021c00 },
89 { 0xa808, 0x00000403 },
90 { 0xa80c, 0x02001700 },
91 { 0xa810, 0x05000200 },
92 { 0xa814, 0x00000000 },
93 { 0xa818, 0x00690500 },
94 { 0xa81c, 0x0000007f },
95 { 0xa820, 0x01002501 },
96 { 0xa824, 0x00000300 },
97 { 0xa828, 0x01000331 },
98 { 0xa82c, 0x0000000c },
99 { 0xa830, 0x00010016 },
100 { 0xa834, 0x01100101 },
101 { 0xa838, 0x00010103 },
102 { 0xa83c, 0x00041300 },
103 { 0xa840, 0x00000b30 },
104 { 0xa844, 0x00000000 },
105 { 0xa848, 0x7f000000 },
106 { 0xa84c, 0x05000008 },
107 { 0xa850, 0x00000001 },
108 { 0xa854, 0x00000004 },
109 { 0xa858, 0x00000007 },
110 { 0xa85c, 0x00000000 },
111 { 0xa860, 0x00010000 },
112 { 0xa248, 0x0000221e },
113 { 0xa900, 0x00000000 },
114 { 0xa904, 0x00001c00 },
115 { 0xa908, 0x00000000 },
116 { 0xa90c, 0x06000000 },
117 { 0xa910, 0x09000200 },
118 { 0xa914, 0x00000000 },
119 { 0xa918, 0x00590000 },
120 { 0xa91c, 0x00000000 },
121 { 0xa920, 0x04002501 },
122 { 0xa924, 0x00000100 },
123 { 0xa928, 0x03000410 },
124 { 0xa92c, 0x00000000 },
125 { 0xa930, 0x00020000 },
126 { 0xa934, 0x02070106 },
127 { 0xa938, 0x00010100 },
128 { 0xa93c, 0x00401c00 },
129 { 0xa940, 0x00000000 },
130 { 0xa944, 0x00000000 },
131 { 0xa948, 0x10000e00 },
132 { 0xa94c, 0x02000004 },
133 { 0xa950, 0x00000001 },
134 { 0xa954, 0x00000004 },
135 { 0xa960, 0x00060000 },
136 { 0xaa3c, 0x00001c00 },
137 { 0xaa54, 0x00000004 },
138 { 0xaa60, 0x00060000 },
139 { 0 }
140};
141
Stefan Reinauer4c8027a2012-09-07 10:53:56 -0700142static const struct gt_powermeter ivb_pm_gt2_17w[] = {
Duncan Lauriedd585b82012-04-09 12:05:18 -0700143 { 0xa800, 0x20000000 },
144 { 0xa804, 0x000e3800 },
145 { 0xa808, 0x00000806 },
146 { 0xa80c, 0x0c002f00 },
147 { 0xa810, 0x0c000800 },
148 { 0xa814, 0x00000000 },
149 { 0xa818, 0x00d20d00 },
150 { 0xa81c, 0x000000ff },
151 { 0xa820, 0x03004b02 },
152 { 0xa824, 0x00000600 },
153 { 0xa828, 0x07000773 },
154 { 0xa82c, 0x00000000 },
155 { 0xa830, 0x00020032 },
156 { 0xa834, 0x1520040d },
157 { 0xa838, 0x00020105 },
158 { 0xa83c, 0x00083700 },
159 { 0xa840, 0x000016ff },
160 { 0xa844, 0x00000000 },
161 { 0xa848, 0xff000000 },
162 { 0xa84c, 0x0a000010 },
Duncan Laurie8508cff2012-04-12 16:02:43 -0700163 { 0xa850, 0x00000002 },
Duncan Lauriedd585b82012-04-09 12:05:18 -0700164 { 0xa854, 0x00000008 },
Duncan Laurie8508cff2012-04-12 16:02:43 -0700165 { 0xa858, 0x0000000f },
Duncan Lauriedd585b82012-04-09 12:05:18 -0700166 { 0xa85c, 0x00000000 },
167 { 0xa860, 0x00020000 },
168 { 0xa248, 0x0000221e },
169 { 0xa900, 0x00000000 },
170 { 0xa904, 0x00003800 },
171 { 0xa908, 0x00000000 },
172 { 0xa90c, 0x0c000000 },
Duncan Laurie8508cff2012-04-12 16:02:43 -0700173 { 0xa910, 0x12000800 },
Duncan Lauriedd585b82012-04-09 12:05:18 -0700174 { 0xa914, 0x00000000 },
175 { 0xa918, 0x00b20000 },
176 { 0xa91c, 0x00000000 },
177 { 0xa920, 0x08004b02 },
Duncan Laurie8508cff2012-04-12 16:02:43 -0700178 { 0xa924, 0x00000300 },
179 { 0xa928, 0x01000820 },
Duncan Lauriedd585b82012-04-09 12:05:18 -0700180 { 0xa92c, 0x00000000 },
181 { 0xa930, 0x00030000 },
Duncan Laurie8508cff2012-04-12 16:02:43 -0700182 { 0xa934, 0x15150406 },
183 { 0xa938, 0x00020300 },
184 { 0xa93c, 0x00903900 },
185 { 0xa940, 0x00000000 },
186 { 0xa944, 0x00000000 },
187 { 0xa948, 0x20001b00 },
188 { 0xa94c, 0x0a000010 },
189 { 0xa950, 0x00000000 },
190 { 0xa954, 0x00000008 },
191 { 0xa960, 0x00110000 },
192 { 0xaa3c, 0x00003900 },
193 { 0xaa54, 0x00000008 },
194 { 0xaa60, 0x00110000 },
195 { 0 }
196};
197
Stefan Reinauer4c8027a2012-09-07 10:53:56 -0700198static const struct gt_powermeter ivb_pm_gt2_35w[] = {
Duncan Laurie8508cff2012-04-12 16:02:43 -0700199 { 0xa800, 0x00000000 },
200 { 0xa804, 0x00030400 },
201 { 0xa808, 0x00000806 },
202 { 0xa80c, 0x0c002f00 },
203 { 0xa810, 0x0c000300 },
204 { 0xa814, 0x00000000 },
205 { 0xa818, 0x00d20d00 },
206 { 0xa81c, 0x000000ff },
207 { 0xa820, 0x03004b02 },
208 { 0xa824, 0x00000600 },
209 { 0xa828, 0x07000773 },
210 { 0xa82c, 0x00000000 },
211 { 0xa830, 0x00020032 },
212 { 0xa834, 0x1520040d },
213 { 0xa838, 0x00020105 },
214 { 0xa83c, 0x00083700 },
215 { 0xa840, 0x000016ff },
216 { 0xa844, 0x00000000 },
217 { 0xa848, 0xff000000 },
218 { 0xa84c, 0x0a000010 },
219 { 0xa850, 0x00000001 },
220 { 0xa854, 0x00000008 },
221 { 0xa858, 0x00000008 },
222 { 0xa85c, 0x00000000 },
223 { 0xa860, 0x00020000 },
224 { 0xa248, 0x0000221e },
225 { 0xa900, 0x00000000 },
226 { 0xa904, 0x00003800 },
227 { 0xa908, 0x00000000 },
228 { 0xa90c, 0x0c000000 },
229 { 0xa910, 0x12000800 },
230 { 0xa914, 0x00000000 },
231 { 0xa918, 0x00b20000 },
232 { 0xa91c, 0x00000000 },
233 { 0xa920, 0x08004b02 },
234 { 0xa924, 0x00000300 },
235 { 0xa928, 0x01000820 },
236 { 0xa92c, 0x00000000 },
237 { 0xa930, 0x00030000 },
238 { 0xa934, 0x15150406 },
Duncan Lauriedd585b82012-04-09 12:05:18 -0700239 { 0xa938, 0x00020300 },
240 { 0xa93c, 0x00903900 },
241 { 0xa940, 0x00000000 },
242 { 0xa944, 0x00000000 },
243 { 0xa948, 0x20001b00 },
244 { 0xa94c, 0x0a000010 },
245 { 0xa950, 0x00000000 },
246 { 0xa954, 0x00000008 },
247 { 0xa960, 0x00110000 },
248 { 0xaa3c, 0x00003900 },
249 { 0xaa54, 0x00000008 },
250 { 0xaa60, 0x00110000 },
251 { 0 }
252};
253
Stefan Reinauer00636b02012-04-04 00:08:51 +0200254/* some vga option roms are used for several chipsets but they only have one
255 * PCI ID in their header. If we encounter such an option rom, we need to do
Martin Roth128c1042016-11-18 09:29:03 -0700256 * the mapping ourselves
Stefan Reinauer00636b02012-04-04 00:08:51 +0200257 */
258
259u32 map_oprom_vendev(u32 vendev)
260{
Nico Huber23b93dd2017-07-29 01:46:23 +0200261 u32 new_vendev = vendev;
Stefan Reinauer00636b02012-04-04 00:08:51 +0200262
263 switch (vendev) {
Nico Huber23b93dd2017-07-29 01:46:23 +0200264 case 0x80860102: /* SNB GT1 Desktop */
265 case 0x8086010a: /* SNB GT1 Server */
266 case 0x80860112: /* SNB GT2 Desktop */
267 case 0x80860116: /* SNB GT2 Mobile */
268 case 0x80860122: /* SNB GT2 Desktop >=1.3GHz */
269 case 0x80860126: /* SNB GT2 Mobile >=1.3GHz */
270 case 0x80860152: /* IVB GT1 Desktop */
271 case 0x80860156: /* IVB GT1 Mobile */
272 case 0x80860162: /* IVB GT2 Desktop */
273 case 0x80860166: /* IVB GT2 Mobile */
274 new_vendev = 0x80860106;/* SNB GT1 Mobile */
Stefan Reinauer00636b02012-04-04 00:08:51 +0200275 break;
276 }
277
278 return new_vendev;
279}
280
281static struct resource *gtt_res = NULL;
282
Vladimir Serbinenkoa71bdc32014-08-30 00:35:39 +0200283u32 gtt_read(u32 reg)
Stefan Reinauer00636b02012-04-04 00:08:51 +0200284{
Kevin Paul Herbertbde6d302014-12-24 18:43:20 -0800285 return read32(res2mmio(gtt_res, reg, 0));
Stefan Reinauer00636b02012-04-04 00:08:51 +0200286}
287
Vladimir Serbinenkoa71bdc32014-08-30 00:35:39 +0200288void gtt_write(u32 reg, u32 data)
Stefan Reinauer00636b02012-04-04 00:08:51 +0200289{
Kevin Paul Herbertbde6d302014-12-24 18:43:20 -0800290 write32(res2mmio(gtt_res, reg, 0), data);
Stefan Reinauer00636b02012-04-04 00:08:51 +0200291}
292
Stefan Reinauer4c8027a2012-09-07 10:53:56 -0700293static inline void gtt_write_powermeter(const struct gt_powermeter *pm)
Duncan Lauriedd585b82012-04-09 12:05:18 -0700294{
295 for (; pm && pm->reg; pm++)
296 gtt_write(pm->reg, pm->value);
297}
298
Stefan Reinauer00636b02012-04-04 00:08:51 +0200299#define GTT_RETRY 1000
Vladimir Serbinenkoa71bdc32014-08-30 00:35:39 +0200300int gtt_poll(u32 reg, u32 mask, u32 value)
Stefan Reinauer00636b02012-04-04 00:08:51 +0200301{
302 unsigned try = GTT_RETRY;
303 u32 data;
304
305 while (try--) {
306 data = gtt_read(reg);
307 if ((data & mask) == value)
308 return 1;
309 udelay(10);
310 }
311
312 printk(BIOS_ERR, "GT init timeout\n");
313 return 0;
314}
315
Patrick Rudolph19c2ad82017-06-30 14:52:01 +0200316uintptr_t gma_get_gnvs_aslb(const void *gnvs)
317{
318 const global_nvs_t *gnvs_ptr = gnvs;
319 return (uintptr_t)(gnvs_ptr ? gnvs_ptr->aslb : 0);
320}
321
322void gma_set_gnvs_aslb(void *gnvs, uintptr_t aslb)
323{
324 global_nvs_t *gnvs_ptr = gnvs;
325 if (gnvs_ptr)
326 gnvs_ptr->aslb = aslb;
327}
328
Stefan Reinauer00636b02012-04-04 00:08:51 +0200329static void gma_pm_init_pre_vbios(struct device *dev)
330{
331 u32 reg32;
332
333 printk(BIOS_DEBUG, "GT Power Management Init\n");
334
335 gtt_res = find_resource(dev, PCI_BASE_ADDRESS_0);
336 if (!gtt_res || !gtt_res->base)
337 return;
338
339 if (bridge_silicon_revision() < IVB_STEP_C0) {
340 /* 1: Enable force wake */
341 gtt_write(0xa18c, 0x00000001);
Duncan Laurieda83a5f2012-05-25 10:04:17 -0700342 gtt_poll(0x130090, (1 << 0), (1 << 0));
Stefan Reinauer00636b02012-04-04 00:08:51 +0200343 } else {
344 gtt_write(0xa180, 1 << 5);
345 gtt_write(0xa188, 0xffff0001);
Duncan Laurieda83a5f2012-05-25 10:04:17 -0700346 gtt_poll(0x130040, (1 << 0), (1 << 0));
Stefan Reinauer00636b02012-04-04 00:08:51 +0200347 }
348
349 if ((bridge_silicon_revision() & BASE_REV_MASK) == BASE_REV_SNB) {
350 /* 1d: Set GTT+0x42004 [15:14]=11 (SnB C1+) */
351 reg32 = gtt_read(0x42004);
352 reg32 |= (1 << 14) | (1 << 15);
353 gtt_write(0x42004, reg32);
354 }
355
356 if (bridge_silicon_revision() >= IVB_STEP_A0) {
357 /* Display Reset Acknowledge Settings */
Stefan Reinauer00636b02012-04-04 00:08:51 +0200358 reg32 = gtt_read(0x45010);
359 reg32 |= (1 << 1) | (1 << 0);
360 gtt_write(0x45010, reg32);
361 }
362
363 /* 2: Get GT SKU from GTT+0x911c[13] */
Duncan Lauriedd585b82012-04-09 12:05:18 -0700364 reg32 = gtt_read(0x911c);
Stefan Reinauer00636b02012-04-04 00:08:51 +0200365 if ((bridge_silicon_revision() & BASE_REV_MASK) == BASE_REV_SNB) {
Stefan Reinauer00636b02012-04-04 00:08:51 +0200366 if (reg32 & (1 << 13)) {
Duncan Lauriedd585b82012-04-09 12:05:18 -0700367 printk(BIOS_DEBUG, "SNB GT1 Power Meter Weights\n");
368 gtt_write_powermeter(snb_pm_gt1);
Stefan Reinauer00636b02012-04-04 00:08:51 +0200369 } else {
Duncan Lauriedd585b82012-04-09 12:05:18 -0700370 printk(BIOS_DEBUG, "SNB GT2 Power Meter Weights\n");
371 gtt_write_powermeter(snb_pm_gt2);
Stefan Reinauer00636b02012-04-04 00:08:51 +0200372 }
373 } else {
Duncan Lauriedd585b82012-04-09 12:05:18 -0700374 u32 unit = MCHBAR32(0x5938) & 0xf;
Duncan Lauriedd585b82012-04-09 12:05:18 -0700375
Duncan Laurie8508cff2012-04-12 16:02:43 -0700376 if (reg32 & (1 << 13)) {
Duncan Lauriedd585b82012-04-09 12:05:18 -0700377 /* GT1 SKU */
378 printk(BIOS_DEBUG, "IVB GT1 Power Meter Weights\n");
379 gtt_write_powermeter(ivb_pm_gt1);
Duncan Laurie8508cff2012-04-12 16:02:43 -0700380 } else {
381 /* GT2 SKU */
382 u32 tdp = MCHBAR32(0x5930) & 0x7fff;
383 tdp /= (1 << unit);
384
385 if (tdp <= 17) {
386 /* <=17W ULV */
387 printk(BIOS_DEBUG, "IVB GT2 17W "
388 "Power Meter Weights\n");
389 gtt_write_powermeter(ivb_pm_gt2_17w);
390 } else if ((tdp >= 25) && (tdp <= 35)) {
391 /* 25W-35W */
Duncan Laurieda83a5f2012-05-25 10:04:17 -0700392 printk(BIOS_DEBUG, "IVB GT2 25W-35W "
Duncan Laurie8508cff2012-04-12 16:02:43 -0700393 "Power Meter Weights\n");
394 gtt_write_powermeter(ivb_pm_gt2_35w);
395 } else {
396 /* All others */
397 printk(BIOS_DEBUG, "IVB GT2 35W "
398 "Power Meter Weights\n");
399 gtt_write_powermeter(ivb_pm_gt2_35w);
400 }
Duncan Lauriedd585b82012-04-09 12:05:18 -0700401 }
Stefan Reinauer00636b02012-04-04 00:08:51 +0200402 }
403
404 /* 3: Gear ratio map */
405 gtt_write(0xa004, 0x00000010);
406
407 /* 4: GFXPAUSE */
408 gtt_write(0xa000, 0x00070020);
409
410 /* 5: Dynamic EU trip control */
411 gtt_write(0xa080, 0x00000004);
412
413 /* 6: ECO bits */
414 reg32 = gtt_read(0xa180);
415 reg32 |= (1 << 26) | (1 << 31);
416 /* (bit 20=1 for SNB step D1+ / IVB A0+) */
417 if (bridge_silicon_revision() >= SNB_STEP_D1)
418 reg32 |= (1 << 20);
419 gtt_write(0xa180, reg32);
420
421 /* 6a: for SnB step D2+ only */
422 if (((bridge_silicon_revision() & BASE_REV_MASK) == BASE_REV_SNB) &&
423 (bridge_silicon_revision() >= SNB_STEP_D2)) {
424 reg32 = gtt_read(0x9400);
425 reg32 |= (1 << 7);
426 gtt_write(0x9400, reg32);
427
428 reg32 = gtt_read(0x941c);
429 reg32 &= 0xf;
430 reg32 |= (1 << 1);
431 gtt_write(0x941c, reg32);
Duncan Laurieda83a5f2012-05-25 10:04:17 -0700432 gtt_poll(0x941c, (1 << 1), (0 << 1));
Stefan Reinauer00636b02012-04-04 00:08:51 +0200433 }
434
435 if ((bridge_silicon_revision() & BASE_REV_MASK) == BASE_REV_IVB) {
436 reg32 = gtt_read(0x907c);
437 reg32 |= (1 << 16);
438 gtt_write(0x907c, reg32);
439
440 /* 6b: Clocking reset controls */
441 gtt_write(0x9424, 0x00000001);
442 } else {
443 /* 6b: Clocking reset controls */
444 gtt_write(0x9424, 0x00000000);
445 }
446
447 /* 7 */
Duncan Laurieda83a5f2012-05-25 10:04:17 -0700448 if (gtt_poll(0x138124, (1 << 31), (0 << 31))) {
449 gtt_write(0x138128, 0x00000029); /* Mailbox Data */
450 gtt_write(0x138124, 0x80000004); /* Mailbox Cmd for RC6 VID */
451 if (gtt_poll(0x138124, (1 << 31), (0 << 31)))
452 gtt_write(0x138124, 0x8000000a);
453 gtt_poll(0x138124, (1 << 31), (0 << 31));
454 }
Stefan Reinauer00636b02012-04-04 00:08:51 +0200455
456 /* 8 */
457 gtt_write(0xa090, 0x00000000); /* RC Control */
458 gtt_write(0xa098, 0x03e80000); /* RC1e Wake Rate Limit */
459 gtt_write(0xa09c, 0x0028001e); /* RC6/6p Wake Rate Limit */
460 gtt_write(0xa0a0, 0x0000001e); /* RC6pp Wake Rate Limit */
461 gtt_write(0xa0a8, 0x0001e848); /* RC Evaluation Interval */
462 gtt_write(0xa0ac, 0x00000019); /* RC Idle Hysteresis */
463
464 /* 9 */
465 gtt_write(0x2054, 0x0000000a); /* Render Idle Max Count */
466 gtt_write(0x12054,0x0000000a); /* Video Idle Max Count */
467 gtt_write(0x22054,0x0000000a); /* Blitter Idle Max Count */
468
469 /* 10 */
470 gtt_write(0xa0b0, 0x00000000); /* Unblock Ack to Busy */
471 gtt_write(0xa0b4, 0x000003e8); /* RC1e Threshold */
472 gtt_write(0xa0b8, 0x0000c350); /* RC6 Threshold */
473 gtt_write(0xa0bc, 0x000186a0); /* RC6p Threshold */
474 gtt_write(0xa0c0, 0x0000fa00); /* RC6pp Threshold */
475
476 /* 11 */
477 gtt_write(0xa010, 0x000f4240); /* RP Down Timeout */
478 gtt_write(0xa014, 0x12060000); /* RP Interrupt Limits */
479 gtt_write(0xa02c, 0x00015f90); /* RP Up Threshold */
480 gtt_write(0xa030, 0x000186a0); /* RP Down Threshold */
481 gtt_write(0xa068, 0x000186a0); /* RP Up EI */
482 gtt_write(0xa06c, 0x000493e0); /* RP Down EI */
483 gtt_write(0xa070, 0x0000000a); /* RP Idle Hysteresis */
484
485 /* 11a: Enable Render Standby (RC6) */
486 if ((bridge_silicon_revision() & BASE_REV_MASK) == BASE_REV_IVB) {
Duncan Laurieda83a5f2012-05-25 10:04:17 -0700487 /*
488 * IvyBridge should also support DeepRenderStandby.
489 *
490 * Unfortunately it does not work reliably on all SKUs so
491 * disable it here and it can be enabled by the kernel.
492 */
493 gtt_write(0xa090, 0x88040000); /* HW RC Control */
Stefan Reinauer00636b02012-04-04 00:08:51 +0200494 } else {
495 gtt_write(0xa090, 0x88040000); /* HW RC Control */
496 }
497
498 /* 12: Normal Frequency Request */
499 /* RPNFREQ_VAL comes from MCHBAR 0x5998 23:16 (8 bits!? use 7) */
500 reg32 = MCHBAR32(0x5998);
501 reg32 >>= 16;
502 reg32 &= 0xef;
503 reg32 <<= 25;
504 gtt_write(0xa008, reg32);
505
506 /* 13: RP Control */
507 gtt_write(0xa024, 0x00000592);
508
509 /* 14: Enable PM Interrupts */
510 gtt_write(0x4402c, 0x03000076);
511
512 /* Clear 0x6c024 [8:6] */
513 reg32 = gtt_read(0x6c024);
514 reg32 &= ~0x000001c0;
515 gtt_write(0x6c024, reg32);
Nico Huber07e206a2016-10-19 15:20:17 +0200516
517 /* Initialize DP buffer translation with recommended defaults */
518 gtt_write(0xe4f00, 0x0100030c);
519 gtt_write(0xe4f04, 0x00b8230c);
520 gtt_write(0xe4f08, 0x06f8930c);
521 gtt_write(0xe4f0c, 0x05f8e38e);
522 gtt_write(0xe4f10, 0x00b8030c);
523 gtt_write(0xe4f14, 0x0b78830c);
524 gtt_write(0xe4f18, 0x09f8d3cf);
525 gtt_write(0xe4f1c, 0x01e8030c);
526 gtt_write(0xe4f20, 0x09f863cf);
527 gtt_write(0xe4f24, 0x0ff803cf);
Stefan Reinauer00636b02012-04-04 00:08:51 +0200528}
529
530static void gma_pm_init_post_vbios(struct device *dev)
531{
532 struct northbridge_intel_sandybridge_config *conf = dev->chip_info;
533 u32 reg32;
534
535 printk(BIOS_DEBUG, "GT Power Management Init (post VBIOS)\n");
536
537 /* 15: Deassert Force Wake */
Duncan Lauriedd585b82012-04-09 12:05:18 -0700538 if (bridge_silicon_revision() < IVB_STEP_C0) {
539 gtt_write(0xa18c, gtt_read(0xa18c) & ~1);
Duncan Laurieda83a5f2012-05-25 10:04:17 -0700540 gtt_poll(0x130090, (1 << 0), (0 << 0));
Duncan Lauriedd585b82012-04-09 12:05:18 -0700541 } else {
542 gtt_write(0xa188, 0x1fffe);
Duncan Laurieda83a5f2012-05-25 10:04:17 -0700543 if (gtt_poll(0x130040, (1 << 0), (0 << 0)))
544 gtt_write(0xa188, gtt_read(0xa188) | 1);
Duncan Lauriedd585b82012-04-09 12:05:18 -0700545 }
Stefan Reinauer00636b02012-04-04 00:08:51 +0200546
547 /* 16: SW RC Control */
548 gtt_write(0xa094, 0x00060000);
549
550 /* Setup Digital Port Hotplug */
551 reg32 = gtt_read(0xc4030);
552 if (!reg32) {
553 reg32 = (conf->gpu_dp_b_hotplug & 0x7) << 2;
554 reg32 |= (conf->gpu_dp_c_hotplug & 0x7) << 10;
555 reg32 |= (conf->gpu_dp_d_hotplug & 0x7) << 18;
556 gtt_write(0xc4030, reg32);
557 }
558
559 /* Setup Panel Power On Delays */
560 reg32 = gtt_read(0xc7208);
561 if (!reg32) {
562 reg32 = (conf->gpu_panel_port_select & 0x3) << 30;
563 reg32 |= (conf->gpu_panel_power_up_delay & 0x1fff) << 16;
564 reg32 |= (conf->gpu_panel_power_backlight_on_delay & 0x1fff);
565 gtt_write(0xc7208, reg32);
566 }
567
568 /* Setup Panel Power Off Delays */
569 reg32 = gtt_read(0xc720c);
570 if (!reg32) {
571 reg32 = (conf->gpu_panel_power_down_delay & 0x1fff) << 16;
572 reg32 |= (conf->gpu_panel_power_backlight_off_delay & 0x1fff);
573 gtt_write(0xc720c, reg32);
574 }
575
576 /* Setup Panel Power Cycle Delay */
577 if (conf->gpu_panel_power_cycle_delay) {
578 reg32 = gtt_read(0xc7210);
579 reg32 &= ~0xff;
580 reg32 |= conf->gpu_panel_power_cycle_delay & 0xff;
581 gtt_write(0xc7210, reg32);
582 }
Duncan Lauriedd585b82012-04-09 12:05:18 -0700583
584 /* Enable Backlight if needed */
585 if (conf->gpu_cpu_backlight) {
586 gtt_write(0x48250, (1 << 31));
587 gtt_write(0x48254, conf->gpu_cpu_backlight);
588 }
589 if (conf->gpu_pch_backlight) {
590 gtt_write(0xc8250, (1 << 31));
591 gtt_write(0xc8254, conf->gpu_pch_backlight);
592 }
Stefan Reinauer00636b02012-04-04 00:08:51 +0200593}
594
Patrick Rudolph76b93fe2017-06-20 17:55:40 +0200595/* Enable SCI to ACPI _GPE._L06 */
596static void gma_enable_swsci(void)
597{
598 u16 reg16;
599
600 /* clear DMISCI status */
601 reg16 = inw(DEFAULT_PMBASE + TCO1_STS);
602 reg16 &= DMISCI_STS;
603 outw(DEFAULT_PMBASE + TCO1_STS, reg16);
604
605 /* clear acpi tco status */
606 outl(DEFAULT_PMBASE + GPE0_STS, TCOSCI_STS);
607
608 /* enable acpi tco scis */
609 reg16 = inw(DEFAULT_PMBASE + GPE0_EN);
610 reg16 |= TCOSCI_EN;
611 outw(DEFAULT_PMBASE + GPE0_EN, reg16);
612}
613
Stefan Reinauer00636b02012-04-04 00:08:51 +0200614static void gma_func0_init(struct device *dev)
615{
616 u32 reg32;
617
618 /* IGD needs to be Bus Master */
619 reg32 = pci_read_config32(dev, PCI_COMMAND);
620 reg32 |= PCI_COMMAND_MASTER | PCI_COMMAND_MEMORY | PCI_COMMAND_IO;
621 pci_write_config32(dev, PCI_COMMAND, reg32);
622
623 /* Init graphics power management */
624 gma_pm_init_pre_vbios(dev);
625
Alexandru Gagniuc96470942015-09-07 03:06:31 -0700626 if (!IS_ENABLED(CONFIG_MAINBOARD_DO_NATIVE_VGA_INIT))
627 /* PCI Init, will run VBIOS */
628 pci_dev_init(dev);
Stefan Reinauer00636b02012-04-04 00:08:51 +0200629
630 /* Post VBIOS init */
631 gma_pm_init_post_vbios(dev);
Ronald G. Minnich69efaa02013-02-26 10:07:40 -0800632
Nico Huberd4ebeaf2017-05-22 13:49:22 +0200633 if (IS_ENABLED(CONFIG_MAINBOARD_DO_NATIVE_VGA_INIT) ||
634 IS_ENABLED(CONFIG_MAINBOARD_USE_LIBGFXINIT)) {
Alexandru Gagniuc96470942015-09-07 03:06:31 -0700635 /* This should probably run before post VBIOS init. */
636 printk(BIOS_SPEW, "Initializing VGA without OPROM.\n");
637 u8 *mmiobase;
638 u32 iobase, physbase, graphics_base;
639 struct northbridge_intel_sandybridge_config *conf = dev->chip_info;
640 iobase = dev->resource_list[2].base;
641 mmiobase = res2mmio(&dev->resource_list[0], 0, 0);
642 physbase = pci_read_config32(dev, 0x5c) & ~0xf;
643 graphics_base = dev->resource_list[1].base;
Ronald G. Minnich69efaa02013-02-26 10:07:40 -0800644
Nico Huber88c64872016-10-05 18:02:01 +0200645 int lightup_ok;
646 if (IS_ENABLED(CONFIG_MAINBOARD_USE_LIBGFXINIT)) {
647 gma_gfxinit((uintptr_t)mmiobase, graphics_base,
648 physbase, &lightup_ok);
649 } else {
650 lightup_ok = i915lightup_sandy(&conf->gfx, physbase,
651 iobase, mmiobase, graphics_base);
652 }
Alexandru Gagniuc96470942015-09-07 03:06:31 -0700653 if (lightup_ok)
654 gfx_set_init_done(1);
655 }
Patrick Rudolph76b93fe2017-06-20 17:55:40 +0200656
657 gma_enable_swsci();
658 intel_gma_restore_opregion();
Stefan Reinauer00636b02012-04-04 00:08:51 +0200659}
660
661static void gma_set_subsystem(device_t dev, unsigned vendor, unsigned device)
662{
663 if (!vendor || !device) {
664 pci_write_config32(dev, PCI_SUBSYSTEM_VENDOR_ID,
665 pci_read_config32(dev, PCI_VENDOR_ID));
666 } else {
667 pci_write_config32(dev, PCI_SUBSYSTEM_VENDOR_ID,
668 ((device & 0xffff) << 16) | (vendor & 0xffff));
669 }
670}
671
Vladimir Serbinenkodd2bc3f2014-10-31 09:16:31 +0100672const struct i915_gpu_controller_info *
673intel_gma_get_controller_info(void)
674{
675 device_t dev = dev_find_slot(0, PCI_DEVFN(0x2,0));
676 if (!dev) {
677 return NULL;
678 }
679 struct northbridge_intel_sandybridge_config *chip = dev->chip_info;
680 return &chip->gfx;
681}
682
Alexander Couzens5eea4582015-04-12 22:18:55 +0200683static void gma_ssdt(device_t device)
Vladimir Serbinenkodd2bc3f2014-10-31 09:16:31 +0100684{
685 const struct i915_gpu_controller_info *gfx = intel_gma_get_controller_info();
686 if (!gfx) {
687 return;
688 }
689
690 drivers_intel_gma_displays_ssdt_generate(gfx);
691}
692
Patrick Rudolph281ccca2017-04-12 16:55:32 +0200693static unsigned long
694gma_write_acpi_tables(struct device *const dev,
695 unsigned long current,
696 struct acpi_rsdp *const rsdp)
697{
Patrick Rudolph402e9c12017-05-18 18:26:30 +0200698 igd_opregion_t *opregion = (igd_opregion_t *)current;
Patrick Rudolph281ccca2017-04-12 16:55:32 +0200699 global_nvs_t *gnvs;
700
Patrick Rudolph402e9c12017-05-18 18:26:30 +0200701 if (init_igd_opregion(opregion) != CB_SUCCESS)
702 return current;
703
704 current += sizeof(igd_opregion_t);
705
706 /* GNVS has been already set up */
707 gnvs = cbmem_find(CBMEM_ID_ACPI_GNVS);
708 if (gnvs) {
709 /* IGD OpRegion Base Address */
Patrick Rudolph19c2ad82017-06-30 14:52:01 +0200710 gma_set_gnvs_aslb(gnvs, (uintptr_t)opregion);
Patrick Rudolph402e9c12017-05-18 18:26:30 +0200711 } else {
712 printk(BIOS_ERR, "Error: GNVS table not found.\n");
Patrick Rudolph281ccca2017-04-12 16:55:32 +0200713 }
714
Patrick Rudolph402e9c12017-05-18 18:26:30 +0200715 current = acpi_align_current(current);
Patrick Rudolph281ccca2017-04-12 16:55:32 +0200716 return current;
717}
718
Patrick Rudolph3e47fc92017-06-07 09:44:07 +0200719static const char *gma_acpi_name(device_t dev)
720{
721 return "GFX0";
722}
723
Patrick Rudolphe11f6c32015-10-15 15:35:12 +0200724/* called by pci set_vga_bridge function */
725static void gma_func0_disable(struct device *dev)
726{
727 u16 reg16;
728 device_t dev_host = dev_find_slot(0, PCI_DEVFN(0,0));
729
730 reg16 = pci_read_config16(dev_host, GGC);
731 reg16 |= (1 << 1); /* disable VGA decode */
732 pci_write_config16(dev_host, GGC, reg16);
733
734 dev->enabled = 0;
735}
736
Stefan Reinauer00636b02012-04-04 00:08:51 +0200737static struct pci_operations gma_pci_ops = {
738 .set_subsystem = gma_set_subsystem,
739};
740
741static struct device_operations gma_func0_ops = {
Vladimir Serbinenko30fe6122014-02-05 23:25:28 +0100742 .read_resources = pci_dev_read_resources,
Stefan Reinauer00636b02012-04-04 00:08:51 +0200743 .set_resources = pci_dev_set_resources,
744 .enable_resources = pci_dev_enable_resources,
Vladimir Serbinenkodd2bc3f2014-10-31 09:16:31 +0100745 .acpi_fill_ssdt_generator = gma_ssdt,
Stefan Reinauer00636b02012-04-04 00:08:51 +0200746 .init = gma_func0_init,
747 .scan_bus = 0,
748 .enable = 0,
Patrick Rudolphe11f6c32015-10-15 15:35:12 +0200749 .disable = gma_func0_disable,
Stefan Reinauer00636b02012-04-04 00:08:51 +0200750 .ops_pci = &gma_pci_ops,
Patrick Rudolph3e47fc92017-06-07 09:44:07 +0200751 .acpi_name = gma_acpi_name,
Patrick Rudolph281ccca2017-04-12 16:55:32 +0200752 .write_acpi_tables = gma_write_acpi_tables,
Stefan Reinauer00636b02012-04-04 00:08:51 +0200753};
754
Ronald G. Minnich69efaa02013-02-26 10:07:40 -0800755static const unsigned short pci_device_ids[] = { 0x0102, 0x0106, 0x010a, 0x0112,
756 0x0116, 0x0122, 0x0126, 0x0156,
Damien Zammit3162a1d2015-07-13 16:10:52 +1000757 0x0166, 0x0162, 0x0152,
Ronald G. Minnich69efaa02013-02-26 10:07:40 -0800758 0 };
759
760static const struct pci_driver gma __pci_driver = {
761 .ops = &gma_func0_ops,
762 .vendor = PCI_VENDOR_ID_INTEL,
763 .devices = pci_device_ids,
Stefan Reinauer00636b02012-04-04 00:08:51 +0200764};