mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-29 07:53:44 +02:00
chipset_enable: Mark Intel Q77 as DEP
Tested reading and writing internal flash on Dell Optiplex 9010 SFF. Signed-off-by: Jacob Garber <jgarber1@ualberta.ca> Change-Id: I4717959be1b79aa986f1276589d01ce7475bda8f Reviewed-on: https://review.coreboot.org/c/flashrom/+/44910 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
parent
f33f1a1179
commit
0e787b2e79
@ -1830,7 +1830,7 @@ const struct penable chipset_enables[] = {
|
||||
{0x8086, 0x1d41, B_FS, DEP, "Intel", "C60x/X79", enable_flash_pch6},
|
||||
{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, 0x1e47, B_FS, DEP, "Intel", "Q77", 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},
|
||||
|
Loading…
x
Reference in New Issue
Block a user