From ca081461af3b51cc30c33e48325ec2636fcbbf91 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Tue, 13 Sep 2011 22:05:44 +0000 Subject: Add probe/read support for the Catalyst CAT28F512 chip Write and erase are NOT yet supported! Probe and read are tested by Andrew Morgan and Uwe Hermann on Intel NICs. Corresponding to flashrom svn r1439. Signed-off-by: Andrew Morgan Acked-by: Uwe Hermann --- flashchips.h | 1 + 1 file changed, 1 insertion(+) (limited to 'flashchips.h') diff --git a/flashchips.h b/flashchips.h index 638bf4b6..2c939e49 100644 --- a/flashchips.h +++ b/flashchips.h @@ -193,6 +193,7 @@ #define BRIGHT_BM29F400T 0xAD #define CATALYST_ID 0x31 /* Catalyst */ +#define CATALYST_CAT28F512 0xB8 #define EMST_ID 0x8C /* EMST / EFST Elite Flash Storage */ #define EMST_F25L008A 0x2014 -- cgit v1.2.3