]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/devs/flash/intel/28fxxx/v2_0/ChangeLog
Initial revision
[karo-tx-redboot.git] / packages / devs / flash / intel / 28fxxx / v2_0 / ChangeLog
1 2005-04-22  David Vrabel  <dvrabel@arcom.com>
2
3         * cdl/flash_intel_28fxxx.cdl, include/flash_28fxxx_parts.inl: Add
4         Intel 28F800B5-T and 28F800B5-B parts.
5         
6 2002-12-12  Gary Thomas  <gthomas@ecoscentric.com>
7 2002-12-12  Patrick Doyle <wpd@delcomsys.com>
8
9         * include/flash_28fxxx_parts.inl: 
10         * include/flash_28fxxx.inl: 
11         * cdl/flash_intel_28fxxx.cdl: Add SHARP 28F016 parts.
12
13 2002-08-05  Gary Thomas  <gary@chez-thomas.org>
14 2002-08-05  Jani Monoses <jani@iv.ro>   
15
16         * include/flash_28fxxx_parts.inl: 
17         * cdl/flash_intel_28fxxx.cdl: Add support for 28F320B3.
18
19 2002-03-06  Nick Garnett  <nickg@redhat.com>
20
21         * include/flash_28fxxx.inl: 
22         Added CYGHWR_FLASH_WRITE_ENABLE() and CYGHWR_FLASH_WRITE_DISABLE()
23         macro calls to enable and disable FLASH writing in platform
24         hardware. Some platforms have extra protection for the FLASH
25         beyond that provided for the FLASH itself.
26         
27         * include/flash_28fxxx_parts.inl: 
28         * cdl/flash_intel_28fxxx.cdl:
29         Added support for the 28f320S3 part. This mainly differs from the
30         C3 in that it does not have any bootblocks.
31
32 2001-10-17  Jonathan Larmour  <jlarmour@redhat.com>
33
34         * include/flash_28fxxx_parts.inl: Fix boot block start address.
35
36 2001-08-15  Jesper Skov  <jskov@redhat.com>
37         [from branch]
38         * include/flash_28fxxx_parts.inl: Set correct bootblock sub-block
39         sizes.
40
41         * include/flash_28fxxx.inl (nDEBUG): Added some debug code.
42         (flash_unlock_block, flash_lock_block): Iterate properly over
43         bootblock sub-blocks.
44
45 2001-08-10  Jesper Skov  <jskov@redhat.com>
46
47         * cdl/flash_intel_28fxxx.cdl: Added options for variants.
48
49         * include/flash_28fxxx.inl: Support bootblock parts. Support
50         locking. Buffered writes are broken though.
51         Which affects the Malta, which uses them.
52
53         * include/flash_28fxxx_parts.inl: Created.
54
55 2001-06-29  Jesper Skov  <jskov@redhat.com>
56
57         * include/flash_28fxxx.inl: Fix 28F160 block size.
58
59 2001-06-20  Jesper Skov  <jskov@redhat.com>
60
61         * include/flash_28fxxx.inl (flash_hwr_init): Fix bad size
62         calculations.
63
64 2001-05-23  Jesper Skov  <jskov@redhat.com>
65
66         * cdl/flash_intel_28fxxx.cdl: Links flash functions to RAM. IO
67         driver should not copy them there.
68
69 2001-03-23  Jesper Skov  <jskov@redhat.com>
70
71         * include/flash_28fxxx.inl (flash_program_buf): Calculate correct
72         wc for buffered writes.
73         (flash_query): Don't return until flash is safely back in data
74         mode.
75
76 2001-03-21  Jesper Skov  <jskov@redhat.com>
77
78         * Package cloned from at29cxxxx driver. Changed to support Intel
79         FlashFile.
80
81 //===========================================================================
82 //####ECOSGPLCOPYRIGHTBEGIN####
83 // -------------------------------------------
84 // This file is part of eCos, the Embedded Configurable Operating System.
85 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
86 //
87 // eCos is free software; you can redistribute it and/or modify it under
88 // the terms of the GNU General Public License as published by the Free
89 // Software Foundation; either version 2 or (at your option) any later version.
90 //
91 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
92 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
93 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
94 // for more details.
95 //
96 // You should have received a copy of the GNU General Public License along
97 // with eCos; if not, write to the Free Software Foundation, Inc.,
98 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
99 //
100 // As a special exception, if other files instantiate templates or use macros
101 // or inline functions from this file, or you compile this file and link it
102 // with other works to produce a work based on this file, this file does not
103 // by itself cause the resulting work to be covered by the GNU General Public
104 // License. However the source code for this file must still be made available
105 // in accordance with section (3) of the GNU General Public License.
106 //
107 // This exception does not invalidate any other reasons why a work based on
108 // this file might be covered by the GNU General Public License.
109 //
110 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
111 // at http://sources.redhat.com/ecos/ecos-license/
112 // -------------------------------------------
113 //####ECOSGPLCOPYRIGHTEND####
114 //===========================================================================