aboutsummaryrefslogtreecommitdiffstats
path: root/chipset_enable.c
diff options
context:
space:
mode:
authorStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2011-06-04 13:13:34 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2011-06-04 13:13:34 +0000
commit8179be566e54f3e9f7686901861449905c202e98 (patch)
treee33946cb0dc483cc111f1f2c3f35f0050e3885fc /chipset_enable.c
parentcbe370e67a934637a8a5ef0aa0c8c6b1eddd501f (diff)
downloadflashrom-8179be566e54f3e9f7686901861449905c202e98.tar.gz
flashrom-8179be566e54f3e9f7686901861449905c202e98.tar.bz2
flashrom-8179be566e54f3e9f7686901861449905c202e98.zip
Add a bunch of new/tested motherboards, board/chipset enables and flash chips 2
- mark chipset enable for QS57 as OK (my thinkpad) - mark MSI G31M3-L(S) V2 (MS-7529) as OK http://www.flashrom.org/pipermail/flashrom/2011-June/006634.html - mark AT49BV512 as fully tested http://www.flashrom.org/pipermail/flashrom/2011-June/006609.html - mark MX25L4005 as fully tested http://www.flashrom.org/pipermail/flashrom/2011-June/006634.html - mark SST49LF020 as fully tested http://www.flashrom.org/pipermail/flashrom/2011-May/006570.html - mark SST25VF064C as fully tested http://www.flashrom.org/pipermail/flashrom/2011-May/006586.html - mark W25x16 as fully tested http://www.flashrom.org/pipermail/flashrom/2011-June/006605.html Corresponding to flashrom svn r1324. Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
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 83b49ad3..b5385dc4 100644
--- a/chipset_enable.c
+++ b/chipset_enable.c
@@ -1028,7 +1028,7 @@ const struct penable chipset_enables[] = {
{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, 0x3b0f, OK, "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},