From b94c867bb1dfcb0ec511e1cbe1f9bd5186e81385 Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Tue, 20 Nov 2018 17:20:57 -0800 Subject: soc/intel/common/dptf: Make CPU address a define In order to support using the common ACPI code on more platforms than just Apollo Lake the DPTF code needs to be told what the PCI address is for the CPU thermal device. Change-Id: I638f2387330bbc42f64eb0fb676ee32c5df6572e Signed-off-by: Duncan Laurie Reviewed-on: https://review.coreboot.org/c/29757 Reviewed-by: Furquan Shaikh Tested-by: build bot (Jenkins) --- src/soc/intel/common/acpi/dptf/cpu.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/intel/common/acpi') diff --git a/src/soc/intel/common/acpi/dptf/cpu.asl b/src/soc/intel/common/acpi/dptf/cpu.asl index c28c0cc5d1..9414e25024 100644 --- a/src/soc/intel/common/acpi/dptf/cpu.asl +++ b/src/soc/intel/common/acpi/dptf/cpu.asl @@ -23,7 +23,7 @@ External (\_SB.MPDL, IntObj) Device (DPTF_CPU_DEVICE) { - Name(_ADR, 0x00000001) + Name(_ADR, DPTF_CPU_ADDR) Method (_STA) { -- cgit v1.2.3