<p>Nick Vaccaro has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/22380">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">google/zoombini: fix two gpio defines<br><br>Change EC_SCI_GPI to GPE0_ESPI, GPIO_EC_IN_RW to GPP_E1.<br><br>BUG=b:64395641<br>BRANCH=master<br>TEST=Compiles successfully using "./util/abuild/abuild -p none<br>-t google/zoombini -x -a"<br><br>Change-Id: I5d07bc0ef295d776635ff3a585c8de9028bd3f6a<br>Signed-off-by: Nick Vaccaro <nvaccaro@google.com><br>---<br>M src/mainboard/google/zoombini/variants/baseboard/include/baseboard/gpio.h<br>1 file changed, 3 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/80/22380/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/mainboard/google/zoombini/variants/baseboard/include/baseboard/gpio.h b/src/mainboard/google/zoombini/variants/baseboard/include/baseboard/gpio.h<br>index e8e9938..6db0fd4 100644<br>--- a/src/mainboard/google/zoombini/variants/baseboard/include/baseboard/gpio.h<br>+++ b/src/mainboard/google/zoombini/variants/baseboard/include/baseboard/gpio.h<br>@@ -16,6 +16,7 @@<br> #ifndef __MAINBOARD_GPIO_H__<br> #define __MAINBOARD_GPIO_H__<br> <br>+#include <soc/gpe.h><br> #include <soc/gpio.h><br> <br> /* Memory configuration board straps */<br>@@ -25,7 +26,7 @@<br> #define GPIO_MEM_CONFIG_3   GPP_D0<br> <br> /* EC in RW */<br>-#define GPIO_EC_IN_RW              GPP_A8<br>+#define GPIO_EC_IN_RW          GPP_E1<br> <br> /* BIOS Flash Write Protect */<br> #define GPIO_PCH_WP                GPP_A1<br>@@ -34,5 +35,5 @@<br> #define GPE_EC_WAKE         GPP_74<br> <br> /* eSPI virtual wire reporting */<br>-#define EC_SCI_GPI              GPP_76<br>+#define EC_SCI_GPI             GPE0_ESPI<br> #endif<br></pre><p>To view, visit <a href="https://review.coreboot.org/22380">change 22380</a>. To unsubscribe, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/22380"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I5d07bc0ef295d776635ff3a585c8de9028bd3f6a </div>
<div style="display:none"> Gerrit-Change-Number: 22380 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Nick Vaccaro <nvaccaro@google.com> </div>