summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah Williams <hannah.williams@intel.com>2016-02-05 23:51:54 -0800
committerMartin Roth <martinroth@google.com>2016-04-14 19:29:28 +0200
commit2859c45033e7625cb8b016d6d76f4697723cf9f1 (patch)
tree23fadd8adc634b29d03939d84ef9f9794bb441b1
parent4e63077d6b760748263884af872d5761ff3c984b (diff)
downloadcoreboot-2859c45033e7625cb8b016d6d76f4697723cf9f1.tar.xz
intel/apollolake_rvp: Add sleepstates.asl to dsdt
cat /sys/power/state should show supported sleep states as freeze and mem where freeze is "Suspend to Idle" and mem is "Suspend to RAM" Change-Id: Ia72aaf6642dcdc9106c1992af3cf6cb21a8fff4a Signed-off-by: Hannah Williams <hannah.williams@intel.com> Reviewed-on: https://review.coreboot.org/14285 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
-rw-r--r--src/mainboard/intel/apollolake_rvp/dsdt.asl3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/intel/apollolake_rvp/dsdt.asl b/src/mainboard/intel/apollolake_rvp/dsdt.asl
index 9ac8049189..53a7b0f0d4 100644
--- a/src/mainboard/intel/apollolake_rvp/dsdt.asl
+++ b/src/mainboard/intel/apollolake_rvp/dsdt.asl
@@ -31,4 +31,7 @@ DefinitionBlock(
}
}
+ /* Chipset specific sleep states */
+ #include <soc/intel/apollolake/acpi/sleepstates.asl>
+
}