diff options
author | Michael Niewöhner <foss@mniewoehner.de> | 2020-09-12 22:00:48 +0200 |
---|---|---|
committer | Michael Niewöhner <foss@mniewoehner.de> | 2020-09-14 11:51:02 +0000 |
commit | 8ca0b210606c4183070042fa41b36e9757b0d88e (patch) | |
tree | b68d40d6ade664bd939643162139b388c7ae486d /src/soc | |
parent | 33f64b5d78934ff4a6f5bef1aededaf5db854883 (diff) | |
download | coreboot-8ca0b210606c4183070042fa41b36e9757b0d88e.tar.xz |
soc/intel/cnl: Add ACPI support for PMC core OS driver
PMC core OS driver (intel_pmc_core.c in linux kernel) provides debug
hooks to developers and end users to quickly figure out why their
platform is not entering a deeper idle state such as S0ix.
Include the common pmc.asl added in commit 957481c.
Test: PMC gets detected by Linux kernel module.
Change-Id: Ibf7c8ba7449df15c2ca30d23791e17fc878204f2
Signed-off-by: Michael Niewöhner <foss@mniewoehner.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/45318
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/cannonlake/acpi/southbridge.asl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/soc/intel/cannonlake/acpi/southbridge.asl b/src/soc/intel/cannonlake/acpi/southbridge.asl index 12269d390b..a6b023716d 100644 --- a/src/soc/intel/cannonlake/acpi/southbridge.asl +++ b/src/soc/intel/cannonlake/acpi/southbridge.asl @@ -45,3 +45,6 @@ /* GBe 0:1f.6 */ #include "pch_glan.asl" + +/* PMC Core */ +#include <soc/intel/common/block/acpi/acpi/pmc.asl> |