blob: f37e768b769849bcac3acf9b8d26d956f5bdc80e [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##
Mono9b908242014-03-02 18:40:36 +010017
18chip northbridge/intel/i945
Vladimir Serbinenkodd2bc3f2014-10-31 09:16:31 +010019 # IGD Displays
20 register "gfx.ndid" = "3"
21 register "gfx.did" = "{ 0x80000100, 0x80000240, 0x80000410, 0x80000410, 0x00000005 }"
Mono9b908242014-03-02 18:40:36 +010022
23 register "gpu_hotplug" = "0x00000220"
24 register "gpu_lvds_use_spread_spectrum_clock" = "1"
Vladimir Serbinenkodd2bc3f2014-10-31 09:16:31 +010025 register "gpu_backlight" = "0x1290128"
Mono9b908242014-03-02 18:40:36 +010026
27 device cpu_cluster 0 on
28 chip cpu/intel/socket_mFCPGA478
29 device lapic 0 on end
30 end
31 end
32
Arthur Heymans885c2892016-10-03 17:16:48 +020033 register "pci_mmio_size" = "768"
34
Mono9b908242014-03-02 18:40:36 +010035 device domain 0 on
36 device pci 00.0 on # Host bridge
37 subsystemid 0x8086 0x7270
38 end
39 device pci 02.0 on # VGA controller
40 subsystemid 0x8086 0x7270
41 end
42 device pci 02.1 on # display controller
43 subsystemid 0x17aa 0x201a
44 end
45 chip southbridge/intel/i82801gx
46 register "pirqa_routing" = "0x0b"
47 register "pirqb_routing" = "0x0b"
48 register "pirqc_routing" = "0x0b"
49 register "pirqd_routing" = "0x0b"
50 register "pirqe_routing" = "0x0b"
51 register "pirqf_routing" = "0x0b"
52 register "pirqg_routing" = "0x0b"
53 register "pirqh_routing" = "0x0b"
54
55 # GPI routing
56 # 0 No effect (default)
57 # 1 SMI# (if corresponding ALT_GPI_SMI_EN bit is also set)
58 # 2 SCI (if corresponding GPIO_EN bit is also set)
Vladimir Serbinenkobd146e02014-03-02 20:24:21 +010059 register "gpi1_routing" = "2"
60 register "gpi7_routing" = "2"
Mono9b908242014-03-02 18:40:36 +010061
62 register "sata_ahci" = "0x1"
63 register "sata_ports_implemented" = "0x04"
64
65 register "gpe0_en" = "0x11000006"
66 register "alt_gp_smi_en" = "0x1000"
67
68 register "ide_enable_primary" = "1"
69 register "ide_enable_secondary" = "1"
70
71 register "c4onc3_enable" = "1"
Vladimir Serbinenkoab83ef02014-10-25 15:18:25 +020072
73 register "c3_latency" = "0x23"
74 register "p_cnt_throttling_supported" = "1"
75
Mono9b908242014-03-02 18:40:36 +010076 device pci 1b.0 on # Audio Controller
Vladimir Serbinenko7aa704b2014-03-03 00:44:38 +010077 subsystemid 0x8384 0x7680
Mono9b908242014-03-02 18:40:36 +010078 end
79 device pci 1c.0 on end # Ethernet
80 device pci 1c.1 on end # Atheros WLAN
81 device pci 1d.0 on # USB UHCI
82 subsystemid 0x8086 0x7270
83 end
84 device pci 1d.1 on # USB UHCI
85 subsystemid 0x8086 0x7270
86 end
87 device pci 1d.2 on # USB UHCI
88 subsystemid 0x8086 0x7270
89 end
90 device pci 1d.3 on # USB UHCI
91 subsystemid 0x8086 0x7270
92 end
93 device pci 1d.7 on # USB2 EHCI
94 subsystemid 0x8086 0x7270
95 end
96 device pci 1f.0 on # PCI-LPC bridge
97 subsystemid 0x8086 0x7270
98 end
99 device pci 1f.1 on # IDE
100 subsystemid 0x8086 0x7270
101 end
102 device pci 1f.2 on # SATA
103 subsystemid 0x8086 0x7270
104 end
105 device pci 1f.3 on # SMBUS
106 subsystemid 0x8086 0x7270
107 end
108 end
109 end
110end