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

4.104.114.84.95
Last change on this file since 21dd4cf8 was 21dd4cf8, checked in by Eric Norum <WENorum@…>, on 10/26/05 at 14:56:58

Allow network to be locked at 100/Full.

  • Property mode set to 100644
File size: 3.7 KB
Line 
12005-10-26  Eric Norum <norume@aps.anl.gov>
2
3    * README, network/network.c: Add support for forcing link parameters.
4
52005-09-16  Eric Norum <norume@aps.anl.gov>
6
7        * startup/bspstart.c: Add bsp_reset bootrom call.
8        * startup/bspclean.c: Call bsp_reset from bsp_cleanup().
9
102005-07-05  Eric Norum <norume@aps.anl.gov>
11
12        * startup/linkcmdc: Add .gnu.linkonce.b
13
142005-07-05  Eric Norum <norume@aps.anl.gov>
15
16        * startup/bspstart.c: Ensure that CS[12]n are enabled.
17
182005-06-28  Eric Norum <norume@aps.anl.gov>
19
20        * network/network.c: Add full/half-duplex auto-negotiation support.
21
222005-06-20  Eric Norum <norume@aps.anl.gov>
23
24        * network/network.c: Clean up transmit buffer realignment.  Many thanks to
25                         Mr. Kolja Waschk for identifying the problem.
26
272005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
28
29        * include/bsp.h: New header guard.
30
312005-05-23  Eric Norum <norume@aps.anl.gov>
32
33        * startup/linkcmds
34          startup/bspstart.c: Followup fix to Joel's/Chris's VBR changes.
35
362005-05-11  Eric Norum <norume@aps.anl.gov>
37
38        * startup/bspstart.c: Followup fix to Joel's changes of 2005-05-03.
39
402005-05-10  Eric Norum <norume@aps.anl.gov>
41
42        * network/network.c: Poke RDAR/TDAR every time.
43                         Add more diagnostic printout.
44
452005-05-03      Joel Sherrill <joel@OARcorp.com>
46
47        * startup/init5282.c: Remove use of _Coldfire_VBR and use _VBR as rest
48        of m68k family.
49
502005-04-26      Joel Sherrill <joel@OARcorp.com>
51
52        * network/network.c: Eliminate warnings.
53
542005-04-20  Eric Norum <norume@aps.anl.gov>
55
56        * startup/bspstart.c
57        * network/network.c: Try instruction-only cache.
58
592005-04-19  Eric Norum <norume@aps.anl.gov>
60
61        * startup/bspstart.c: Expose read/write copy of cache control registers
62                          in case some application diagnostic code wants to
63                          display the values.
64
652005-04-13  Eric Norum <norume@aps.anl.gov>
66
67        * network/network.c: Add some more diagnostics.
68                         Poke TDAR/RDAR only when necessary.
69
702005-04-10  Eric Norum <norume@aps.anl.gov>
71
72        * startup/bspstart.c: Set up IRQ1* handling properly.
73
742005-04-08  Eric Norum <norume@aps.anl.gov>
75
76        * startup/bspstart.c: FPGA interrupt status register is now 16-bit.
77
782005-03-12  Eric Norum <norume@aps.anl.gov>
79
80        * network/network.c: Add statistics counter for number of realigned bytes.
81
822005-03-10  Eric Norum <norume@aps.anl.gov>
83
84        * startup/bspstart.c: Add NOP after CACR writes (work around hardware bug).
85
862005-02-14  Eric Norum <norume@aps.anl.gov>
87
88        * startup/bspstart.c: Don't cache flash -- it messes up programming.
89
902005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
91
92        * console/console.c, include/bsp.h, network/network.c,
93        startup/bspstart.c: Remove obsolete fixed size types.
94
952005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
96
97        * startup/bspstart.c:
98        rtems_interrupt_catch(trampoline, vector, &old_handler).
99
1002005-02-03  Eric Norum <norume@aps.anl.gov>
101
102        * include/bsp.h, startup/bspstart.c: Add 'extended' BSP
103        support (pseudo-VME).
104
1052005-02-02  Eric Norum <norume@aps.anl.gov>
106
107        * network/network.c: Lock FEC/PHYS at 100 Mbs, full-duplex
108
1092005-02-01  Eric Norum <norume@aps.anl.gov>
110
111        * include/bsp.h, network/network.c, startup/bspstart.c: Add some
112          bootprom system calls.
113
1142005-02-01  Eric Norum <norume@aps.anl.gov>
115
116        * start/start.S, network/network.c: Place FEC buffer descriptors
117        in SRAM.  No longer need to worry about buffer descriptor caching.
118
1192005-01-31  Eric Norum <norume@aps.anl.gov>
120
121        * network/network.c, startup/bspstart.c: Processor doesn't snoop
122        FEC DMA so we must invalidate the cache appropriately.
123
1242005-01-31      Joel Sherrill <joel@OARcorp.com>
125
126        * .cvsignore: New file.
127
1282005-01-28      Eric Norum <norume@aps.anl.gov>
129
130        * uC5282: New BSP
131        * acinclude.m4: uC5282 BSP
132
Note: See TracBrowser for help on using the repository browser.