From d58128eb83e59e09113666c80da81c891d76e949 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Sun, 6 Oct 2019 21:07:44 +0200 Subject: chipset_enable.c: Mark Intel Q75 as DEP Tested reading, writing and erasing the internal flash chip using an HP Pro 6300 SFF mainboard with an Intel Q75 PCH. However, since ME-enabled chipsets are marked as DEP instead of OK, this one shall also be. Change-Id: I273af0eb33e74b31bc4fdc95362527bba080c5a0 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/flashrom/+/35826 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- chipset_enable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chipset_enable.c b/chipset_enable.c index f02ba87e6..b55852ca2 100644 --- a/chipset_enable.c +++ b/chipset_enable.c @@ -1823,7 +1823,7 @@ const struct penable chipset_enables[] = { {0x8086, 0x1e44, B_FS, DEP, "Intel", "Z77", enable_flash_pch7}, {0x8086, 0x1e46, B_FS, NT, "Intel", "Z75", enable_flash_pch7}, {0x8086, 0x1e47, B_FS, NT, "Intel", "Q77", enable_flash_pch7}, - {0x8086, 0x1e48, B_FS, NT, "Intel", "Q75", enable_flash_pch7}, + {0x8086, 0x1e48, B_FS, DEP, "Intel", "Q75", enable_flash_pch7}, {0x8086, 0x1e49, B_FS, DEP, "Intel", "B75", enable_flash_pch7}, {0x8086, 0x1e4a, B_FS, DEP, "Intel", "H77", enable_flash_pch7}, {0x8086, 0x1e53, B_FS, NT, "Intel", "C216", enable_flash_pch7}, -- cgit v1.2.3