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

4.104.114.95
Last change on this file since d38494c8 was d38494c8, checked in by Joel Sherrill <joel.sherrill@…>, on 12/17/07 at 18:18:17

2007-12-17 Joel Sherrill <joel.sherrill@…>

  • clock/clock.c, include/bsp.h: Correct prototype of idle thread. Eric Norum pointed out this was wrong.
  • Property mode set to 100644
File size: 8.6 KB
Line 
12007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * clock/clock.c, include/bsp.h: Correct prototype of idle thread. Eric
4        Norum pointed out this was wrong.
5
62007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
7
8        * clock/clock.c, include/bsp.h, startup/bspstart.c: Eliminate copies of
9        the Configuration Table. Use the RTEMS provided accessor macros to
10        obtain configuration fields.
11
122007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
13
14        * Makefile.am, startup/bspstart.c: Move interrupt_stack_size field from
15        CPU Table to Configuration Table. Eliminate CPU Table from all ports.
16        Delete references to CPU Table in all forms.
17
182007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
19
20        * include/bsp.h, startup/bspstart.c: Moved most of the remaining CPU
21        Table fields to the Configuration Table. This included
22        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
23        do_zero_of_workspace, extra_mpci_receive_server_stack,
24        stack_allocate_hook, and stack_free_hook. As a side-effect of this
25        effort some multiprocessing code was made conditional and some style
26        clean up occurred.
27
282007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
29
30        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
31        m68k CPU Table since it is never read.
32
332007-11-26      Eric Norum <norume@aps.anl.gov>
34
35        * network/network.c: Fix LED configuration to match uCDIMM.
36
372007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
38
39        * startup/linkcmds: Formatting.
40
412007-10-14      Eric Norum <norume@aps.anl.gov>
42
43        * clock/clock.c: Add nanoseconds since tick support.
44
452007-05-03      Joel Sherrill <joel@OARcorp.com>
46
47        * startup/linkcmds: Handle .data.* sections
48
492007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
50
51        * bsp_specs: Remove qrtems_debug.
52
532007-03-12      Joel Sherrill <joel@OARcorp.com>
54
55        * clock/clock.c, console/console.c, include/bsp.h, include/coverhd.h,
56        include/tm27.h, network/network.c, start/start.S, startup/bspclean.c,
57        startup/bspstart.c, startup/init5282.c, startup/linkcmds,
58        timer/timer.c: Correct license URL and/or fix mistake in copyright
59        notice. Both of these mistakes appear to be from code submitted after
60        these changes were made previously.
61
622007-03-11      Joel Sherrill <joel@OARcorp.com>
63
64        * startup/bspstart.c: Remove assignments of
65        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
66        value in boot_card.c
67
682007-03-10      Joel Sherrill <joel@OARcorp.com>
69
70        PR 1227/bsps
71        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
72        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
73
742006-12-14      Till Straumann <strauman@slac.stanford.edu>
75
76        * startup/bspstart.c: Changed BSP_installVME_isr() so that
77        the special handling of a 'FPGA interrupt' [this FPGA is *not*
78        present on the uC5282 module but is externally connected to
79        IRQ1 on Eric Norum's particular 'motherboard'] is only
80        activated when connecting to the special vectors > 192.
81        The change allows us ordinary users [:-)] to use IRQ1
82        normally, simply by connecting an ISR to vector 64+1...
83        Also, BSP_enable_irq_at_pic(), BSP_disable_irq_at_pic(),
84        BSP_irq_is_enabled_at_pic() were introduced (compat. with
85        some PPC BSPs).
86
872006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
88
89        * configure.ac: New BUG-REPORT address.
90
912006-11-15      Joel Sherrill <joel@OARcorp.com>
92
93        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
94        file and simplified initialization.
95
962006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
97
98        * Makefile.am: Remove superfluous -DASM.
99
1002006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
101
102        * configure.ac: Require autoconf-2.60. Require automake-1.10.
103
1042006-08-01  Eric Norum <norume@aps.anl.gov>
105
106        * startup/bspstart.c: Add bsp_setbenv system call.
107
1082006-05-15  Eric Norum <norume@aps.anl.gov>
109
110        * startup/bspstart.c: Add checks for FPGA interrupt request overflow.
111                          Allow single spurious FPGA interrupt.
112
1132006-04-11  Eric Norum <norume@aps.anl.gov>
114
115        * startup/bspstart.c: Install default exception handler.
116
1172006-03-24  Eric Norum <norume@aps.anl.gov>
118
119        * startup/bspstart.c: Add missing reset-cause bit.
120
1212006-02-08      Joel Sherrill <joel@OARcorp.com>
122
123        * startup/linkcmds: Add sections required by newer gcc versions.
124
1252006-02-06  Eric Norum <norume@aps.anl.gov>
126
127    * clock/clock.c: Avoid division by zero.
128
1292006-01-29  Eric Norum <norume@aps.anl.gov>
130
131        * clock/clock.c, network/network.c, startup/bspstart.c:
132        Add an 'extended BSP' routine which returns the CPU load average.
133
1342006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
135
136        * Makefile.am: Add preinstall.am.
137
1382005-12-19  Eric Norum <norume@aps.anl.gov>
139
140    * startup/bspstart.c: Add another 'extended BSP' routine which return
141                          reboot status register information.
142
1432005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
144
145        * bsp_specs: Remove %cpp.
146
1472005-11-11  Eric Norum <norume@aps.anl.gov>
148
149    * console/console.c: Clean up UART2 pin setup.  Protect pin setup code.
150
1512005-11-08  Eric Norum <norume@aps.anl.gov>
152
153    * console/console.c: Add code to set up pin assignments
154
1552005-11-07  Eric Norum <norume@aps.anl.gov>
156
157    * Almost everything: Assign copyright to OAR.
158
1592005-10-26  Eric Norum <norume@aps.anl.gov>
160
161        * README, network/network.c: Add support for forcing link parameters.
162
1632005-09-16  Eric Norum <norume@aps.anl.gov>
164
165        * startup/bspstart.c: Add bsp_reset bootrom call.
166        * startup/bspclean.c: Call bsp_reset from bsp_cleanup().
167
1682005-07-05  Eric Norum <norume@aps.anl.gov>
169
170        * startup/linkcmdc: Add .gnu.linkonce.b
171
1722005-07-05  Eric Norum <norume@aps.anl.gov>
173
174        * startup/bspstart.c: Ensure that CS[12]n are enabled.
175
1762005-06-28  Eric Norum <norume@aps.anl.gov>
177
178        * network/network.c: Add full/half-duplex auto-negotiation support.
179
1802005-06-20  Eric Norum <norume@aps.anl.gov>
181
182        * network/network.c: Clean up transmit buffer realignment.  Many
183        thanks to Mr. Kolja Waschk for identifying the problem.
184
1852005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
186
187        * include/bsp.h: New header guard.
188
1892005-05-23  Eric Norum <norume@aps.anl.gov>
190
191        * startup/linkcmds
192          startup/bspstart.c: Followup fix to Joel's/Chris's VBR changes.
193
1942005-05-11  Eric Norum <norume@aps.anl.gov>
195
196        * startup/bspstart.c: Followup fix to Joel's changes of 2005-05-03.
197
1982005-05-10  Eric Norum <norume@aps.anl.gov>
199
200        * network/network.c: Poke RDAR/TDAR every time.
201                         Add more diagnostic printout.
202
2032005-05-03      Joel Sherrill <joel@OARcorp.com>
204
205        * startup/init5282.c: Remove use of _Coldfire_VBR and use _VBR as rest
206        of m68k family.
207
2082005-04-26      Joel Sherrill <joel@OARcorp.com>
209
210        * network/network.c: Eliminate warnings.
211
2122005-04-20  Eric Norum <norume@aps.anl.gov>
213
214        * startup/bspstart.c
215        * network/network.c: Try instruction-only cache.
216
2172005-04-19  Eric Norum <norume@aps.anl.gov>
218
219        * startup/bspstart.c: Expose read/write copy of cache control registers
220                          in case some application diagnostic code wants to
221                          display the values.
222
2232005-04-13  Eric Norum <norume@aps.anl.gov>
224
225        * network/network.c: Add some more diagnostics.
226                         Poke TDAR/RDAR only when necessary.
227
2282005-04-10  Eric Norum <norume@aps.anl.gov>
229
230        * startup/bspstart.c: Set up IRQ1* handling properly.
231
2322005-04-08  Eric Norum <norume@aps.anl.gov>
233
234        * startup/bspstart.c: FPGA interrupt status register is now 16-bit.
235
2362005-03-12  Eric Norum <norume@aps.anl.gov>
237
238        * network/network.c: Add statistics counter for number of realigned bytes.
239
2402005-03-10  Eric Norum <norume@aps.anl.gov>
241
242        * startup/bspstart.c: Add NOP after CACR writes (work around hardware bug).
243
2442005-02-14  Eric Norum <norume@aps.anl.gov>
245
246        * startup/bspstart.c: Don't cache flash -- it messes up programming.
247
2482005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
249
250        * console/console.c, include/bsp.h, network/network.c,
251        startup/bspstart.c: Remove obsolete fixed size types.
252
2532005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
254
255        * startup/bspstart.c:
256        rtems_interrupt_catch(trampoline, vector, &old_handler).
257
2582005-02-03  Eric Norum <norume@aps.anl.gov>
259
260        * include/bsp.h, startup/bspstart.c: Add 'extended' BSP
261        support (pseudo-VME).
262
2632005-02-02  Eric Norum <norume@aps.anl.gov>
264
265        * network/network.c: Lock FEC/PHYS at 100 Mbs, full-duplex
266
2672005-02-01  Eric Norum <norume@aps.anl.gov>
268
269        * include/bsp.h, network/network.c, startup/bspstart.c: Add some
270          bootprom system calls.
271
2722005-02-01  Eric Norum <norume@aps.anl.gov>
273
274        * start/start.S, network/network.c: Place FEC buffer descriptors
275        in SRAM.  No longer need to worry about buffer descriptor caching.
276
2772005-01-31  Eric Norum <norume@aps.anl.gov>
278
279        * network/network.c, startup/bspstart.c: Processor doesn't snoop
280        FEC DMA so we must invalidate the cache appropriately.
281
2822005-01-31      Joel Sherrill <joel@OARcorp.com>
283
284        * .cvsignore: New file.
285
2862005-01-28      Eric Norum <norume@aps.anl.gov>
287
288        * uC5282: New BSP
289        * acinclude.m4: uC5282 BSP
290
Note: See TracBrowser for help on using the repository browser.