chipset_enable: Mark Q87 and H170 as tested
As reported by Franck and Ron on the flashprog mailing list.
Change-Id: Ia14ca73b44baa5867e2f5ed59d540826969d77c3
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.sourcearcade.org/c/flashprog/+/572
diff --git a/chipset_enable.c b/chipset_enable.c
index 2603840..31902b2 100644
--- a/chipset_enable.c
+++ b/chipset_enable.c
@@ -2158,7 +2158,7 @@
{0x8086, 0x8c4b, ANY_REV, B_FS, DEP, "Intel", "HM87", enable_flash_pch8},
{0x8086, 0x8c4c, ANY_REV, B_FS, NT, "Intel", "Q85", enable_flash_pch8},
{0x8086, 0x8c4d, ANY_REV, B_FS, NT, "Intel", "Lynx Point", enable_flash_pch8},
- {0x8086, 0x8c4e, ANY_REV, B_FS, NT, "Intel", "Q87", enable_flash_pch8},
+ {0x8086, 0x8c4e, ANY_REV, B_FS, DEP, "Intel", "Q87", enable_flash_pch8},
{0x8086, 0x8c4f, ANY_REV, B_FS, DEP, "Intel", "QM87", enable_flash_pch8},
{0x8086, 0x8c50, ANY_REV, B_FS, DEP, "Intel", "B85", enable_flash_pch8},
{0x8086, 0x8c51, ANY_REV, B_FS, NT, "Intel", "Lynx Point", enable_flash_pch8},
@@ -2239,7 +2239,7 @@
{0x8086, 0xa141, ANY_REV, B_S, NT, "Intel", "Sunrise Point Desktop Sample", enable_flash_pch100},
{0x8086, 0xa142, ANY_REV, B_S, NT, "Intel", "Sunrise Point Unknown Sample", enable_flash_pch100},
{0x8086, 0xa143, ANY_REV, B_S, DEP, "Intel", "H110", enable_flash_pch100},
- {0x8086, 0xa144, ANY_REV, B_S, NT, "Intel", "H170", enable_flash_pch100},
+ {0x8086, 0xa144, ANY_REV, B_S, DEP, "Intel", "H170", enable_flash_pch100},
{0x8086, 0xa145, ANY_REV, B_S, NT, "Intel", "Z170", enable_flash_pch100},
{0x8086, 0xa146, ANY_REV, B_S, NT, "Intel", "Q170", enable_flash_pch100},
{0x8086, 0xa147, ANY_REV, B_S, NT, "Intel", "Q150", enable_flash_pch100},