Uwe Hermann wrote: > + /* Always verify write and erase operations. */ > + if (write_it || erase_it) > + verify_it = 1;
This doesn't work as one might expect at least for erase. Erase has always verified since a good while back, it is handled by the code orchestrating the erase in flashrom.c. I agree it's good to also verify writes unconditionally! //Peter -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

