summaryrefslogtreecommitdiffstats
path: root/include/flash.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2005-10-05 00:03:55 +0200
committerWolfgang Denk <wd@pollux.denx.de>2005-10-05 00:03:55 +0200
commit45237bc00b29bd88e8456367d7b006ab80f95ee9 (patch)
treef127f2df727562a7c617fd5e6b9edadf67a7f9f2 /include/flash.h
parent7d314992a82cea41bb5de596421100ddce9d9c17 (diff)
downloadblackbird-obmc-uboot-45237bc00b29bd88e8456367d7b006ab80f95ee9.tar.gz
blackbird-obmc-uboot-45237bc00b29bd88e8456367d7b006ab80f95ee9.zip
Add support for S29GL064M-R3 flash chip on xsengine board
Patch by Kurt Stremerch, 18 Apr 2005
Diffstat (limited to 'include/flash.h')
-rw-r--r--include/flash.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/flash.h b/include/flash.h
index beab260dc4..6381cfcc7e 100644
--- a/include/flash.h
+++ b/include/flash.h
@@ -206,6 +206,8 @@ extern void flash_read_factory_serial(flash_info_t * info, void * buffer, int of
#define AMD_ID_LV256U_3 0x22012201 /* 3rd ID word for AM29LV256M at 0x3c */
#define AMD_ID_GL064M_2 0x22132213 /* 2nd ID word for S29GL064M-R6 */
#define AMD_ID_GL064M_3 0x22012201 /* 3rd ID word for S29GL064M-R6 */
+#define AMD_ID_GL064MT_2 0x22102210 /* 2nd ID word for S29GL064M-R3 (top boot sector) */
+#define AMD_ID_GL064MT_3 0x22012201 /* 3rd ID word for S29GL064M-R3 (top boot sector) */
#define AMD_ID_LV320B_2 0x221A221A /* 2d ID word for AM29LV320MB at 0x38 */
#define AMD_ID_LV320B_3 0x22002200 /* 3d ID word for AM29LV320MB at 0x3c */
OpenPOWER on IntegriCloud