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