OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [devs/] [flash/] [intel/] [28fxxx/] [current/] [ChangeLog] - Blame information for rev 786

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 786 skrzyp
2008-11-17  Jonathan Larmour  
2
 
3
        * cdl/flash_intel_28fxxx.cdl: Indicate that this driver uses
4
        the legacy flash device API.
5
 
6
2008-09-04  Dave Lawrence 
7
 
8
        * include/flash_28fxxx.inl:
9
        * include/flash_28fxxx_parts.inl: Support write buffering. Add an
10
        entry to the parts table indicating the size of the buffer and
11
        copy it into the device table during initialization.
12
 
13
2006-12-14  Yoshinori Sato 
14
 
15
        * cdl/flash_intel_28fxxx.cdl, include/flash_28fxxx_parts.inl: Add
16
        Intel 28F320J3 part.
17
 
18
2006-11-28  Sergei Gavrikov  
19
 
20
        * cdl/flash_intel_28fxxx.cdl, include/flash_28fxxx_parts.inl:
21
        Add Intel 28F160C3-B part.
22
 
23
2006-11-21  Alexander Neundorf 
24
 
25
        * cdl/flash_intel_28fxxx.cdl, include/flash_28fxxx_parts.inl:
26
        Add Intel 28F128K3, 28F128P30 and 28F128J3 parts.
27
 
28
2006-11-17  Alexander Neundorf 
29
 
30
        * cdl/flash_intel_28fxxx.cdl, include/flash_28fxxx.inl:
31
        Make the timeout configurable by adding a new CDL-option
32
        CYGNUM_DEVS_FLASH_INTEL_28FXXX_TIMEOUT
33
 
34
2006-05-10  Sergei Gavrikov 
35
 
36
        * cdl/flash_intel_28fxxx.cdl, include/flash_28fxxx_parts.inl: Add
37
        Intel 28F160B3-T part.
38
 
39
2005-04-22  David Vrabel  
40
 
41
        * cdl/flash_intel_28fxxx.cdl, include/flash_28fxxx_parts.inl: Add
42
        Intel 28F800B5-T and 28F800B5-B parts.
43
 
44
2002-12-12  Gary Thomas  
45
2002-12-12  Patrick Doyle 
46
 
47
        * include/flash_28fxxx_parts.inl:
48
        * include/flash_28fxxx.inl:
49
        * cdl/flash_intel_28fxxx.cdl: Add SHARP 28F016 parts.
50
 
51
2002-08-05  Gary Thomas  
52
2002-08-05  Jani Monoses 
53
 
54
        * include/flash_28fxxx_parts.inl:
55
        * cdl/flash_intel_28fxxx.cdl: Add support for 28F320B3.
56
 
57
2002-03-06  Nick Garnett  
58
 
59
        * include/flash_28fxxx.inl:
60
        Added CYGHWR_FLASH_WRITE_ENABLE() and CYGHWR_FLASH_WRITE_DISABLE()
61
        macro calls to enable and disable FLASH writing in platform
62
        hardware. Some platforms have extra protection for the FLASH
63
        beyond that provided for the FLASH itself.
64
 
65
        * include/flash_28fxxx_parts.inl:
66
        * cdl/flash_intel_28fxxx.cdl:
67
        Added support for the 28f320S3 part. This mainly differs from the
68
        C3 in that it does not have any bootblocks.
69
 
70
2001-10-17  Jonathan Larmour  
71
 
72
        * include/flash_28fxxx_parts.inl: Fix boot block start address.
73
 
74
2001-08-15  Jesper Skov  
75
        [from branch]
76
        * include/flash_28fxxx_parts.inl: Set correct bootblock sub-block
77
        sizes.
78
 
79
        * include/flash_28fxxx.inl (nDEBUG): Added some debug code.
80
        (flash_unlock_block, flash_lock_block): Iterate properly over
81
        bootblock sub-blocks.
82
 
83
2001-08-10  Jesper Skov  
84
 
85
        * cdl/flash_intel_28fxxx.cdl: Added options for variants.
86
 
87
        * include/flash_28fxxx.inl: Support bootblock parts. Support
88
        locking. Buffered writes are broken though.
89
        Which affects the Malta, which uses them.
90
 
91
        * include/flash_28fxxx_parts.inl: Created.
92
 
93
2001-06-29  Jesper Skov  
94
 
95
        * include/flash_28fxxx.inl: Fix 28F160 block size.
96
 
97
2001-06-20  Jesper Skov  
98
 
99
        * include/flash_28fxxx.inl (flash_hwr_init): Fix bad size
100
        calculations.
101
 
102
2001-05-23  Jesper Skov  
103
 
104
        * cdl/flash_intel_28fxxx.cdl: Links flash functions to RAM. IO
105
        driver should not copy them there.
106
 
107
2001-03-23  Jesper Skov  
108
 
109
        * include/flash_28fxxx.inl (flash_program_buf): Calculate correct
110
        wc for buffered writes.
111
        (flash_query): Don't return until flash is safely back in data
112
        mode.
113
 
114
2001-03-21  Jesper Skov  
115
 
116
        * Package cloned from at29cxxxx driver. Changed to support Intel
117
        FlashFile.
118
 
119
//===========================================================================
120
// ####GPLCOPYRIGHTBEGIN####
121
// -------------------------------------------
122
// This file is part of eCos, the Embedded Configurable Operating System.
123
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
124
//
125
// This program is free software; you can redistribute it and/or modify
126
// it under the terms of the GNU General Public License as published by
127
// the Free Software Foundation; either version 2 or (at your option) any
128
// later version.
129
//
130
// This program is distributed in the hope that it will be useful, but
131
// WITHOUT ANY WARRANTY; without even the implied warranty of
132
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
133
// General Public License for more details.
134
//
135
// You should have received a copy of the GNU General Public License
136
// along with this program; if not, write to the
137
// Free Software Foundation, Inc., 51 Franklin Street,
138
// Fifth Floor, Boston, MA  02110-1301, USA.
139
// -------------------------------------------
140
// ####GPLCOPYRIGHTEND####
141
//===========================================================================

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.