summaryrefslogtreecommitdiffstats
path: root/chipset_enable.c
diff options
context:
space:
mode:
authorThomas Heijligen <thomas.heijligen@secunet.com>2023-03-08 18:13:57 +0100
committerAnastasia Klimchuk <aklm@chromium.org>2023-04-24 13:31:17 +0000
commit256b04148085e71f499eed33644927320e35431b (patch)
treeb6f254c36756e80470b8eb6e6a00650adcdade6c /chipset_enable.c
parent5affc221f3074be4e7239ba2a0683cae06b525fd (diff)
downloadflashrom-256b04148085e71f499eed33644927320e35431b.tar.gz
flashrom-256b04148085e71f499eed33644927320e35431b.tar.bz2
flashrom-256b04148085e71f499eed33644927320e35431b.zip
chipset_enable: Mark Intel H97 as test_state DEP
An user reported on the mailing list [0] a successfull update of an MSI MS-7850 mainboard with an Intel H97 chipset. All ME-enable chipsets are marked as DEP instead of OK, so follow this rule. [0] https://mail.coreboot.org/hyperkitty/list/flashrom@flashrom.org/message/MYU5ZPLDRYWWNEFWN3RSOVX3VA5HPH42 Change-Id: Iebf83b5b226d961bd5a6b5f53693dbc5f8884898 Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/73581 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'chipset_enable.c')
-rw-r--r--chipset_enable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chipset_enable.c b/chipset_enable.c
index 16ef0f46b..596899a5c 100644
--- a/chipset_enable.c
+++ b/chipset_enable.c
@@ -2020,7 +2020,7 @@ const struct penable chipset_enables[] = {
{0x8086, 0x8cc2, B_FS, NT, "Intel", "9 Series Engineering Sample", enable_flash_pch9},
{0x8086, 0x8cc3, B_FS, NT, "Intel", "9 Series", enable_flash_pch9},
{0x8086, 0x8cc4, B_FS, DEP, "Intel", "Z97", enable_flash_pch9},
- {0x8086, 0x8cc6, B_FS, NT, "Intel", "H97", enable_flash_pch9},
+ {0x8086, 0x8cc6, B_FS, DEP, "Intel", "H97", enable_flash_pch9},
{0x8086, 0x8d40, B_FS, NT, "Intel", "C610/X99 (Wellsburg)", enable_flash_pch8_wb},
{0x8086, 0x8d41, B_FS, NT, "Intel", "C610/X99 (Wellsburg)", enable_flash_pch8_wb},
{0x8086, 0x8d42, B_FS, NT, "Intel", "C610/X99 (Wellsburg)", enable_flash_pch8_wb},