[U-Boot-Users] [PATCH] Spansion Flash configuration words
Marc Leeman
marc.leeman at gmail.com
Tue Jul 4 13:40:08 CEST 2006
This is one of the first patches that will add support for a new 834x
board (based on the 834x sys board).
CHANGELOG:
* Add the configuration words for the Spansion flash S29GL128N,
S29GL256N and S29GL512N
Patch by Marc Leeman, 4 Jul 2006
--
greetz, marc
Long enough for me to see your blue backside meditating, but not long
enough for you to touch me.
Rygel - PK Tech Girl
scorpius.homelinux.org 2.6.17 #2 PREEMPT Thu Jun 22 07:18:33 CEST 2006 GNU/Linux
-------------- next part --------------
Index: u-boot-20060627/include/flash.h
===================================================================
--- u-boot-20060627.orig/include/flash.h 2006-06-27 17:03:01.000000000 +0200
+++ u-boot-20060627/include/flash.h 2006-07-03 06:02:44.658366000 +0200
@@ -209,6 +209,12 @@
#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_GL128N_2 0x22212221 /* 2nd ID word for S29GL128N */
+#define AMD_ID_GL128N_3 0x22012201 /* 3nd ID word for S29GL128N */
+#define AMD_ID_GL256N_2 0x22222222 /* 2nd ID word for S29GL256N */
+#define AMD_ID_GL256N_3 0x22012201 /* 3nd ID word for S29GL256N */
+#define AMD_ID_GL512N_2 0x22232223 /* 2nd ID word for S29GL512N */
+#define AMD_ID_GL512N_3 0x22012201 /* 3nd ID word for S29GL512N */
#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 */
@@ -417,6 +423,9 @@
#define FLASH_FUJLV650 0x00D0 /* Fujitsu MBM 29LV650UE/651UE */
#define FLASH_MT28S4M16LC 0x00E1 /* Micron MT28S4M16LC */
#define FLASH_S29GL064M 0x00F0 /* Spansion S29GL064M-R6 */
+#define FLASH_S29GL128N 0x00F2 /* Spansion S29GL128N */
+#define FLASH_S29GL256N 0x00F4 /* Spansion S29GL256N */
+#define FLASH_S29GL512N 0x00F6 /* Spansion S29GL512N */
#define FLASH_UNKNOWN 0xFFFF /* unknown flash type */
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.denx.de/pipermail/u-boot/attachments/20060704/a4ffe9d7/attachment.pgp
More information about the U-Boot
mailing list