]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/devs/eth/powerpc/fec/v2_0/ChangeLog
Initial revision
[karo-tx-redboot.git] / packages / devs / eth / powerpc / fec / v2_0 / ChangeLog
1 2005-06-22  Gary Thomas  <gary@mlbassoc.com>
2
3         * src/if_fec.c (fec_eth_int): Avoid race when handling interrupt
4         events - reported by Fernando Flores 
5
6 2004-10-11  Harald Kuethe  <hkuethe@controlware.de>
7
8        * src/if_fec.c (fec_eth_RxEvent): remove crc from packet.
9
10 2003-12-21  Gary Thomas  <gary@mlbassoc.com>
11
12         * src/if_fec.c (fec_eth_RxEvent): Clean up some unused variables.
13
14 2003-10-06  Gary Thomas  <gary@mlbassoc.com>
15
16         * cdl/fec_eth_drivers.cdl: Disable STATUS_LEDS by default since these
17         are mostly useful for debugging and get in the way of "normal" LED use.
18
19 2003-05-14  Gary Thomas  <gary@mlbassoc.com>
20
21         * cdl/fec_eth_drivers.cdl: Only force serial console for eCos 
22         configurations (using actual network package).
23
24 2003-05-04  Gary Thomas  <gary@mlbassoc.com>
25
26         * src/if_fec.c: 
27         * cdl/fec_eth_drivers.cdl: Add control over use of LED display, since
28         it may interfere with some user programs.  Also, debug I/O during
29         network intialization seems frail, so force it to be disabled.
30
31 2003-03-28  Gary Thomas  <gary@mlbassoc.com>
32
33         * src/if_fec.c: Use new CPM/DPRAM buffer allocation scheme.  Also,
34         better handling when aligning buffers to cache lines.   
35         
36 2003-01-20  Gary Thomas  <gary@mlbassoc.com>
37
38         * cdl/fec_eth_drivers.cdl: Increase number of allowed buffers.
39
40 2002-11-14  Gary Thomas  <gthomas@ecoscentric.com>
41
42         * cdl/fec_eth_drivers.cdl: Increase default number of buffers (to a
43         more reasonable amount).
44
45 2002-10-18  Gary Thomas  <gthomas@ecoscentric.com>
46
47         * src/if_fec.c: Reduce warnings when PHY code is not used.
48
49 2002-10-11  Gary Thomas  <gthomas@ecoscentric.com> [inspired by]
50 2002-10-11  Wolfgang Heppner <hep@iis.fhg.de>   
51
52         * src/if_fec.c: 
53         * cdl/fec_eth_drivers.cdl: Make buffer descriptor use configurable.
54         Also, fix some issues where cache state wasn't being honored.
55
56 2002-10-11  Gary Thomas  <gary@mlbassoc.com>
57
58         * src/if_fec.c: 
59         * cdl/fec_eth_drivers.cdl: Add control over PHY - when to reset
60         and how to configure the link.
61
62 2002-09-19  Gary Thomas  <gary@mlbassoc.com>
63
64         * src/if_fec.c (fec_eth_init): Check for availability of RedBoot
65         FLASH support.
66
67 2002-09-03  Gary Thomas  <gary@mlbassoc.com>
68
69         * src/if_fec.c: Make driver more generic - platform specifics are
70         now contained in an include file CYGDAT_DEVS_FEC_ETH_INL.
71
72 2002-08-15  Gary Thomas  <gthomas@ecoscentric.com>
73
74         * src/if_fec.c (fec_eth_send): 
75         Clean up: remove unused variable _fec_eth_tx_count.
76
77 2002-08-08  Gary Thomas  <gthomas@ecoscentric.com>
78
79         * src/if_fec.c (fec_eth_RxEvent): Cache needs to be invalidated
80         to avoid any possible corruption.
81
82 2002-06-14  Gary Thomas  <gary@chez-thomas.org>
83
84         * src/if_fec.c: 
85         Need to include <pkgconf/io_eth_drivers.h> for proper configuration
86         of stand-alone (polled) vs. system (interrupt driven) mode.
87
88 2002-05-30  Jonathan Larmour  <jlarmour@redhat.com>
89
90         * src/if_fec.c: Use CYGINT_IO_ETH_INT_SUPPORT_REQUIRED where
91         appropriate.
92
93 2002-05-30  Jesper Skov  <jskov@redhat.com>
94
95         * src/if_fec.c: Initialized a variable and removed an unused
96         variable. Also made one volatile. All to remove warnings.
97         * src/fec.h: Made more pointers volatile to avoid compiler
98         warnings.
99
100 2002-04-30  Nick Garnett  <nickg@redhat.com>
101
102         * src/if_fec.c: Changed order of initialization and made code more
103         robust against hangups. Changed initialization of ESA from memcpy
104         to 32 bit assignments, since 855 seems fussy about this where 860
105         is not.
106
107 2002-04-22  Gary Thomas  <gthomas@redhat.com>
108
109         * src/if_fec.c (fec_eth_control): Fix compile error (multicast).
110
111 2002-04-19  Gary Thomas  <gthomas@redhat.com>
112
113         * cdl/fec_eth_drivers.cdl: Add [minimal] multicast support.
114
115         * src/if_fec.c: Cleaned out debug code.
116
117 2002-04-18  Gary Thomas  <gthomas@redhat.com>
118
119         * src/if_fec.c: Finally working!  Problem was that resetting the
120         interface is much more involved than simply set/reset the "enable".
121
122 2002-04-17  Gary Thomas  <gthomas@redhat.com>
123
124         * src/if_fec.c: 
125         * src/fec.h: Add code to poll PHY for link status on startup.
126         Still trying to get reliable results in general operation.
127
128 2002-04-12  Gary Thomas  <gthomas@redhat.com>
129
130         * src/fec.h: 
131         * src/if_fec.c: Lots of tinkering since this driver is somewhat
132         unreliable with the generic eCos stack (the RedBoot code seems
133         to work oddly enough).
134
135 2002-02-19  Gary Thomas  <gthomas@redhat.com>
136
137         * src/if_fec.c (fec_eth_init): Args were backwards(!) getting
138         processor revision.     
139
140 2001-08-22  Gary Thomas  <gthomas@redhat.com>
141
142         * src/if_fec.c: 
143         printf() is no longer a part of RedBoot.  Thus all programs
144         must use diag_printf() and related functions instead.
145
146 2001-06-26  Jonathan Larmour  <jlarmour@redhat.com>
147
148         * src/if_fec.c (fec_eth_init): Use correct version register.
149
150 2001-05-07  Gary Thomas  <gthomas@redhat.com>
151
152         * src/if_fec.c (fec_eth_init): Use RedBoot/fconfig data for ethernet
153         station address (ESA).
154
155 2001-05-04  Gary Thomas  <gthomas@redhat.com>
156
157         * src/fec.h (iEvent_all): 
158         * src/if_fec.c (fec_eth_init): Enable interrupts.
159
160 2001-05-01  Gary Thomas  <gthomas@redhat.com>
161
162         * src/if_fec.c (fec_eth_init): Force buffers to 32 byte boundary.
163
164 2001-02-21  Gary Thomas  <gthomas@redhat.com>
165
166         * src/if_fec.c: Finally working!  Lots of little changes
167         to get the setup just right.
168         (fec_eth_init): Need to set Tx high water mark high for proper
169         operation when code is run from FLASH.  Also misc cleanups, removing
170         old debug code, etc.
171         (fec_eth_recv): 
172         (fec_eth_TxEvent): 
173         (fec_eth_RxEvent):
174         (fec_eth_send): Need to flush data cache - not snooped? 
175
176         * src/fec.h: Add new defines for rev D of chip.
177
178         * cdl/fec_eth_drivers.cdl: Remove CDL for chip revision,
179         now handled automatically by driver.
180
181 2001-01-22  Gary Thomas  <gthomas@redhat.com>
182
183         * src/fec.h: 
184         * src/if_fec.c: 
185         * cdl/fec_eth_drivers.cdl: New package/file(s).
186
187 //===========================================================================
188 //####ECOSGPLCOPYRIGHTBEGIN####
189 // -------------------------------------------
190 // This file is part of eCos, the Embedded Configurable Operating System.
191 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
192 //
193 // eCos is free software; you can redistribute it and/or modify it under
194 // the terms of the GNU General Public License as published by the Free
195 // Software Foundation; either version 2 or (at your option) any later version.
196 //
197 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
198 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
199 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
200 // for more details.
201 //
202 // You should have received a copy of the GNU General Public License along
203 // with eCos; if not, write to the Free Software Foundation, Inc.,
204 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
205 //
206 // As a special exception, if other files instantiate templates or use macros
207 // or inline functions from this file, or you compile this file and link it
208 // with other works to produce a work based on this file, this file does not
209 // by itself cause the resulting work to be covered by the GNU General Public
210 // License. However the source code for this file must still be made available
211 // in accordance with section (3) of the GNU General Public License.
212 //
213 // This exception does not invalidate any other reasons why a work based on
214 // this file might be covered by the GNU General Public License.
215 //
216 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
217 // at http://sources.redhat.com/ecos/ecos-license/
218 // -------------------------------------------
219 //####ECOSGPLCOPYRIGHTEND####
220 //===========================================================================
221         
222         
223