]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/devs/flash/atmel/at49xxxx/v2_0/ChangeLog
Initial revision
[karo-tx-redboot.git] / packages / devs / flash / atmel / at49xxxx / v2_0 / ChangeLog
1 2005-02-15  Jacques Tinembart <Jacques.Tinembart@eig.unige.ch>
2  
3         * include/flash_at49xxxx.inl, include/flash_at49xxxx_parts.inl:
4         add support for AT49LV161 and AT49BV322A
5  
6 2004-11-12  Andrew Lunn  <andrew.lunn@ascom.ch>
7
8         * include/flash_at49xxxx_parts.inl: Give a compiler error if the
9         bug workaround for the AT49BV16[01]4A is not enabled.
10
11 2004-05-11  Thomas Koeller  <thomas.koeller@baslerweb.com>
12
13         * cdl/flash_atmel_at49xxxx.cdl:
14         * include/flash_at49xxxx.inl: Added workaround for Atmel
15         AT91FR40162 erase bug.
16
17 2003-11-10  Gary Thomas  <gary@mlbassoc.com>
18
19         * include/flash_at49xxxx_parts.inl: Add AT29LV200BB
20
21 2003-09-19  Gary Thomas  <gary@mlbassoc.com>
22
23         * include/flash_at49xxxx_parts.inl: Add support for AT49LV040
24
25         * include/flash_at49xxxx.inl: Support devices which need "chip erase"
26         as opposed to "sector erase" operations.
27
28 2003-08-08  Oyvind Harboe <oyvind.harboe@zylin.com>
29
30         * include/flash_at49xxxx.inl: the program/erase completion had a
31         race condtion.  Changes algorithms to one that does not suffer
32         from potential race conditions.
33
34 2003-07-15  Jonathan Larmour  <jifl@eCosCentric.com>
35
36         * include/flash_at49xxxx.inl: Reorganise to support boot blocks,
37         multiple flash types from the same driver, and do proper
38         verification.
39         * include/flash_at49xxxx_parts.inl: New file to describe flash
40         part information.
41
42 2003-06-10  Ã˜yvind Harboe  <oyvind.harboe@zylin.com>
43
44         * include/flash_at49xxxx.inl: wait_while_busy needs to be in RAM
45         since its called while the flash is not readable.
46         
47 2002-07-12  Tim Drury (tdrury@siliconmotorsports.com>
48
49         * include/flash_at49xxxx.inl: added support for AT49LV1614
50
51 2002-06-24  Jani Monoses <jani@iv.ro>
52
53         * include/flash_at49xxxx.inl: Added support for AT49BV8011
54         based on AT29XXXXX
55         
56 //===========================================================================
57 //####ECOSGPLCOPYRIGHTBEGIN####
58 // -------------------------------------------
59 // This file is part of eCos, the Embedded Configurable Operating System.
60 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
61 //
62 // eCos is free software; you can redistribute it and/or modify it under
63 // the terms of the GNU General Public License as published by the Free
64 // Software Foundation; either version 2 or (at your option) any later version.
65 //
66 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
67 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
68 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
69 // for more details.
70 //
71 // You should have received a copy of the GNU General Public License along
72 // with eCos; if not, write to the Free Software Foundation, Inc.,
73 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
74 //
75 // As a special exception, if other files instantiate templates or use macros
76 // or inline functions from this file, or you compile this file and link it
77 // with other works to produce a work based on this file, this file does not
78 // by itself cause the resulting work to be covered by the GNU General Public
79 // License. However the source code for this file must still be made available
80 // in accordance with section (3) of the GNU General Public License.
81 //
82 // This exception does not invalidate any other reasons why a work based on
83 // this file might be covered by the GNU General Public License.
84 //
85 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
86 // at http://sources.redhat.com/ecos/ecos-license/
87 // -------------------------------------------
88 //####ECOSGPLCOPYRIGHTEND####
89 //===========================================================================