On Wednesday 23 January 2008, Wolfgang Denk wrote:
> In message <[EMAIL PROTECTED]> you wrote:
> > with eeprom_info behind CONFIG_SPI.  most SPI flashes nowadays support
> > the jedec id command which allows for dynamic detection (which is how the
> > Blackfin SPI driver that i wrote works).  hook up any SPI flash and it
> > "just works".
>
> I think you are doing something wrong when you try to use "eeprom" to
> access "SPI flash" - these are differnt entities...

let's make sure we're talking about the same thing.  SPI flashes are eeproms 
that have a SPI interface.  so Spansion's S25FLxxxx, ST's m25pxtmels 
AT45DBxxxx, Winbond's W25Xxx/W25Pxx, and such.  they need to be erased before 
writing, are split up into some unit size, etc...  all SPI flashes nowadays 
conform to the JEDEC standard (JEP106) which allows for querying of 
manufacturer/device ids so that they can be dynamically detected.  sounds to 
me like "eeprom" is the correct interface for utilizing these devices.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to