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

4.104.114.95
Last change on this file since 12f1455b was 12f1455b, checked in by Joel Sherrill <joel.sherrill@…>, on 11/06/07 at 19:45:22

2007-11-06 Joel Sherrill <joel.sherrill@…>

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