2001-09-13  Jesper Skov  <jskov@redhat.com>

	* include/flash_at29cxxxx.inl: Added support for AT29LV1024. Added
	code to erase blocks. Made driver work with 16bit wide
	parts. Fixed flash size calculations.

2001-05-23  Jesper Skov  <jskov@redhat.com>

	* cdl/flash_atmel_at29cxxxx.cdl: Links functions to RAM. IO driver
	need not copy.

2001-02-23  Jesper Skov  <jskov@redhat.com>

	* include/flash_at29cxxxx.inl: Include type macros from IO driver.

2001-02-22  Jesper Skov  <jskov@redhat.com>

	* include/flash_at29cxxxx.inl: Moved flash_query function. Call it
	indirectly through the IO driver.

2001-02-20  Jesper Skov  <jskov@redhat.com>

	* .../atmel/at29cxxxx: Cloned from am29xxxxx driver.

2000-12-07  Jesper Skov  <jskov@redhat.com>

	* src/flash.h: Addresses and sizes are also affected by
	interleaving.
	* src/flash_erase_block.c: Plug in working loop.
	* src/flash_program_buf.c: Same.

2000-12-06  Jesper Skov  <jskov@redhat.com>

	* src/am29f040b_flash.c (flash_hwr_init): Use new query semantics.
	* src/flash_query.c (flash_query): Changed accordingly.

	* src/flash.h (FLASH_Sector_Erase_Timer): Added.

	* src/flash_erase_block.c: Do not check error flag after operation
	completes.
	* src/flash_program_buf.c: Same.

2000-12-05  Jonathan Larmour  <jlarmour@redhat.com>

	* src/am29f040b_flash.c (flash_code_overlaps): Define stext/etext
	as array types so no assumptions can be made by the compiler about
	location.

2000-12-05  Jesper Skov  <jskov@redhat.com>

	* Cloned from MBX driver.

2000-10-20  Gary Thomas  <gthomas@redhat.com>

	* src/mbx_flash.c: 
	* src/flash_query.c: 
	* src/flash_program_buf.c: 
	* src/flash_erase_block.c: 
	* src/flash.h: 
	* cdl/flash_mbx.cdl: New package/file(s).

//===========================================================================
//####COPYRIGHTBEGIN####
//                                                                          
// -------------------------------------------                              
// The contents of this file are subject to the Red Hat eCos Public License 
// Version 1.1 (the "License"); you may not use this file except in         
// compliance with the License.  You may obtain a copy of the License at    
// http://www.redhat.com/                                                   
//                                                                          
// Software distributed under the License is distributed on an "AS IS"      
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.  See the 
// License for the specific language governing rights and limitations under 
// the License.                                                             
//                                                                          
// The Original Code is eCos - Embedded Configurable Operating System,      
// released September 30, 1998.                                             
//                                                                          
// The Initial Developer of the Original Code is Red Hat.                   
// Portions created by Red Hat are                                          
// Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc.
// All Rights Reserved.                                                     
// -------------------------------------------                              
//                                                                          
//####COPYRIGHTEND####
//===========================================================================
