blob: 16fab6d17a238986bcf1a886fae4ee483af9c5e3 [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
Arthur Heymansd52bfbb2022-11-07 09:23:02 +010011 register "acpi_c1" = "CPU_ACPI_C1"
12 register "acpi_c2" = "CPU_ACPI_C3"
13 register "acpi_c3" = "CPU_ACPI_C7"
Arthur Heymans691d58f2021-08-11 13:42:40 +020014 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