[coreboot-gerrit] Change in coreboot[master]: mb/intel/glkrvp: Add gpio.h in dsdt.asl file

Shaunak Saha (Code Review) gerrit at coreboot.org
Wed Dec 6 21:09:39 CET 2017


Shaunak Saha has uploaded this change for review. ( https://review.coreboot.org/22760


Change subject: mb/intel/glkrvp: Add gpio.h in dsdt.asl file
......................................................................

mb/intel/glkrvp: Add gpio.h in dsdt.asl file

Adding proper baseboard/gpio.h in dsdt.asl where the
GPE_EC_WAKE and EC_SCI_GPI is defined.

Change-Id: Ideb6dd4d0ac496a81721cd883865218cb19583d9
Signed-off-by: Shaunak Saha <shaunak.saha at intel.com>
---
M src/mainboard/intel/glkrvp/dsdt.asl
1 file changed, 1 insertion(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/60/22760/1

diff --git a/src/mainboard/intel/glkrvp/dsdt.asl b/src/mainboard/intel/glkrvp/dsdt.asl
index 9dee22a..0050665 100644
--- a/src/mainboard/intel/glkrvp/dsdt.asl
+++ b/src/mainboard/intel/glkrvp/dsdt.asl
@@ -14,8 +14,7 @@
  */
 
 #include <variant/ec.h>
-#define GPE_EC_WAKE	0x26
-#define EC_SCI_GPI	GPE0_DW1_05
+#include <variant/gpio.h>
 
 DefinitionBlock(
 	"dsdt.aml",

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ideb6dd4d0ac496a81721cd883865218cb19583d9
Gerrit-Change-Number: 22760
Gerrit-PatchSet: 1
Gerrit-Owner: Shaunak Saha <shaunak.saha at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171206/0f609f62/attachment.html>


More information about the coreboot-gerrit mailing list