[coreboot] [PATCH] flashrom: Use explicit read function

Carl-Daniel Hailfinger c-d.hailfinger.devel.2006 at gmx.net
Wed Dec 10 12:24:49 CET 2008


On 10.12.2008 12:08, Peter Stuge wrote:
> Carl-Daniel Hailfinger wrote:
>   
>> Flashrom assumes that the flash chip contents are available via
>> mmap if no read function is defined. This special case is handled
>> in lots of places all over the code.
>>
>> Remove the special case and supply a jedec_read function.
>>     
>
> This of course has absolutely nothing to do with JEDEC.
>
> I believe Stephan already created read_flash() in flashrom.c which
> does exactly the same thing. Just use that. I've promised to attach
> his patch to a ticket against the 1.1 milestone.
>   

Sorry, I don't understand completely. Was the read_flash() already
merged or is it still to be merged? If it is the latter, I'd like to get
it into 1.0.


> Nak in short, at the very least the name and which file it's in is
> all wrong.
>   

What about calling it read_mmap()? Or maybe read_inband()? The general
idea is to suggest that the flash does not need to execute a command to
read (in the normal case).

We could use a flashlib.c file to store such functions in.

Regards,
Carl-Daniel

-- 
http://www.hailfinger.org/





More information about the coreboot mailing list