Sophie van Soest has uploaded this change for review. ( https://review.coreboot.org/c/flashrom/+/56061 )
Change subject: Enable probing for IT8620 allowing to use the `dualbiosindex` parameter. ......................................................................
Enable probing for IT8620 allowing to use the `dualbiosindex` parameter.
Dumped and verified both firmwares. Tested on GIGABYTE GA-Z97-HD3.
Signed-off-by: Sophie van Soest sophie@entropie.rocks Change-Id: Icfa9d1be79ff1091c138e79a0fe254c6a0e56008 --- M it87spi.c 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/61/56061/1
diff --git a/it87spi.c b/it87spi.c index cbf830b..8490bdd 100644 --- a/it87spi.c +++ b/it87spi.c @@ -454,6 +454,7 @@ case 0x8705: ret |= it8705f_write_enable(superios[i].port); break; + case 0x8620: case 0x8716: case 0x8718: case 0x8720: