[coreboot] anyone know what happened here?

Nico Huber nico.h at gmx.de
Fri Dec 22 03:42:59 CET 2017


Hi Ron,

On 22.12.2017 03:30, ron minnich wrote:
> http://www.theregister.co.uk/2017/12/21/ubuntu_lenovo_bios/

A simple off-by-one. The driver in question always sent one byte
too much which causes trouble if you accidentally write garbage to
your flash chip's second status register. Some chips enable write
protection that way and certain firmware doesn't work reliable any
more in that state :D

Don't ask me why it writes to the status register at all by default.
I don't remember.

Nico



More information about the coreboot mailing list