Hi Yves, On 13.11.2008 20:14, Dupont Yves wrote: > Thanks for your help, could you tell me what is REMS? >
Sure. There are three methods to get an ID from a SPI flash chip: - RDID: The standard JEDEC Read ID command, usually 3 bytes. - REMS: Read Electronic Manufacturer Signature, 2 bytes. - RES: Read Electronic Signature, 1 byte. RDID and REMS tell you about the vendor, so it is rather easy to find out the real chip type. RES only gives you a one-byte identifier for the chip, but there is no way to find out the manufacturer. Regards, Carl-Daniel -- http://www.hailfinger.org/ -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

