2009/10/27 Carl-Daniel Hailfinger <[email protected]>
> Hi Idwer, > > could you please test the following patch on top of the mail with subject > "[flashrom] [Patch] Yet another way of doing the intel ich gpio set." > http://patchwork.coreboot.org/patch/487/ + http://patchwork.coreboot.org/patch/498/ + Tested on real hardware = Acked-by: Idwer Vollering <[email protected]> > Board match for ASRock P4i65GV. > Updated to the new Intel ICH GPIO infrastructure, patch originally by > Luc Verhaegen. > > Signed-off-by: Carl-Daniel Hailfinger <[email protected]> > > --- flashrom-tmp2/board_enable.c.luc 2009-10-27 18:27:09.000000000 +0100 > +++ flashrom-tmp2/board_enable.c 2009-10-27 18:32:27.000000000 +0100 > @@ -786,7 +786,9 @@ > } > > /** > - * Suited for Dell Poweredge 1850: Intel PPGA604 + E7520 + ICH5R. > + * Suited for: > + * - Dell Poweredge 1850: Intel PPGA604 + E7520 + ICH5R. > + * - ASRock P4i65GV: Intel Socket478 + 865GV + ICH5R. > */ > static int intel_ich_gpio23_raise(const char *name) > { > @@ -1149,6 +1151,7 @@ > {0x1106, 0x3205, 0x1106, 0x3205, 0x10EC, 0x8139, 0xA0A0, 0x0477, > NULL, NULL, "AOpen", "vKM400Am-S", > board_aopen_vkm400}, > {0x1022, 0x2090, 0, 0, 0x1022, 0x2080, 0, 0, > "artecgroup", "dbe61", "Artec Group", "DBE61", > board_artecgroup_dbe6x}, > {0x1022, 0x2090, 0, 0, 0x1022, 0x2080, 0, 0, > "artecgroup", "dbe62", "Artec Group", "DBE62", > board_artecgroup_dbe6x}, > + {0x8086, 0x24D4, 0x1849, 0x24D0, 0x8086, 0x24D5, 0x1849, 0x9739, > NULL, NULL, "ASRock", "P4i65GV", > intel_ich_gpio23_raise}, > {0x1106, 0x3189, 0x1043, 0x807F, 0x1106, 0x3065, 0x1043, 0x80ED, > NULL, NULL, "ASUS", "A7V600-X", > board_asus_a7v600x}, > {0x1106, 0x3189, 0x1043, 0x807F, 0x1106, 0x3177, 0x1043, 0x808C, > NULL, NULL, "ASUS", "A7V8X", > board_asus_a7v8x}, > {0x1106, 0x3177, 0x1043, 0x80A1, 0x1106, 0x3205, 0x1043, 0x8118, > NULL, NULL, "ASUS", "A7V8X-MX SE", > board_asus_a7v8x_mx}, > > > -- > Developer quote of the week: > "We are juggling too many chainsaws and flaming arrows and tigers." > >
_______________________________________________ flashrom mailing list [email protected] http://www.flashrom.org/mailman/listinfo/flashrom
