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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [devs/] [eth/] [powerpc/] [fec/] [v2_0/] [ChangeLog] - Blame information for rev 312

Go to most recent revision | Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

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