From 09b4fb73f28c85536617a15d16f90aaa4ab27f3c Mon Sep 17 00:00:00 2001 From: Carl-Daniel Hailfinger Date: Tue, 26 May 2009 21:26:23 +0000 Subject: Add TI TMS29F002RT and TMS29F002RB probe and read support Corresponding to flashrom svn r550. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Ronald G. Minnich --- flash.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'flash.h') diff --git a/flash.h b/flash.h index 835c919..15b0636 100644 --- a/flash.h +++ b/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 -- cgit v1.1