summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruwe <uwe@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2011-09-07 20:20:25 +0000
committeruwe <uwe@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2011-09-07 20:20:25 +0000
commit4a71f3f0a5db7089a3ea2df26040d5df2fa62231 (patch)
tree1bfb503051c8fe5587c1989944d4351f5320867b
parent6ce02cb307706575b42032ba3ddc690568cf4852 (diff)
downloadflashrom-4a71f3f0a5db7089a3ea2df26040d5df2fa62231.tar.gz
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 Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1431 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r--flashchips.c2
-rw-r--r--print.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/flashchips.c b/flashchips.c
index 5ee8210..4b6cf3f 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -5583,7 +5583,7 @@ const struct flashchip flashchips[] = {
.model_id = SST_SST25VF040_REMS,
.total_size = 512,
.page_size = 256,
- .tested = TEST_OK_PROBE,
+ .tested = TEST_OK_PREW,
.probe = probe_spi_res2,
.probe_timing = TIMING_ZERO,
.block_erasers =
diff --git a/print.c b/print.c
index a99afa6..e46839c 100644
--- a/print.c
+++ b/print.c
@@ -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),