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

4.104.114.95
Last change on this file since d8302856 was d8302856, checked in by Joel Sherrill <joel.sherrill@…>, on 10/16/07 at 17:14:24

2007-10-14 Eric Norum <norume@…>

  • clock/clock.c: Add nanoseconds since tick support.
  • Property mode set to 100644
File size: 7.2 KB
Line 
12007-10-14      Eric Norum <norume@aps.anl.gov>
2
3        * clock/clock.c: Add nanoseconds since tick support.
4
52007-05-03      Joel Sherrill <joel@OARcorp.com>
6
7        * startup/linkcmds: Handle .data.* sections
8
92007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * bsp_specs: Remove qrtems_debug.
12
132007-03-12      Joel Sherrill <joel@OARcorp.com>
14
15        * clock/clock.c, console/console.c, include/bsp.h, include/coverhd.h,
16        include/tm27.h, network/network.c, start/start.S, startup/bspclean.c,
17        startup/bspstart.c, startup/init5282.c, startup/linkcmds,
18        timer/timer.c: Correct license URL and/or fix mistake in copyright
19        notice. Both of these mistakes appear to be from code submitted after
20        these changes were made previously.
21
222007-03-11      Joel Sherrill <joel@OARcorp.com>
23
24        * startup/bspstart.c: Remove assignments of
25        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
26        value in boot_card.c
27
282007-03-10      Joel Sherrill <joel@OARcorp.com>
29
30        PR 1227/bsps
31        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
32        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
33
342006-12-14      Till Straumann <strauman@slac.stanford.edu>
35
36        * startup/bspstart.c: Changed BSP_installVME_isr() so that
37        the special handling of a 'FPGA interrupt' [this FPGA is *not*
38        present on the uC5282 module but is externally connected to
39        IRQ1 on Eric Norum's particular 'motherboard'] is only
40        activated when connecting to the special vectors > 192.
41        The change allows us ordinary users [:-)] to use IRQ1
42        normally, simply by connecting an ISR to vector 64+1...
43        Also, BSP_enable_irq_at_pic(), BSP_disable_irq_at_pic(),
44        BSP_irq_is_enabled_at_pic() were introduced (compat. with
45        some PPC BSPs).
46
472006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
48
49        * configure.ac: New BUG-REPORT address.
50
512006-11-15      Joel Sherrill <joel@OARcorp.com>
52
53        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
54        file and simplified initialization.
55
562006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * Makefile.am: Remove superfluous -DASM.
59
602006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * configure.ac: Require autoconf-2.60. Require automake-1.10.
63
642006-08-01  Eric Norum <norume@aps.anl.gov>
65
66        * startup/bspstart.c: Add bsp_setbenv system call.
67
682006-05-15  Eric Norum <norume@aps.anl.gov>
69
70        * startup/bspstart.c: Add checks for FPGA interrupt request overflow.
71                          Allow single spurious FPGA interrupt.
72
732006-04-11  Eric Norum <norume@aps.anl.gov>
74
75        * startup/bspstart.c: Install default exception handler.
76
772006-03-24  Eric Norum <norume@aps.anl.gov>
78
79        * startup/bspstart.c: Add missing reset-cause bit.
80
812006-02-08      Joel Sherrill <joel@OARcorp.com>
82
83        * startup/linkcmds: Add sections required by newer gcc versions.
84
852006-02-06  Eric Norum <norume@aps.anl.gov>
86
87    * clock/clock.c: Avoid division by zero.
88
892006-01-29  Eric Norum <norume@aps.anl.gov>
90
91        * clock/clock.c, network/network.c, startup/bspstart.c:
92        Add an 'extended BSP' routine which returns the CPU load average.
93
942006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
95
96        * Makefile.am: Add preinstall.am.
97
982005-12-19  Eric Norum <norume@aps.anl.gov>
99
100    * startup/bspstart.c: Add another 'extended BSP' routine which return
101                          reboot status register information.
102
1032005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
104
105        * bsp_specs: Remove %cpp.
106
1072005-11-11  Eric Norum <norume@aps.anl.gov>
108
109    * console/console.c: Clean up UART2 pin setup.  Protect pin setup code.
110
1112005-11-08  Eric Norum <norume@aps.anl.gov>
112
113    * console/console.c: Add code to set up pin assignments
114
1152005-11-07  Eric Norum <norume@aps.anl.gov>
116
117    * Almost everything: Assign copyright to OAR.
118
1192005-10-26  Eric Norum <norume@aps.anl.gov>
120
121        * README, network/network.c: Add support for forcing link parameters.
122
1232005-09-16  Eric Norum <norume@aps.anl.gov>
124
125        * startup/bspstart.c: Add bsp_reset bootrom call.
126        * startup/bspclean.c: Call bsp_reset from bsp_cleanup().
127
1282005-07-05  Eric Norum <norume@aps.anl.gov>
129
130        * startup/linkcmdc: Add .gnu.linkonce.b
131
1322005-07-05  Eric Norum <norume@aps.anl.gov>
133
134        * startup/bspstart.c: Ensure that CS[12]n are enabled.
135
1362005-06-28  Eric Norum <norume@aps.anl.gov>
137
138        * network/network.c: Add full/half-duplex auto-negotiation support.
139
1402005-06-20  Eric Norum <norume@aps.anl.gov>
141
142        * network/network.c: Clean up transmit buffer realignment.  Many
143        thanks to Mr. Kolja Waschk for identifying the problem.
144
1452005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
146
147        * include/bsp.h: New header guard.
148
1492005-05-23  Eric Norum <norume@aps.anl.gov>
150
151        * startup/linkcmds
152          startup/bspstart.c: Followup fix to Joel's/Chris's VBR changes.
153
1542005-05-11  Eric Norum <norume@aps.anl.gov>
155
156        * startup/bspstart.c: Followup fix to Joel's changes of 2005-05-03.
157
1582005-05-10  Eric Norum <norume@aps.anl.gov>
159
160        * network/network.c: Poke RDAR/TDAR every time.
161                         Add more diagnostic printout.
162
1632005-05-03      Joel Sherrill <joel@OARcorp.com>
164
165        * startup/init5282.c: Remove use of _Coldfire_VBR and use _VBR as rest
166        of m68k family.
167
1682005-04-26      Joel Sherrill <joel@OARcorp.com>
169
170        * network/network.c: Eliminate warnings.
171
1722005-04-20  Eric Norum <norume@aps.anl.gov>
173
174        * startup/bspstart.c
175        * network/network.c: Try instruction-only cache.
176
1772005-04-19  Eric Norum <norume@aps.anl.gov>
178
179        * startup/bspstart.c: Expose read/write copy of cache control registers
180                          in case some application diagnostic code wants to
181                          display the values.
182
1832005-04-13  Eric Norum <norume@aps.anl.gov>
184
185        * network/network.c: Add some more diagnostics.
186                         Poke TDAR/RDAR only when necessary.
187
1882005-04-10  Eric Norum <norume@aps.anl.gov>
189
190        * startup/bspstart.c: Set up IRQ1* handling properly.
191
1922005-04-08  Eric Norum <norume@aps.anl.gov>
193
194        * startup/bspstart.c: FPGA interrupt status register is now 16-bit.
195
1962005-03-12  Eric Norum <norume@aps.anl.gov>
197
198        * network/network.c: Add statistics counter for number of realigned bytes.
199
2002005-03-10  Eric Norum <norume@aps.anl.gov>
201
202        * startup/bspstart.c: Add NOP after CACR writes (work around hardware bug).
203
2042005-02-14  Eric Norum <norume@aps.anl.gov>
205
206        * startup/bspstart.c: Don't cache flash -- it messes up programming.
207
2082005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
209
210        * console/console.c, include/bsp.h, network/network.c,
211        startup/bspstart.c: Remove obsolete fixed size types.
212
2132005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
214
215        * startup/bspstart.c:
216        rtems_interrupt_catch(trampoline, vector, &old_handler).
217
2182005-02-03  Eric Norum <norume@aps.anl.gov>
219
220        * include/bsp.h, startup/bspstart.c: Add 'extended' BSP
221        support (pseudo-VME).
222
2232005-02-02  Eric Norum <norume@aps.anl.gov>
224
225        * network/network.c: Lock FEC/PHYS at 100 Mbs, full-duplex
226
2272005-02-01  Eric Norum <norume@aps.anl.gov>
228
229        * include/bsp.h, network/network.c, startup/bspstart.c: Add some
230          bootprom system calls.
231
2322005-02-01  Eric Norum <norume@aps.anl.gov>
233
234        * start/start.S, network/network.c: Place FEC buffer descriptors
235        in SRAM.  No longer need to worry about buffer descriptor caching.
236
2372005-01-31  Eric Norum <norume@aps.anl.gov>
238
239        * network/network.c, startup/bspstart.c: Processor doesn't snoop
240        FEC DMA so we must invalidate the cache appropriately.
241
2422005-01-31      Joel Sherrill <joel@OARcorp.com>
243
244        * .cvsignore: New file.
245
2462005-01-28      Eric Norum <norume@aps.anl.gov>
247
248        * uC5282: New BSP
249        * acinclude.m4: uC5282 BSP
250
Note: See TracBrowser for help on using the repository browser.