diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2011-09-07 20:20:25 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2011-09-07 20:20:25 +0000 |
commit | 4335ec844a65fd267d8dde2dde6d01f2efcf2880 (patch) | |
tree | 1bfb503051c8fe5587c1989944d4351f5320867b /print.c | |
parent | dadc0a65a350d4f1c7f6755b7d41a01e22ff1a84 (diff) | |
download | flashrom-4335ec844a65fd267d8dde2dde6d01f2efcf2880.tar.gz flashrom-4335ec844a65fd267d8dde2dde6d01f2efcf2880.tar.bz2 flashrom-4335ec844a65fd267d8dde2dde6d01f2efcf2880.zip |
Mark the GIGABYTE GA-8I945GZME-RH and SST SST25LF040A as supported
Success report:
http://www.flashrom.org/pipermail/flashrom/2011-June/006797.html
lspci and other info:
http://www.flashrom.org/pipermail/flashrom/2010-August/004531.html
Corresponding to flashrom svn r1431.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
Diffstat (limited to 'print.c')
-rw-r--r-- | print.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -545,6 +545,7 @@ const struct board_info boards_known[] = { B("GIGABYTE", "GA-7DXR", 1, "http://www.gigabyte.com/products/product-page.aspx?pid=1302", NULL), B("GIGABYTE", "GA-7VT600", 1, "http://www.gigabyte.com/products/product-page.aspx?pid=1666", NULL), B("GIGABYTE", "GA-7ZM", 1, "http://www.gigabyte.com/products/product-page.aspx?pid=1366", "Works fine if you remove jumper JP9 on the board and disable the flash protection BIOS option."), + B("GIGABYTE", "GA-8I945GZME-RH", 1, "http://www.gigabyte.com/products/product-page.aspx?pid=2304", NULL), B("GIGABYTE", "GA-8IP775", 1, "http://www.gigabyte.com/products/product-page.aspx?pid=1830", NULL), B("GIGABYTE", "GA-8IRML", 1, "http://www.gigabyte.com/products/product-page.aspx?pid=1343", NULL), B("GIGABYTE", "GA-8PE667 Ultra 2", 1, "http://www.gigabyte.com/products/product-page.aspx?pid=1607", NULL), |