aboutsummaryrefslogtreecommitdiffstats
path: root/it87spi.c
diff options
context:
space:
mode:
authorPete Smith <zailawee@protonmail.com>2022-05-11 10:01:25 +0000
committerThomas Heijligen <src@posteo.de>2022-07-11 09:41:20 +0000
commitd0ae8686b1dc642575055c6d0b7e2825f1e9ebbb (patch)
treef7e5e2a638ef785c1dedc538f5cb61ee8496206b /it87spi.c
parent06e73a8e61749c82ae9bd632113c01afd3ff2fd1 (diff)
downloadflashrom-d0ae8686b1dc642575055c6d0b7e2825f1e9ebbb.tar.gz
flashrom-d0ae8686b1dc642575055c6d0b7e2825f1e9ebbb.tar.bz2
flashrom-d0ae8686b1dc642575055c6d0b7e2825f1e9ebbb.zip
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 Reviewed-on: https://review.coreboot.org/c/flashrom/+/64254 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Thomas Heijligen <src@posteo.de> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'it87spi.c')
-rw-r--r--it87spi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/it87spi.c b/it87spi.c
index be414163..bd3cb716 100644
--- a/it87spi.c
+++ b/it87spi.c
@@ -452,6 +452,7 @@ int init_superio_ite(void)
case 0x8705:
ret |= it8705f_write_enable(superios[i].port);
break;
+ case 0x8686:
case 0x8716:
case 0x8718:
case 0x8720: