summaryrefslogtreecommitdiffstats
path: root/chipset_enable.c
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2021-03-06 21:14:39 +0300
committerAngel Pons <th3fanbus@gmail.com>2021-04-24 10:42:23 +0000
commitb08fd6bad840580bc9622fd15071c5d0e40907c1 (patch)
tree4e780f0cb3b45842bdeba31a3a439153009e557e /chipset_enable.c
parent2a703e440061b752b872a2ee532700043f276941 (diff)
downloadflashrom-b08fd6bad840580bc9622fd15071c5d0e40907c1.tar.gz
flashrom-b08fd6bad840580bc9622fd15071c5d0e40907c1.tar.bz2
flashrom-b08fd6bad840580bc9622fd15071c5d0e40907c1.zip
chipset_enable: Mark QS67 as DEP
Tested on MacBook Air 4,2. Change-Id: Ia31c9d336d6ffe441323616174018b0f6a8897bd Signed-off-by: Evgeny Zinoviev <me@ch1p.io> Reviewed-on: https://review.coreboot.org/c/flashrom/+/51320 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
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 d5c10c42f..4e52092dd 100644
--- a/chipset_enable.c
+++ b/chipset_enable.c
@@ -1830,7 +1830,7 @@ const struct penable chipset_enables[] = {
{0x8086, 0x1c4a, B_FS, DEP, "Intel", "H67", enable_flash_pch6},
{0x8086, 0x1c4b, B_FS, NT, "Intel", "HM67", enable_flash_pch6},
{0x8086, 0x1c4c, B_FS, NT, "Intel", "Q65", enable_flash_pch6},
- {0x8086, 0x1c4d, B_FS, NT, "Intel", "QS67", enable_flash_pch6},
+ {0x8086, 0x1c4d, B_FS, DEP, "Intel", "QS67", enable_flash_pch6},
{0x8086, 0x1c4e, B_FS, DEP, "Intel", "Q67", enable_flash_pch6},
{0x8086, 0x1c4f, B_FS, DEP, "Intel", "QM67", enable_flash_pch6},
{0x8086, 0x1c50, B_FS, NT, "Intel", "B65", enable_flash_pch6},