Skip to content

Commit

Permalink
chipset_enable: Mark Intel H97 as test_state DEP
Browse files Browse the repository at this point in the history
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/[email protected]/message/MYU5ZPLDRYWWNEFWN3RSOVX3VA5HPH42

Change-Id: Iebf83b5b226d961bd5a6b5f53693dbc5f8884898
Signed-off-by: Thomas Heijligen <[email protected]>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/73581
Reviewed-by: Angel Pons <[email protected]>
Tested-by: build bot (Jenkins) <[email protected]>
  • Loading branch information
heijligen authored and Anastasia Klimchuk committed Apr 24, 2023
1 parent 5affc22 commit 256b041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chipset_enable.c
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit 256b041

Please sign in to comment.