blob: e7ade1977eecc1da7856d94f18046e9017f899e0 [file] [log] [blame]
Arthur Heymans691d58f2021-08-11 13:42:40 +02001# SPDX-License-Identifier: GPL-2.0-only
2
3chip northbridge/intel/sandybridge
4 device cpu_cluster 0 on
Arthur Heymansfade7232022-11-07 08:47:33 +01005 ops sandybridge_cpu_bus_ops
Arthur Heymans691d58f2021-08-11 13:42:40 +02006 chip cpu/intel/model_206ax
7 # Magic APIC ID to locate this chip
8 device lapic 0 on end
9 device lapic 0xacac off end
10
11 register "acpi_c1" = "1" # ACPI(C1) = MWAIT(C1)
12 register "acpi_c2" = "3" # ACPI(C2) = MWAIT(C3)
13 register "acpi_c3" = "5" # ACPI(C3) = MWAIT(C7)
14 end
15 end
16
17 device domain 0 on
Arthur Heymansfade7232022-11-07 08:47:33 +010018 ops sandybridge_pci_domain_ops
Arthur Heymans691d58f2021-08-11 13:42:40 +020019 end
20end