From c54d14f5b45af0f64826c0a09eed3ab5740780ef Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Wed, 28 Nov 2018 12:09:23 +0100 Subject: cpu/intel/haswell: Rework acpi/cpu.asl Use acpigen_write_processor_cnot to implement notifications the CPU. Generate PPKG in SSDT. Change-Id: I126989e8737720f55f7ce113ff4e32bfe0f22620 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/29885 Reviewed-by: Duncan Laurie Tested-by: build bot (Jenkins) --- src/mainboard/intel/baskingridge/acpi/thermal.asl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainboard/intel/baskingridge') diff --git a/src/mainboard/intel/baskingridge/acpi/thermal.asl b/src/mainboard/intel/baskingridge/acpi/thermal.asl index 083ebcf309..0c2779e61b 100644 --- a/src/mainboard/intel/baskingridge/acpi/thermal.asl +++ b/src/mainboard/intel/baskingridge/acpi/thermal.asl @@ -15,6 +15,8 @@ // Thermal Zone +External (\PPKG, MethodObj) + Scope (\_TZ) { ThermalZone (THRM) -- cgit v1.2.3