Pete Smith has uploaded this change for review.

View Change

it87spi.c: Enable probing of IT8686E

Enable probing for IT8686E allowing to use the `dualbiosindex`
parameter. Dumped and verified both firmwares. Tested on GIGABYTE
GA-H270N-WIFI.

Signed-off-by: Pete Smith <zailawee@protonmail.com>
Change-Id: I5a1780275a92089c2d91c5da1c472f6d8bc39a56
---
M it87spi.c
1 file changed, 1 insertion(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/flashrom refs/changes/54/64254/1
diff --git a/it87spi.c b/it87spi.c
index 204816a..c1f576f 100644
--- a/it87spi.c
+++ b/it87spi.c
@@ -463,6 +463,7 @@
case 0x8705:
ret |= it8705f_write_enable(superios[i].port);
break;
+ case 0x8686:
case 0x8716:
case 0x8718:
case 0x8720:

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

Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: I5a1780275a92089c2d91c5da1c472f6d8bc39a56
Gerrit-Change-Number: 64254
Gerrit-PatchSet: 1
Gerrit-Owner: Pete Smith <zailawee@protonmail.com>
Gerrit-MessageType: newchange