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

4.104.114.84.95
Last change on this file since 688696e4 was 688696e4, checked in by Joel Sherrill <joel.sherrill@…>, on 03/12/07 at 11:18:23

2007-03-12 Joel Sherrill <joel@…>

  • clock/clock.c, console/console.c, include/bsp.h, include/coverhd.h, include/tm27.h, network/network.c, start/start.S, startup/bspclean.c, startup/bspstart.c, startup/init5282.c, startup/linkcmds, timer/timer.c: Correct license URL and/or fix mistake in copyright notice. Both of these mistakes appear to be from code submitted after these changes were made previously.
  • Property mode set to 100644
File size: 6.9 KB
Line 
12007-03-12      Joel Sherrill <joel@OARcorp.com>
2
3        * clock/clock.c, console/console.c, include/bsp.h, include/coverhd.h,
4        include/tm27.h, network/network.c, start/start.S, startup/bspclean.c,
5        startup/bspstart.c, startup/init5282.c, startup/linkcmds,
6        timer/timer.c: Correct license URL and/or fix mistake in copyright
7        notice. Both of these mistakes appear to be from code submitted after
8        these changes were made previously.
9
102007-03-11      Joel Sherrill <joel@OARcorp.com>
11
12        * startup/bspstart.c: Remove assignments of
13        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
14        value in boot_card.c
15
162007-03-10      Joel Sherrill <joel@OARcorp.com>
17
18        PR 1227/bsps
19        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
20        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
21
222006-12-14      Till Straumann <strauman@slac.stanford.edu>
23
24        * startup/bspstart.c: Changed BSP_installVME_isr() so that
25        the special handling of a 'FPGA interrupt' [this FPGA is *not*
26        present on the uC5282 module but is externally connected to
27        IRQ1 on Eric Norum's particular 'motherboard'] is only
28        activated when connecting to the special vectors > 192.
29        The change allows us ordinary users [:-)] to use IRQ1
30        normally, simply by connecting an ISR to vector 64+1...
31        Also, BSP_enable_irq_at_pic(), BSP_disable_irq_at_pic(),
32        BSP_irq_is_enabled_at_pic() were introduced (compat. with
33        some PPC BSPs).
34
352006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * configure.ac: New BUG-REPORT address.
38
392006-11-15      Joel Sherrill <joel@OARcorp.com>
40
41        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
42        file and simplified initialization.
43
442006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        * Makefile.am: Remove superfluous -DASM.
47
482006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
49
50        * configure.ac: Require autoconf-2.60. Require automake-1.10.
51
522006-08-01  Eric Norum <norume@aps.anl.gov>
53
54        * startup/bspstart.c: Add bsp_setbenv system call.
55
562006-05-15  Eric Norum <norume@aps.anl.gov>
57
58        * startup/bspstart.c: Add checks for FPGA interrupt request overflow.
59                          Allow single spurious FPGA interrupt.
60
612006-04-11  Eric Norum <norume@aps.anl.gov>
62
63        * startup/bspstart.c: Install default exception handler.
64
652006-03-24  Eric Norum <norume@aps.anl.gov>
66
67        * startup/bspstart.c: Add missing reset-cause bit.
68
692006-02-08      Joel Sherrill <joel@OARcorp.com>
70
71        * startup/linkcmds: Add sections required by newer gcc versions.
72
732006-02-06  Eric Norum <norume@aps.anl.gov>
74
75    * clock/clock.c: Avoid division by zero.
76
772006-01-29  Eric Norum <norume@aps.anl.gov>
78
79        * clock/clock.c, network/network.c, startup/bspstart.c:
80        Add an 'extended BSP' routine which returns the CPU load average.
81
822006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
83
84        * Makefile.am: Add preinstall.am.
85
862005-12-19  Eric Norum <norume@aps.anl.gov>
87
88    * startup/bspstart.c: Add another 'extended BSP' routine which return
89                          reboot status register information.
90
912005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
92
93        * bsp_specs: Remove %cpp.
94
952005-11-11  Eric Norum <norume@aps.anl.gov>
96
97    * console/console.c: Clean up UART2 pin setup.  Protect pin setup code.
98
992005-11-08  Eric Norum <norume@aps.anl.gov>
100
101    * console/console.c: Add code to set up pin assignments
102
1032005-11-07  Eric Norum <norume@aps.anl.gov>
104
105    * Almost everything: Assign copyright to OAR.
106
1072005-10-26  Eric Norum <norume@aps.anl.gov>
108
109        * README, network/network.c: Add support for forcing link parameters.
110
1112005-09-16  Eric Norum <norume@aps.anl.gov>
112
113        * startup/bspstart.c: Add bsp_reset bootrom call.
114        * startup/bspclean.c: Call bsp_reset from bsp_cleanup().
115
1162005-07-05  Eric Norum <norume@aps.anl.gov>
117
118        * startup/linkcmdc: Add .gnu.linkonce.b
119
1202005-07-05  Eric Norum <norume@aps.anl.gov>
121
122        * startup/bspstart.c: Ensure that CS[12]n are enabled.
123
1242005-06-28  Eric Norum <norume@aps.anl.gov>
125
126        * network/network.c: Add full/half-duplex auto-negotiation support.
127
1282005-06-20  Eric Norum <norume@aps.anl.gov>
129
130        * network/network.c: Clean up transmit buffer realignment.  Many
131        thanks to Mr. Kolja Waschk for identifying the problem.
132
1332005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
134
135        * include/bsp.h: New header guard.
136
1372005-05-23  Eric Norum <norume@aps.anl.gov>
138
139        * startup/linkcmds
140          startup/bspstart.c: Followup fix to Joel's/Chris's VBR changes.
141
1422005-05-11  Eric Norum <norume@aps.anl.gov>
143
144        * startup/bspstart.c: Followup fix to Joel's changes of 2005-05-03.
145
1462005-05-10  Eric Norum <norume@aps.anl.gov>
147
148        * network/network.c: Poke RDAR/TDAR every time.
149                         Add more diagnostic printout.
150
1512005-05-03      Joel Sherrill <joel@OARcorp.com>
152
153        * startup/init5282.c: Remove use of _Coldfire_VBR and use _VBR as rest
154        of m68k family.
155
1562005-04-26      Joel Sherrill <joel@OARcorp.com>
157
158        * network/network.c: Eliminate warnings.
159
1602005-04-20  Eric Norum <norume@aps.anl.gov>
161
162        * startup/bspstart.c
163        * network/network.c: Try instruction-only cache.
164
1652005-04-19  Eric Norum <norume@aps.anl.gov>
166
167        * startup/bspstart.c: Expose read/write copy of cache control registers
168                          in case some application diagnostic code wants to
169                          display the values.
170
1712005-04-13  Eric Norum <norume@aps.anl.gov>
172
173        * network/network.c: Add some more diagnostics.
174                         Poke TDAR/RDAR only when necessary.
175
1762005-04-10  Eric Norum <norume@aps.anl.gov>
177
178        * startup/bspstart.c: Set up IRQ1* handling properly.
179
1802005-04-08  Eric Norum <norume@aps.anl.gov>
181
182        * startup/bspstart.c: FPGA interrupt status register is now 16-bit.
183
1842005-03-12  Eric Norum <norume@aps.anl.gov>
185
186        * network/network.c: Add statistics counter for number of realigned bytes.
187
1882005-03-10  Eric Norum <norume@aps.anl.gov>
189
190        * startup/bspstart.c: Add NOP after CACR writes (work around hardware bug).
191
1922005-02-14  Eric Norum <norume@aps.anl.gov>
193
194        * startup/bspstart.c: Don't cache flash -- it messes up programming.
195
1962005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
197
198        * console/console.c, include/bsp.h, network/network.c,
199        startup/bspstart.c: Remove obsolete fixed size types.
200
2012005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
202
203        * startup/bspstart.c:
204        rtems_interrupt_catch(trampoline, vector, &old_handler).
205
2062005-02-03  Eric Norum <norume@aps.anl.gov>
207
208        * include/bsp.h, startup/bspstart.c: Add 'extended' BSP
209        support (pseudo-VME).
210
2112005-02-02  Eric Norum <norume@aps.anl.gov>
212
213        * network/network.c: Lock FEC/PHYS at 100 Mbs, full-duplex
214
2152005-02-01  Eric Norum <norume@aps.anl.gov>
216
217        * include/bsp.h, network/network.c, startup/bspstart.c: Add some
218          bootprom system calls.
219
2202005-02-01  Eric Norum <norume@aps.anl.gov>
221
222        * start/start.S, network/network.c: Place FEC buffer descriptors
223        in SRAM.  No longer need to worry about buffer descriptor caching.
224
2252005-01-31  Eric Norum <norume@aps.anl.gov>
226
227        * network/network.c, startup/bspstart.c: Processor doesn't snoop
228        FEC DMA so we must invalidate the cache appropriately.
229
2302005-01-31      Joel Sherrill <joel@OARcorp.com>
231
232        * .cvsignore: New file.
233
2342005-01-28      Eric Norum <norume@aps.anl.gov>
235
236        * uC5282: New BSP
237        * acinclude.m4: uC5282 BSP
238
Note: See TracBrowser for help on using the repository browser.