Does anyone out there have a link to the list of flash manufacturer IDs. I can't find one.
ron
Ronald G. Minnich wrote:
Does anyone out there have a link to the list of flash manufacturer IDs. I can't find one.
ron
http://www.amd.com/us-en/FlashMemory/TechnicalResources/0,,37_1693_1780_1834...
http://www.amd.com/us-en/assets/content_type/DownloadableAssets/cfi_100_2001...
http://www.amd.com/us-en/assets/content_type/DownloadableAssets/cfi_r20.pdf
Bari
Bari Ari wrote:
Ronald G. Minnich wrote:
Does anyone out there have a link to the list of flash manufacturer IDs. I can't find one.
ron
http://www.amd.com/us-en/FlashMemory/TechnicalResources/0,,37_1693_1780_1834...
http://www.amd.com/us-en/assets/content_type/DownloadableAssets/cfi_100_2001...
http://www.amd.com/us-en/assets/content_type/DownloadableAssets/cfi_r20.pdf
Bari
The official JEDEC ID list can be found for a price at:
Bari
On Tue, 12 Nov 2002, Bari Ari wrote:
The official JEDEC ID list can be found for a price at:
OK, the web page at http://www.jedec.org/Home/MIDCODE_request.cfm implies you have to pay, but notice the link at the top. You don't have to pay. You can't redistribute the document. You can get an ID for $200.
This whole thing is really weird and so annoying I'm tempted to set up a page and let people tell me vendor IDs they get from data sheets so that you can easily find this stuff.
ron
Greetings,
I think that is an excellent idea.
G'day, sjames
On Tue, 12 Nov 2002, Ronald G. Minnich wrote:
On Tue, 12 Nov 2002, Bari Ari wrote:
The official JEDEC ID list can be found for a price at:
OK, the web page at http://www.jedec.org/Home/MIDCODE_request.cfm implies you have to pay, but notice the link at the top. You don't have to pay. You can't redistribute the document. You can get an ID for $200.
This whole thing is really weird and so annoying I'm tempted to set up a page and let people tell me vendor IDs they get from data sheets so that you can easily find this stuff.
ron
Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios
On Tue, 12 Nov 2002, Bari Ari wrote:
Does anyone out there have a link to the list of flash manufacturer IDs. I can't find one.
http://www.amd.com/us-en/FlashMemory/TechnicalResources/0,,37_1693_1780_1834...
http://www.amd.com/us-en/assets/content_type/DownloadableAssets/cfi_100_2001...
http://www.amd.com/us-en/assets/content_type/DownloadableAssets/cfi_r20.pdf
I found all those. Can you believe, no where in all these docs is there a simple mapping of flash 8-bit vendor it to vendor name? it's incredible!
ron
* Ronald G. Minnich rminnich@lanl.gov [021113 05:06]:
I found all those. Can you believe, no where in all these docs is there a simple mapping of flash 8-bit vendor it to vendor name? it's incredible!
There's a pretty big list in my devbios driver ( get it from www.freiburg.linux.de/OpenBIOS/ ) It's in the file flashchips.c
Stefan
"Ronald G. Minnich" rminnich@lanl.gov writes:
Does anyone out there have a link to the list of flash manufacturer IDs. I can't find one.
Take a look at drivers/mtd/chips/jedec_probe.c in the mtd cvs tree. Or in a recent 2.4.x kernel.
Why do you need one anyway?
Eric
On 12 Nov 2002, Eric W. Biederman wrote:
Take a look at drivers/mtd/chips/jedec_probe.c in the mtd cvs tree. Or in a recent 2.4.x kernel.
I had seen that, it is a fairly (i.e. incomplete) abbreviated list. It is really amazing how many flash vendors there are. Some programmers tout support for over 8000 parts.
There are way more vendors than are documented in those files.
Why do you need one anyway?
Trying to track down a part given an ID, and realizing that there are not really good lists of vendors out there, I think in part because of JEDEC policy on the vendor ID list.
ron