Pete Smith has uploaded this change for review. ( https://review.coreboot.org/c/flashrom/+/64254 )
Change subject: it87spi.c: Enable probing of IT8686E ......................................................................
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: