diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2018-11-28 12:09:23 +0100 |
---|---|---|
committer | Duncan Laurie <dlaurie@chromium.org> | 2018-11-30 21:52:00 +0000 |
commit | c54d14f5b45af0f64826c0a09eed3ab5740780ef (patch) | |
tree | 3cdfe29f9108c18f33a7531627693c56536e2a1a /src/mainboard/google/slippy | |
parent | 8afc1352f01bc96c2afdb9979fc9dbcdb19693e2 (diff) |
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 <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/29885
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/slippy')
-rw-r--r-- | src/mainboard/google/slippy/acpi/thermal.asl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/slippy/acpi/thermal.asl b/src/mainboard/google/slippy/acpi/thermal.asl index 0c694c0f70..ac4d61099b 100644 --- a/src/mainboard/google/slippy/acpi/thermal.asl +++ b/src/mainboard/google/slippy/acpi/thermal.asl @@ -15,6 +15,8 @@ // Thermal Zone +External (\PPKG, MethodObj) + #define HAVE_THERMALZONE Scope (\_TZ) { |