From c03fbf0a2040a082af231f77a5eda46bdc6fdece Mon Sep 17 00:00:00 2001 From: Jurij Munda Date: Wed, 14 May 2014 13:19:50 +0000 Subject: Add support for Sanyo LE25FU406B It is very similar to LE25FW418A, except for HD_READ support (that is not implemented in flashrom anyway yet) and allowed voltage range. Probing, erasing, reading and writing has been tested. This chip is found on Seagate Constellation hard drives. Corresponding to flashrom svn r1791. Signed-off-by: Jurij Munda Acked-by: Stefan Tauner --- flashchips.h | 1 + 1 file changed, 1 insertion(+) (limited to 'flashchips.h') diff --git a/flashchips.h b/flashchips.h index f2d4c57..40c5213 100644 --- a/flashchips.h +++ b/flashchips.h @@ -537,6 +537,7 @@ #define SANYO_LE25FW403A 0x1100 #define SANYO_LE25FW406 0x07 /* RES2 */ #define SANYO_LE25FW418A 0x10 /* RES2 and some weird 1 byte RDID variant */ +#define SANYO_LE25FU406B 0x1E /* LE25FW418A without HD_READ mode option 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 */ -- cgit v1.1