From ae4294fa000be2484e74f4d863348890bc1d1736 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20S=C3=B6derlund?= Date: Sat, 14 Apr 2012 21:04:03 +0000 Subject: Add support for the Numonyx N25Q064 chip MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All operations were successfully tested. http://www.flashrom.org/pipermail/flashrom/2012-April/009048.html Corresponding to flashrom svn r1518. Signed-off-by: Niklas Söderlund Acked-by: Idwer Vollering 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 de3c79dd..89d20bb3 100644 --- a/flashchips.h +++ b/flashchips.h @@ -574,6 +574,7 @@ #define ST_M29W010B 0x23 #define ST_M29W040B 0xE3 #define ST_M29W512B 0x27 +#define ST_N25Q064 0xBA17 #define SYNCMOS_MVC_ID 0x40 /* SyncMOS (SM) and Mosel Vitelic Corporation (MVC) */ #define MVC_V29C51000T 0x00 -- cgit v1.2.3