summaryrefslogtreecommitdiffstats
path: root/flashchips.h
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2011-09-08 19:55:18 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2011-09-08 19:55:18 +0000
commit7f07c256915aaf1dcc305a58a9c41e54b30127a6 (patch)
tree1887a751513ecbd7797d7bcb7bebe397bea3352b /flashchips.h
parentb1a5eb9aae688b70689704f8c9b1a44ed0f3a86e (diff)
downloadflashrom-7f07c256915aaf1dcc305a58a9c41e54b30127a6.zip
flashrom-7f07c256915aaf1dcc305a58a9c41e54b30127a6.tar.gz
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 <vitplister@gmail.com> for the initial patch! Corresponding to flashrom svn r1434. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
Diffstat (limited to 'flashchips.h')
-rw-r--r--flashchips.h1
1 files changed, 1 insertions, 0 deletions
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 */
OpenPOWER on IntegriCloud