[coreboot-gerrit] Change in coreboot[master]: sio/smsc/fdc37n972: add missing pnp_conf_mode field to ops struct

Felix Held (Code Review) gerrit at coreboot.org
Fri Jul 6 23:53:10 CEST 2018


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


Change subject: sio/smsc/fdc37n972: add missing pnp_conf_mode field to ops struct
......................................................................

sio/smsc/fdc37n972: add missing pnp_conf_mode field to ops struct

This patch makes it possible to enter the config mode of the super IO chip, so
that changes can be made to the configuration registers.

Change-Id: I7e31eaf217b3af2226c1e7d2f14f2ef7b0d7ddbe
Signed-off-by: Felix Held <felix-coreboot at felixheld.de>
---
M src/superio/smsc/fdc37n972/superio.c
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/92/27392/1

diff --git a/src/superio/smsc/fdc37n972/superio.c b/src/superio/smsc/fdc37n972/superio.c
index 85e376d..e9e8043 100644
--- a/src/superio/smsc/fdc37n972/superio.c
+++ b/src/superio/smsc/fdc37n972/superio.c
@@ -43,6 +43,7 @@
 	.enable_resources = pnp_enable_resources,
 	.enable           = pnp_enable,
 	.init             = init,
+	.ops_pnp_mode     = &pnp_conf_mode_55_aa,
 };
 
 static struct pnp_info pnp_dev_info[] = {

-- 
To view, visit https://review.coreboot.org/27392
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: I7e31eaf217b3af2226c1e7d2f14f2ef7b0d7ddbe
Gerrit-Change-Number: 27392
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/20180706/2eb06ed3/attachment.html>


More information about the coreboot-gerrit mailing list