summaryrefslogtreecommitdiffstats
path: root/chipset_enable.c
diff options
context:
space:
mode:
authorMattias Mattsson <vitplister@gmail.com>2010-09-11 15:25:48 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2010-09-11 15:25:48 +0000
commite838824a87bca405a316d16a63dd8ee9e917e436 (patch)
tree1b8c1ff6995734f22a5cb7d496e610f270848bb7 /chipset_enable.c
parentf4b587963b2fd14f09746a5b64c772cfb554c313 (diff)
downloadast2050-flashrom-e838824a87bca405a316d16a63dd8ee9e917e436.zip
ast2050-flashrom-e838824a87bca405a316d16a63dd8ee9e917e436.tar.gz
Add a board enable for MSI MS-6561 (745 Ultra)
SiS 745 chipset + Winbond W83697HF and Winbond W49F002U flash. Probe, read, erase and write all work. Matching on "NB/SB" (they are integrated). Also mark SiS 745 chipset as tested. lspci/superiotool: http://www.flashrom.org/pipermail/flashrom/2010-September/004705.html Corresponding to flashrom svn r1158. Signed-off-by: Mattias Mattsson <vitplister@gmail.com> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
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 f191061..4ac3a55 100644
--- a/chipset_enable.c
+++ b/chipset_enable.c
@@ -1135,7 +1135,7 @@ const struct penable chipset_enables[] = {
{0x1039, 0x0733, NT, "SiS", "733", enable_flash_sis540},
{0x1039, 0x0735, OK, "SiS", "735", enable_flash_sis540},
{0x1039, 0x0740, NT, "SiS", "740", enable_flash_sis540},
- {0x1039, 0x0745, NT, "SiS", "745", enable_flash_sis540},
+ {0x1039, 0x0745, OK, "SiS", "745", enable_flash_sis540},
{0x1039, 0x0746, NT, "SiS", "746", enable_flash_sis540},
{0x1039, 0x0748, NT, "SiS", "748", enable_flash_sis540},
{0x1039, 0x0755, NT, "SiS", "755", enable_flash_sis540},
OpenPOWER on IntegriCloud