Author: uwe
Date: 2009-09-25 03:22:42 +0200 (Fri, 25 Sep 2009)
New Revision: 734

Modified:
   trunk/board_enable.c
   trunk/print.c
   trunk/print_wiki.c
Log:
Mark the following boards as OK:

 - ASUS M3A78-EM (reported by Christian Heinz <[email protected]>)
   http://www.flashrom.org/pipermail/flashrom/2009-September/000629.html
 
 - MSI MS-7368 (K9AG Neo2-Digital) (reported by Joshua Roys 
<[email protected]>)
   http://www.flashrom.org/pipermail/flashrom/2009-September/000632.html

 - GIGABYTE GA-MA770T-UD3P (reported by Kevin Sopp <[email protected]>)
   http://www.flashrom.org/pipermail/flashrom/2009-September/000529.html
   
 - Elitegroup P6VAP-A+
   Tested by Uwe Hermann <[email protected]> on hardware. Maximum supported
   chip size in this board is 256 KB.
   
Small changes in print.c were required to adjust for longer board names.

Signed-off-by: Uwe Hermann <[email protected]>
Acked-by: Uwe Hermann <[email protected]>



Modified: trunk/board_enable.c
===================================================================
--- trunk/board_enable.c        2009-09-25 01:09:18 UTC (rev 733)
+++ trunk/board_enable.c        2009-09-25 01:22:42 UTC (rev 734)
@@ -1064,6 +1064,7 @@
        { "ASUS",               "M2A-VM", },
        { "ASUS",               "M2N-E", },
        { "ASUS",               "M2V", },
+       { "ASUS",               "M3A78-EM", },
        { "ASUS",               "P2B", },
        { "ASUS",               "P2B-D", },
        { "ASUS",               "P2B-DS", },
@@ -1075,6 +1076,7 @@
        { "ASUS",               "P6T Deluxe V2", },
        { "A-Trend",            "ATC-6220", },
        { "BCOM",               "WinNET100", },
+       { "Elitegroup",         "P6VAP-A+", },
        { "GIGABYTE",           "GA-6BXC", },
        { "GIGABYTE",           "GA-6BXDU", },
        { "GIGABYTE",           "GA-6ZMA", },
@@ -1083,6 +1085,7 @@
        { "GIGABYTE",           "GA-EX58-UD4P", },
        { "GIGABYTE",           "GA-MA78GPM-DS2H", },
        { "GIGABYTE",           "GA-MA790GP-DS4H", },
+       { "GIGABYTE",           "GA-MA770T-UD3P", },
        { "Intel",              "EP80759", },
        { "Jetway",             "J7F4K1G5D-PB", },
        { "MSI",                "MS-6570 (K7N2)", },
@@ -1091,6 +1094,7 @@
        { "MSI",                "MS-7236 (945PL Neo3)", },
        { "MSI",                "MS-7255 (P4M890M)", },
        { "MSI",                "MS-7345 (P35 Neo2-FIR)", },
+       { "MSI",                "MS-7368 (K9AG Neo2-Digital)", },
        { "NEC",                "PowerMate 2000", },
        { "PC Engines",         "Alix.1c", },
        { "PC Engines",         "Alix.2c2", },

Modified: trunk/print.c
===================================================================
--- trunk/print.c       2009-09-25 01:09:18 UTC (rev 733)
+++ trunk/print.c       2009-09-25 01:22:42 UTC (rev 734)
@@ -181,7 +181,7 @@
                for (j = 0; j < 25 - strlen(b[i].vendor); j++)
                        printf(" ");
                printf("%s", b[i].name);
-               for (j = 0; j < 23 - strlen(b[i].name); j++)
+               for (j = 0; j < 28 - strlen(b[i].name); j++)
                        printf(" ");
                printf("\n");
        }
@@ -196,7 +196,7 @@
                boardcount++;
 
        printf("\nSupported boards which need write-enable code (total: %d):"
-              "\n\nVendor:                  Board:                   "
+              "\n\nVendor:                  Board:                        "
               "Required option:\n\n", boardcount);
 
        for (i = 0; b[i].vendor_name != NULL; i++) {
@@ -204,7 +204,7 @@
                for (j = 0; j < 25 - strlen(b[i].vendor_name); j++)
                        printf(" ");
                printf("%s", b[i].board_name);
-               for (j = 0; j < 25 - strlen(b[i].board_name); j++)
+               for (j = 0; j < 30 - strlen(b[i].board_name); j++)
                        printf(" ");
                if (b[i].lb_vendor != NULL)
                        printf("-m %s:%s\n", b[i].lb_vendor, b[i].lb_part);

Modified: trunk/print_wiki.c
===================================================================
--- trunk/print_wiki.c  2009-09-25 01:09:18 UTC (rev 733)
+++ trunk/print_wiki.c  2009-09-25 01:22:42 UTC (rev 734)
@@ -119,6 +119,7 @@
        { "ASUS",               "M2A-VM",               
"http://www.asus.com.tw/products.aspx?l1=3&l2=101&l3=496&l4=0&model=1568&modelmenu=1";
 },
        { "ASUS",               "M2N-E",                
"http://www.asus.com/products.aspx?l1=3&l2=101&l3=308&l4=0&model=1181&modelmenu=1";
 },
        { "ASUS",               "M2V",                  
"http://asus.com/Product.aspx?P_ID=OqYlEDFfF6ZqZGvp"; },
+       { "ASUS",               "M3A78-EM",             
"http://www.asus.com/product.aspx?P_ID=KjpYqzmAd9vsTM2D"; },
        { "ASUS",               "P2B",                  
"http://www.motherboard.cz/mb/asus/P2B.htm"; },
        { "ASUS",               "P2B-D",                
"ftp://ftp.asus.com.tw/pub/ASUS/mb/slot1/440bx/p2b-d/"; },
        { "ASUS",               "P2B-DS",               
"ftp://ftp.asus.com.tw/pub/ASUS/mb/slot1/440bx/p2b-ds/"; },
@@ -130,6 +131,7 @@
        { "ASUS",               "P6T Deluxe V2",        
"http://www.asus.com/product.aspx?P_ID=iRlP8RG9han6saZx"; },
        { "A-Trend",            "ATC-6220",             
"http://www.motherboard.cz/mb/atrend/atc6220.htm"; },
        { "BCOM",               "WinNET100",            
"http://www.coreboot.org/BCOM_WINNET100"; },
+       { "Elitegroup",         "P6VAP-A+",             
"http://www.ecs.com.tw/ECSWebSite/Products/ProductsDetail.aspx?detailid=117&CategoryID=1&DetailName=Specification&MenuID=1&LanID=0";
 },
        { "GIGABYTE",           "GA-6BXC",              
"http://www.gigabyte.com.tw/Products/Motherboard/Products_Spec.aspx?ClassValue=Motherboard&ProductID=1445&ProductName=GA-6BXC";
 },
        { "GIGABYTE",           "GA-6BXDU",             
"http://www.gigabyte.com.tw/Products/Motherboard/Products_Spec.aspx?ProductID=1429";
 },
        { "GIGABYTE",           "GA-6ZMA",              
"http://www.gigabyte.de/Support/Motherboard/BIOS_Model.aspx?ProductID=3289"; },
@@ -137,6 +139,7 @@
        { "GIGABYTE",           "GA-EP35-DS3L",         
"http://www.gigabyte.com.tw/Products/Motherboard/Products_Overview.aspx?ProductID=2778";
 },
        { "GIGABYTE",           "GA-MA790GP-DS4H",      
"http://www.gigabyte.com.tw/Products/Motherboard/Products_Spec.aspx?ProductID=2887";
 },
        { "GIGABYTE",           "GA-MA78GPM-DS2H",      
"http://www.gigabyte.com.tw/Products/Motherboard/Products_Spec.aspx?ProductID=2859";
 },
+       { "GIGABYTE",           "GA-MA770T-UD3P",       
"http://www.gigabyte.com.tw/Products/Motherboard/Products_Spec.aspx?ProductID=3096";
 },
        { "Intel",              "EP80759",              NULL },
        { "Jetway",             "J7F4K1G5D-PB",         
"http://www.jetway.com.tw/jetway/system/productshow2.asp?id=389&proname=J7F4K1G5D-P";
 },
        { "MSI",                "MS-6570 (K7N2)",       
"http://www.msi-computer.de/index.php?func=proddesc&prod_no=519&maincat_no=1"; },
@@ -145,6 +148,7 @@
        { "MSI",                "MS-7236 (945PL Neo3)", 
"http://www.msi.com/index.php?func=proddesc&maincat_no=1&prod_no=1173"; },
        { "MSI",                "MS-7255 (P4M890M)",    
"http://www.tcsbahamas.com/P4M89.htm"; },
        { "MSI",                "MS-7345 (P35 
Neo2-FIR)","http://www.msi.com/index.php?func=prodcpusupport&maincat_no=1&cat2_no=170&cat3_no=&prod_no=1261";
 },
+       { "MSI",                "MS-7368 (K9AG Neo2-Digital)", 
"http://www.msi.com/index.php?func=proddesc&maincat_no=1&prod_no=1241"; },
        { "NEC",                "PowerMate 2000",       
"http://support.necam.com/mobilesolutions/hardware/Desktops/pm2000/celeron/"; },
        { "PC Engines",         "Alix.1c",              
"http://pcengines.ch/alix1c.htm"; },
        { "PC Engines",         "Alix.2c2",             
"http://pcengines.ch/alix2c2.htm"; },


_______________________________________________
flashrom mailing list
[email protected]
http://www.flashrom.org/mailman/listinfo/flashrom

Reply via email to