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

Last change on this file since 7e278aa was 7e278aa, checked in by Till Straumann <strauman@…>, on 12/18/06 at 22:21:19
  • startup/bspstart.c: Changed BSP_installVME_isr() so that the special handling of a 'FPGA interrupt' [this FPGA is *not* present on the uC5282 module but is externally connected to IRQ1 on Eric Norum's particular 'motherboard'] is only activated when connecting to the special vectors > 192. The change allows us ordinary users [:-)] to use IRQ1 normally, simply by connecting an ISR to vector 64+1... Also, BSP_enable_irq_at_pic(), BSP_disable_irq_at_pic(), BSP_irq_is_enabled_at_pic() were introduced (compat. with some PPC BSPs).
  • Property mode set to 100644
File size: 6.2 KB
Line 
12006-12-18      Till Straumann <strauman@slac.stanford.edu>
2
3        * startup/bspstart.c: Changed BSP_installVME_isr() so that
4        the special handling of a 'FPGA interrupt' [this FPGA is *not*
5        present on the uC5282 module but is externally connected to
6        IRQ1 on Eric Norum's particular 'motherboard'] is only
7        activated when connecting to the special vectors > 192.
8        The change allows us ordinary users [:-)] to use IRQ1
9        normally, simply by connecting an ISR to vector 64+1...
10        Also, BSP_enable_irq_at_pic(), BSP_disable_irq_at_pic(),
11        BSP_irq_is_enabled_at_pic() were introduced (compat. with
12        some PPC BSPs).
13
142006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * configure.ac: New BUG-REPORT address.
17
182006-10-30      Joel Sherrill <joel@OARcorp.com>
19
20        * include/.cvsignore: New file.
21
222006-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * Makefile.am: Remove superfluous -DASM.
25
262006-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * include/bspopts.h.in: Remove (bogus).
29
302006-10-19      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * configure.ac: Require automake-1.10. Require autoconf-2.60.
33
342006-08-01  Eric Norum <norume@aps.anl.gov>
35
36        * startup/bspstart.c: Add bsp_setbenv system call.
37
382006-05-15  Eric Norum <norume@aps.anl.gov>
39
40        * startup/bspstart.c: Add checks for FPGA interrupt request overflow.
41                          Allow single spurious FPGA interrupt.
42
432006-04-11  Eric Norum <norume@aps.anl.gov>
44
45        * startup/bspstart.c: Install default exception handler.
46
472006-03-24  Eric Norum <norume@aps.anl.gov>
48
49        * startup/bspstart.c: Add missing reset-cause bit.
50
512006-02-08      Joel Sherrill <joel@OARcorp.com>
52
53        * startup/linkcmds: Add sections required by newer gcc versions.
54
552006-02-06  Eric Norum <norume@aps.anl.gov>
56
57    * clock/clock.c: Avoid division by zero.
58
592006-01-29  Eric Norum <norume@aps.anl.gov>
60
61        * clock/clock.c, network/network.c, startup/bspstart.c:
62        Add an 'extended BSP' routine which returns the CPU load average.
63
642006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
65
66        * Makefile.am: Add preinstall.am.
67
682005-12-19  Eric Norum <norume@aps.anl.gov>
69
70    * startup/bspstart.c: Add another 'extended BSP' routine which return
71                          reboot status register information.
72
732005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
74
75        * bsp_specs: Remove %cpp.
76
772005-11-11  Eric Norum <norume@aps.anl.gov>
78
79    * console/console.c: Clean up UART2 pin setup.  Protect pin setup code.
80
812005-11-08  Eric Norum <norume@aps.anl.gov>
82
83    * console/console.c: Add code to set up pin assignments
84
852005-11-07  Eric Norum <norume@aps.anl.gov>
86
87    * Almost everything: Assign copyright to OAR.
88
892005-10-26  Eric Norum <norume@aps.anl.gov>
90
91        * README, network/network.c: Add support for forcing link parameters.
92
932005-09-16  Eric Norum <norume@aps.anl.gov>
94
95        * startup/bspstart.c: Add bsp_reset bootrom call.
96        * startup/bspclean.c: Call bsp_reset from bsp_cleanup().
97
982005-07-05  Eric Norum <norume@aps.anl.gov>
99
100        * startup/linkcmdc: Add .gnu.linkonce.b
101
1022005-07-05  Eric Norum <norume@aps.anl.gov>
103
104        * startup/bspstart.c: Ensure that CS[12]n are enabled.
105
1062005-06-28  Eric Norum <norume@aps.anl.gov>
107
108        * network/network.c: Add full/half-duplex auto-negotiation support.
109
1102005-06-20  Eric Norum <norume@aps.anl.gov>
111
112        * network/network.c: Clean up transmit buffer realignment.  Many
113        thanks to Mr. Kolja Waschk for identifying the problem.
114
1152005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
116
117        * include/bsp.h: New header guard.
118
1192005-05-23  Eric Norum <norume@aps.anl.gov>
120
121        * startup/linkcmds
122          startup/bspstart.c: Followup fix to Joel's/Chris's VBR changes.
123
1242005-05-11  Eric Norum <norume@aps.anl.gov>
125
126        * startup/bspstart.c: Followup fix to Joel's changes of 2005-05-03.
127
1282005-05-10  Eric Norum <norume@aps.anl.gov>
129
130        * network/network.c: Poke RDAR/TDAR every time.
131                         Add more diagnostic printout.
132
1332005-05-03      Joel Sherrill <joel@OARcorp.com>
134
135        * startup/init5282.c: Remove use of _Coldfire_VBR and use _VBR as rest
136        of m68k family.
137
1382005-04-26      Joel Sherrill <joel@OARcorp.com>
139
140        * network/network.c: Eliminate warnings.
141
1422005-04-20  Eric Norum <norume@aps.anl.gov>
143
144        * startup/bspstart.c
145        * network/network.c: Try instruction-only cache.
146
1472005-04-19  Eric Norum <norume@aps.anl.gov>
148
149        * startup/bspstart.c: Expose read/write copy of cache control registers
150                          in case some application diagnostic code wants to
151                          display the values.
152
1532005-04-13  Eric Norum <norume@aps.anl.gov>
154
155        * network/network.c: Add some more diagnostics.
156                         Poke TDAR/RDAR only when necessary.
157
1582005-04-10  Eric Norum <norume@aps.anl.gov>
159
160        * startup/bspstart.c: Set up IRQ1* handling properly.
161
1622005-04-08  Eric Norum <norume@aps.anl.gov>
163
164        * startup/bspstart.c: FPGA interrupt status register is now 16-bit.
165
1662005-03-12  Eric Norum <norume@aps.anl.gov>
167
168        * network/network.c: Add statistics counter for number of realigned bytes.
169
1702005-03-10  Eric Norum <norume@aps.anl.gov>
171
172        * startup/bspstart.c: Add NOP after CACR writes (work around hardware bug).
173
1742005-02-14  Eric Norum <norume@aps.anl.gov>
175
176        * startup/bspstart.c: Don't cache flash -- it messes up programming.
177
1782005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
179
180        * console/console.c, include/bsp.h, network/network.c,
181        startup/bspstart.c: Remove obsolete fixed size types.
182
1832005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
184
185        * startup/bspstart.c:
186        rtems_interrupt_catch(trampoline, vector, &old_handler).
187
1882005-02-03  Eric Norum <norume@aps.anl.gov>
189
190        * include/bsp.h, startup/bspstart.c: Add 'extended' BSP
191        support (pseudo-VME).
192
1932005-02-02  Eric Norum <norume@aps.anl.gov>
194
195        * network/network.c: Lock FEC/PHYS at 100 Mbs, full-duplex
196
1972005-02-01  Eric Norum <norume@aps.anl.gov>
198
199        * include/bsp.h, network/network.c, startup/bspstart.c: Add some
200          bootprom system calls.
201
2022005-02-01  Eric Norum <norume@aps.anl.gov>
203
204        * start/start.S, network/network.c: Place FEC buffer descriptors
205        in SRAM.  No longer need to worry about buffer descriptor caching.
206
2072005-01-31  Eric Norum <norume@aps.anl.gov>
208
209        * network/network.c, startup/bspstart.c: Processor doesn't snoop
210        FEC DMA so we must invalidate the cache appropriately.
211
2122005-01-31      Joel Sherrill <joel@OARcorp.com>
213
214        * .cvsignore: New file.
215
2162005-01-28      Eric Norum <norume@aps.anl.gov>
217
218        * uC5282: New BSP
219        * acinclude.m4: uC5282 BSP
220
Note: See TracBrowser for help on using the repository browser.