changeset 3400:c5f3a661a3a7

devs/nand/micron_mt29: Add MT29F2G08ABD subtype descriptor.
author Nick Garnett <nickg@ecoscentric.com>
date Thu, 26 Aug 2010 11:53:58 +0100
parents 3c98ca6c7e46
children 579e9a8938b1
files packages/devs/nand/micron_mt29/current/ChangeLog packages/devs/nand/micron_mt29/current/include/mt29f_generic_lp.inl
diffstat 2 files changed, 32 insertions(+), 26 deletions(-) [+]
line wrap: on
line diff
--- a/packages/devs/nand/micron_mt29/current/ChangeLog
+++ b/packages/devs/nand/micron_mt29/current/ChangeLog
@@ -1,39 +1,44 @@
+2010-08-26  Nick Garnett  <nickg@ecoscentric.com>
+
+	* include/mt29f_generic_lp.inl (MT29F2G08ABD): Add MT29F2G08ABD
+	subtype descriptor.
+
 2010-04-13  Ross Younger  <wry@eCosCentric.com>
 
 	* New package. Micron MT29F NAND flash part family.
 
 //===========================================================================
-// ####ECOSGPLCOPYRIGHTBEGIN####                                            
-// -------------------------------------------                              
-// This file is part of eCos, the Embedded Configurable Operating System.   
+// ####ECOSGPLCOPYRIGHTBEGIN####
+// -------------------------------------------
+// This file is part of eCos, the Embedded Configurable Operating System.
 // Copyright (C) 2010 eCosCentric Limited.
 //
-// eCos is free software; you can redistribute it and/or modify it under    
-// the terms of the GNU General Public License as published by the Free     
-// Software Foundation; either version 2 or (at your option) any later      
-// version.                                                                 
+// eCos is free software; you can redistribute it and/or modify it under
+// the terms of the GNU General Public License as published by the Free
+// Software Foundation; either version 2 or (at your option) any later
+// version.
 //
-// eCos is distributed in the hope that it will be useful, but WITHOUT      
-// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or    
-// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License    
-// for more details.                                                        
+// eCos is distributed in the hope that it will be useful, but WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+// for more details.
 //
-// You should have received a copy of the GNU General Public License        
-// along with eCos; if not, write to the Free Software Foundation, Inc.,    
-// 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.            
+// You should have received a copy of the GNU General Public License
+// along with eCos; if not, write to the Free Software Foundation, Inc.,
+// 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
-// As a special exception, if other files instantiate templates or use      
-// macros or inline functions from this file, or you compile this file      
-// and link it with other works to produce a work based on this file,       
-// this file does not by itself cause the resulting work to be covered by   
-// the GNU General Public License. However the source code for this file    
-// must still be made available in accordance with section (3) of the GNU   
-// General Public License v2.                                               
+// As a special exception, if other files instantiate templates or use
+// macros or inline functions from this file, or you compile this file
+// and link it with other works to produce a work based on this file,
+// this file does not by itself cause the resulting work to be covered by
+// the GNU General Public License. However the source code for this file
+// must still be made available in accordance with section (3) of the GNU
+// General Public License v2.
 //
-// This exception does not invalidate any other reasons why a work based    
-// on this file might be covered by the GNU General Public License.         
-// -------------------------------------------                              
-// ####ECOSGPLCOPYRIGHTEND####                                              
+// This exception does not invalidate any other reasons why a work based
+// on this file might be covered by the GNU General Public License.
+// -------------------------------------------
+// ####ECOSGPLCOPYRIGHTEND####
 //===========================================================================
-	
 
+
--- a/packages/devs/nand/micron_mt29/current/include/mt29f_generic_lp.inl
+++ b/packages/devs/nand/micron_mt29/current/include/mt29f_generic_lp.inl
@@ -221,6 +221,7 @@ CYG_NAND_FUNS_V2(nand_mt29f_funs, nand_m
 
 #ifdef CYGFUN_NAND_MICRON_MT29F_2G
 #define MT29F2G08AAC MT29F_SUBTYPE(0xda, 0x15, "MT29F2G08AAC", 11, 28, 3)
+#define MT29F2G08ABD MT29F_SUBTYPE(0xaa, 0x15, "MT29F2G08ABD", 11, 28, 3)
 #endif
 
 #ifdef CYGFUN_NAND_MICRON_MT29F_4G