Sea Wright has uploaded this change for review.

View Change

it87spi.c: Enable probing of IT8686E

Enable probing for IT8686F to use the 'dualbiosindex' feature.
Dumped and verified M_BIOS and B_BIOS. Tested on GIGABYTE GA-H270N-WIFI

Change-Id: I7f6fe582d9e50e66560b1c54be9a5fdd34584a93
Signed-off-by: Sea Wright <menaechmi@protonmail.com>
---
M it87spi.c
1 file changed, 1 insertion(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/flashrom refs/changes/18/62718/1
diff --git a/it87spi.c b/it87spi.c
index 728ec70..8f0d389 100644
--- a/it87spi.c
+++ b/it87spi.c
@@ -450,6 +450,7 @@
case 0x8705:
ret |= it8705f_write_enable(superios[i].port);
break;
+ case 0x8686:
case 0x8716:
case 0x8718:
case 0x8720:

To view, visit change 62718. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: I7f6fe582d9e50e66560b1c54be9a5fdd34584a93
Gerrit-Change-Number: 62718
Gerrit-PatchSet: 1
Gerrit-Owner: Sea Wright <menaechmi@protonmail.com>
Gerrit-MessageType: newchange