Hello, Thank you people on the IRC for helping with assembler :)
Happy Easter!
Board enable for DFI AD77 http://img.lanparty.tw/Upload/CatalogElement/AD77b3.jpg lspci http://paste.flashrom.org/view.php?id=518 flashrom read log http://paste.flashrom.org/view.php?id=519 Tested by reading rom and comparing with original one. Few bits differ, but at least the chip is identified correctly. Not marking as tested, since there are also AD77 pro and AD77 infinity models around the globe and needs testing. Signed-off-by: Tadas Slotkus <[email protected]> Index: print.c =================================================================== --- print.c (revision 1288) +++ print.c (working copy) @@ -446,6 +446,7 @@ B("Congatec", "conga-X852", 1, "http://www.congatec.com/single_news+M57715f6263d.html?&L=1", NULL), B("Dell", "OptiPlex GX1", 1, "http://support.dell.com/support/edocs/systems/ban_gx1/en/index.htm", NULL), B("Dell", "PowerEdge 1850", 1, "http://support.dell.com/support/edocs/systems/pe1850/en/index.htm", NULL), + B("DFI", "AD77", 1, "http://www.motherboardpro.com/DFI-AD77-Socket-A-Used-Motherboard-p-41.html", NULL), B("DFI", "855GME-MGF", 0, "http://www.dfi.com.tw/portal/CM/cmproduct/XX_cmproddetail/XX_WbProdsWindow?action=e&downloadType=&windowstate=normal&mode=view&downloadFlag=false&itemId=433", "Probably needs a board enable. http://www.coreboot.org/pipermail/coreboot/2009-May/048549.html"), B("DFI", "Blood-Iron P35 T2RL", 1, "http://lp.lanparty.com.tw/portal/CM/cmproduct/XX_cmproddetail/XX_WbProdsWindow?itemId=516&downloadFlag=false&action=1", NULL), B("Elitegroup", "GeForce6100SM-M ", 1, "http://www.ecs.com.tw/ECSWebSite/Product/Product_Detail.aspx?DetailID=685&MenuID=24", NULL), Index: board_enable.c =================================================================== --- board_enable.c (revision 1288) +++ board_enable.c (working copy) @@ -382,6 +382,7 @@ /* * Suited for: + * - DFI AD77: VIA KT400 + VT8235 + W83697HF * - EPoX EP-8K5A2: VIA KT333 + VT8235 * - Albatron PM266A Pro: VIA P4M266A + VT8235 * - Shuttle AK31 (all versions): VIA KT266 + VT8233 @@ -1949,6 +1950,7 @@ {0x8086, 0x24dd, 0x1043, 0x80a6, 0x8086, 0x2570, 0x1043, 0x8157, NULL, NULL, NULL, "ASUS", "P5PE-VM", 0, OK, intel_ich_gpio21_raise}, {0x10b7, 0x9055, 0x1028, 0x0082, 0x8086, 0x7190, 0, 0, NULL, NULL, NULL, "Dell", "OptiPlex GX1", 0, OK, intel_piix4_gpo30_lower}, {0x8086, 0x3590, 0x1028, 0x016c, 0x1000, 0x0030, 0x1028, 0x016c, NULL, NULL, NULL, "Dell", "PowerEdge 1850", 0, OK, intel_ich_gpio23_raise}, + {0x1106, 0x3189, 0x1106, 0x3189, 0x1106, 0x3059, 0x15bd, 0x1001, "^AD77", NULL, NULL, "DFI", "AD77", 0, NT, w836xx_memw_enable_2e}, {0x10de, 0x03ea, 0x1019, 0x2602, 0x10de, 0x03e0, 0x1019, 0x2602, NULL, NULL, NULL, "Elitegroup", "GeForce6100SM-M", 0, OK, board_ecs_geforce6100sm_m}, {0x1106, 0x3038, 0x1019, 0x0996, 0x1106, 0x3177, 0x1019, 0x0996, NULL, NULL, NULL, "Elitegroup", "K7VTA3", 256, OK, NULL}, {0x1106, 0x3177, 0x1106, 0x3177, 0x1106, 0x3059, 0x1695, 0x3005, NULL, NULL, NULL, "EPoX", "EP-8K5A2", 0, OK, w836xx_memw_enable_2e},
_______________________________________________ flashrom mailing list [email protected] http://www.flashrom.org/mailman/listinfo/flashrom
