[LinuxBIOS] [flashrom] patch: more verbose output in case of known vendor but unknown chip-id

Carl-Daniel Hailfinger c-d.hailfinger.devel.2006 at gmx.net
Mon Oct 22 22:45:26 CEST 2007


On 22.10.2007 21:29, Peter Lemenkov wrote:
> Hello All!
> This patch just adds a small banner with message to user. I think its
> a good idea to ask user to send us a message about situation with
> known vendor id but unknown chip id.
>
> Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>
>   

This patch will not do what you want. It will issue that warning for
almost every probed chip.

I agree that the idea is nice, but you have to restructure probing for
this to work well. Basically, you can't probe for specific chips
anymore, but you have to change the probing routines to return the chip
ID they found and compare them centrally. This not only decreases
probing time, it also increases the chance to spot unsupported chips.

Regards,
Carl-Daniel




More information about the coreboot mailing list