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

Last change on this file since 32d19cb was 32d19cb, checked in by Joel Sherrill <joel.sherrill@…>, on 10/30/06 at 16:52:38

2006-10-30 Joel Sherrill <joel@…>

  • include/.cvsignore: New file.
  • Property mode set to 100644
File size: 5.5 KB
Line 
12006-10-30      Joel Sherrill <joel@OARcorp.com>
2
3        * include/.cvsignore: New file.
4
52006-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Remove superfluous -DASM.
8
92006-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * include/bspopts.h.in: Remove (bogus).
12
132006-10-19      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * configure.ac: Require automake-1.10. Require autoconf-2.60.
16
172006-08-01  Eric Norum <norume@aps.anl.gov>
18
19        * startup/bspstart.c: Add bsp_setbenv system call.
20
212006-05-15  Eric Norum <norume@aps.anl.gov>
22
23        * startup/bspstart.c: Add checks for FPGA interrupt request overflow.
24                          Allow single spurious FPGA interrupt.
25
262006-04-11  Eric Norum <norume@aps.anl.gov>
27
28        * startup/bspstart.c: Install default exception handler.
29
302006-03-24  Eric Norum <norume@aps.anl.gov>
31
32        * startup/bspstart.c: Add missing reset-cause bit.
33
342006-02-08      Joel Sherrill <joel@OARcorp.com>
35
36        * startup/linkcmds: Add sections required by newer gcc versions.
37
382006-02-06  Eric Norum <norume@aps.anl.gov>
39
40    * clock/clock.c: Avoid division by zero.
41
422006-01-29  Eric Norum <norume@aps.anl.gov>
43
44        * clock/clock.c, network/network.c, startup/bspstart.c:
45        Add an 'extended BSP' routine which returns the CPU load average.
46
472006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
48
49        * Makefile.am: Add preinstall.am.
50
512005-12-19  Eric Norum <norume@aps.anl.gov>
52
53    * startup/bspstart.c: Add another 'extended BSP' routine which return
54                          reboot status register information.
55
562005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
57
58        * bsp_specs: Remove %cpp.
59
602005-11-11  Eric Norum <norume@aps.anl.gov>
61
62    * console/console.c: Clean up UART2 pin setup.  Protect pin setup code.
63
642005-11-08  Eric Norum <norume@aps.anl.gov>
65
66    * console/console.c: Add code to set up pin assignments
67
682005-11-07  Eric Norum <norume@aps.anl.gov>
69
70    * Almost everything: Assign copyright to OAR.
71
722005-10-26  Eric Norum <norume@aps.anl.gov>
73
74        * README, network/network.c: Add support for forcing link parameters.
75
762005-09-16  Eric Norum <norume@aps.anl.gov>
77
78        * startup/bspstart.c: Add bsp_reset bootrom call.
79        * startup/bspclean.c: Call bsp_reset from bsp_cleanup().
80
812005-07-05  Eric Norum <norume@aps.anl.gov>
82
83        * startup/linkcmdc: Add .gnu.linkonce.b
84
852005-07-05  Eric Norum <norume@aps.anl.gov>
86
87        * startup/bspstart.c: Ensure that CS[12]n are enabled.
88
892005-06-28  Eric Norum <norume@aps.anl.gov>
90
91        * network/network.c: Add full/half-duplex auto-negotiation support.
92
932005-06-20  Eric Norum <norume@aps.anl.gov>
94
95        * network/network.c: Clean up transmit buffer realignment.  Many
96        thanks to Mr. Kolja Waschk for identifying the problem.
97
982005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
99
100        * include/bsp.h: New header guard.
101
1022005-05-23  Eric Norum <norume@aps.anl.gov>
103
104        * startup/linkcmds
105          startup/bspstart.c: Followup fix to Joel's/Chris's VBR changes.
106
1072005-05-11  Eric Norum <norume@aps.anl.gov>
108
109        * startup/bspstart.c: Followup fix to Joel's changes of 2005-05-03.
110
1112005-05-10  Eric Norum <norume@aps.anl.gov>
112
113        * network/network.c: Poke RDAR/TDAR every time.
114                         Add more diagnostic printout.
115
1162005-05-03      Joel Sherrill <joel@OARcorp.com>
117
118        * startup/init5282.c: Remove use of _Coldfire_VBR and use _VBR as rest
119        of m68k family.
120
1212005-04-26      Joel Sherrill <joel@OARcorp.com>
122
123        * network/network.c: Eliminate warnings.
124
1252005-04-20  Eric Norum <norume@aps.anl.gov>
126
127        * startup/bspstart.c
128        * network/network.c: Try instruction-only cache.
129
1302005-04-19  Eric Norum <norume@aps.anl.gov>
131
132        * startup/bspstart.c: Expose read/write copy of cache control registers
133                          in case some application diagnostic code wants to
134                          display the values.
135
1362005-04-13  Eric Norum <norume@aps.anl.gov>
137
138        * network/network.c: Add some more diagnostics.
139                         Poke TDAR/RDAR only when necessary.
140
1412005-04-10  Eric Norum <norume@aps.anl.gov>
142
143        * startup/bspstart.c: Set up IRQ1* handling properly.
144
1452005-04-08  Eric Norum <norume@aps.anl.gov>
146
147        * startup/bspstart.c: FPGA interrupt status register is now 16-bit.
148
1492005-03-12  Eric Norum <norume@aps.anl.gov>
150
151        * network/network.c: Add statistics counter for number of realigned bytes.
152
1532005-03-10  Eric Norum <norume@aps.anl.gov>
154
155        * startup/bspstart.c: Add NOP after CACR writes (work around hardware bug).
156
1572005-02-14  Eric Norum <norume@aps.anl.gov>
158
159        * startup/bspstart.c: Don't cache flash -- it messes up programming.
160
1612005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
162
163        * console/console.c, include/bsp.h, network/network.c,
164        startup/bspstart.c: Remove obsolete fixed size types.
165
1662005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
167
168        * startup/bspstart.c:
169        rtems_interrupt_catch(trampoline, vector, &old_handler).
170
1712005-02-03  Eric Norum <norume@aps.anl.gov>
172
173        * include/bsp.h, startup/bspstart.c: Add 'extended' BSP
174        support (pseudo-VME).
175
1762005-02-02  Eric Norum <norume@aps.anl.gov>
177
178        * network/network.c: Lock FEC/PHYS at 100 Mbs, full-duplex
179
1802005-02-01  Eric Norum <norume@aps.anl.gov>
181
182        * include/bsp.h, network/network.c, startup/bspstart.c: Add some
183          bootprom system calls.
184
1852005-02-01  Eric Norum <norume@aps.anl.gov>
186
187        * start/start.S, network/network.c: Place FEC buffer descriptors
188        in SRAM.  No longer need to worry about buffer descriptor caching.
189
1902005-01-31  Eric Norum <norume@aps.anl.gov>
191
192        * network/network.c, startup/bspstart.c: Processor doesn't snoop
193        FEC DMA so we must invalidate the cache appropriately.
194
1952005-01-31      Joel Sherrill <joel@OARcorp.com>
196
197        * .cvsignore: New file.
198
1992005-01-28      Eric Norum <norume@aps.anl.gov>
200
201        * uC5282: New BSP
202        * acinclude.m4: uC5282 BSP
203
Note: See TracBrowser for help on using the repository browser.