Re: [coreboot] [PATCH] flashrom: Autoverify all writes, unless --noverify is used

2009-06-24 Thread Uwe Hermann
On Wed, Jun 24, 2009 at 05:07:51PM +0200, Harald Gutmann wrote: > On Wednesday 24 June 2009 16:00:12 Uwe Hermann wrote: > > See patch. > > > > Tested on one board, other tests are welcome. > Tested on M57SLI v2 (spi). Works fine! Great, thanks! > Acked-by: Harald Gutmann r631, with some manpa

Re: [coreboot] [PATCH] flashrom: Autoverify all writes, unless --noverify is used

2009-06-24 Thread Harald Gutmann
On Wednesday 24 June 2009 16:00:12 Uwe Hermann wrote: > See patch. > > Tested on one board, other tests are welcome. Tested on M57SLI v2 (spi). Works fine! Acked-by: Harald Gutmann > > > Uwe. Harald signature.asc Description: This is a digitally signed message part. -- coreboot mailing list: c

Re: [coreboot] [PATCH] flashrom: Autoverify all writes, unless --noverify is used

2009-06-24 Thread Carl-Daniel Hailfinger
On 24.06.2009 16:00, Uwe Hermann wrote: > Always verify write operations automatically. > > Should this be undesireable because of speed reasons, --noverify can be > used to suppress an auto-verify. > > Signed-off-by: Uwe Hermann > > Tested on one board, other tests are welcome. > Thanks for t

Re: [coreboot] [PATCH] flashrom: Autoverify all writes, unless --noverify is used

2009-06-24 Thread Urja Rannikko
On Wed, Jun 24, 2009 at 17:00, Uwe Hermann wrote: > See patch. > > Tested on one board, other tests are welcome. > > > Uwe. > -- > http://www.hermann-uwe.de  | http://www.holsham-traders.de > http://www.crazy-hacks.org | http://www.unmaintained-free-software.org > > -- > coreboot mailing list: core

[coreboot] [PATCH] flashrom: Autoverify all writes, unless --noverify is used

2009-06-24 Thread Uwe Hermann
See patch. Tested on one board, other tests are welcome. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org Always verify write operations automatically. Should this be undesireable because of speed reasons,