[flashrom] MSI Bios

2010-10-26 Thread Udo Feustel
Hallo, gibt es nicht eine einfachere Anweisung wie ES funktioniert. Das Board ist ok gelistet, K9A2 Platinium V2 / das aktuelle BIOS ist auch da. Ich will doch nur ein BIOS ohne Widows flashen Die Anweisung enthält 570 Zeilen . Evtl wurde mal was auf deutsch veröffentlicht ? Mit

Re: [flashrom] #1: flashRom doesn't work on MotherBoard with ICH9 + MP2532

2010-10-26 Thread flashrom
#1: flashRom doesn't work on MotherBoard with ICH9 + MP2532 -+- Reporter: annyvonne.le_...@…| Owner: Type: defect| hailfinger Priority: major

Re: [flashrom] #1: flashRom doesn't work on MotherBoard with ICH9 + MP2532

2010-10-26 Thread flashrom
#1: flashRom doesn't work on MotherBoard with ICH9 + MP2532 -+- Reporter: annyvonne.le_...@…| Owner: Type: defect| hailfinger Priority: major

Re: [flashrom] #1: flashRom doesn't work on MotherBoard with ICH9 + MP2532

2010-10-26 Thread flashrom
#1: flashRom doesn't work on MotherBoard with ICH9 + MP2532 -+- Reporter: annyvonne.le_...@…| Owner: Type: defect| hailfinger Priority: major

[flashrom] Fwd: ZOTAC IONITX A/U

2010-10-26 Thread Daniel McLellan
@][~/flashrom]cat flashrom_test.txt flashrom v0.9.3-r1216 on Linux 2.6.35.1-9m.mo7.i686.ck (i686), built with libpci 3.1.7, GCC 4.4.4 20100630 (Momonga Linux 7 4.4.4-3m.mo7), little endian flashrom is free software, get the source code at http://www.flashrom.org Calibrating delay loop... OS timer

[flashrom] [PATCH] DediProg: support for firmware version 5.1.5

2010-10-26 Thread Mathias Krause
Hi, the DediProg firmware version 5.1.5 of the SF-100 works just fine. Also I've added error handling for the initial USB command to catch -EPERM errors. Signed-off-by: Mathias Krause mathias.kra...@secunet.com Regards, Mathias Index: dediprog.c

Re: [flashrom] [PATCH] Real partial writes

2010-10-26 Thread Carl-Daniel Hailfinger
On 26.10.2010 16:27, Idwer Vollering wrote: 2010/10/22 Carl-Daniel Hailfinger c-d.hailfinger.devel.2...@gmx.net Given that the version which addresses the review comments apparently is buggy, I hereby propose to merge the earlier version which worked. It is here again for your reference

[flashrom] [patch] partial write test script

2010-10-26 Thread David Hendricks
After a few tries at manually verifying partial writes and realizing that it's awfully tedious to do any exhaustive testing, I hastily threw together a shell script to help automate the process. Since there are others on this list doing similar things, I figured it might be helpful to throw it up

Re: [flashrom] [patch] partial write test script

2010-10-26 Thread David Hendricks
On Tue, Oct 26, 2010 at 4:42 PM, David Hendricks dhend...@google.comwrote: After a few tries at manually verifying partial writes and realizing that it's awfully tedious to do any exhaustive testing, I hastily threw together a shell script to help automate the process. Since there are others

[flashrom] ck804 enable improvement

2010-10-26 Thread Jonathan A. Kollasch
Hi, Attached is a proposed patch for improving the ck804 chipset enable. Comments? Jonathan Kollasch Index: chipset_enable.c === --- chipset_enable.c(revision 1216) +++ chipset_enable.c(working copy) @@ -776,8

[flashrom] [PATCH] SPI flash chip emulator

2010-10-26 Thread Carl-Daniel Hailfinger
Add SPI flash emulation capability to dummyflasher. You have to choose at compile time between - no emulation - ST M25P10.RES SPI flash chip (RES, page write) - SST SST25VF040.REMS SPI flash chip (REMS, byte write) - SST SST25VF032B SPI flash chip (RDID, AAI write) This code helped me find and