<p>Vincent Palatin has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/23769">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">mainboard/google/zoombini/variants/meowth: enable FPMCU interrupt<br><br>Enable the micro-controller interrupt line as a real IRQ.<br><br>BUG=b:71986991<br>BRANCH=none<br>TEST=on Meowth, run 'ectool --name=cros_fp fpmode capture' and see the<br>number of interrupts incrementing and the MKBP event happening.<br><br>Change-Id: Ic0cf03d2a3508148b6482a5a595eaa213eff52c7<br>Signed-off-by: Vincent Palatin <vpalatin@chromium.org><br>---<br>M src/mainboard/google/zoombini/variants/meowth/gpio.c<br>1 file changed, 2 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/69/23769/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/mainboard/google/zoombini/variants/meowth/gpio.c b/src/mainboard/google/zoombini/variants/meowth/gpio.c</span><br><span>index 21c4bbc..7869dea 100644</span><br><span>--- a/src/mainboard/google/zoombini/variants/meowth/gpio.c</span><br><span>+++ b/src/mainboard/google/zoombini/variants/meowth/gpio.c</span><br><span>@@ -40,7 +40,8 @@</span><br><span> /* ISH_GP1 */             PAD_NC(GPP_A19, NONE),</span><br><span> /* ISH_GP2 */         PAD_NC(GPP_A20, NONE),</span><br><span> /* ISH_GP3 */         PAD_CFG_GPO(GPP_A21, 0, DEEP), /* PCH_FPMCU_BOOT0 */</span><br><span style="color: hsl(0, 100%, 40%);">-/* ISH_GP4 */               PAD_CFG_GPI(GPP_A22, NONE, DEEP), /* FPMCU_INT */</span><br><span style="color: hsl(120, 100%, 40%);">+/* ISH_GP4 */                PAD_CFG_GPI_APIC(GPP_A22, NONE, DEEP, LEVEL,</span><br><span style="color: hsl(120, 100%, 40%);">+                                   NONE), /* FPMCU_INT */</span><br><span> /* ISH_GP5 */                PAD_CFG_GPO(GPP_A23, 1, DEEP), /* PCH_FPMCU_RST_ODL */</span><br><span> /* CORE_VID0 */               PAD_CFG_NF(GPP_B0, NONE, DEEP, NF1), /* CORE_VID0 */</span><br><span> /* CORE_VID1 */         PAD_CFG_NF(GPP_B1, NONE, DEEP, NF1), /* CORE_VID1 */</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/23769">change 23769</a>. To unsubscribe, or for help writing mail filters, 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/23769"/><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: Ic0cf03d2a3508148b6482a5a595eaa213eff52c7 </div>
<div style="display:none"> Gerrit-Change-Number: 23769 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Vincent Palatin <vpalatin@chromium.org> </div>