1 |
27 |
unneback |
2001-09-13 Jesper Skov
|
2 |
|
|
|
3 |
|
|
* include/flash_at29cxxxx.inl: Added support for AT29LV1024. Added
|
4 |
|
|
code to erase blocks. Made driver work with 16bit wide
|
5 |
|
|
parts. Fixed flash size calculations.
|
6 |
|
|
|
7 |
|
|
2001-05-23 Jesper Skov
|
8 |
|
|
|
9 |
|
|
* cdl/flash_atmel_at29cxxxx.cdl: Links functions to RAM. IO driver
|
10 |
|
|
need not copy.
|
11 |
|
|
|
12 |
|
|
2001-02-23 Jesper Skov
|
13 |
|
|
|
14 |
|
|
* include/flash_at29cxxxx.inl: Include type macros from IO driver.
|
15 |
|
|
|
16 |
|
|
2001-02-22 Jesper Skov
|
17 |
|
|
|
18 |
|
|
* include/flash_at29cxxxx.inl: Moved flash_query function. Call it
|
19 |
|
|
indirectly through the IO driver.
|
20 |
|
|
|
21 |
|
|
2001-02-20 Jesper Skov
|
22 |
|
|
|
23 |
|
|
* .../atmel/at29cxxxx: Cloned from am29xxxxx driver.
|
24 |
|
|
|
25 |
|
|
2000-12-07 Jesper Skov
|
26 |
|
|
|
27 |
|
|
* src/flash.h: Addresses and sizes are also affected by
|
28 |
|
|
interleaving.
|
29 |
|
|
* src/flash_erase_block.c: Plug in working loop.
|
30 |
|
|
* src/flash_program_buf.c: Same.
|
31 |
|
|
|
32 |
|
|
2000-12-06 Jesper Skov
|
33 |
|
|
|
34 |
|
|
* src/am29f040b_flash.c (flash_hwr_init): Use new query semantics.
|
35 |
|
|
* src/flash_query.c (flash_query): Changed accordingly.
|
36 |
|
|
|
37 |
|
|
* src/flash.h (FLASH_Sector_Erase_Timer): Added.
|
38 |
|
|
|
39 |
|
|
* src/flash_erase_block.c: Do not check error flag after operation
|
40 |
|
|
completes.
|
41 |
|
|
* src/flash_program_buf.c: Same.
|
42 |
|
|
|
43 |
|
|
2000-12-05 Jonathan Larmour
|
44 |
|
|
|
45 |
|
|
* src/am29f040b_flash.c (flash_code_overlaps): Define stext/etext
|
46 |
|
|
as array types so no assumptions can be made by the compiler about
|
47 |
|
|
location.
|
48 |
|
|
|
49 |
|
|
2000-12-05 Jesper Skov
|
50 |
|
|
|
51 |
|
|
* Cloned from MBX driver.
|
52 |
|
|
|
53 |
|
|
2000-10-20 Gary Thomas
|
54 |
|
|
|
55 |
|
|
* src/mbx_flash.c:
|
56 |
|
|
* src/flash_query.c:
|
57 |
|
|
* src/flash_program_buf.c:
|
58 |
|
|
* src/flash_erase_block.c:
|
59 |
|
|
* src/flash.h:
|
60 |
|
|
* cdl/flash_mbx.cdl: New package/file(s).
|
61 |
|
|
|
62 |
|
|
//===========================================================================
|
63 |
|
|
//####ECOSGPLCOPYRIGHTBEGIN####
|
64 |
|
|
// -------------------------------------------
|
65 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
66 |
|
|
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
|
67 |
|
|
//
|
68 |
|
|
// eCos is free software; you can redistribute it and/or modify it under
|
69 |
|
|
// the terms of the GNU General Public License as published by the Free
|
70 |
|
|
// Software Foundation; either version 2 or (at your option) any later version.
|
71 |
|
|
//
|
72 |
|
|
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
|
73 |
|
|
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
74 |
|
|
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
75 |
|
|
// for more details.
|
76 |
|
|
//
|
77 |
|
|
// You should have received a copy of the GNU General Public License along
|
78 |
|
|
// with eCos; if not, write to the Free Software Foundation, Inc.,
|
79 |
|
|
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
80 |
|
|
//
|
81 |
|
|
// As a special exception, if other files instantiate templates or use macros
|
82 |
|
|
// or inline functions from this file, or you compile this file and link it
|
83 |
|
|
// with other works to produce a work based on this file, this file does not
|
84 |
|
|
// by itself cause the resulting work to be covered by the GNU General Public
|
85 |
|
|
// License. However the source code for this file must still be made available
|
86 |
|
|
// in accordance with section (3) of the GNU General Public License.
|
87 |
|
|
//
|
88 |
|
|
// This exception does not invalidate any other reasons why a work based on
|
89 |
|
|
// this file might be covered by the GNU General Public License.
|
90 |
|
|
//
|
91 |
|
|
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
|
92 |
|
|
// at http://sources.redhat.com/ecos/ecos-license/
|
93 |
|
|
// -------------------------------------------
|
94 |
|
|
//####ECOSGPLCOPYRIGHTEND####
|
95 |
|
|
//===========================================================================
|