From 8179be566e54f3e9f7686901861449905c202e98 Mon Sep 17 00:00:00 2001 From: Stefan Tauner Date: Sat, 4 Jun 2011 13:13:34 +0000 Subject: 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 Acked-by: Stefan Tauner --- chipset_enable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chipset_enable.c') diff --git a/chipset_enable.c b/chipset_enable.c index 83b49ad..b5385dc 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}, -- cgit v1.1