From d0ae8686b1dc642575055c6d0b7e2825f1e9ebbb Mon Sep 17 00:00:00 2001 From: Pete Smith Date: Wed, 11 May 2022 10:01:25 +0000 Subject: [PATCH] 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 Change-Id: I5a1780275a92089c2d91c5da1c472f6d8bc39a56 Reviewed-on: https://review.coreboot.org/c/flashrom/+/64254 Reviewed-by: Angel Pons Reviewed-by: Thomas Heijligen Reviewed-by: Arthur Heymans Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer --- it87spi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/it87spi.c b/it87spi.c index be414163d..bd3cb716c 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: