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

4.104.114.84.95
Last change on this file since 5d3d6d1a was 5d3d6d1a, checked in by Joel Sherrill <joel.sherrill@…>, on 03/10/07 at 15:53:53

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

PR 1227/bsps

  • include/bsp.h: Remove MAX_LONG_TEST_DURATION and MAX_SHORT_TEST_DURATION. They are obsolete and unused.
  • Property mode set to 100644
File size: 6.4 KB
Line 
12007-03-10      Joel Sherrill <joel@OARcorp.com>
2
3        PR 1227/bsps
4        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
5        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
6
72006-12-14      Till Straumann <strauman@slac.stanford.edu>
8
9        * startup/bspstart.c: Changed BSP_installVME_isr() so that
10        the special handling of a 'FPGA interrupt' [this FPGA is *not*
11        present on the uC5282 module but is externally connected to
12        IRQ1 on Eric Norum's particular 'motherboard'] is only
13        activated when connecting to the special vectors > 192.
14        The change allows us ordinary users [:-)] to use IRQ1
15        normally, simply by connecting an ISR to vector 64+1...
16        Also, BSP_enable_irq_at_pic(), BSP_disable_irq_at_pic(),
17        BSP_irq_is_enabled_at_pic() were introduced (compat. with
18        some PPC BSPs).
19
202006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * configure.ac: New BUG-REPORT address.
23
242006-11-15      Joel Sherrill <joel@OARcorp.com>
25
26        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
27        file and simplified initialization.
28
292006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
30
31        * Makefile.am: Remove superfluous -DASM.
32
332006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * configure.ac: Require autoconf-2.60. Require automake-1.10.
36
372006-08-01  Eric Norum <norume@aps.anl.gov>
38
39        * startup/bspstart.c: Add bsp_setbenv system call.
40
412006-05-15  Eric Norum <norume@aps.anl.gov>
42
43        * startup/bspstart.c: Add checks for FPGA interrupt request overflow.
44                          Allow single spurious FPGA interrupt.
45
462006-04-11  Eric Norum <norume@aps.anl.gov>
47
48        * startup/bspstart.c: Install default exception handler.
49
502006-03-24  Eric Norum <norume@aps.anl.gov>
51
52        * startup/bspstart.c: Add missing reset-cause bit.
53
542006-02-08      Joel Sherrill <joel@OARcorp.com>
55
56        * startup/linkcmds: Add sections required by newer gcc versions.
57
582006-02-06  Eric Norum <norume@aps.anl.gov>
59
60    * clock/clock.c: Avoid division by zero.
61
622006-01-29  Eric Norum <norume@aps.anl.gov>
63
64        * clock/clock.c, network/network.c, startup/bspstart.c:
65        Add an 'extended BSP' routine which returns the CPU load average.
66
672006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
68
69        * Makefile.am: Add preinstall.am.
70
712005-12-19  Eric Norum <norume@aps.anl.gov>
72
73    * startup/bspstart.c: Add another 'extended BSP' routine which return
74                          reboot status register information.
75
762005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
77
78        * bsp_specs: Remove %cpp.
79
802005-11-11  Eric Norum <norume@aps.anl.gov>
81
82    * console/console.c: Clean up UART2 pin setup.  Protect pin setup code.
83
842005-11-08  Eric Norum <norume@aps.anl.gov>
85
86    * console/console.c: Add code to set up pin assignments
87
882005-11-07  Eric Norum <norume@aps.anl.gov>
89
90    * Almost everything: Assign copyright to OAR.
91
922005-10-26  Eric Norum <norume@aps.anl.gov>
93
94        * README, network/network.c: Add support for forcing link parameters.
95
962005-09-16  Eric Norum <norume@aps.anl.gov>
97
98        * startup/bspstart.c: Add bsp_reset bootrom call.
99        * startup/bspclean.c: Call bsp_reset from bsp_cleanup().
100
1012005-07-05  Eric Norum <norume@aps.anl.gov>
102
103        * startup/linkcmdc: Add .gnu.linkonce.b
104
1052005-07-05  Eric Norum <norume@aps.anl.gov>
106
107        * startup/bspstart.c: Ensure that CS[12]n are enabled.
108
1092005-06-28  Eric Norum <norume@aps.anl.gov>
110
111        * network/network.c: Add full/half-duplex auto-negotiation support.
112
1132005-06-20  Eric Norum <norume@aps.anl.gov>
114
115        * network/network.c: Clean up transmit buffer realignment.  Many
116        thanks to Mr. Kolja Waschk for identifying the problem.
117
1182005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
119
120        * include/bsp.h: New header guard.
121
1222005-05-23  Eric Norum <norume@aps.anl.gov>
123
124        * startup/linkcmds
125          startup/bspstart.c: Followup fix to Joel's/Chris's VBR changes.
126
1272005-05-11  Eric Norum <norume@aps.anl.gov>
128
129        * startup/bspstart.c: Followup fix to Joel's changes of 2005-05-03.
130
1312005-05-10  Eric Norum <norume@aps.anl.gov>
132
133        * network/network.c: Poke RDAR/TDAR every time.
134                         Add more diagnostic printout.
135
1362005-05-03      Joel Sherrill <joel@OARcorp.com>
137
138        * startup/init5282.c: Remove use of _Coldfire_VBR and use _VBR as rest
139        of m68k family.
140
1412005-04-26      Joel Sherrill <joel@OARcorp.com>
142
143        * network/network.c: Eliminate warnings.
144
1452005-04-20  Eric Norum <norume@aps.anl.gov>
146
147        * startup/bspstart.c
148        * network/network.c: Try instruction-only cache.
149
1502005-04-19  Eric Norum <norume@aps.anl.gov>
151
152        * startup/bspstart.c: Expose read/write copy of cache control registers
153                          in case some application diagnostic code wants to
154                          display the values.
155
1562005-04-13  Eric Norum <norume@aps.anl.gov>
157
158        * network/network.c: Add some more diagnostics.
159                         Poke TDAR/RDAR only when necessary.
160
1612005-04-10  Eric Norum <norume@aps.anl.gov>
162
163        * startup/bspstart.c: Set up IRQ1* handling properly.
164
1652005-04-08  Eric Norum <norume@aps.anl.gov>
166
167        * startup/bspstart.c: FPGA interrupt status register is now 16-bit.
168
1692005-03-12  Eric Norum <norume@aps.anl.gov>
170
171        * network/network.c: Add statistics counter for number of realigned bytes.
172
1732005-03-10  Eric Norum <norume@aps.anl.gov>
174
175        * startup/bspstart.c: Add NOP after CACR writes (work around hardware bug).
176
1772005-02-14  Eric Norum <norume@aps.anl.gov>
178
179        * startup/bspstart.c: Don't cache flash -- it messes up programming.
180
1812005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
182
183        * console/console.c, include/bsp.h, network/network.c,
184        startup/bspstart.c: Remove obsolete fixed size types.
185
1862005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
187
188        * startup/bspstart.c:
189        rtems_interrupt_catch(trampoline, vector, &old_handler).
190
1912005-02-03  Eric Norum <norume@aps.anl.gov>
192
193        * include/bsp.h, startup/bspstart.c: Add 'extended' BSP
194        support (pseudo-VME).
195
1962005-02-02  Eric Norum <norume@aps.anl.gov>
197
198        * network/network.c: Lock FEC/PHYS at 100 Mbs, full-duplex
199
2002005-02-01  Eric Norum <norume@aps.anl.gov>
201
202        * include/bsp.h, network/network.c, startup/bspstart.c: Add some
203          bootprom system calls.
204
2052005-02-01  Eric Norum <norume@aps.anl.gov>
206
207        * start/start.S, network/network.c: Place FEC buffer descriptors
208        in SRAM.  No longer need to worry about buffer descriptor caching.
209
2102005-01-31  Eric Norum <norume@aps.anl.gov>
211
212        * network/network.c, startup/bspstart.c: Processor doesn't snoop
213        FEC DMA so we must invalidate the cache appropriately.
214
2152005-01-31      Joel Sherrill <joel@OARcorp.com>
216
217        * .cvsignore: New file.
218
2192005-01-28      Eric Norum <norume@aps.anl.gov>
220
221        * uC5282: New BSP
222        * acinclude.m4: uC5282 BSP
223
Note: See TracBrowser for help on using the repository browser.