Op 30-9-2011 19:09, Marcos Felipe Rasia de Mello schreef:
It might be usefull if Flashrom gets a percentage counter:
'file savebios.bin is 99.3% identical to EEPROM contents, continue at your own risk. It's also 50.0 % identical to file asusbios.bin'
instead of something along the lines of 'verification failed, file is corrupt'.
Above example would also require a way to reference a 2nd file to verify against. Let's say that 2nd file is an internet-downloaded original motherboard vendor's BIOS instead of a flashrom dumped file.
After all, people might want to check if flashrom works correctly before writing anything. What better way than dump current bios, compare dumped file to bios but also compare to vendor bios file. All 3 should be (near-)identical.
On Fri, 30 Sep 2011 19:32:05 +0200 Bernd Blaauw bblaauw@home.nl wrote:
some additional output in verify mode might indeed be nice. OTOH bsdiff etc might give similar insights - not that terse and "interactively" though.
On Fri, Sep 30, 2011 at 10:32 AM, Bernd Blaauw bblaauw@home.nl wrote:
I disagree. If the ROM images do not match, then Flashrom can make no guarantee or ascertain as to whether it is corrupt or not. This is entirely dependent on the implementation of your BIOS.
On Fri, Sep 30, 2011 at 10:32 AM, Bernd Blaauw bblaauw@home.nl wrote:
Unfortunately, those are unlikely to match because many vendors place board-specific information such as serial numbers, MAC addresses, etc. in the firmware ROM.
For example, try running "dmidecode -t 1" on a machine which has never had its firmware updated. Then change the firmware using Flashrom, reboot, and run "dmidecode -t 1" again. You will likely see serial numbers, UUIDs, etc. reset to a "default" value.