Re: [flashrom] Dell Poweredge T410 (most likely) Success

2010-09-21 Thread Carl-Daniel Hailfinger
Hi Shaun, thanks for your report. On 17.09.2010 17:37, Shaun Ruffell wrote: > I've tested read/write/erase on Dell T410 and it appeared to work fine. > I initially did a flashrom -r backup.bin which appeared to work. Then > I attempted flashrom and aborted after several minutes with flashrom > t

Re: [flashrom] ASUS Z8NA-D6(C)

2010-09-21 Thread John Wells
superiotool output attached. I can't get to the box to open it now, but will check this next time I'm near and let you know. It may be a week or so. Thanks, John On Tue, Sep 14, 2010 at 6:58 PM, Uwe Hermann wrote: > On Tue, Sep 07, 2010 at 02:34:45PM -0400, John Wells wrote: > > DMI string syst

[flashrom] Working MB

2010-09-21 Thread Alexander Schulz
Hy Just wanted to say flashrom worked like a charm on my Gigabyte GA-890GPA-UD3H And tanks to the developpers the program saved my pc :D gz, alex ___ flashrom mailing list flashrom@flashrom.org http://www.flashro

[flashrom] [PATCH 1/1] Simplify hwaccess.c

2010-09-21 Thread Peter Lemenkov
This file is saturated with superfluous ifdefs arranged into several nested levels. This in turn adds additional complexity to process of adding another architecture. I re-arranged all ifdef blocks and killed duplicated function definitions. Also I added define(__amd64) to the list of x86-arches.