[coreboot-gerrit] Change in coreboot[master]: mainboard/google/zoombini/variants/meowth: enable FPMCU interrupt

Vincent Palatin (Code Review) gerrit at coreboot.org
Thu Feb 15 09:50:42 CET 2018


Vincent Palatin has uploaded this change for review. ( https://review.coreboot.org/23769


Change subject: mainboard/google/zoombini/variants/meowth: enable FPMCU interrupt
......................................................................

mainboard/google/zoombini/variants/meowth: enable FPMCU interrupt

Enable the micro-controller interrupt line as a real IRQ.

BUG=b:71986991
BRANCH=none
TEST=on Meowth, run 'ectool --name=cros_fp fpmode capture' and see the
number of interrupts incrementing and the MKBP event happening.

Change-Id: Ic0cf03d2a3508148b6482a5a595eaa213eff52c7
Signed-off-by: Vincent Palatin <vpalatin at chromium.org>
---
M src/mainboard/google/zoombini/variants/meowth/gpio.c
1 file changed, 2 insertions(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/69/23769/1

diff --git a/src/mainboard/google/zoombini/variants/meowth/gpio.c b/src/mainboard/google/zoombini/variants/meowth/gpio.c
index 21c4bbc..7869dea 100644
--- a/src/mainboard/google/zoombini/variants/meowth/gpio.c
+++ b/src/mainboard/google/zoombini/variants/meowth/gpio.c
@@ -40,7 +40,8 @@
 /* ISH_GP1 */		PAD_NC(GPP_A19, NONE),
 /* ISH_GP2 */		PAD_NC(GPP_A20, NONE),
 /* ISH_GP3 */		PAD_CFG_GPO(GPP_A21, 0, DEEP), /* PCH_FPMCU_BOOT0 */
-/* ISH_GP4 */		PAD_CFG_GPI(GPP_A22, NONE, DEEP), /* FPMCU_INT */
+/* ISH_GP4 */		PAD_CFG_GPI_APIC(GPP_A22, NONE, DEEP, LEVEL,
+					 NONE), /* FPMCU_INT */
 /* ISH_GP5 */		PAD_CFG_GPO(GPP_A23, 1, DEEP), /* PCH_FPMCU_RST_ODL */
 /* CORE_VID0 */		PAD_CFG_NF(GPP_B0, NONE, DEEP, NF1), /* CORE_VID0 */
 /* CORE_VID1 */		PAD_CFG_NF(GPP_B1, NONE, DEEP, NF1), /* CORE_VID1 */

-- 
To view, visit https://review.coreboot.org/23769
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic0cf03d2a3508148b6482a5a595eaa213eff52c7
Gerrit-Change-Number: 23769
Gerrit-PatchSet: 1
Gerrit-Owner: Vincent Palatin <vpalatin at chromium.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180215/90a1e22b/attachment-0001.html>


More information about the coreboot-gerrit mailing list