summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/sandybridge/chipset.cb
blob: ae02a5b9276e4578cf5710255fabecfc72285d08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# SPDX-License-Identifier: GPL-2.0-only

chip northbridge/intel/sandybridge
	device cpu_cluster 0 on
		chip cpu/intel/model_206ax
			# Magic APIC ID to locate this chip
			device lapic 0 on end
			device lapic 0xacac off end

			register "acpi_c1" = "1"	# ACPI(C1) = MWAIT(C1)
			register "acpi_c2" = "3"	# ACPI(C2) = MWAIT(C3)
			register "acpi_c3" = "5"	# ACPI(C3) = MWAIT(C7)
		end
	end

	device domain 0 on
	end
end