blob: 7001123dcb0a7a5eb0b70ceeb2344a405299bb71 [file] [log] [blame]
Arthur Heymans3534c1e2018-12-16 17:17:13 +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 Heymans3534c1e2018-12-16 17:17:13 +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
Angel Pons7a61c6c2020-01-01 19:13:53 +010010 device lapic 0xacac off end
Arthur Heymans3534c1e2018-12-16 17:17:13 +010011 end
12 end
13 device domain 0 on # PCI domain
Arthur Heymans3534c1e2018-12-16 17:17:13 +010014 device pci 0.0 on end # Host Bridge
15 device pci 1.0 on end # PEG
16 device pci 2.0 on end # Integrated graphics controller
Angel Pons7a61c6c2020-01-01 19:13:53 +010017 chip southbridge/intel/i82801gx # Southbridge
Arthur Heymans3534c1e2018-12-16 17:17:13 +010018 register "pirqa_routing" = "0x0b"
19 register "pirqb_routing" = "0x0b"
20 register "pirqc_routing" = "0x0b"
21 register "pirqd_routing" = "0x0b"
22 register "pirqe_routing" = "0x80"
23 register "pirqf_routing" = "0x80"
24 register "pirqg_routing" = "0x80"
25 register "pirqh_routing" = "0x0b"
26 # GPI routing
27 # 0 No effect (default)
28 # 1 SMI# (if corresponding ALT_GPI_SMI_EN bit is also set)
29 # 2 SCI (if corresponding GPIO_EN bit is also set)
30
31 register "ide_enable_primary" = "0x1"
Arthur Heymans3534c1e2018-12-16 17:17:13 +010032 register "gpe0_en" = "0x04000440"
33
Arthur Heymansfecf7772019-11-09 14:19:04 +010034 register "gen1_dec" = "0x00000295" # HWM
35
Angel Ponsc69c8dd2018-06-13 14:13:15 +020036 device pci 1b.0 on end # Audio
37 device pci 1c.0 on end # PCIe 1: PCIe x1 slot
Arthur Heymans3534c1e2018-12-16 17:17:13 +010038 device pci 1c.1 on # PCIe 2: NIC
Angel Pons7a61c6c2020-01-01 19:13:53 +010039 device pci 00.0 on end
Arthur Heymans3534c1e2018-12-16 17:17:13 +010040 end
41 device pci 1c.2 off end # PCIe 3
42 device pci 1c.3 off end # PCIe 4
Angel Ponsc69c8dd2018-06-13 14:13:15 +020043 device pci 1d.0 on end # USB
44 device pci 1d.1 on end # USB
45 device pci 1d.2 on end # USB
46 device pci 1d.3 on end # USB
47 device pci 1d.7 on end # USB
48 device pci 1e.0 on end # PCI bridge
Arthur Heymans3534c1e2018-12-16 17:17:13 +010049 device pci 1e.2 off end # AC'97 Audio Controller
50 device pci 1e.3 off end # AC'97 Modem Controller
Angel Ponsc69c8dd2018-06-13 14:13:15 +020051 device pci 1f.0 on end # ISA bridge
52 device pci 1f.1 on end # PATA/IDE
53 device pci 1f.2 on end # SATA
54 device pci 1f.3 on end # SMbus
Arthur Heymans3534c1e2018-12-16 17:17:13 +010055 end
56 end
57end