diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2018-11-28 12:13:54 +0100 |
---|---|---|
committer | Duncan Laurie <dlaurie@chromium.org> | 2018-11-30 21:52:10 +0000 |
commit | 04008a9c14c086c6a2e9f7ba89c3363713d90689 (patch) | |
tree | 48cee8496559c91dd0e4085d891cc278640393ff /src/ec/lenovo | |
parent | c54d14f5b45af0f64826c0a09eed3ab5740780ef (diff) | |
download | coreboot-04008a9c14c086c6a2e9f7ba89c3363713d90689.tar.xz |
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 <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/29886
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/ec/lenovo')
-rw-r--r-- | src/ec/lenovo/h8/acpi/thermal.asl | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/ec/lenovo/h8/acpi/thermal.asl b/src/ec/lenovo/h8/acpi/thermal.asl index 86fc31158c..5ca7a5ab9c 100644 --- a/src/ec/lenovo/h8/acpi/thermal.asl +++ b/src/ec/lenovo/h8/acpi/thermal.asl @@ -46,12 +46,9 @@ Scope(\_TZ) Name (_TC1, 0x02) Name (_TC2, 0x05) -#if !IS_ENABLED(CONFIG_CPU_INTEL_MODEL_206AX) && \ - !IS_ENABLED(CONFIG_CPU_INTEL_MODEL_2065X) && \ - !IS_ENABLED(CONFIG_CPU_INTEL_MODEL_306AX) - /* Generated by acpigen */ +/* Generated by acpigen */ External (\PPKG, MethodObj) -#endif + /* Processors used for passive cooling */ Method (_PSL, 0, Serialized) { |