Changeset 1367 for trunk/print.c


Ignore:
Timestamp:
Jul 7, 2011 9:56:58 PM (23 months ago)
Author:
stefanct
Message:

add a bunch of new/tested stuff and various small changes 4

  • correct entries for GA-K8NS Pro-939 (was ultra before. thanks uwe!)
  • another tiny fix for "a small fix"/r1321 Without this you will get broken bus names "Unknow" and "Non-SP". Note to self: don't self-ack even fairly trivial patches.
  • fix spew output of spi_rems in spi25.c
  • add URL to ASUS M3A76-CM
  • rename all Winbond W25x chips to W25X
  • fixes some common misspellings/typos in comments: lenght->length 2 ocassional->occasional 1 unsucessfull->unsuccessful 1 upto->up to 5

the patch for M25P128 is
Signed-off-by: Cristian Măgherușan-Stanciu <cristi.magherusan@…>

the typos are
Signed-off-by: Peter Huewe <peterhuewe@…>

everything else is
Signed-off-by: Stefan Tauner <stefan.tauner@…>
Acked-by: Stefan Tauner <stefan.tauner@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/print.c

    r1357 r1367  
    3535        char *ret = calloc(1, 1); 
    3636        if (bustype == CHIP_BUSTYPE_UNKNOWN) { 
    37                 ret = strcat_realloc(ret, "Unknown,"); 
     37                ret = strcat_realloc(ret, "Unknown, "); 
    3838        /* 
    3939         * FIXME: Once all chipsets and flash chips have been updated, NONSPI 
     
    4141         */ 
    4242        } else if (bustype == CHIP_BUSTYPE_NONSPI) { 
    43                 ret = strcat_realloc(ret, "Non-SPI,"); 
     43                ret = strcat_realloc(ret, "Non-SPI, "); 
    4444        } else { 
    4545                if (bustype & CHIP_BUSTYPE_PARALLEL) 
     
    432432        B("ASUS",       "A8V-E Deluxe",         1, "http://www.asus.com/product.aspx?P_ID=hQBPIJWEZnnGAZEh", NULL), 
    433433        B("ASUS",       "A8V-E SE",             1, "http://www.asus.com/product.aspx?P_ID=VMfiJJRYTHM4gXIi", "See http://www.coreboot.org/pipermail/coreboot/2007-October/026496.html"), 
     434        B("ASUS",       "E35M1-I DELUXE",       1, "http://www.asus.com/product.aspx?P_ID=9BmKhMwWCwqyl1lz", NULL), 
    434435        B("ASUS",       "K8V",                  1, "http://www.asus.com/product.aspx?P_ID=fG2KZOWF7v6MRFRm", NULL), 
    435436        B("ASUS",       "K8V SE Deluxe",        1, "http://www.asus.com/product.aspx?P_ID=65HeDI8XM1u6Uy6o", NULL), 
     
    444445        B("ASUS",       "M2V",                  1, "http://www.asus.com/product.aspx?P_ID=OqYlEDFfF6ZqZGvp", NULL), 
    445446        B("ASUS",       "M2V-MX",               1, "http://www.asus.com/product.aspx?P_ID=7grf8Ci4yxnqzt3z", NULL), 
    446         B("ASUS",       "M3A76-CM",             1, NULL, NULL), 
     447        B("ASUS",       "M3A",                  1, "http://www.asus.com/product.aspx?P_ID=P48rppKk4jrc9pNd", NULL), 
     448        B("ASUS",       "M3A76-CM",             1, "http://www.asus.com/product.aspx?P_ID=aU8effdifLvraVze", NULL), 
    447449        B("ASUS",       "M3A78-EM",             1, "http://www.asus.com/product.aspx?P_ID=KjpYqzmAd9vsTM2D", NULL), 
    448450        B("ASUS",       "M4A78-EM",             1, "http://www.asus.com/product.aspx?P_ID=0KyowHKUFAQqH2DO", NULL), 
     
    515517        B("Foxconn",    "6150K8MD-8EKRSH",      1, "http://www.foxconnchannel.com/product/motherboards/detail_overview.aspx?id=en-us0000157", NULL), 
    516518        B("Foxconn",    "A6VMX",                1, "http://www.foxconnchannel.com/product/motherboards/detail_overview.aspx?id=en-us0000346", NULL), 
     519        B("Freetech",   "P6F91i",               1, "http://web.archive.org/web/20010417035034/http://www.freetech.com/prod/P6F91i.html", NULL), 
    517520        B("Fujitsu-Siemens", "ESPRIMO P5915",   1, "http://uk.ts.fujitsu.com/rl/servicesupport/techsupport/professionalpc/ESPRIMO/P/EsprimoP5915-6.htm", "Mainboard model is D2312-A2."), 
    518521        B("GIGABYTE",   "GA-2761GXDK",          1, "http://www.computerbase.de/news/hardware/mainboards/amd-systeme/2007/mai/gigabyte_dtx-mainboard/", NULL), 
     
    530533        B("GIGABYTE",   "GA-8IRML",             1, "http://www.gigabyte.com/products/product-page.aspx?pid=1343", NULL), 
    531534        B("GIGABYTE",   "GA-8PE667 Ultra 2",    1, "http://www.gigabyte.com/products/product-page.aspx?pid=1607", NULL), 
     535        B("GIGABYTE",   "GA-965GM-S2 (rev. 2.0)", 1, "http://www.gigabyte.com/products/product-page.aspx?pid=2617", NULL), 
    532536        B("GIGABYTE",   "GA-965P-DS4",          1, "http://www.gigabyte.com/products/product-page.aspx?pid=2288", NULL), 
    533537        B("GIGABYTE",   "GA-EP35-DS3L",         1, "http://www.gigabyte.com/products/product-page.aspx?pid=2778", NULL), 
     
    536540        B("GIGABYTE",   "GA-K8N51GMF",          1, "http://www.gigabyte.com/products/product-page.aspx?pid=1950", NULL), 
    537541        B("GIGABYTE",   "GA-K8N51GMF-9",        1, "http://www.gigabyte.com/products/product-page.aspx?pid=1939", NULL), 
    538         B("GIGABYTE",   "GA-K8NS Ultra-939",    0, "http://www.gigabyte.com/products/product-page.aspx?pid=1839", "Untested board enable."), 
     542        B("GIGABYTE",   "GA-K8NS Pro-939",      0, "http://www.gigabyte.com/products/product-page.aspx?pid=1875", "Untested board enable."), 
    539543        B("GIGABYTE",   "GA-M57SLI-S4",         1, "http://www.gigabyte.com/products/product-page.aspx?pid=2287", NULL), 
    540544        B("GIGABYTE",   "GA-M61P-S3",           1, "http://www.gigabyte.com/products/product-page.aspx?pid=2434", NULL), 
     545        B("GIGABYTE",   "GA-M720-US3",          1, "http://www.gigabyte.com/products/product-page.aspx?pid=3006", NULL), 
    541546        B("GIGABYTE",   "GA-MA69VM-S2",         1, "http://www.gigabyte.com/products/product-page.aspx?pid=2500", NULL), 
    542547        B("GIGABYTE",   "GA-MA74GM-S2H (rev. 3.0)", 1, "http://www.gigabyte.com/products/product-page.aspx?pid=3152", NULL), 
     548        B("GIGABYTE",   "GA-MA770-UD3 (rev. 2.1)", 1, "http://www.gigabyte.com/products/product-page.aspx?pid=3302", NULL), 
    543549        B("GIGABYTE",   "GA-MA770T-UD3P",       1, "http://www.gigabyte.com/products/product-page.aspx?pid=3096", NULL), 
    544550        B("GIGABYTE",   "GA-MA780G-UD3H",       1, "http://www.gigabyte.com/products/product-page.aspx?pid=3004", NULL), 
     
    556562        B("HP",         "Vectra VL400",         1, "http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c00060658&lang=en&cc=us", NULL), 
    557563        B("HP",         "Vectra VL420 SFF",     1, "http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c00060661&lang=en&cc=us", NULL), 
    558         B("HP",         "xw9400",               1, "http://h20000.www2.hp.com/bizsupport/TechSupport/Home.jsp?lang=en&cc=us&prodSeriesId=3211286&prodTypeId=12454", "Boot block is write protected unless the solder points next to F2 are shorted." ), 
     564        B("HP",         "xw4400 (0A68h)",       0, "http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c00775230", "ICH7 with SPI lock down, BIOS lock, flash block detection (SST25VF080B); see http://paste.flashrom.org/view.php?id=686"), 
     565        B("HP",         "xw9400",               1, "http://h20000.www2.hp.com/bizsupport/TechSupport/Home.jsp?lang=en&cc=us&prodSeriesId=3211286&prodTypeId=12454", "Boot block is write protected unless the solder points next to F2 are shorted."), 
    559566        B("IBASE",      "MB899",                1, "http://www.ibase-i.com.tw/2009/mb899.html", NULL), 
    560567        B("IBM",        "x3455",                1, "http://www-03.ibm.com/systems/x/hardware/rack/x3455/index.html", NULL), 
     
    579586        B("MSI",        "MS-6391 (845 Pro4)",   1, "http://www.msi.com/index.php?func=proddesc&maincat_no=1&prod_no=293", NULL), 
    580587        B("MSI",        "MS-6561 (745 Ultra)",  1, "http://www.msi.com/index.php?func=proddesc&maincat_no=1&prod_no=274", NULL), 
     588        B("MSI",        "MS-6566 (845 Ultra-C)",1, "http://www.msi.com/product/mb/845-Ultra-C.html", NULL), 
    581589        B("MSI",        "MS-6570 (K7N2)",       1, "http://www.msi.com/index.php?func=proddesc&maincat_no=1&prod_no=519", NULL), 
    582590        B("MSI",        "MS-6577 (Xenon)",      1, "http://h10025.www1.hp.com/ewfrf/wc/document?product=90390&lc=en&cc=us&dlc=en&docname=bph07843", "This is an OEM board from HP, the HP name is Xenon."), 
     
    608616        B("MSI",        "MS-7640 (890FXA-GD70)",1, "http://www.msi.com/product/mb/890FXA-GD70.html", "Reported by \"Linux User #330250\" http://flashrom.org/pipermail/flashrom/2011-March/006072.html"), 
    609617        B("MSI",        "MS-7642 (890GXM-G65)", 1, "http://www.msi.com/index.php?func=proddesc&maincat_no=1&prod_no=2012", NULL), 
     618        B("MSI",        "MS-7698 (E350IA-E45)", 1, "http://www.msi.com/product/mb/E350IA-E45.html", NULL), 
    610619        B("NEC",        "PowerMate 2000",       1, "http://support.necam.com/mobilesolutions/hardware/Desktops/pm2000/celeron/", NULL), 
    611620        B("Nokia",      "IP530",                1, NULL, NULL), 
     621        B("PCCHIPS ",   "M863G (V5.1A)",        1, "http://www.pcchips.com.tw/PCCWebSite/Products/ProductsDetail.aspx?CategoryID=1&DetailID=343&DetailName=Feature&MenuID=1&LanID=0", NULL), 
    612622        B("PC Engines", "Alix.1c",              1, "http://pcengines.ch/alix1c.htm", NULL), 
    613623        B("PC Engines", "Alix.2c2",             1, "http://pcengines.ch/alix2c2.htm", NULL), 
     
    640650        B("Supermicro", "X8DTT-F",              1, "http://www.supermicro.com/products/motherboard/QPI/5500/X8DTT-F.cfm", NULL), 
    641651        B("Supermicro", "X8DTU-F",              1, "http://www.supermicro.com/products/motherboard/QPI/5500/X8DTU-F.cfm", NULL), 
    642         B("Supermicro", "X8SIE",                0, "http://www.supermicro.com/products/motherboard/Xeon3000/3400/X8SIE.cfm?IPMI=N&TYP=LN2", "Does not work with 0.9.2; see http://www.flashrom.org/pipermail/flashrom/2011-May/006554.html May work now, but please consult us before trying."), 
     652        B("Supermicro", "X8SIE(-F)",            0, "http://www.supermicro.com/products/motherboard/Xeon3000/3400/X8SIE.cfm?IPMI=N&TYP=LN2", "Requires unlocking the ME although the registers are set up correctly by the descriptor/BIOS already (tested with swseq and hwseq)."), 
    643653        B("Supermicro", "X8STi",                1, "http://www.supermicro.com/products/motherboard/Xeon3000/X58/X8STi.cfm", NULL), 
    644654        B("T-Online",   "S-100",                1, "http://wiki.freifunk-hannover.de/T-Online_S_100", NULL), 
Note: See TracChangeset for help on using the changeset viewer.