mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 14:11:15 +02:00
Add TI TMS29F002RT and TMS29F002RB probe and read support
Corresponding to flashrom svn r550. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
3
flash.h
3
flash.h
@ -525,6 +525,9 @@ extern const struct board_info boards_bad[];
|
||||
#define S29C31004T 0x63
|
||||
|
||||
#define TI_ID 0x97 /* Texas Instruments */
|
||||
#define TI_OLD_ID 0x01 /* TI chips from last century */
|
||||
#define TI_TMS29F002RT 0xB0
|
||||
#define TI_TMS29F002RB 0x34
|
||||
|
||||
/*
|
||||
* W25X chips are SPI, first byte of device ID is memory type, second
|
||||
|
Reference in New Issue
Block a user