From 489c722dccbf7b57cab6f1b0e17a14e889d9da4e Mon Sep 17 00:00:00 2001 From: Tim Wawrzynczak Date: Tue, 9 Jul 2019 13:30:30 -0600 Subject: mb/google/hatch: Enable LPIT inclusion in DSDT Include the lpit.asl file in Hatch's DSDT definition. BUG=b:130764684 BRANCH=none TEST=S3 suspend/resume and S0ix entry/exit work correctly. Ran > 200 iterations of suspend_stress_test and no issues found. Change-Id: If8ebff3db091257e8452869636c0e024f3123e8b Signed-off-by: Tim Wawrzynczak Reviewed-on: https://review.coreboot.org/c/coreboot/+/34175 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh Reviewed-by: Subrata Banik Reviewed-by: Paul Fagerburg --- src/mainboard/google/hatch/dsdt.asl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainboard/google/hatch/dsdt.asl') diff --git a/src/mainboard/google/hatch/dsdt.asl b/src/mainboard/google/hatch/dsdt.asl index 243c6270e2..87e98ea925 100644 --- a/src/mainboard/google/hatch/dsdt.asl +++ b/src/mainboard/google/hatch/dsdt.asl @@ -51,6 +51,9 @@ DefinitionBlock( /* Chipset specific sleep states */ #include + /* Low power idle table */ + #include + /* Chrome OS Embedded Controller */ Scope (\_SB.PCI0.LPCB) { -- cgit v1.2.3