[coreboot-gerrit] Change in coreboot[master]: ga-g41m-es2l: set GPIO configuration select bit

Felix Held (Code Review) gerrit at coreboot.org
Sun Oct 29 19:07:35 CET 2017


Felix Held has uploaded this change for review. ( https://review.coreboot.org/22225


Change subject: ga-g41m-es2l: set GPIO configuration select bit
......................................................................

ga-g41m-es2l: set GPIO configuration select bit

This might fix the issue that the FDC doesn't get enabled even though it is
enabled in the devicetree.

Change-Id: Ic60ef951f187a20e0b8238ebca5144b91bea791d
Signed-off-by: Felix Held <felix-coreboot at felixheld.de>
---
M src/mainboard/gigabyte/ga-g41m-es2l/romstage.c
1 file changed, 3 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/25/22225/1

diff --git a/src/mainboard/gigabyte/ga-g41m-es2l/romstage.c b/src/mainboard/gigabyte/ga-g41m-es2l/romstage.c
index 67d3eb1..8bdfe00 100644
--- a/src/mainboard/gigabyte/ga-g41m-es2l/romstage.c
+++ b/src/mainboard/gigabyte/ga-g41m-es2l/romstage.c
@@ -55,6 +55,9 @@
 
 	setup_pch_gpios(&mainboard_gpio_map);
 
+	/* set SIO configuration select */
+	ite_reg_write(GPIO_DEV, 0x22, 0x80);
+
 	/* Set default GPIOs on superio */
 	ite_reg_write(GPIO_DEV, 0x25, 0x00);
 	ite_reg_write(GPIO_DEV, 0x26, 0xc7);

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic60ef951f187a20e0b8238ebca5144b91bea791d
Gerrit-Change-Number: 22225
Gerrit-PatchSet: 1
Gerrit-Owner: Felix Held <felix-coreboot at felixheld.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171029/bc8f4741/attachment.html>


More information about the coreboot-gerrit mailing list