summaryrefslogtreecommitdiffstats
path: root/chipset_enable.c
diff options
context:
space:
mode:
authorStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2012-10-20 09:13:16 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2012-10-20 09:13:16 +0000
commitd7d423bbc1d2564c60daaecd9ab1dca3843c5fea (patch)
treebc9d591677afbe3dae8f9a01a70f95f9487982a7 /chipset_enable.c
parent99f947ddc8156eb37b5dafc076480f405c9be0b6 (diff)
downloadast2050-flashrom-d7d423bbc1d2564c60daaecd9ab1dca3843c5fea.zip
ast2050-flashrom-d7d423bbc1d2564c60daaecd9ab1dca3843c5fea.tar.gz
Add a bunch of new/tested stuff and various small changes 15
Tested Mainboards: OK: - Foxconn P55MX http://www.flashrom.org/pipermail/flashrom/2012-October/010002.html Tested flash chips: - Eon EN25F64 to PR (+PR) http://paste.flashrom.org/view.php?id=1426 - Macronix MX25L1005 to PREW (+PREW) http://www.flashrom.org/pipermail/flashrom/2012-October/010004.html - Set SST39VF512 to PREW (+W) http://www.flashrom.org/pipermail/flashrom/2012-September/009958.html Tested chipsets: - Z77 (only reading was really tested) Miscellaneous: - Fix ft2232_spi's parameter parsing. - Fix nicrealtek's init (always segfaulted since r1586 oops). - Add another T60 variant to the laptop whitelist. - Improve message shown when image file size does not match flash chip - Refine messages regarding the flash descriptor override strap according to the findings by Vladislav Bykov on his P55MX. - Fix the ID of EN25F64. - Demote and clarify debug message in serprog_delay(). - Minor other cleanups. Corresponding to flashrom svn r1613. 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 0873b4e..267008c 100644
--- a/chipset_enable.c
+++ b/chipset_enable.c
@@ -1406,7 +1406,7 @@ const struct penable chipset_enables[] = {
{0x8086, 0x1c5c, OK, "Intel", "H61", enable_flash_pch6},
{0x8086, 0x1d40, OK, "Intel", "X79", enable_flash_pch6},
{0x8086, 0x1d41, OK, "Intel", "X79", enable_flash_pch6},
- {0x8086, 0x1e44, NT, "Intel", "Z77", enable_flash_pch7},
+ {0x8086, 0x1e44, OK, "Intel", "Z77", enable_flash_pch7},
{0x8086, 0x1e46, NT, "Intel", "Z75", enable_flash_pch7},
{0x8086, 0x1e47, NT, "Intel", "Q77", enable_flash_pch7},
{0x8086, 0x1e48, NT, "Intel", "Q75", enable_flash_pch7},
OpenPOWER on IntegriCloud