blob: 78c43f0b56ee39903a57af52d3f744713b0a3240 [file] [log] [blame]
Arthur Heymansb7ff8862017-12-30 11:06:54 +01001# This file is part of the coreboot project.
Elyes HAOUAS674ad922020-05-09 13:21:47 +02002# SPDX-License-Identifier: GPL-2.0-or-later
Arthur Heymansb7ff8862017-12-30 11:06:54 +01003
4chip northbridge/intel/x4x # Northbridge
5 device cpu_cluster 0 on # APIC cluster
6 chip cpu/intel/socket_LGA775
7 device lapic 0 on end
8 end
9 chip cpu/intel/model_1067x # CPU
10 device lapic 0xACAC off end
11 end
12 end
13 device domain 0 on # PCI domain
14 subsystemid 0x1458 0x5000 inherit
15 device pci 0.0 on # Host Bridge
16 subsystemid 0x1849 0x2e30
17 end
18 device pci 1.0 on end # PEG
19
20 device pci 2.0 on # Integrated graphics controller
21 subsystemid 0x1849 0x2e32
22 end
23 device pci 3.0 off end # ME
24 device pci 3.1 off end # ME
25 chip southbridge/intel/i82801gx # Southbridge
26 register "pirqa_routing" = "0x0b"
27 register "pirqb_routing" = "0x0b"
28 register "pirqc_routing" = "0x0b"
29 register "pirqd_routing" = "0x0b"
30 register "pirqe_routing" = "0x80"
31 register "pirqf_routing" = "0x80"
32 register "pirqg_routing" = "0x80"
33 register "pirqh_routing" = "0x0b"
34
35 register "ide_enable_primary" = "0x1"
Arthur Heymansb7ff8862017-12-30 11:06:54 +010036 register "sata_ports_implemented" = "0x3"
37 register "gpe0_en" = "0x440"
38
Arthur Heymansfecf7772019-11-09 14:19:04 +010039 register "gen1_dec" = "0x000c0291" # Superio HWM
40
Arthur Heymansb7ff8862017-12-30 11:06:54 +010041 device pci 1b.0 on # Audio
42 subsystemid 0x1849 0x3662
43 end
44 device pci 1c.0 on end # PCIe 1
45 device pci 1c.1 on end # PCIe 2
46 device pci 1c.2 off end # PCIe 3
47 device pci 1c.3 off end # PCIe 4
48 device pci 1d.0 on # USB
49 subsystemid 0x1849 0x27c8
50 end
51 device pci 1d.1 on # USB
52 subsystemid 0x1849 0x27c9
53 end
54 device pci 1d.2 on # USB
55 subsystemid 0x1849 0x27ca
56 end
57 device pci 1d.3 on # USB
58 subsystemid 0x1849 0x27cb
59 end
60 device pci 1d.7 on # USB
61 subsystemid 0x1849 0x27cc
62 end
63 device pci 1e.0 on end # PCI bridge
Arthur Heymans33fa95c2018-09-13 17:39:02 +020064 device pci 1e.2 off end # AC'97 Audio
65 device pci 1e.3 off end # AC'97 Modem
Arthur Heymansb7ff8862017-12-30 11:06:54 +010066 device pci 1f.0 on # ISA bridge
67 subsystemid 0x1849 0x27b8
68 chip superio/winbond/w83627dhg
69 device pnp 2e.0 off end # Floppy
70 device pnp 2e.1 on # Parallel port
71 # global
72 irq 0x28 = 0x70
73 irq 0x2c = 0xd2
74 # parallel port
75 io 0x60 = 0x378
76 irq 0x70 = 7
77 drq 0x74 = 3
78 end
79 device pnp 2e.2 on # COM1
80 io 0x60 = 0x3f8
81 irq 0x70 = 4
82 end
83 device pnp 2e.3 off end # COM2
84 device pnp 2e.5 on # Keyboard & MOUSE
85 io 0x60 = 0x60
86 io 0x62 = 0x64
87 irq 0x70 = 1
88 irq 0x72 = 0x0C
89 end
90 device pnp 2e.6 off end # SPI
91 device pnp 2e.7 off end # GPIO6
92 device pnp 2e.8 off end # WDT0#, PLED
Elyes HAOUAS967b84d2018-10-09 22:33:11 +020093 device pnp 2e.9 on end # GPIO2
Arthur Heymansb7ff8862017-12-30 11:06:54 +010094 device pnp 2e.109 on # GPIO3
95 irq 0xfe = 0x07
96 end
97 device pnp 2e.209 on # GPIO4
98 irq 0xf4 = 0x73
99 end
100 device pnp 2e.309 off end # GPIO5
101 device pnp 2e.a on # ACPI
102 irq 0xe4 = 0x10 # Power dram during s3
103 end
104 device pnp 2e.b on # HWM, front pannel LED
105 io 0x60 = 0x290
106 irq 0x70 = 0
107 end
108 device pnp 2e.c off end # PECI, SST
109 end
110 end
111 device pci 1f.1 on # PATA/IDE
112 subsystemid 0x1849 0x27df
113 end
114 device pci 1f.2 on # SATA
115 subsystemid 0x1849 0x27c0
116 end
117 device pci 1f.3 on # SMbus
118 subsystemid 0x1849 0x27da
119 end
Arthur Heymansb7ff8862017-12-30 11:06:54 +0100120 end
121 end
122end