source: rtems/c/src/lib/libbsp/m68k/uC5282/ChangeLog @ f139738

4.104.114.84.95
Last change on this file since f139738 was 81291a0, checked in by Eric Norum <WENorum@…>, on 06/29/05 at 20:09:14

Add duplex negotation support.

  • Property mode set to 100644
File size: 3.2 KB
Line 
12005-06-28  Eric Norum <norume@aps.anl.gov>
2
3        * network/network.c: Add full/half-duplex auto-negotiation support.
4
52005-06-20  Eric Norum <norume@aps.anl.gov>
6
7        * network/network.c: Clean up transmit buffer realignment.  Many thanks to
8                         Mr. Kolja Waschk for identifying the problem.
9
102005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
11
12        * include/bsp.h: New header guard.
13
142005-05-23  Eric Norum <norume@aps.anl.gov>
15
16        * startup/linkcmds
17          startup/bspstart.c: Followup fix to Joel's/Chris's VBR changes.
18
192005-05-11  Eric Norum <norume@aps.anl.gov>
20
21        * startup/bspstart.c: Followup fix to Joel's changes of 2005-05-03.
22
232005-05-10  Eric Norum <norume@aps.anl.gov>
24
25        * network/network.c: Poke RDAR/TDAR every time.
26                         Add more diagnostic printout.
27
282005-05-03      Joel Sherrill <joel@OARcorp.com>
29
30        * startup/init5282.c: Remove use of _Coldfire_VBR and use _VBR as rest
31        of m68k family.
32
332005-04-26      Joel Sherrill <joel@OARcorp.com>
34
35        * network/network.c: Eliminate warnings.
36
372005-04-20  Eric Norum <norume@aps.anl.gov>
38
39        * startup/bspstart.c
40        * network/network.c: Try instruction-only cache.
41
422005-04-19  Eric Norum <norume@aps.anl.gov>
43
44        * startup/bspstart.c: Expose read/write copy of cache control registers
45                          in case some application diagnostic code wants to
46                          display the values.
47
482005-04-13  Eric Norum <norume@aps.anl.gov>
49
50        * network/network.c: Add some more diagnostics.
51                         Poke TDAR/RDAR only when necessary.
52
532005-04-10  Eric Norum <norume@aps.anl.gov>
54
55        * startup/bspstart.c: Set up IRQ1* handling properly.
56
572005-04-08  Eric Norum <norume@aps.anl.gov>
58
59        * startup/bspstart.c: FPGA interrupt status register is now 16-bit.
60
612005-03-12  Eric Norum <norume@aps.anl.gov>
62
63        * network/network.c: Add statistics counter for number of realigned bytes.
64
652005-03-10  Eric Norum <norume@aps.anl.gov>
66
67        * startup/bspstart.c: Add NOP after CACR writes (work around hardware bug).
68
692005-02-14  Eric Norum <norume@aps.anl.gov>
70
71        * startup/bspstart.c: Don't cache flash -- it messes up programming.
72
732005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
74
75        * console/console.c, include/bsp.h, network/network.c,
76        startup/bspstart.c: Remove obsolete fixed size types.
77
782005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
79
80        * startup/bspstart.c:
81        rtems_interrupt_catch(trampoline, vector, &old_handler).
82
832005-02-03  Eric Norum <norume@aps.anl.gov>
84
85        * include/bsp.h, startup/bspstart.c: Add 'extended' BSP
86        support (pseudo-VME).
87
882005-02-02  Eric Norum <norume@aps.anl.gov>
89
90        * network/network.c: Lock FEC/PHYS at 100 Mbs, full-duplex
91
922005-02-01  Eric Norum <norume@aps.anl.gov>
93
94        * include/bsp.h, network/network.c, startup/bspstart.c: Add some
95          bootprom system calls.
96
972005-02-01  Eric Norum <norume@aps.anl.gov>
98
99        * start/start.S, network/network.c: Place FEC buffer descriptors
100        in SRAM.  No longer need to worry about buffer descriptor caching.
101
1022005-01-31  Eric Norum <norume@aps.anl.gov>
103
104        * network/network.c, startup/bspstart.c: Processor doesn't snoop
105        FEC DMA so we must invalidate the cache appropriately.
106
1072005-01-31      Joel Sherrill <joel@OARcorp.com>
108
109        * .cvsignore: New file.
110
1112005-01-28      Eric Norum <norume@aps.anl.gov>
112
113        * uC5282: New BSP
114        * acinclude.m4: uC5282 BSP
115
Note: See TracBrowser for help on using the repository browser.