From 3d8868c2b46548be6885198987492d91933c9ff7 Mon Sep 17 00:00:00 2001 From: Konstantin Grudnev Date: Tue, 23 Jul 2019 00:48:54 +0300 Subject: Add support for M95M02-A125 Automotive 2 Mbit (256KiB) serial SPI bus EEPROM PREW tested successfully with use of ch341a programmer on Linux host 5.2.0-1-MANJARO x86_64 Signed-off-by: Konstantin Grudnev Change-Id: Ic29cd9051c7eac4822d620c299834134f987f01b Reviewed-on: https://review.coreboot.org/c/flashrom/+/34496 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- flashchips.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'flashchips.h') diff --git a/flashchips.h b/flashchips.h index c4b863d1b..88816c4e0 100644 --- a/flashchips.h +++ b/flashchips.h @@ -852,6 +852,9 @@ #define ST_M58WR032KT 0x8814 #define ST_M58WR064KB 0x8811 #define ST_M58WR064KT 0x8810 + +#define ST_M95M02 0x0012 /* ST M95XXX 2Mbit (256KiB) */ + #define ST_MT28GU01G___1 0x88B0 #define ST_MT28GU01G___2 0x88B1 #define ST_MT28GU256___1 0x8901 -- cgit v1.2.3