From 5620b105461cc18cf1439f02013153237f372b4b Mon Sep 17 00:00:00 2001 From: Lijian Zhao Date: Fri, 25 Jan 2019 15:22:24 -0800 Subject: src/soc/intel/cannonlake: Add _DSM methods for LPIT table This patch adds the _DSM method 5 and 6 for entering and exiting S0ix. The _DSM method gets injected into DSDT table and called from kernel. LPIT table is hardcoded in this patch but the proper way to implement is to use inject_dsdt to make the _DSM methods available for soc's to implement. Calling the LPIT table from mainboard here so that with the current implementation the platforms which do not have lpit support throw compilation error. Signed-off-by: Lijian Zhao Change-Id: Ia908969decf7cf12f505becb4f4a4a9caa7ed6db Reviewed-on: https://review.coreboot.org/c/31101 Tested-by: build bot (Jenkins) Reviewed-by: Shaunak Saha Reviewed-by: Duncan Laurie --- src/mainboard/google/sarien/dsdt.asl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainboard/google') diff --git a/src/mainboard/google/sarien/dsdt.asl b/src/mainboard/google/sarien/dsdt.asl index e5e48bb3a7..547253fef0 100644 --- a/src/mainboard/google/sarien/dsdt.asl +++ b/src/mainboard/google/sarien/dsdt.asl @@ -50,6 +50,9 @@ DefinitionBlock( /* Chipset specific sleep states */ #include + /* Low power idle table */ + #include + #if IS_ENABLED(CONFIG_EC_GOOGLE_WILCO) /* Chrome OS Embedded Controller */ Scope (\_SB.PCI0.LPCB) -- cgit v1.2.3