[coreboot-gerrit] Change in coreboot[master]: mainboard/intel/kblrvp/variants/rvp7: change RSMRST to use a...

Hannah Williams (Code Review) gerrit at coreboot.org
Fri Jun 16 06:23:43 CEST 2017


Hannah Williams has uploaded this change for review. ( https://review.coreboot.org/20234


Change subject: mainboard/intel/kblrvp/variants/rvp7: change RSMRST to use a different name
......................................................................

mainboard/intel/kblrvp/variants/rvp7: change RSMRST to use a different name

using VAL_3 since in some cases RSMRST is 0 instead of 3

Change-Id: Ia5ffefcb2d087b93f02563bfb2c78f1b0b957db4
Signed-off-by: Hannah Williams <hannah.williams at intel.com>
---
M src/mainboard/intel/kblrvp/variants/rvp7/include/variant/gpio.h
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/34/20234/1

diff --git a/src/mainboard/intel/kblrvp/variants/rvp7/include/variant/gpio.h b/src/mainboard/intel/kblrvp/variants/rvp7/include/variant/gpio.h
index 7a8314e..a733100 100644
--- a/src/mainboard/intel/kblrvp/variants/rvp7/include/variant/gpio.h
+++ b/src/mainboard/intel/kblrvp/variants/rvp7/include/variant/gpio.h
@@ -64,7 +64,7 @@
 /* LPC_CLKRUN */	PAD_CFG_NF(GPP_A8, NONE, DEEP, NF1),
 /* PCH_CLK_PCI_TPM */	PAD_CFG_NF(GPP_A10, NONE, DEEP, NF1),
 /* PCH_LPC_CLK */	PAD_CFG_GPI_APIC(GPP_A11, NONE, DEEP),
-/* ISH_KB_PROX_INT */	PAD_CFG_GPO(GPP_A12, 1, RSMRST),
+/* ISH_KB_PROX_INT */	PAD_CFG_GPO(GPP_A12, 1, VAL_3),
 /* PCH_SUSPWRACB */	PAD_CFG_NF(GPP_A13, NONE, DEEP, NF1),
 /* PCH_SUSACK */	PAD_CFG_NF(GPP_A15, 20K_PD, DEEP, NF1),
 /* SD_1P8_SEL */	PAD_CFG_NF(GPP_A16, NONE, DEEP, NF1),

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia5ffefcb2d087b93f02563bfb2c78f1b0b957db4
Gerrit-Change-Number: 20234
Gerrit-PatchSet: 1
Gerrit-Owner: Hannah Williams <hannah.williams at intel.com>



More information about the coreboot-gerrit mailing list