From c74e977627afc93ed2f5327a6727198b5299cf43 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 8 Sep 2011 19:55:18 +0000 Subject: Add initial Atmel AT49LH002 FWH/LPC chip support The chip code is untested, only one erase function out of two is currently implemented, and unlocking/printlocking is not yet supported. Thanks Mattias Mattsson for the initial patch! Corresponding to flashrom svn r1434. Signed-off-by: Uwe Hermann 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 e8b46ad..638bf4b 100644 --- a/flashchips.h +++ b/flashchips.h @@ -184,6 +184,7 @@ #define ATMEL_AT49F020 0x0B #define ATMEL_AT49F002N 0x07 /* for AT49F002(N) */ #define ATMEL_AT49F002NT 0x08 /* for AT49F002(N)T */ +#define ATMEL_AT49LH002 0xE9 /* Bright Microelectronics has the same manufacturer ID as Hyundai... */ #define BRIGHT_ID 0xAD /* Bright Microelectronics */ -- cgit v1.1