[coreboot] [PATCH] flashrom: Always verify erase and write

Peter Stuge peter at stuge.se
Thu May 28 22:19:48 CEST 2009


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




More information about the coreboot mailing list