[coreboot-gerrit] Patch set updated for coreboot: intel/apollolake_rvp: Add sleepstates.asl to dsdt

Hannah Williams (hannah.williams@intel.com) gerrit at coreboot.org
Thu Apr 14 19:18:31 CEST 2016


Hannah Williams (hannah.williams at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14285

-gerrit

commit f92fb6e5ede0ba2158c1f4d4ef91f636468f6c1d
Author: Hannah Williams <hannah.williams at intel.com>
Date:   Fri Feb 5 23:51:54 2016 -0800

    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 at intel.com>
---
 src/mainboard/intel/apollolake_rvp/dsdt.asl | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/mainboard/intel/apollolake_rvp/dsdt.asl b/src/mainboard/intel/apollolake_rvp/dsdt.asl
index 9ac8049..53a7b0f 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>
+
 }



More information about the coreboot-gerrit mailing list