This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

AMD FLASH - Fix ID code


Index: devs/flash/amd/am29xxxxx/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/devs/flash/amd/am29xxxxx/current/ChangeLog,v
retrieving revision 1.20
diff -u -5 -p -r1.20 ChangeLog
--- devs/flash/amd/am29xxxxx/current/ChangeLog	22 Jan 2003 04:45:53 -0000	1.20
+++ devs/flash/amd/am29xxxxx/current/ChangeLog	11 Feb 2003 15:01:28 -0000
@@ -1,5 +1,10 @@
+2003-02-11  Gary Thomas  <gary@mlbassoc.com>
+
+	* include/flash_am29xxxxx_parts.inl:
+	Fix identifier code for AM29LV320DT.
+
 2002-12-23  Patrick Doyle  <wpd@delcomsys.com>
 
 	* include/flash_am29xxxxx_parts.inl (CYGHWR_DEVS_FLASH_AMD_AM29DL640D): 
 	* cdl/flash_amd_am29xxxxx.cdl: 
 	Add support for AM29DL323 and for 16 bit operation of the
Index: devs/flash/amd/am29xxxxx/current/include/flash_am29xxxxx_parts.inl
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/devs/flash/amd/am29xxxxx/current/include/flash_am29xxxxx_parts.inl,v
retrieving revision 1.12
diff -u -5 -p -r1.12 flash_am29xxxxx_parts.inl
--- devs/flash/amd/am29xxxxx/current/include/flash_am29xxxxx_parts.inl	22 Jan 2003 04:45:53 -0000	1.12
+++ devs/flash/amd/am29xxxxx/current/include/flash_am29xxxxx_parts.inl	11 Feb 2003 15:01:21 -0000
@@ -575,11 +575,11 @@
         banked     : false
     },
 #endif
 #ifdef CYGHWR_DEVS_FLASH_AMD_AM29LV320D
     {   // AM29LV320DT
-        device_id  : FLASHWORD(0x01F6),
+        device_id  : FLASHWORD(0x22F6),
         block_size : 0x10000 * CYGNUM_FLASH_INTERLEAVE,
         block_count: 64,
         device_size: 0x400000 * CYGNUM_FLASH_INTERLEAVE,
         base_mask  : ~(0x400000 * CYGNUM_FLASH_INTERLEAVE - 1),
         bootblock  : true,


-- 
------------------------------------------------------------
Gary Thomas                 |
MLB Associates              |  Consulting for the
+1 (970) 229-1963           |    Embedded world
http://www.mlbassoc.com/    |
email: <gary@mlbassoc.com>  |
gpg: http://www.chez-thomas.org/gary/gpg_key.asc
------------------------------------------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]