summaryrefslogtreecommitdiffstats
path: root/chipset_enable.c
diff options
context:
space:
mode:
authorHelge Wagner <helge.wagner@ge.com>2010-08-11 21:06:10 +0000
committerMichael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>2010-08-11 21:06:10 +0000
commita319be14d4e6b9a8f01359fb3575a02d80014f66 (patch)
treed1efc68bded2398bfbea81766793bc4853261c6a /chipset_enable.c
parentd9f266d1fb83fb0f5bffe470633a7127c23cee91 (diff)
downloadast2050-flashrom-a319be14d4e6b9a8f01359fb3575a02d80014f66.zip
ast2050-flashrom-a319be14d4e6b9a8f01359fb3575a02d80014f66.tar.gz
Add support for Intel 5 Series / 3400 Series chipsets
(At least) for the QM57 which i have tested an additional patch was needed as some reserved bits in the "Software Sequencing Flash Control Register" (SSFC) needs to be programmed to 1 in the QM57. Corresponding to flashrom svn r1137. Signed-off-by: Helge Wagner <helge.wagner@ge.com> Acked-by: Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>
Diffstat (limited to 'chipset_enable.c')
-rw-r--r--chipset_enable.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/chipset_enable.c b/chipset_enable.c
index 05d8e09..f191061 100644
--- a/chipset_enable.c
+++ b/chipset_enable.c
@@ -1011,7 +1011,21 @@ const struct penable chipset_enables[] = {
{0x1166, 0x0205, OK, "Broadcom", "HT-1000", enable_flash_ht1000},
{0x8086, 0x3b00, NT, "Intel", "3400 Desktop", enable_flash_ich10},
{0x8086, 0x3b01, NT, "Intel", "3400 Mobile", enable_flash_ich10},
+ {0x8086, 0x3b02, NT, "Intel", "P55", enable_flash_ich10},
+ {0x8086, 0x3b03, NT, "Intel", "PM55", enable_flash_ich10},
+ {0x8086, 0x3b06, NT, "Intel", "H55", enable_flash_ich10},
+ {0x8086, 0x3b07, OK, "Intel", "QM57", enable_flash_ich10},
+ {0x8086, 0x3b08, NT, "Intel", "H57", enable_flash_ich10},
+ {0x8086, 0x3b09, NT, "Intel", "HM55", enable_flash_ich10},
+ {0x8086, 0x3b0a, NT, "Intel", "Q57", enable_flash_ich10},
+ {0x8086, 0x3b0b, NT, "Intel", "HM57", enable_flash_ich10},
{0x8086, 0x3b0d, NT, "Intel", "3400 Mobile SFF", enable_flash_ich10},
+ {0x8086, 0x3b0e, NT, "Intel", "B55", enable_flash_ich10},
+ {0x8086, 0x3b0f, NT, "Intel", "QS57", enable_flash_ich10},
+ {0x8086, 0x3b12, NT, "Intel", "3400", enable_flash_ich10},
+ {0x8086, 0x3b14, NT, "Intel", "3420", enable_flash_ich10},
+ {0x8086, 0x3b16, NT, "Intel", "3450", enable_flash_ich10},
+ {0x8086, 0x3b1e, NT, "Intel", "B55", enable_flash_ich10},
{0x8086, 0x7198, OK, "Intel", "440MX", enable_flash_piix4},
{0x8086, 0x25a1, OK, "Intel", "6300ESB", enable_flash_ich_4e},
{0x8086, 0x2670, OK, "Intel", "631xESB/632xESB/3100", enable_flash_ich_dc},
OpenPOWER on IntegriCloud