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

4.104.114.84.95
Last change on this file since d452949f was d452949f, checked in by Eric Norum <WENorum@…>, on 07/24/05 at 19:10:31

Add .gnu.linkonce.b

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