1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-27 15:12:36 +02:00

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>
This commit is contained in:
Pete Smith 2022-05-11 10:01:25 +00:00 committed by Thomas Heijligen
parent 06e73a8e61
commit d0ae8686b1

View File

@ -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: