blob: 52bbb40feb0fd227f999d0d1976602bc1967928c [file] [log] [blame]
Arthur Heymans15412562018-07-18 11:48:47 +02001#
2# This file is part of the coreboot project.
3#
4# Copyright (C) 2015 Damien Zammit <damien@zamaudio.com>
5# Copyright (C) 2018 Arthur Heymans <arthur@aheymans.xyz>
6#
7# This program is free software; you can redistribute it and/or modify
8# it under the terms of the GNU General Public License as published by
9# the Free Software Foundation; either version 2 of the License, or
10# (at your option) any later version.
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
18chip northbridge/intel/x4x # Northbridge
19 device cpu_cluster 0 on # APIC cluster
20 chip cpu/intel/socket_LGA775
21 device lapic 0 on end
22 end
23 chip cpu/intel/model_1067x # CPU
24 device lapic 0xACAC off end
25 end
26 end
27 device domain 0 on # PCI domain
28 device pci 0.0 on end # Host Bridge
29 device pci 1.0 on end # PEG
30 device pci 2.0 off end # Integrated graphics controller
31 device pci 2.1 off end # Integrated graphics controller 2
32 device pci 3.0 off end # ME
33 device pci 3.1 off end # ME
34 device pci 3.2 off end # ME
35 device pci 3.3 off end # ME
36 device pci 6.0 off end # PEG 2
37 chip southbridge/intel/i82801jx # Southbridge
38 register "gpe0_en" = "0x40"
39
40 # Set AHCI mode.
41 register "sata_port_map" = "0x3f"
42 register "sata_clock_request" = "0"
43 register "sata_traffic_monitor" = "0"
44
45 # Enable PCIe ports 0,2,3 as slots.
46 register "pcie_slot_implemented" = "0x31"
47
48 device pci 19.0 off end # GBE
49 device pci 1a.0 on end # USB
50 device pci 1a.1 on end # USB
51 device pci 1a.2 on end # USB
52 device pci 1a.7 on end # USB
53 device pci 1b.0 on end # Audio
54 device pci 1c.0 on end # PCIe 1
55 device pci 1c.1 off end # PCIe 2
56 device pci 1c.2 off end # PCIe 3
57 device pci 1c.3 off end # PCIe 4
58 device pci 1c.4 on end # PCIe 5 MARVEL IDE
59 device pci 1c.5 on end # PCIe 6
60 device pci 1d.0 on end # USB
61 device pci 1d.1 on end # USB
62 device pci 1d.2 on end # USB
63 device pci 1d.7 on end # USB
64 device pci 1e.0 on end # PCI bridge
65 device pci 1f.0 on # LPC bridge
66 chip superio/winbond/w83667hg-a # Super I/O
67 device pnp 2e.0 off end # FDC
68 device pnp 2e.1 off end # LPT1
69 device pnp 2e.2 on # COM1
70 # Global registers
71 irq 0x2a = 0x00
72 irq 0x2c = 0x22
73 irq 0x2d = 0x00
74 io 0x60 = 0x3f8
75 irq 0x70 = 4
76 end
77 device pnp 2e.3 off end # COM2
78 device pnp 2e.5 on # PS/2 keyboard & mouse
79 io 0x60 = 0x60
80 io 0x62 = 0x64
81 irq 0x70 = 1
82 irq 0x72 = 12
83 end
84 device pnp 2e.106 off end # SPI1
85 device pnp 2e.107 off end # GIPO6
86 device pnp 2e.207 off end # GIPO7
87 device pnp 2e.307 on # GIPO8
88 irq 0xe4 = 0xfb
89 irq 0xe5 = 0x02
90 end
91 device pnp 2e.407 off end # GIPO9
92 device pnp 2e.8 off end # WDT
93 device pnp 2e.108 off end # GPIO 1
94 device pnp 2e.9 off end # GPIO2
95 device pnp 2e.109 on end # GPIO3
96 device pnp 2e.209 on # GPIO4
97 irq 0xf0 = 0x7f
98 irq 0xfe = 0x07
99 end
100 device pnp 2e.309 on end # GPIO5
101 device pnp 2e.a on # ACPI
102 irq 0xe4 = 0x10 # 3VSBSW# enable
103 irq 0xe5 = 0x02
104 irq 0xf2 = 0xfc
105 end
106 device pnp 2e.b on # HW Monitor
107 io 0x60 = 0x290
108 irq 0x70 = 0
109 # IRQ purposefully not assigned to prevent lockups
110 end
111 device pnp 2e.c on end # PECI
112 device pnp 2e.d on end # VID_BUSSEL
113 device pnp 2e.f on end # GPIO_PP_OD
114 end
115 end
116 device pci 1f.1 off end # PATA/IDE
117 device pci 1f.2 on end # SATA
118 device pci 1f.3 on end # SMbus
119 device pci 1f.4 off end
120 device pci 1f.5 off end # IDE
121 device pci 1f.6 off end
122 end
123 end
124end