summaryrefslogtreecommitdiff
path: root/ecos/packages/devs/eth/powerpc/fec/current/ChangeLog
blob: d253bedd5c73fd2adcb78c759fdd8fd4dd077c3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
2005-06-22  Gary Thomas  <gary@mlbassoc.com>

	* src/if_fec.c (fec_eth_int): Avoid race when handling interrupt
	events - reported by Fernando Flores 

2004-10-11  Harald Kuethe  <hkuethe@controlware.de>

       * src/if_fec.c (fec_eth_RxEvent): remove crc from packet.

2003-12-21  Gary Thomas  <gary@mlbassoc.com>

	* src/if_fec.c (fec_eth_RxEvent): Clean up some unused variables.

2003-10-06  Gary Thomas  <gary@mlbassoc.com>

	* cdl/fec_eth_drivers.cdl: Disable STATUS_LEDS by default since these
	are mostly useful for debugging and get in the way of "normal" LED use.

2003-05-14  Gary Thomas  <gary@mlbassoc.com>

	* cdl/fec_eth_drivers.cdl: Only force serial console for eCos 
	configurations (using actual network package).

2003-05-04  Gary Thomas  <gary@mlbassoc.com>

	* src/if_fec.c: 
	* cdl/fec_eth_drivers.cdl: Add control over use of LED display, since
	it may interfere with some user programs.  Also, debug I/O during
	network intialization seems frail, so force it to be disabled.

2003-03-28  Gary Thomas  <gary@mlbassoc.com>

	* src/if_fec.c: Use new CPM/DPRAM buffer allocation scheme.  Also,
	better handling when aligning buffers to cache lines.	
	
2003-01-20  Gary Thomas  <gary@mlbassoc.com>

	* cdl/fec_eth_drivers.cdl: Increase number of allowed buffers.

2002-11-14  Gary Thomas  <gthomas@ecoscentric.com>

	* cdl/fec_eth_drivers.cdl: Increase default number of buffers (to a
	more reasonable amount).

2002-10-18  Gary Thomas  <gthomas@ecoscentric.com>

	* src/if_fec.c: Reduce warnings when PHY code is not used.

2002-10-11  Gary Thomas  <gthomas@ecoscentric.com> [inspired by]
2002-10-11  Wolfgang Heppner <hep@iis.fhg.de>	

	* src/if_fec.c: 
	* cdl/fec_eth_drivers.cdl: Make buffer descriptor use configurable.
	Also, fix some issues where cache state wasn't being honored.

2002-10-11  Gary Thomas  <gary@mlbassoc.com>

	* src/if_fec.c: 
	* cdl/fec_eth_drivers.cdl: Add control over PHY - when to reset
	and how to configure the link.

2002-09-19  Gary Thomas  <gary@mlbassoc.com>

	* src/if_fec.c (fec_eth_init): Check for availability of RedBoot
	FLASH support.

2002-09-03  Gary Thomas  <gary@mlbassoc.com>

	* src/if_fec.c: Make driver more generic - platform specifics are
	now contained in an include file CYGDAT_DEVS_FEC_ETH_INL.

2002-08-15  Gary Thomas  <gthomas@ecoscentric.com>

	* src/if_fec.c (fec_eth_send): 
	Clean up: remove unused variable _fec_eth_tx_count.

2002-08-08  Gary Thomas  <gthomas@ecoscentric.com>

	* src/if_fec.c (fec_eth_RxEvent): Cache needs to be invalidated
	to avoid any possible corruption.

2002-06-14  Gary Thomas  <gary@chez-thomas.org>

	* src/if_fec.c: 
	Need to include <pkgconf/io_eth_drivers.h> for proper configuration
	of stand-alone (polled) vs. system (interrupt driven) mode.

2002-05-30  Jonathan Larmour  <jlarmour@redhat.com>

	* src/if_fec.c: Use CYGINT_IO_ETH_INT_SUPPORT_REQUIRED where
        appropriate.

2002-05-30  Jesper Skov  <jskov@redhat.com>

	* src/if_fec.c: Initialized a variable and removed an unused
	variable. Also made one volatile. All to remove warnings.
	* src/fec.h: Made more pointers volatile to avoid compiler
	warnings.

2002-04-30  Nick Garnett  <nickg@redhat.com>

	* src/if_fec.c: Changed order of initialization and made code more
	robust against hangups. Changed initialization of ESA from memcpy
	to 32 bit assignments, since 855 seems fussy about this where 860
	is not.

2002-04-22  Gary Thomas  <gthomas@redhat.com>

	* src/if_fec.c (fec_eth_control): Fix compile error (multicast).

2002-04-19  Gary Thomas  <gthomas@redhat.com>

	* cdl/fec_eth_drivers.cdl: Add [minimal] multicast support.

	* src/if_fec.c: Cleaned out debug code.

2002-04-18  Gary Thomas  <gthomas@redhat.com>

	* src/if_fec.c: Finally working!  Problem was that resetting the
	interface is much more involved than simply set/reset the "enable".

2002-04-17  Gary Thomas  <gthomas@redhat.com>

	* src/if_fec.c: 
	* src/fec.h: Add code to poll PHY for link status on startup.
	Still trying to get reliable results in general operation.

2002-04-12  Gary Thomas  <gthomas@redhat.com>

	* src/fec.h: 
	* src/if_fec.c: Lots of tinkering since this driver is somewhat
	unreliable with the generic eCos stack (the RedBoot code seems
	to work oddly enough).

2002-02-19  Gary Thomas  <gthomas@redhat.com>

	* src/if_fec.c (fec_eth_init): Args were backwards(!) getting
	processor revision.	

2001-08-22  Gary Thomas  <gthomas@redhat.com>

	* src/if_fec.c: 
	printf() is no longer a part of RedBoot.  Thus all programs
	must use diag_printf() and related functions instead.

2001-06-26  Jonathan Larmour  <jlarmour@redhat.com>

	* src/if_fec.c (fec_eth_init): Use correct version register.

2001-05-07  Gary Thomas  <gthomas@redhat.com>

	* src/if_fec.c (fec_eth_init): Use RedBoot/fconfig data for ethernet
	station address (ESA).

2001-05-04  Gary Thomas  <gthomas@redhat.com>

	* src/fec.h (iEvent_all): 
	* src/if_fec.c (fec_eth_init): Enable interrupts.

2001-05-01  Gary Thomas  <gthomas@redhat.com>

	* src/if_fec.c (fec_eth_init): Force buffers to 32 byte boundary.

2001-02-21  Gary Thomas  <gthomas@redhat.com>

	* src/if_fec.c: Finally working!  Lots of little changes
	to get the setup just right.
	(fec_eth_init): Need to set Tx high water mark high for proper
	operation when code is run from FLASH.  Also misc cleanups, removing
	old debug code, etc.
	(fec_eth_recv): 
	(fec_eth_TxEvent): 
	(fec_eth_RxEvent):
	(fec_eth_send): Need to flush data cache - not snooped?	

	* src/fec.h: Add new defines for rev D of chip.

	* cdl/fec_eth_drivers.cdl: Remove CDL for chip revision,
	now handled automatically by driver.

2001-01-22  Gary Thomas  <gthomas@redhat.com>

	* src/fec.h: 
	* src/if_fec.c: 
	* cdl/fec_eth_drivers.cdl: New package/file(s).

//===========================================================================
// ####GPLCOPYRIGHTBEGIN####                                                
// -------------------------------------------                              
// This file is part of eCos, the Embedded Configurable Operating System.   
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
//
// This program is free software; you can redistribute it and/or modify     
// it under the terms of the GNU General Public License as published by     
// the Free Software Foundation; either version 2 or (at your option) any   
// later version.                                                           
//
// This program is distributed in the hope that it will be useful, but      
// WITHOUT ANY WARRANTY; without even the implied warranty of               
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU        
// General Public License for more details.                                 
//
// You should have received a copy of the GNU General Public License        
// along with this program; if not, write to the                            
// Free Software Foundation, Inc., 51 Franklin Street,                      
// Fifth Floor, Boston, MA  02110-1301, USA.                                
// -------------------------------------------                              
// ####GPLCOPYRIGHTEND####                                                  
//===========================================================================