[coreboot-gerrit] Change in coreboot[master]: google/zoombini: fix two gpio defines

Nick Vaccaro (Code Review) gerrit at coreboot.org
Wed Nov 8 21:18:52 CET 2017


Nick Vaccaro has uploaded this change for review. ( https://review.coreboot.org/22380


Change subject: google/zoombini: fix two gpio defines
......................................................................

google/zoombini: fix two gpio defines

Change EC_SCI_GPI to GPE0_ESPI, GPIO_EC_IN_RW to GPP_E1.

BUG=b:64395641
BRANCH=master
TEST=Compiles successfully using "./util/abuild/abuild -p none
-t google/zoombini -x -a"

Change-Id: I5d07bc0ef295d776635ff3a585c8de9028bd3f6a
Signed-off-by: Nick Vaccaro <nvaccaro at google.com>
---
M src/mainboard/google/zoombini/variants/baseboard/include/baseboard/gpio.h
1 file changed, 3 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/80/22380/1

diff --git a/src/mainboard/google/zoombini/variants/baseboard/include/baseboard/gpio.h b/src/mainboard/google/zoombini/variants/baseboard/include/baseboard/gpio.h
index e8e9938..6db0fd4 100644
--- a/src/mainboard/google/zoombini/variants/baseboard/include/baseboard/gpio.h
+++ b/src/mainboard/google/zoombini/variants/baseboard/include/baseboard/gpio.h
@@ -16,6 +16,7 @@
 #ifndef __MAINBOARD_GPIO_H__
 #define __MAINBOARD_GPIO_H__
 
+#include <soc/gpe.h>
 #include <soc/gpio.h>
 
 /* Memory configuration board straps */
@@ -25,7 +26,7 @@
 #define GPIO_MEM_CONFIG_3	GPP_D0
 
 /* EC in RW */
-#define GPIO_EC_IN_RW		GPP_A8
+#define GPIO_EC_IN_RW		GPP_E1
 
 /* BIOS Flash Write Protect */
 #define GPIO_PCH_WP		GPP_A1
@@ -34,5 +35,5 @@
 #define GPE_EC_WAKE		GPP_74
 
 /* eSPI virtual wire reporting */
-#define EC_SCI_GPI		GPP_76
+#define EC_SCI_GPI		GPE0_ESPI
 #endif

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5d07bc0ef295d776635ff3a585c8de9028bd3f6a
Gerrit-Change-Number: 22380
Gerrit-PatchSet: 1
Gerrit-Owner: Nick Vaccaro <nvaccaro at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171108/d7cb4034/attachment.html>


More information about the coreboot-gerrit mailing list