[coreboot-gerrit] Change in coreboot[master]: mb/google/octopus: Add Write Protect GPIO to cros_gpios

Hannah Williams (Code Review) gerrit at coreboot.org
Sat Apr 14 06:12:42 CEST 2018


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


Change subject: mb/google/octopus: Add Write Protect GPIO to cros_gpios
......................................................................

mb/google/octopus: Add Write Protect GPIO to cros_gpios

BUG=b:78009842
TEST= wpsw_cur in crossystem reads the correct gpio

Change-Id: Iedd0057d6bdfd5a666ff282bc784f7b98e8c96e8
Signed-off-by: Hannah Williams <hannah.williams at intel.com>
---
M src/mainboard/google/octopus/variants/baseboard/gpio.c
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/73/25673/1

diff --git a/src/mainboard/google/octopus/variants/baseboard/gpio.c b/src/mainboard/google/octopus/variants/baseboard/gpio.c
index 8fe1205..bdf8529 100644
--- a/src/mainboard/google/octopus/variants/baseboard/gpio.c
+++ b/src/mainboard/google/octopus/variants/baseboard/gpio.c
@@ -299,6 +299,7 @@
 }
 
 static const struct cros_gpio cros_gpios[] = {
+	CROS_GPIO_WP_AH(PAD_NW(GPIO_PCH_WP), GPIO_COMM_SCC_NAME),
 };
 
 const struct cros_gpio *__attribute__((weak)) variant_cros_gpios(size_t *num)

-- 
To view, visit https://review.coreboot.org/25673
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: Iedd0057d6bdfd5a666ff282bc784f7b98e8c96e8
Gerrit-Change-Number: 25673
Gerrit-PatchSet: 1
Gerrit-Owner: Hannah Williams <hannah.williams at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180414/e9aa435b/attachment.html>


More information about the coreboot-gerrit mailing list