[coreboot-gerrit] Change in coreboot[master]: soc/intel/cannonlake: Add ACPI platform sleep capability

Vaibhav Shankar (Code Review) gerrit at coreboot.org
Thu Oct 12 03:53:25 CEST 2017


Vaibhav Shankar has uploaded this change for review. ( https://review.coreboot.org/21975


Change subject: soc/intel/cannonlake: Add ACPI platform sleep capability
......................................................................

soc/intel/cannonlake: Add ACPI platform sleep capability

Add the required ACPI sleep states

Change-Id: I7750062554f087e4f88da56790e4122d5fa20529
Signed-off-by: Vaibhav Shankar <vaibhav.shankar at intel.com>
---
A src/soc/intel/cannonlake/acpi/sleepstates.asl
1 file changed, 20 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/75/21975/1

diff --git a/src/soc/intel/cannonlake/acpi/sleepstates.asl b/src/soc/intel/cannonlake/acpi/sleepstates.asl
new file mode 100644
index 0000000..d19f080
--- /dev/null
+++ b/src/soc/intel/cannonlake/acpi/sleepstates.asl
@@ -0,0 +1,20 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2017 Intel Corp.
+ *
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ */
+
+Name (\_S0, Package () { 0x0, 0x0, 0x0, 0x0 })
+Name (\_S3, Package () { 0x5, 0x5, 0x0, 0x0 })
+Name (\_S5, Package () { 0x7, 0x7, 0x0, 0x0 })

-- 
To view, visit https://review.coreboot.org/21975
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7750062554f087e4f88da56790e4122d5fa20529
Gerrit-Change-Number: 21975
Gerrit-PatchSet: 1
Gerrit-Owner: Vaibhav Shankar <vaibhav.shankar at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171012/400c50c7/attachment-0001.html>


More information about the coreboot-gerrit mailing list