From 04008a9c14c086c6a2e9f7ba89c3363713d90689 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Wed, 28 Nov 2018 12:13:54 +0100 Subject: cpu/intel/model_206{5,a}x: Rework acpi/cpu.asl Use acpigen_write_processor_cnot to implement notifications to the CPU. Automatically generate \PPKG in SSDT. Change-Id: Iecc54e94484f5f11e0ba8ef6d1d844276e484b4d Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/29886 Reviewed-by: Duncan Laurie Tested-by: build bot (Jenkins) --- src/mainboard/google/butterfly/acpi/thermal.asl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainboard/google/butterfly') diff --git a/src/mainboard/google/butterfly/acpi/thermal.asl b/src/mainboard/google/butterfly/acpi/thermal.asl index 2faa7de636..8268799c75 100644 --- a/src/mainboard/google/butterfly/acpi/thermal.asl +++ b/src/mainboard/google/butterfly/acpi/thermal.asl @@ -15,6 +15,8 @@ // Thermal Zone +External (\PPKG, MethodObj) + #define HAVE_THERMALZONE Scope (\_TZ) { -- cgit v1.2.3