blob: 885043649cdb480a105f80ced3fe47d9519b9315 [file] [log] [blame]
Tobias Diedrich7a952042017-12-03 10:09:28 +01001chip northbridge/intel/sandybridge
2 # IGD Displays
Nico Huberb0b25c82020-03-21 20:35:12 +01003 register "gfx" = "GMA_STATIC_DISPLAYS(0)"
Tobias Diedrich7a952042017-12-03 10:09:28 +01004
5 # Enable DisplayPort 1 Hotplug with 6ms pulse
6 register "gpu_dp_d_hotplug" = "0x06"
7
8 # Enable DisplayPort 0 Hotplug with 6ms pulse
9 register "gpu_dp_c_hotplug" = "0x06"
10
11 # Enable DVI Hotplug with 6ms pulse
12 register "gpu_dp_b_hotplug" = "0x06"
13
Angel Ponsbceea672021-05-17 10:58:36 +020014 device domain 0 on
Arthur Heymansb5df65a2022-11-12 14:51:49 +010015 device ref host_bridge on end # Host bridge
16 device ref peg10 off end # PCIe Bridge for discrete graphics
17 device ref igd on end # Internal graphics VGA controller
Angel Pons221b8942020-01-01 21:37:33 +010018
Tobias Diedrich7a952042017-12-03 10:09:28 +010019 chip southbridge/intel/bd82x6x # Intel Series 6 Cougar Point PCH
Tobias Diedrich7a952042017-12-03 10:09:28 +010020 register "sata_port_map" = "0x1"
21 register "spi_lvscc" = "0x2005"
22 register "spi_uvscc" = "0x2005"
23
Angel Pons221b8942020-01-01 21:37:33 +010024 register "gen1_dec" = "0x00fc0a01" # SuperIO @0xa00-0xaff
Tobias Diedrich7a952042017-12-03 10:09:28 +010025
Arthur Heymansb5df65a2022-11-12 14:51:49 +010026 device ref xhci off end # USB xHCI
27 device ref mei1 on end # Management Engine Interface 1
28 device ref mei2 off end # Management Engine Interface 2
29 device ref me_ide_r off end # Management Engine IDE-R
30 device ref me_kt off end # Management Engine KT
31 device ref gbe on end # Intel Gigabit Ethernet
32 device ref ehci2 off end # USB2 EHCI #2
33 device ref hda on end # HD Audio controller
34 device ref pcie_rp1 on end # PCIe Port #1 (unused)
35 device ref pcie_rp2 on end # PCIe Port #2 (full-length mPCIe/mSATA)
36 device ref pcie_rp3 on end # PCIe Port #3 (half-length mPCIe)
37 device ref pcie_rp4 off end # PCIe Port #4
38 device ref pcie_rp5 off end # PCIe Port #5
39 device ref pcie_rp6 off end # PCIe Port #6
40 device ref pcie_rp7 off end # PCIe Port #7
41 device ref pcie_rp8 off end # PCIe Port #8
42 device ref ehci1 on end # USB2 EHCI #1
43 device ref pci_bridge off end # PCI bridge
44 device ref lpc on # LPC bridge
Tobias Diedrich7a952042017-12-03 10:09:28 +010045 chip superio/nuvoton/nct6776
46 device pnp 4e.0 off end # Floppy
47 device pnp 4e.1 off end # Parallel port
48 device pnp 4e.2 on # COM1
49 io 0x60 = 0x3f8
50 irq 0x70 = 4
51 end
52 device pnp 4e.3 off end # COM2, IR
53 device pnp 4e.5 off end # Keyboard
54 device pnp 4e.6 off end # CIR
55 device pnp 4e.7 on end # GPIO6
56 device pnp 4e.107 on end # GPIO7
57 device pnp 4e.207 off end # GPIO8
58 device pnp 4e.307 off end # GPIO9
59 device pnp 4e.8 off end # WDT
60 device pnp 4e.108 on end # GPIO0
61 device pnp 4e.208 off end # GPIOA
62 device pnp 4e.308 on # GPIOBASE
63 io 0x60 = 0xa80
64 end
65 device pnp 4e.109 off end # GPIO1
66 device pnp 4e.209 on end # GPIO2
67 device pnp 4e.309 off end # GPIO3
68 device pnp 4e.409 off end # GPIO4
69 device pnp 4e.509 off end # GPIO5
70 device pnp 4e.609 off end # GPIO6
71 device pnp 4e.709 off end # GPIO7
72 device pnp 4e.a on end # ACPI
Martin Roth50863da2021-10-01 14:37:30 -060073 device pnp 4e.b on # HWM, front panel LED
Tobias Diedrich7a952042017-12-03 10:09:28 +010074 io 0x60 = 0xa30
75 io 0x62 = 0 # unused
76 end
77 device pnp 4e.d off end # VID
78 device pnp 4e.e off end # CIR WAKE-UP
79 device pnp 4e.f off end # GPIO
80 device pnp 4e.14 off end # SVID
81 device pnp 4e.16 off end # Deep sleep
82 device pnp 4e.17 off end # GPIOA
83 end
84 end
Arthur Heymansb5df65a2022-11-12 14:51:49 +010085 device ref sata1 on end # SATA Controller 1
86 device ref smbus on end # SMBus
87 device ref sata2 off end # SATA Controller 2
88 device ref thermal off end # Thermal
Tobias Diedrich7a952042017-12-03 10:09:28 +010089 end
90 end
91end