mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 14:33:18 +02:00
Add Generic SPI RDID detection for Sanyo chips
Corresponding to flashrom svn r774. Signed-off-by: Sean Nelson <audiohacked@gmail.com> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:

committed by
Carl-Daniel Hailfinger

parent
b2ecf6c9eb
commit
118e1d6d04
@ -326,6 +326,14 @@
|
||||
#define PMC_49FL002 0x6D
|
||||
#define PMC_49FL004 0x6E
|
||||
|
||||
/*
|
||||
* The Sanyo chip found so far uses SPI, first byte is manufacture code,
|
||||
* second byte is the device code,
|
||||
* third byte is a dummy byte.
|
||||
*/
|
||||
#define SANYO_ID 0x62
|
||||
#define SANYO_LE25FW203A 0x1600
|
||||
|
||||
#define SHARP_ID 0xB0 /* Sharp */
|
||||
#define SHARP_LH28F008BJxxPT 0xEC
|
||||
#define SHARP_LH28F008BJxxPB 0xED
|
||||
|
Reference in New Issue
Block a user