blob: f9c0eca249e812c195b4b3407af8b7ff4d029fbc [file] [log] [blame]
Josef Kellermannbfa7ee52011-05-11 07:47:43 +00001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright (C) 2008 Advanced Micro Devices, Inc.
5 * Copyright (C) 2010 Siemens AG, Inc.
6 * (Written by Josef Kellermann <joseph.kellermann@heitec.de> for Siemens AG, Inc.)
Stefan Reinauer5ff7c132011-10-31 12:56:45 -07007 *
Josef Kellermannbfa7ee52011-05-11 07:47:43 +00008 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; version 2 of the License.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
20 */
Stefan Reinauer5ff7c132011-10-31 12:56:45 -070021
Josef Kellermannbfa7ee52011-05-11 07:47:43 +000022#include <console/console.h>
23#include <device/device.h>
24#include <device/pci.h>
25#include <arch/io.h>
26#include <delay.h>
Josef Kellermannbfa7ee52011-05-11 07:47:43 +000027#include <cpu/x86/msr.h>
28#include <cpu/amd/mtrr.h>
29#include <device/pci_def.h>
30#include <pc80/mc146818rtc.h>
31#include <cpu/x86/lapic.h>
32#include <southbridge/amd/sb600/sb600.h>
33#include <southbridge/amd/rs690/chip.h>
34#include <southbridge/amd/rs690/rs690.h>
35#include <superio/ite/it8712f/it8712f.h>
Josef Kellermannbfa7ee52011-05-11 07:47:43 +000036#if CONFIG_PCI_OPTION_ROM_RUN_YABEL
37#include <x86emu/x86emu.h>
38#endif
39#include "int15_func.h"
40
41// ****LCD panel ID support: *****
42// Callback Sub-Function 00h - Get LCD Panel ID
43#define PANEL_TABLE_ID_NO 0 // no LCD
44#define PANEL_TABLE_ID1 1 // 1024x768_65MHz_Dual
45#define PANEL_TABLE_ID2 2 // 920x1200_162MHz
46#define PANEL_TABLE_ID3 3 // 600x1200_162MHz
47#define PANEL_TABLE_ID4 4 // 1024x768_65MHz
48#define PANEL_TABLE_ID5 5 // 1400x1050_108MHz
49#define PANEL_TABLE_ID6 6 // 1680x1050_119MHz
50#define PANEL_TABLE_ID7 7 // 2048x1536_164MHz
51#define PANEL_TABLE_ID8 8 // 1280x1024_108MHz
52#define PANEL_TABLE_ID9 9 // 1366x768_86MHz_chimei_V32B1L01
53
54// Callback Sub-Function 05h – Select Boot-up TV Standard
55#define TV_MODE_00 0x00 /* NTSC */
56#define TV_MODE_01 0x01 /* PAL */
57#define TV_MODE_02 0x02 /* PALM */
58#define TV_MODE_03 0x03 /* PAL60 */
59#define TV_MODE_04 0x04 /* NTSCJ */
60#define TV_MODE_05 0x05 /* PALCN */
61#define TV_MODE_06 0x06 /* PALN */
62#define TV_MODE_09 0x09 /* SCART-RGB */
63#define TV_MODE_NO 0xff /* No TV Support */
64
65#define PLX_VIDDID 0x861610b5
66
67/* 7475 Common Registers */
68#define REG_DEVREV2 0x12 /* ADT7490 only */
69#define REG_VTT 0x1E /* ADT7490 only */
70#define REG_EXTEND3 0x1F /* ADT7490 only */
71#define REG_VOLTAGE_BASE 0x20
72#define REG_TEMP_BASE 0x25
73#define REG_TACH_BASE 0x28
74#define REG_PWM_BASE 0x30
75#define REG_PWM_MAX_BASE 0x38
76#define REG_DEVID 0x3D
77#define REG_VENDID 0x3E
78#define REG_DEVID2 0x3F
79#define REG_STATUS1 0x41
80#define REG_STATUS2 0x42
81#define REG_VID 0x43 /* ADT7476 only */
82#define REG_VOLTAGE_MIN_BASE 0x44
83#define REG_VOLTAGE_MAX_BASE 0x45
84#define REG_TEMP_MIN_BASE 0x4E
85#define REG_TEMP_MAX_BASE 0x4F
86#define REG_TACH_MIN_BASE 0x54
87#define REG_PWM_CONFIG_BASE 0x5C
88#define REG_TEMP_TRANGE_BASE 0x5F
89#define REG_PWM_MIN_BASE 0x64
90#define REG_TEMP_TMIN_BASE 0x67
91#define REG_TEMP_THERM_BASE 0x6A
92#define REG_REMOTE1_HYSTERSIS 0x6D
93#define REG_REMOTE2_HYSTERSIS 0x6E
94#define REG_TEMP_OFFSET_BASE 0x70
95#define REG_CONFIG2 0x73
96#define REG_EXTEND1 0x76
97#define REG_EXTEND2 0x77
98#define REG_CONFIG1 0x40 // ADT7475
99#define REG_CONFIG3 0x78
100#define REG_CONFIG5 0x7C
101#define REG_CONFIG6 0x10 // ADT7475
102#define REG_CONFIG7 0x11 // ADT7475
103#define REG_CONFIG4 0x7D
104#define REG_STATUS4 0x81 /* ADT7490 only */
105#define REG_VTT_MIN 0x84 /* ADT7490 only */
106#define REG_VTT_MAX 0x86 /* ADT7490 only */
107
108#define VID_VIDSEL 0x80 /* ADT7476 only */
109
110#define CONFIG2_ATTN 0x20
111#define CONFIG3_SMBALERT 0x01
112#define CONFIG3_THERM 0x02
113#define CONFIG4_PINFUNC 0x03
114#define CONFIG4_MAXDUTY 0x08
115#define CONFIG4_ATTN_IN10 0x30
116#define CONFIG4_ATTN_IN43 0xC0
117#define CONFIG5_TWOSCOMP 0x01
118#define CONFIG5_TEMPOFFSET 0x02
119#define CONFIG5_VIDGPIO 0x10 /* ADT7476 only */
120#define REMOTE1 0
121#define LOCAL 1
122#define REMOTE2 2
123
124/* ADT7475 Settings */
125#define ADT7475_VOLTAGE_COUNT 5 /* Not counting Vtt */
126#define ADT7475_TEMP_COUNT 3
127#define ADT7475_TACH_COUNT 4
128#define ADT7475_PWM_COUNT 3
129
130/* Macros to easily index the registers */
131#define TACH_REG(idx) (REG_TACH_BASE + ((idx) * 2))
132#define TACH_MIN_REG(idx) (REG_TACH_MIN_BASE + ((idx) * 2))
133
134#define PWM_REG(idx) (REG_PWM_BASE + (idx))
135#define PWM_MAX_REG(idx) (REG_PWM_MAX_BASE + (idx))
136#define PWM_MIN_REG(idx) (REG_PWM_MIN_BASE + (idx))
137#define PWM_CONFIG_REG(idx) (REG_PWM_CONFIG_BASE + (idx))
138
139#define VOLTAGE_REG(idx) (REG_VOLTAGE_BASE + (idx))
140#define VOLTAGE_MIN_REG(idx) (REG_VOLTAGE_MIN_BASE + ((idx) * 2))
141#define VOLTAGE_MAX_REG(idx) (REG_VOLTAGE_MAX_BASE + ((idx) * 2))
142
143#define TEMP_REG(idx) (REG_TEMP_BASE + (idx))
144#define TEMP_MIN_REG(idx) (REG_TEMP_MIN_BASE + ((idx) * 2))
145#define TEMP_MAX_REG(idx) (REG_TEMP_MAX_BASE + ((idx) * 2))
146#define TEMP_TMIN_REG(idx) (REG_TEMP_TMIN_BASE + (idx))
147#define TEMP_THERM_REG(idx) (REG_TEMP_THERM_BASE + (idx))
148#define TEMP_OFFSET_REG(idx) (REG_TEMP_OFFSET_BASE + (idx))
149#define TEMP_TRANGE_REG(idx) (REG_TEMP_TRANGE_BASE + (idx))
150
151#define SMBUS_IO_BASE 0x1000
152#define ADT7475_ADDRESS 0x2E
153
154#define D_OPEN (1 << 6)
155#define D_CLS (1 << 5)
156#define D_LCK (1 << 4)
157#define G_SMRAME (1 << 3)
158#define A_BASE_SEG ((0 << 2) | (1 << 1) | (0 << 0)) // 0x2: SMM space at 640KB-768KB
159
160extern int do_smbus_read_byte(u32 smbus_io_base, u32 device, u32 address);
161extern int do_smbus_write_byte(u32 smbus_io_base, u32 device, u32 address, u8 val);
162
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000163static u32 smbus_io_base = SMBUS_IO_BASE;
164static u32 adt7475_address = ADT7475_ADDRESS;
165
166/* Macro to read the registers */
167#define adt7475_read_byte(reg) \
168 do_smbus_read_byte(smbus_io_base, adt7475_address, reg)
169
170#define adt7475_write_byte(reg, val) \
171 do_smbus_write_byte(smbus_io_base, adt7475_address, reg, val)
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700172
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000173#define TWOS_COMPL 1
174
175struct __table__{
176 const char *info;
177 u8 val;
178};
179
180struct __table__ dutycycles[] = {
181 {"25%", 0x3f},{"30%", 0x4c},{"35%", 0x59},{"40%", 0x66},{"45%", 0x73},
182 {"50%", 0x80},{"55%", 0x8d},{"60%", 0x9a},{"65%", 0xa7},{"70%", 0xb4},
183 {"75%", 0xc1},{"80%", 0xce},{"85%", 0xdb},{"90%", 0xe8},{"95%", 0xf5},
184 {"100%", 0xff}
185};
186#define SIZEOF_DUTYCYCLES sizeof(dutycycles)/sizeof(struct __table__)
187#define DUTYCYCLE(i,d) (i < SIZEOF_DUTYCYCLES) ? dutycycles[i].val : dutycycles[d].val // hopefully d is a correct value !!! fix
188#define DUTYCYCLE_INFO(i) (i < SIZEOF_DUTYCYCLES) ? dutycycles[i].info : "out_of_range"
189#if TWOS_COMPL == 0
190struct __table__ temperatures[] = {
191 {"30°C", 0x5e},{"35°C", 0x63},{"40°C", 0x68},{"45°C", 0x6d},{"50°C", 0x72},
192 {"55°C", 0x77},{"60°C", 0x7c},{"65°C", 0x81},{"70°C", 0x86},{"75°C", 0x8b},
193 {"80°C", 0x90}
194};
195#else
196struct __table__ temperatures[] = {
197 {"30°C", 30},{"35°C", 35},{"40°C", 40},{"45°C", 45},{"50°C", 50},
198 {"55°C", 55},{"60°C", 60},{"65°C", 65},{"70°C", 70},{"75°C", 75},
199 {"80°C", 80}
200};
201#endif
202int trange[] = {2.0,2.5,3.33,4.0,5.0,6.67,8.0,10.0,13.33,16.0,20.0,26.67,32.0,40.0,53.33,80.0};
203
204#define SIZEOF_TEMPERATURES sizeof(temperatures)/sizeof(struct __table__)
205#define TEMPERATURE(i,d) (i < SIZEOF_TEMPERATURES) ? temperatures[i].val : temperatures[d].val // hopefully d is a correct value !!! fix
206#define TEMPERATURE_INFO(i) (i < SIZEOF_TEMPERATURES) ? temperatures[i].info : "out of range"
207
208struct fan_control {
209 unsigned int enable : 1;
210 u8 polarity;
211 u8 t_min;
212 u8 t_max;
213 u8 pwm_min;
214 u8 pwm_max;
215 u8 t_range;
216};
217/* ############################################################################################# */
218#if CONFIG_PCI_OPTION_ROM_RUN_YABEL
219static int int15_handler(void)
220{
221#define BOOT_DISPLAY_DEFAULT 0
222#define BOOT_DISPLAY_CRT (1 << 0)
223#define BOOT_DISPLAY_TV (1 << 1)
224#define BOOT_DISPLAY_EFP (1 << 2)
225#define BOOT_DISPLAY_LCD (1 << 3)
226#define BOOT_DISPLAY_CRT2 (1 << 4)
227#define BOOT_DISPLAY_TV2 (1 << 5)
228#define BOOT_DISPLAY_EFP2 (1 << 6)
229#define BOOT_DISPLAY_LCD2 (1 << 7)
230
231 printk(BIOS_DEBUG, "%s: AX=%04x BX=%04x CX=%04x DX=%04x\n",
232 __func__, M.x86.R_AX, M.x86.R_BX, M.x86.R_CX, M.x86.R_DX);
233
234 switch (M.x86.R_AX) {
235 case 0x4e08: /* Boot Display */
236 switch (M.x86.R_BX) {
237 case 0x80:
238 M.x86.R_AX &= ~(0xff); // Success
239 M.x86.R_BX &= ~(0xff);
240 printk(BIOS_DEBUG, "Integrated System Information\n");
241 break;
242 case 0x00:
243 M.x86.R_AX &= ~(0xff);
244 M.x86.R_BX = 0x00;
245 printk(BIOS_DEBUG, "Panel ID = 0\n");
246 break;
247 case 0x05:
248 M.x86.R_AX &= ~(0xff);
249 M.x86.R_BX = 0xff;
250 printk(BIOS_DEBUG, "TV = off\n");
251 break;
252 default:
253 return 0;
254 }
255 break;
256 case 0x5f35: /* Boot Display */
257 M.x86.R_AX = 0x005f; // Success
258 M.x86.R_CL = BOOT_DISPLAY_DEFAULT;
259 break;
260 case 0x5f40: /* Boot Panel Type */
261 // M.x86.R_AX = 0x015f; // Supported but failed
262 M.x86.R_AX = 0x005f; // Success
263 M.x86.R_CL = 3; // Display ID
264 break;
265 default:
266 /* Interrupt was not handled */
267 return 0;
268 }
269
270 /* Interrupt handled */
271 return 1;
272}
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000273#endif
274/* ############################################################################################# */
275
276 /**
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700277 * @brief
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000278 *
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700279 * @param
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000280 */
281
282static u8 calc_trange(u8 t_min, u8 t_max) {
283
284 u8 prev;
285 int i;
286 int diff = t_max - t_min;
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700287
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000288 // walk through the trange table
289 for(i = 0, prev = 0; i < sizeof(trange)/sizeof(int); i++) {
290 if( trange[i] < diff ) {
291 prev = i; // save last val
292 continue;
293 }
294 if( diff == trange[i] ) return i;
295 if( (diff - trange[prev]) < (trange[i] - diff) ) break; // return with last val index
296 return i;
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700297 }
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000298 return prev;
299}
300
301/********************************************************
302* sina uses SB600 GPIO9 to detect IDE_DMA66.
303* IDE_DMA66 is routed to GPIO 9. So we read Gpio 9 to
304* get the cable type, 40 pin or 80 pin?
305********************************************************/
306static void cable_detect(void)
307{
308
309 u8 byte;
310 struct device *sm_dev;
311 struct device *ide_dev;
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700312
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000313 /* SMBus Module and ACPI Block (Device 20, Function 0) on SB600 */
314 printk(BIOS_DEBUG, "%s.\n", __func__);
315 sm_dev = dev_find_slot(0, PCI_DEVFN(0x14, 0));
316
317 byte = pci_read_config8(sm_dev, 0xA9);
318 byte |= (1 << 5); /* Set Gpio9 as input */
319 pci_write_config8(sm_dev, 0xA9, byte);
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700320
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000321 /* IDE Controller (Device 20, Function 1) on SB600 */
322 ide_dev = dev_find_slot(0, PCI_DEVFN(0x14, 1));
323
324 byte = pci_read_config8(ide_dev, 9);
325 printk(BIOS_INFO, "IDE controller in %s Mode\n", byte & (1 << 0) ? "Native" : "Compatibility");
326
327 byte = pci_read_config8(ide_dev, 0x56);
328 byte &= ~(7 << 0);
329 if( pci_read_config8(sm_dev, 0xAA) & (1 << 5) )
330 byte |= 2 << 0; /* mode 2 */
331 else
332 byte |= 5 << 0; /* mode 5 */
333 printk(BIOS_INFO, "DMA mode %d selected\n", byte & (7 << 0));
334 pci_write_config8(ide_dev, 0x56, byte);
335}
336
337/**
338 * @brief Detect the ADT7475 device
339 *
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700340 * @param
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000341 */
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700342
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000343static const char * adt7475_detect( void ) {
344
345 int vendid, devid, devid2;
346 const char *name = NULL;
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700347
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000348 vendid = adt7475_read_byte(REG_VENDID);
349 devid2 = adt7475_read_byte(REG_DEVID2);
350 if (vendid != 0x41 || /* Analog Devices */
351 (devid2 & 0xf8) != 0x68) {
352 return name;
353 }
354
355 devid = adt7475_read_byte(REG_DEVID);
356 if (devid == 0x73)
357 name = "adt7473";
358 else if (devid == 0x75 && adt7475_address == 0x2e)
359 name = "adt7475";
360 else if (devid == 0x76)
361 name = "adt7476";
362 else if ((devid2 & 0xfc) == 0x6c)
363 name = "adt7490";
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700364
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000365 return name;
366}
367
368// thermal control defaults
369const struct fan_control cpu_fan_control_defaults = {
370 .enable = 0, // disable by default
371 .polarity = 0, // high by default
372 .t_min = 3, // default = 45°C
373 .t_max = 7, // 65°C
374 .pwm_min = 1, // default dutycycle = 30%
375 .pwm_max = 13, // 90%
376};
377const struct fan_control case_fan_control_defaults = {
378 .enable = 0, // disable by default
379 .polarity = 0, // high by default
380 .t_min = 2, // default = 40°C
381 .t_max = 8, // 70°C
382 .pwm_min = 0, // default dutycycle = 25%
383 .pwm_max = 13, // 90%
384};
385
386static void pm_init( void )
387{
388 u16 word;
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700389 u8 byte;
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000390 device_t sm_dev = dev_find_slot(0, PCI_DEVFN(0x14, 0));
391
392 /* set SB600 GPIO 64 to GPIO with pull-up */
393 byte = pm2_ioread(0x42);
394 byte &= 0x3f;
395 pm2_iowrite(0x42, byte);
396
397 /* set GPIO 64 to tristate */
398 word = pci_read_config16(sm_dev, 0x56);
399 word |= 1 << 7;
400 pci_write_config16(sm_dev, 0x56, word);
401
402 /* set GPIO 64 internal pull-up */
403 byte = pm2_ioread(0xf0);
404 byte &= 0xee;
405 pm2_iowrite(0xf0, byte);
406
407 /* set Talert to be active low */
408 byte = pm_ioread(0x67);
409 byte &= ~(1 << 5);
410 pm_iowrite(0x67, byte);
411
412 /* set Talert to generate ACPI event */
413 byte = pm_ioread(0x3c);
414 byte &= 0xf3;
415 pm_iowrite(0x3c, byte);
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700416
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000417 /* set GPM5 to not wake from s5 */
418 byte = pm_ioread(0x77);
419 byte &= ~(1 << 5);
420 pm_iowrite(0x77, byte);
421}
422
423 /**
424 * @brief Setup thermal config on SINA Mainboard
425 *
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700426 * @param
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000427 */
428
429static void set_thermal_config(void)
430{
431 u8 byte, byte2;
432 u8 cpu_pwm_conf, case_pwm_conf;
433 device_t sm_dev;
434 struct fan_control cpu_fan_control, case_fan_control;
435 const char *name = NULL;
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700436
437
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000438 sm_dev = dev_find_slot(0, PCI_DEVFN(0x14, 0));
439 smbus_io_base = pci_read_config32(sm_dev, 0x10) & ~(0xf); // get BAR0-Address which holds the SMBUS_IO_BASE
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700440
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000441 if( (name = adt7475_detect()) == NULL ) {
442 printk(BIOS_NOTICE, "Couldn't detect an ADT7473/75/76/90 part at %x:%x\n", smbus_io_base, adt7475_address);
443 return;
444 }
445 printk(BIOS_DEBUG, "Found %s part at %x:%x\n", name, smbus_io_base, adt7475_address);
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700446
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000447 cpu_fan_control = cpu_fan_control_defaults;
448 case_fan_control = case_fan_control_defaults;
449
450 if( get_option(&byte, "cpu_fan_control") == -4 ) {
451 printk(BIOS_WARNING, "%s: CMOS checksum invalid, keeping default values\n",__func__);
452 } else {
453 // get all the options needed
454 if( get_option(&byte, "cpu_fan_control") == 0 )
455 cpu_fan_control.enable = byte ? 1 : 0;
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700456
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000457 get_option(&cpu_fan_control.polarity, "cpu_fan_polarity");
458 get_option(&cpu_fan_control.t_min, "cpu_t_min");
459 get_option(&cpu_fan_control.t_max, "cpu_t_max");
460 get_option(&cpu_fan_control.pwm_min, "cpu_dutycycle_min");
461 get_option(&cpu_fan_control.pwm_max, "cpu_dutycycle_max");
462
463 if( get_option(&byte, "chassis_fan_control") == 0)
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700464 case_fan_control.enable = byte ? 1 : 0;
465 get_option(&case_fan_control.polarity, "chassis_fan_polarity");
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000466 get_option(&case_fan_control.t_min, "chassis_t_min");
467 get_option(&case_fan_control.t_max, "chassis_t_max");
468 get_option(&case_fan_control.pwm_min, "chassis_dutycycle_min");
469 get_option(&case_fan_control.pwm_max, "chassis_dutycycle_max");
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700470
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000471 }
472
473 printk(BIOS_DEBUG, "cpu_fan_control:%s", cpu_fan_control.enable ? "enable" : "disable");
474 printk(BIOS_DEBUG, " cpu_fan_polarity:%s", cpu_fan_control.polarity ? "low" : "high");
475
476 printk(BIOS_DEBUG, " cpu_t_min:%s", TEMPERATURE_INFO(cpu_fan_control.t_min));
477 cpu_fan_control.t_min = TEMPERATURE(cpu_fan_control.t_min, cpu_fan_control_defaults.t_min);
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700478
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000479 printk(BIOS_DEBUG, " cpu_t_max:%s", TEMPERATURE_INFO(cpu_fan_control.t_max));
480 cpu_fan_control.t_max = TEMPERATURE(cpu_fan_control.t_max, cpu_fan_control_defaults.t_max);
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700481
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000482 printk(BIOS_DEBUG, " cpu_pwm_min:%s", DUTYCYCLE_INFO(cpu_fan_control.pwm_min));
483 cpu_fan_control.pwm_min = DUTYCYCLE(cpu_fan_control.pwm_min, cpu_fan_control_defaults.pwm_min);
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700484
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000485 printk(BIOS_DEBUG, " cpu_pwm_max:%s", DUTYCYCLE_INFO(cpu_fan_control.pwm_max));
486 cpu_fan_control.pwm_max = DUTYCYCLE(cpu_fan_control.pwm_max, cpu_fan_control_defaults.pwm_max);
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700487
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000488 cpu_fan_control.t_range = calc_trange(cpu_fan_control.t_min, cpu_fan_control.t_max);
489 printk(BIOS_DEBUG, " cpu_t_range:0x%02x\n", cpu_fan_control.t_range);
490 cpu_fan_control.t_range <<= 4;
491 cpu_fan_control.t_range |= (4 << 0); // 35.3Hz
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700492
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000493 printk(BIOS_DEBUG, "chassis_fan_control:%s", case_fan_control.enable ? "enable" : "disable");
494 printk(BIOS_DEBUG, " chassis_fan_polarity:%s", case_fan_control.polarity ? "low" : "high");
495
496 printk(BIOS_DEBUG, " chassis_t_min:%s", TEMPERATURE_INFO(case_fan_control.t_min));
497 case_fan_control.t_min = TEMPERATURE(case_fan_control.t_min, case_fan_control_defaults.t_min);
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700498
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000499 printk(BIOS_DEBUG, " chassis_t_max:%s", TEMPERATURE_INFO(case_fan_control.t_max));
500 case_fan_control.t_max = TEMPERATURE(case_fan_control.t_max, case_fan_control_defaults.t_max);
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700501
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000502 printk(BIOS_DEBUG, " chassis_pwm_min:%s", DUTYCYCLE_INFO(case_fan_control.pwm_min));
503 case_fan_control.pwm_min = DUTYCYCLE(case_fan_control.pwm_min, case_fan_control_defaults.pwm_min);
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700504
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000505 printk(BIOS_DEBUG, " chassis_pwm_max:%s", DUTYCYCLE_INFO(case_fan_control.pwm_max));
506 case_fan_control.pwm_max = DUTYCYCLE(case_fan_control.pwm_max, case_fan_control_defaults.pwm_max);
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700507
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000508 case_fan_control.t_range = calc_trange(case_fan_control.t_min, case_fan_control.t_max);
509 printk(BIOS_DEBUG, " case_t_range:0x%02x\n", case_fan_control.t_range);
510 case_fan_control.t_range <<= 4;
511 case_fan_control.t_range |= (4 << 0); // 35.3Hz
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700512
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000513 cpu_pwm_conf = (((cpu_fan_control.polarity & 0x1) << 4) | 0x2); // bit 4 control polarity of PWMx output
514 case_pwm_conf = (((case_fan_control.polarity & 0x1) << 4) | 0x2); // bit 4 control polarity of PWMx output
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700515 cpu_pwm_conf |= cpu_fan_control.enable ? (0 << 5) : (7 << 5); // manual control
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000516 case_pwm_conf |= case_fan_control.enable ? (1 << 5) : (7 << 5); // local temp
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700517
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000518 /* set adt7475 */
519
520 adt7475_write_byte(REG_CONFIG1, 0x04); // clear register, bit 2 is read only
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700521
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000522 /* Config Register 6: */
523 adt7475_write_byte(REG_CONFIG6, 0x00);
524 /* Config Register 7 */
525 adt7475_write_byte(REG_CONFIG7, 0x00);
526
527 /* Config Register 5: */
528 /* set Offset 64 format, enable THERM on Remote 1& Local */
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700529 adt7475_write_byte(REG_CONFIG5, TWOS_COMPL ? 0x61 : 0x60);
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000530 /* No offset for remote 1 */
531 adt7475_write_byte(TEMP_OFFSET_REG(0), 0x00);
532 /* No offset for local */
533 adt7475_write_byte(TEMP_OFFSET_REG(1), 0x00);
534 /* No offset for remote 2 */
535 adt7475_write_byte(TEMP_OFFSET_REG(2), 0x00);
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700536
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000537 /* remote 1 low temp limit */
538 adt7475_write_byte(TEMP_MIN_REG(0), 0x00);
539 /* remote 1 High temp limit (90C) */
540 adt7475_write_byte(TEMP_MAX_REG(0), 0x9a);
541
542 /* local Low Temp Limit */
543 adt7475_write_byte(TEMP_MIN_REG(1), 0x00);
544 /* local High Limit (90C) */
545 adt7475_write_byte(TEMP_MAX_REG(1), 0x9a);
546
547 /* remote 1 therm temp limit (95C) */
548 adt7475_write_byte(TEMP_THERM_REG(0), 0x9f);
549 /* local therm temp limit (95C) */
550 adt7475_write_byte(TEMP_THERM_REG(1), 0x9f);
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700551
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000552 /* PWM 1 configuration register CPU fan controlled by CPU Thermal Diode */
553 adt7475_write_byte(PWM_CONFIG_REG(0), cpu_pwm_conf);
554 /* PWM 3 configuration register Case fan controlled by ADTxxxx temp */
555 adt7475_write_byte(PWM_CONFIG_REG(2), case_pwm_conf);
556
557 if( cpu_fan_control.enable ) {
558 /* PWM 1 minimum duty cycle (37%) */
559 adt7475_write_byte(PWM_MIN_REG(0), cpu_fan_control.pwm_min);
560 /* PWM 1 Maximum duty cycle (100%) */
561 adt7475_write_byte(PWM_MAX_REG(0), cpu_fan_control.pwm_max);
562 /* Remote 1 temperature Tmin (32C) */
563 adt7475_write_byte(TEMP_TMIN_REG(0), cpu_fan_control.t_min);
564 /* remote 1 Trange (53C ramp range) */
565 adt7475_write_byte(TEMP_TRANGE_REG(0), cpu_fan_control.t_range);
566 } else {
567 adt7475_write_byte(PWM_REG(0), cpu_fan_control.pwm_max);
568 }
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700569
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000570 if( case_fan_control.enable ) {
571 /* PWM 2 minimum duty cycle (37%) */
572 adt7475_write_byte(PWM_MIN_REG(2), case_fan_control.pwm_min);
573 /* PWM 2 Maximum Duty Cycle (100%) */
574 adt7475_write_byte(PWM_MAX_REG(2), case_fan_control.pwm_max);
575 /* local temperature Tmin (32C) */
576 adt7475_write_byte(TEMP_TMIN_REG(1), case_fan_control.t_min);
577 /* local Trange (53C ramp range) */
578 adt7475_write_byte(TEMP_TRANGE_REG(1), case_fan_control.t_range); // Local TRange
579 adt7475_write_byte(TEMP_TRANGE_REG(2), case_fan_control.t_range); // PWM2 Freq
580 } else {
581 adt7475_write_byte(PWM_REG(2), case_fan_control.pwm_max);
582 }
583
584 /* Config Register 3 - enable smbalert & therm */
585 adt7475_write_byte(0x78, 0x03);
586 /* Config Register 4 - enable therm output */
587 adt7475_write_byte(0x7d, 0x09);
588 /* Interrupt Mask Register 2 - Mask SMB alert for Therm Conditions, Fan 3 fault, SmbAlert Fan for Therm Timer event */
589 adt7475_write_byte(0x75, 0x2e);
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700590
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000591 /* Config Register 1 Set Start bit */
592 adt7475_write_byte(0x40, 0x05);
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700593
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000594 /* Read status register to clear any old errors */
595 byte2 = adt7475_read_byte(0x42);
596 byte = adt7475_read_byte(0x41);
597
598 printk(BIOS_DEBUG, "Init 'Thermal Monitor' end , status 0x42 = 0x%02x, status 0x41 = 0x%02x\n",
599 byte2, byte);
600
601}
602
603 /**
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700604 * @brief
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000605 *
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700606 * @param
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000607 */
608
609static void patch_mmio_nonposted( void )
610{
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700611 unsigned reg, index;
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000612 resource_t rbase, rend;
613 u32 base, limit;
614 struct resource *resource;
615 device_t dev;
616 device_t k8_f1 = dev_find_slot(0, PCI_DEVFN(0x18,1));
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700617
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000618 printk(BIOS_DEBUG,"%s ...\n", __func__);
619
620 dev = dev_find_slot(1, PCI_DEVFN(5,0));
621 // the uma frame buffer
622 index = 0x10;
623 resource = probe_resource(dev, index);
624 if( resource ) {
625 // fixup resource nonposted in k8 mmio
626 /* Get the base address */
627 rbase = (resource->base >> 8) & ~(0xff);
628 /* Get the limit (rounded up) */
629 rend = (resource_end(resource) >> 8) & ~(0xff);
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700630
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000631 printk(BIOS_DEBUG,"%s %x base = %0llx limit = %0llx\n", dev_path(dev), index, rbase, rend);
632
633 for( reg = 0xb8; reg >= 0x80; reg -= 8 ) {
634 base = pci_read_config32(k8_f1,reg);
635 limit = pci_read_config32(k8_f1,reg+4);
636 printk(BIOS_DEBUG," %02x[%08x] %02x[%08x]", reg, base, reg+4, limit);
637 if( ((base & ~(0xff)) == rbase) && ((limit & ~(0xff)) == rend) ) {
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700638 limit |= (1 << 7);
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000639 printk(BIOS_DEBUG, "\nPatching %s %x <- %08x", dev_path(k8_f1), reg, limit);
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700640 pci_write_config32(k8_f1, reg+4, limit);
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000641 break;
642 }
643 }
644 printk(BIOS_DEBUG, "\n");
645 }
646}
647
648 /**
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700649 * @brief
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000650 *
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700651 * @param
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000652 */
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700653
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000654struct {
655 unsigned int bus;
656 unsigned int devfn;
657} slot[] = {
658 {0, PCI_DEVFN(0,0)},
659 {0, PCI_DEVFN(18,0)},
660 {0, PCI_DEVFN(19,0)},{0, PCI_DEVFN(19,1)},{0, PCI_DEVFN(19,2)},{0, PCI_DEVFN(19,3)},{0, PCI_DEVFN(19,4)},{0, PCI_DEVFN(19,5)},
661 {0, PCI_DEVFN(20,0)},{0, PCI_DEVFN(20,1)},{0, PCI_DEVFN(20,2)},{0, PCI_DEVFN(20,3)},{0, PCI_DEVFN(20,5)},{0, PCI_DEVFN(20,6)},
662 {0, PCI_DEVFN(5,0)},{0, PCI_DEVFN(5,2)},
663 {255,0},
664};
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700665
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000666
Stefan Reinauer188e3c22012-07-26 12:46:48 -0700667unsigned int plx_present = 0;
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000668
Stefan Reinauer188e3c22012-07-26 12:46:48 -0700669static void update_subsystemid( device_t dev )
670{
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000671 int i;
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700672
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000673 dev->subsystem_vendor = 0x110a;
Stefan Reinauer188e3c22012-07-26 12:46:48 -0700674 if( plx_present ){
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000675 dev->subsystem_device = 0x4076; // U1P1 = 0x4076, U1P0 = 0x4077
676 } else {
677 dev->subsystem_device = 0x4077; // U1P0 = 0x4077
678 }
Kyösti Mälkki7baadac2012-10-07 14:57:15 +0200679 printk(BIOS_INFO, "%s [%x/%x]\n", dev_name(dev), dev->subsystem_vendor, dev->subsystem_device );
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000680 for( i=0; slot[i].bus < 255; i++) {
681 device_t d;
682 d = dev_find_slot(slot[i].bus,slot[i].devfn);
683 if( d ) {
684 printk(BIOS_DEBUG,"%s subsystem <- %x/%x\n", dev_path(d), dev->subsystem_vendor, dev->subsystem_device);
685 d->subsystem_device = dev->subsystem_device;
686 }
687 }
688}
689
690 /**
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700691 * @brief
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000692 *
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700693 * @param
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000694 */
695
Stefan Reinauer188e3c22012-07-26 12:46:48 -0700696static void detect_hw_variant( device_t dev )
697{
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000698
699 device_t nb_dev =0, dev2 = 0;
700 struct southbridge_amd_rs690_config *cfg;
701 u32 lc_state, id = 0;
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700702
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000703 printk(BIOS_INFO, "Scan for PLX device ...\n");
704 nb_dev = dev_find_slot(0, PCI_DEVFN(0, 0));
705 if (!nb_dev) {
706 die("CAN NOT FIND RS690 DEVICE, HALT!\n");
707 /* NOT REACHED */
708 }
709
710 dev2 = dev_find_slot(0, PCI_DEVFN(2, 0));
711 if (!dev2) {
712 die("CAN NOT FIND GFX DEVICE 2, HALT!\n");
713 /* NOT REACHED */
714 }
715 PcieReleasePortTraining(nb_dev, dev2, 2); // we assume PLX is connected to port 2
716
717 mdelay(40);
718 lc_state = nbpcie_p_read_index(dev2, 0xa5); /* lc_state */
719 printk(BIOS_DEBUG, "lc current state=%x\n", lc_state);
720 /* LC_CURRENT_STATE = bit0-5 */
721 switch( lc_state & 0x3f ){
722 case 0x00:
723 case 0x01:
724 case 0x02:
725 case 0x03:
726 case 0x04:
727 printk(BIOS_NOTICE, "No device present, skipping PLX scan ..\n");
728 break;
729 case 0x07:
730 case 0x10:
731 {
732 struct device dummy;
733 u32 pci_primary_bus, buses;
734 u16 secondary, subordinate;
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700735
736 printk(BIOS_DEBUG, "Scan for PLX bridge behind %s[%x]\n", dev_path(dev2), pci_read_config32(dev2, PCI_VENDOR_ID));
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000737 // save the existing primary/secondary/subordinate bus number configuration.
738 secondary = dev2->bus->secondary;
739 subordinate = dev2->bus->subordinate;
740 buses = pci_primary_bus = pci_read_config32(dev2, PCI_PRIMARY_BUS);
741
742 // Configure the bus numbers for this bridge
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700743 // bus number 1 is for internal gfx device, so we start with busnumber 2
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000744
745 buses &= 0xff000000;
746 buses |= ((2 << 8) | (0xff << 16));
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700747 // setup the buses in device 2
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000748 pci_write_config32(dev2,PCI_PRIMARY_BUS, buses);
749
750 // fake a device descriptor for a device behind device 2
751 dummy.bus = dev2->bus;
752 dummy.bus->secondary = (buses >> 8) & 0xff;
753 dummy.bus->subordinate = (buses >> 16) & 0xff;
754 dummy.path.type = DEVICE_PATH_PCI;
755 dummy.path.pci.devfn = PCI_DEVFN(0,0); // PLX: device number 0, function 0
756
757 id = pci_read_config32(&dummy, PCI_VENDOR_ID);
758 /* Have we found something?
759 * Some broken boards return 0 if a slot is empty, but
760 * the expected answer is 0xffffffff
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700761 */
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000762 if ((id == 0xffffffff) || (id == 0x00000000) || (id == 0x0000ffff) || (id == 0xffff0000)) {
763 printk(BIOS_DEBUG, "%s, bad id 0x%x\n", dev_path(&dummy), id);
764 } else {
765 printk(BIOS_DEBUG, "found device [%x]\n", id);
766 }
767 // restore changes made for device 2
768 dev2->bus->secondary = secondary;
769 dev2->bus->secondary = subordinate;
770 pci_write_config32(dev2, PCI_PRIMARY_BUS, pci_primary_bus);
771 }
772 break;
773 default:
774 break;
775 }
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700776
Stefan Reinauer188e3c22012-07-26 12:46:48 -0700777 plx_present = 0;
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000778 if( id == PLX_VIDDID ){
779 printk(BIOS_INFO, "found PLX device\n");
Stefan Reinauer188e3c22012-07-26 12:46:48 -0700780 plx_present = 1;
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000781 cfg = (struct southbridge_amd_rs690_config *)dev2->chip_info;
782 if( cfg->gfx_tmds ) {
783 printk(BIOS_INFO, "Disable 'gfx_tmds' support\n");
784 cfg->gfx_tmds = 0;
785 cfg->gfx_link_width = 4;
786 }
787 return;
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700788 }
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000789}
790
791static void smm_lock( void )
792{
793 /* LOCK the SMM memory window and enable normal SMM.
794 * After running this function, only a full reset can
795 * make the SMM registers writable again.
796 */
797 printk(BIOS_DEBUG, "Locking SMM.\n");
798 pci_write_config8(dev_find_slot(0, PCI_DEVFN(0, 0)), 0x69,
799 D_LCK | G_SMRAME | A_BASE_SEG);
800}
801
802 /**
803 * @brief Init
804 *
805 * @param the root device
806 */
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700807
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000808static void init(device_t dev)
809{
Patrick Georgie1667822012-05-05 15:29:32 +0200810#if !CONFIG_PCI_OPTION_ROM_RUN_YABEL
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000811 INT15_function_extensions int15_func;
812#endif
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700813
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000814 printk(BIOS_DEBUG, "%s %s[%x/%x] %s\n",
Kyösti Mälkki7baadac2012-10-07 14:57:15 +0200815 dev_name(dev), dev_path(dev), dev->subsystem_vendor, dev->subsystem_device, __func__);
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700816
Patrick Georgie1667822012-05-05 15:29:32 +0200817#if !CONFIG_PCI_OPTION_ROM_RUN_YABEL
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000818 if( get_option(&int15_func.regs.func00_LCD_panel_id, "lcd_panel_id") < 0 )
819 int15_func.regs.func00_LCD_panel_id = PANEL_TABLE_ID_NO;
820 int15_func.regs.func05_TV_standard = TV_MODE_NO;
821 install_INT15_function_extensions(&int15_func);
822#endif
823 set_thermal_config();
824 pm_init();
825 cable_detect();
826 patch_mmio_nonposted();
827 smm_lock();
828}
829
830/*************************************************
831* enable the dedicated function in sina board.
832* This function called early than rs690_enable.
833*************************************************/
834static void enable_dev(device_t dev)
835{
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700836
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000837 printk(BIOS_INFO, "%s %s[%x/%x] %s\n",
Kyösti Mälkki7baadac2012-10-07 14:57:15 +0200838 dev_name(dev), dev_path(dev), dev->subsystem_vendor, dev->subsystem_device, __func__);
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000839#if CONFIG_PCI_OPTION_ROM_RUN_YABEL
840 /* Install custom int15 handler for VGA OPROM */
Patrick Georgi89bbcf42012-09-23 18:41:03 +0200841 mainboard_interrupt_handlers(0x15, &int15_handler);
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000842#endif
843
844 detect_hw_variant(dev);
845 update_subsystemid(dev);
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000846
Stefan Reinauer5ff7c132011-10-31 12:56:45 -0700847 dev->ops->init = init; // rest of mainboard init later
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000848}
849
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000850struct chip_operations mainboard_ops = {
851 CHIP_NAME(CONFIG_MAINBOARD_PART_NUMBER)
852 .enable_dev = enable_dev,
853};