mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 14:33:18 +02:00
Add support for all Sanyo LE25FW chips
Add... - Sanyo LE25FW403A - Sanyo LE25FW418A - Sanyo LE25FW806 - Sanyo LE25FW808 Also, fix wrong description of Sanyo LE25FW203A. Corresponding to flashrom svn r1684. Signed-off-by: Nikolay Nikolaev <evrinoma@gmail.com> Reviewed-by: Steven Zakulec <spzakulec@gmail.com> Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
This commit is contained in:

committed by
Stefan Tauner

parent
b6b00e99aa
commit
384de8e745
@ -494,6 +494,11 @@
|
||||
*/
|
||||
#define SANYO_ID 0x62
|
||||
#define SANYO_LE25FW203A 0x1600
|
||||
#define SANYO_LE25FW403A 0x1100
|
||||
#define SANYO_LE25FW406 0x07 /* RES2 */
|
||||
#define SANYO_LE25FW418A 0x10 /* RES2 and some weird 1 byte RDID variant */
|
||||
#define SANYO_LE25FW806 0x26 /* RES2 and some weird 1 byte RDID variant */
|
||||
#define SANYO_LE25FW808 0x20 /* RES2 and some weird 1 byte RDID variant */
|
||||
|
||||
#define SHARP_ID 0xB0 /* Sharp */
|
||||
#define SHARP_LH28F008BJ__PT 0xEC
|
||||
|
Reference in New Issue
Block a user