blob: ea8fad93205a5052256067210b3844f830871a58 [file] [log] [blame]
Patrick Georgic49d7a32020-05-08 22:50:46 +02001## SPDX-License-Identifier: GPL-2.0-only
Patrick Rudolph05284b62019-06-04 15:56:44 +02002
3chip northbridge/intel/sandybridge
Patrick Rudolph05284b62019-06-04 15:56:44 +02004 register "gfx.use_spread_spectrum_clock" = "0"
5 register "gpu_dp_b_hotplug" = "0"
6 register "gpu_dp_c_hotplug" = "0"
7 register "gpu_dp_d_hotplug" = "0"
8
Angel Ponsd2489ee2021-05-17 11:05:29 +02009 device cpu_cluster 0 on
Patrick Rudolph05284b62019-06-04 15:56:44 +020010 chip cpu/intel/model_206ax
Angel Pons6f56a232021-01-04 17:02:23 +010011 register "acpi_c1" = "1"
12 register "acpi_c2" = "3"
13 register "acpi_c3" = "5"
Angel Ponsc56c7232021-05-17 11:03:55 +020014 device lapic 0 on end
Patrick Rudolph05284b62019-06-04 15:56:44 +020015 device lapic 0xacac off end
16 end
17 end
18
Angel Ponsbceea672021-05-17 10:58:36 +020019 device domain 0 on
Angel Ponsa0a3eab2020-01-01 20:52:11 +010020 subsystemid 0x103c 0x1791 inherit
Angel Pons942650f2020-01-01 20:56:08 +010021
22 device pci 00.0 on end # Host bridge Host bridge
23 device pci 01.0 on end # PCIe Bridge for discrete graphics
24 device pci 02.0 on end # Internal graphics VGA controller
Bill XIE4e43abf2022-07-07 16:18:57 +080025 device pci 06.0 off end # Extra x4 port on north bridge
Angel Pons942650f2020-01-01 20:56:08 +010026
Patrick Rudolph05284b62019-06-04 15:56:44 +020027 chip southbridge/intel/bd82x6x # Intel Series 7 PCH
Patrick Rudolph05284b62019-06-04 15:56:44 +020028 register "docking_supported" = "0"
29 register "gen1_dec" = "0x00fc0601"
30 register "gen2_dec" = "0x00fc0801"
Patrick Rudolph05284b62019-06-04 15:56:44 +020031 register "pcie_hotplug_map" = "{ 0, 0, 0, 0, 0, 0, 0, 0 }"
Angel Ponsaf4bd562021-12-28 13:05:56 +010032 register "pcie_port_coalesce" = "true"
Patrick Rudolph05284b62019-06-04 15:56:44 +020033 register "sata_interface_speed_support" = "0x3"
Patrick Rudolph05284b62019-06-04 15:56:44 +020034 register "spi_lvscc" = "0x2005"
35 register "spi_uvscc" = "0x2005"
Angel Ponsa0a3eab2020-01-01 20:52:11 +010036
37 device pci 14.0 on end # xHCI
38 device pci 16.0 on end # Management Engine Interface 1
39 device pci 16.1 off end # Management Engine Interface 2
40 device pci 16.2 off end # Management Engine IDE-R
41 device pci 16.3 on end # Management Engine KT
42 device pci 19.0 on end # Intel Gigabit Ethernet
43 device pci 1a.0 on end # USB2 EHCI #2
44 device pci 1b.0 on end # High Definition Audio Audio controller
45 device pci 1c.0 on end # PCIe Port #1
46 device pci 1c.1 off end # PCIe Port #2
47 device pci 1c.2 off end # PCIe Port #3
48 device pci 1c.3 off end # PCIe Port #4
49 device pci 1c.4 on end # PCIe Port #5
50 device pci 1c.5 off end # PCIe Port #6
Bill XIE4e43abf2022-07-07 16:18:57 +080051 device pci 1c.6 off end # PCIe Port #7
52 device pci 1c.7 off end # PCIe Port #8
Angel Ponsa0a3eab2020-01-01 20:52:11 +010053 device pci 1d.0 on end # USB2 EHCI #1
54 device pci 1e.0 on end # PCI bridge
55 device pci 1f.0 on # LPC bridge PCI-LPC bridge
Patrick Rudolphe1498ce2020-02-12 15:23:05 +010056 chip superio/common
57 device pnp 2e.ff on # passes SIO base addr to SSDT gen
58 chip superio/nuvoton/npcd378
59 device pnp 2e.0 off end # Floppy
60 device pnp 2e.1 on # Parallel port
61 # global
Patrick Rudolph05284b62019-06-04 15:56:44 +020062
Patrick Rudolphe1498ce2020-02-12 15:23:05 +010063 # serialice: Vendor writes:
64 irq 0x14 = 0x9c
65 irq 0x1c = 0xa8
66 irq 0x1d = 0x08
67 irq 0x22 = 0x3f
68 irq 0x1a = 0xb0
69 # dumped from superiotool:
70 irq 0x1b = 0x1e
71 irq 0x27 = 0x08
72 irq 0x2a = 0x20
73 irq 0x2d = 0x01
74 # parallel port
75 io 0x60 = 0x378
76 irq 0x70 = 0x07
77 drq 0x74 = 0x01
78 end
79 device pnp 2e.2 off # COM1
80 io 0x60 = 0x2f8
81 irq 0x70 = 3
82 end
83 device pnp 2e.3 on # COM2, IR
84 io 0x60 = 0x3f8
85 irq 0x70 = 4
86 end
87 device pnp 2e.4 on # LED control
88 io 0x60 = 0x600
89 # IOBASE[0h] = bit0 LED red / green
90 # IOBASE[0h] = bit1-4 LED PWM duty cycle
91 # IOBASE[1h] = bit6 SWCC
Patrick Rudolph05284b62019-06-04 15:56:44 +020092
Patrick Rudolphe1498ce2020-02-12 15:23:05 +010093 io 0x62 = 0x610
94 # IOBASE [0h] = GPES
95 # IOBASE [1h] = GPEE
96 # IOBASE [4h:7h] = 32bit upcounter at 1Mhz
97 # IOBASE [8h:bh] = GPS
98 # IOBASE [ch:fh] = GPE
99 end
100 device pnp 2e.5 on # Mouse
101 irq 0x70 = 0xc
102 end
103 device pnp 2e.6 on # Keyboard
104 io 0x60 = 0x0060
105 io 0x62 = 0x0064
106 irq 0x70 = 0x01
107 # serialice: Vendor writes:
108 drq 0xf0 = 0x40
109 end
110 device pnp 2e.7 on # WDT ?
111 io 0x60 = 0x620
112 end
113 device pnp 2e.8 on # HWM
114 io 0x60 = 0x800
115 # IOBASE[0h:feh] HWM page
116 # IOBASE[ffh] bit0-bit3 page selector
Patrick Rudolph05284b62019-06-04 15:56:44 +0200117
Patrick Rudolphe1498ce2020-02-12 15:23:05 +0100118 drq 0xf0 = 0x20
119 drq 0xf1 = 0x01
120 drq 0xf2 = 0x40
121 drq 0xf3 = 0x01
Patrick Rudolph05284b62019-06-04 15:56:44 +0200122
Patrick Rudolphe1498ce2020-02-12 15:23:05 +0100123 drq 0xf4 = 0x66
124 drq 0xf5 = 0x67
125 drq 0xf6 = 0x66
126 drq 0xf7 = 0x01
127 end
128 device pnp 2e.f on # GPIO OD ?
129 drq 0xf1 = 0x97
130 drq 0xf2 = 0x01
131 drq 0xf5 = 0x08
132 drq 0xfe = 0x80
133 end
134 device pnp 2e.15 on # BUS ?
135 io 0x60 = 0x0680
136 io 0x62 = 0x0690
137 end
138 device pnp 2e.1c on # Suspend Control ?
139 io 0x60 = 0x640
140 # writing to IOBASE[5h]
141 # 0x0: Power off
142 # 0x9: Power off and bricked until CMOS battery removed
143 end
144 device pnp 2e.1e on # GPIO ?
145 io 0x60 = 0x660
146 drq 0xf4 = 0x01
147 # skip the following, as it
148 # looks like remapped registers
149 #drq 0xf5 = 0x06
150 #drq 0xf6 = 0x60
151 #drq 0xfe = 0x03
152 end
153 end
Patrick Rudolph05284b62019-06-04 15:56:44 +0200154 end
155 end
156 chip drivers/pc80/tpm
157 device pnp 4e.0 on end # TPM module
158 end
159 end
Angel Ponsa0a3eab2020-01-01 20:52:11 +0100160 device pci 1f.2 on end # SATA Controller 1
161 device pci 1f.3 on end # SMBus
162 device pci 1f.5 off end # SATA Controller 2
163 device pci 1f.6 off end # Thermal
Patrick Rudolph05284b62019-06-04 15:56:44 +0200164 end
Patrick Rudolph05284b62019-06-04 15:56:44 +0200165 end
166end