blob: 04302175c78b5b45fa17dc7dddd032de04cc5b3d [file] [log] [blame]
Mono9b908242014-03-02 18:40:36 +01001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2007-2009 coresystems GmbH
5## Copyright (C) 2011 Sven Schnelle <svens@stackframe.org>
6##
7## This program is free software; you can redistribute it and/or
8## modify it under the terms of the GNU General Public License as
9## published by the Free Software Foundation; version 2 of
10## 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
Patrick Georgib890a122015-03-26 15:17:45 +010019## Foundation, Inc.
Mono9b908242014-03-02 18:40:36 +010020##
21
22chip northbridge/intel/i945
Vladimir Serbinenkodd2bc3f2014-10-31 09:16:31 +010023 # IGD Displays
24 register "gfx.ndid" = "3"
25 register "gfx.did" = "{ 0x80000100, 0x80000240, 0x80000410, 0x80000410, 0x00000005 }"
Mono9b908242014-03-02 18:40:36 +010026
27 register "gpu_hotplug" = "0x00000220"
28 register "gpu_lvds_use_spread_spectrum_clock" = "1"
29 register "gpu_lvds_is_dual_channel" = "0"
Vladimir Serbinenkodd2bc3f2014-10-31 09:16:31 +010030 register "gpu_backlight" = "0x1290128"
Mono9b908242014-03-02 18:40:36 +010031
32 device cpu_cluster 0 on
33 chip cpu/intel/socket_mFCPGA478
34 device lapic 0 on end
35 end
36 end
37
38 device domain 0 on
39 device pci 00.0 on # Host bridge
40 subsystemid 0x8086 0x7270
41 end
42 device pci 02.0 on # VGA controller
43 subsystemid 0x8086 0x7270
44 end
45 device pci 02.1 on # display controller
46 subsystemid 0x17aa 0x201a
47 end
48 chip southbridge/intel/i82801gx
49 register "pirqa_routing" = "0x0b"
50 register "pirqb_routing" = "0x0b"
51 register "pirqc_routing" = "0x0b"
52 register "pirqd_routing" = "0x0b"
53 register "pirqe_routing" = "0x0b"
54 register "pirqf_routing" = "0x0b"
55 register "pirqg_routing" = "0x0b"
56 register "pirqh_routing" = "0x0b"
57
58 # GPI routing
59 # 0 No effect (default)
60 # 1 SMI# (if corresponding ALT_GPI_SMI_EN bit is also set)
61 # 2 SCI (if corresponding GPIO_EN bit is also set)
Vladimir Serbinenkobd146e02014-03-02 20:24:21 +010062 register "gpi1_routing" = "2"
63 register "gpi7_routing" = "2"
Mono9b908242014-03-02 18:40:36 +010064
65 register "sata_ahci" = "0x1"
66 register "sata_ports_implemented" = "0x04"
67
68 register "gpe0_en" = "0x11000006"
69 register "alt_gp_smi_en" = "0x1000"
70
71 register "ide_enable_primary" = "1"
72 register "ide_enable_secondary" = "1"
73
74 register "c4onc3_enable" = "1"
Vladimir Serbinenkoab83ef02014-10-25 15:18:25 +020075
76 register "c3_latency" = "0x23"
77 register "p_cnt_throttling_supported" = "1"
78
Mono9b908242014-03-02 18:40:36 +010079 device pci 1b.0 on # Audio Controller
Vladimir Serbinenko7aa704b2014-03-03 00:44:38 +010080 subsystemid 0x8384 0x7680
Mono9b908242014-03-02 18:40:36 +010081 end
82 device pci 1c.0 on end # Ethernet
83 device pci 1c.1 on end # Atheros WLAN
84 device pci 1d.0 on # USB UHCI
85 subsystemid 0x8086 0x7270
86 end
87 device pci 1d.1 on # USB UHCI
88 subsystemid 0x8086 0x7270
89 end
90 device pci 1d.2 on # USB UHCI
91 subsystemid 0x8086 0x7270
92 end
93 device pci 1d.3 on # USB UHCI
94 subsystemid 0x8086 0x7270
95 end
96 device pci 1d.7 on # USB2 EHCI
97 subsystemid 0x8086 0x7270
98 end
99 device pci 1f.0 on # PCI-LPC bridge
100 subsystemid 0x8086 0x7270
101 end
102 device pci 1f.1 on # IDE
103 subsystemid 0x8086 0x7270
104 end
105 device pci 1f.2 on # SATA
106 subsystemid 0x8086 0x7270
107 end
108 device pci 1f.3 on # SMBUS
109 subsystemid 0x8086 0x7270
110 end
111 end
112 end
113end