source: rtems/c/src/lib/libcpu/mips/ChangeLog @ 35f97010

4.104.114.84.95
Last change on this file since 35f97010 was 35f97010, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/31/04 at 02:02:23

2004-03-30 Ralf Corsepius <ralf_corsepius@…>

  • clock/ckinit.c, clock/clock.h, mongoosev/duart/mg5uart.c, mongoosev/duart/mg5uart.h, mongoosev/duart/mg5uart_reg.c, mongoosev/include/mongoose-v.h, mongoosev/vectorisrs/vectorisrs.c, shared/interrupts/vectorexceptions.c, timer/timer.c, tx39/include/tx3904.h: Convert to using c99 fixed size types.
  • Property mode set to 100644
File size: 18.0 KB
Line 
12004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * clock/ckinit.c, clock/clock.h, mongoosev/duart/mg5uart.c,
4        mongoosev/duart/mg5uart.h, mongoosev/duart/mg5uart_reg.c,
5        mongoosev/include/mongoose-v.h, mongoosev/vectorisrs/vectorisrs.c,
6        shared/interrupts/vectorexceptions.c, timer/timer.c,
7        tx39/include/tx3904.h: Convert to using c99 fixed size types.
8
92004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
10
11        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
12
132004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * mongoosev/Makefile.am, r46xx/Makefile.am, tx39/Makefile.am:
16        Don't include .../lib.am. Remove ACLOCAL_AMFLAGS.
17        * shared/Makefile.am: Don't include .../lib.am.
18
192004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * clock/Makefile.am, timer/Makefile.am: Remove.
22        * r46xx/Makefile.am: Built timer.rel, clock.rel.
23        Add PREINSTALL_DIRS.
24        * Makefile.am: Remove timer, clock.
25        * tx39/Makefile.am, mongoosev/Makefile.am, shared/Makefile.am:
26        Add PREINSTALL_DIRS.
27        * configure.ac: Reflect removing clock/Makefile.am,
28        timer/Makefile.am.
29        Add subdir-objects to AUTOMAKE_OPTIONS.
30
312004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * clock/Makefile.am: Convert to using automake compilation rules.
34        * mongoosev/Makefile.am: Ditto.
35        * r46xx/Makefile.am: Ditto.
36        * shared/Makefile.am: Ditto.
37        * timer/Makefile.am: Ditto.
38        * tx39/Makefile.am: Ditto.
39        * Makefile.am: Remove conditional subdirs.
40        * configure.ac: Add subdir-object to AUTOMAKE_OPTIONS.
41        Require automake-1.8.2. Add AM_PROG_CC_C_O.
42
432004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * mongoosev/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
46        Add PRE/TMPINSTALL_FILES to CLEANFILES.
47        * shared/Makefile.am: Ditto.
48        * tx39/Makefile.am: Ditto.
49
502003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * mongoosev/duart/Makefile.am: Remove.
53        * mongoosev/vectorisrs/Makefile.am: Remove.
54        * mongoosev/Makefile.am: Merge-in vectorisrs/Makefile.am,
55        duart/Makefile.am.
56        * r46xx/vectorisrs/Makefile.am: Remove.
57        * r46xx/Makefile.am: Merge-in vectorisrs/Makefile.am.
58        * shared/cache/Makefile.am: Remove.
59        * shared/interrupts/Makefile.am: Remove.
60        * shared/Makefile.am: Merge-in cache/Makefile.am,
61        interrupts/Makefile.am.
62        * tx39/vectorisrs/Makefile.am: Remove.
63        * tx39/Makefile.am: Merge-in vectorisrs/Makefile.am.
64        * configure.ac: Reflect changes above.
65
662003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * mongoosev/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
69        * mongoosev/duart/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
70        * shared/cache/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
71        * tx39/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
72
732003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
76
772003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * clock/Makefile.am: Remove all-local: $(ARCH).
80        * mongoosev/duart/Makefile.am: Remove all-local: $(ARCH).
81        * mongoosev/vectorisrs/Makefile.am: Remove all-local: $(ARCH).
82        * r46xx/vectorisrs/Makefile.am: Remove all-local: $(ARCH).
83        * shared/cache/Makefile.am: Remove all-local: $(ARCH).
84        * shared/interrupts/Makefile.am: Remove all-local: $(ARCH).
85        * timer/Makefile.am: Remove all-local: $(ARCH).
86        * tx39/vectorisrs/Makefile.am: Remove all-local: $(ARCH).
87
882003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: Reformat.
91        * clock/Makefile.am: Reformat.
92        * mongoosev/Makefile.am: Reformat. Use dirstamps for preinstallation.
93        * tx39/Makefile.am: Ditto.
94        * shared/cache/Makefile.am: Ditto.
95        * mongoosev/duart/Makefile.am: Ditto.
96        * mongoosev/vectorisrs/Makefile.am: Reformat.
97        * r46xx/vectorisrs/Makefile.am: Reformat.
98        * shared/Makefile.am: Reformat.
99        * shared/interrupts/Makefile.am: Reformat.
100        * timer/Makefile.am: Reformat.
101        * tx39/vectorisrs/Makefile.am: Reformat.
102
1032003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * mongoosev/Makefile.am: Rework preinstall rules.
106        * mongoosev/duart/Makefile.am: Rework preinstall rules.
107        * tx39/include/Makefile.am: Remove.
108        * tx39/Makefile.am: Merge-in tx39/include/Makefile.am.
109        * configure.ac: Remove tx39/include/Makefile.
110
1112003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * configure.ac: Remove RTEMS_CANONICAL_HOST.
114
1152003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.ac: Remove RTEMS_CHECK_CPU.
118
1192003-09-04      Joel Sherrill <joel@OARcorp.com>
120
121        * clock/ckinit.c, mongoosev/duart/mg5uart.c, mongoosev/duart/mg5uart.h,
122        mongoosev/duart/mg5uart_reg.c, mongoosev/include/mongoose-v.h,
123        mongoosev/vectorisrs/maxvectors.c, mongoosev/vectorisrs/vectorisrs.c,
124        r46xx/vectorisrs/maxvectors.c, shared/interrupts/isr_entries.S,
125        timer/timer.c, tx39/vectorisrs/maxvectors.c: URL for license changed.
126
1272003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Reflect having moved aclocal/.
130
1312003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: Reflect having moved automake/.
134        * clock/Makefile.am: Reflect having moved automake/.
135        * mongoosev/Makefile.am: Reflect having moved automake/.
136        * mongoosev/duart/Makefile.am: Reflect having moved automake/.
137        * mongoosev/vectorisrs/Makefile.am: Reflect having moved automake/.
138        * r46xx/Makefile.am: Reflect having moved automake/.
139        * r46xx/vectorisrs/Makefile.am: Reflect having moved automake/.
140        * shared/Makefile.am: Reflect having moved automake/.
141        * shared/cache/Makefile.am: Reflect having moved automake/.
142        * shared/interrupts/Makefile.am: Reflect having moved automake/.
143        * timer/Makefile.am: Reflect having moved automake/.
144        * tx39/Makefile.am: Reflect having moved automake/.
145        * tx39/include/Makefile.am: Reflect having moved automake/.
146        * tx39/vectorisrs/Makefile.am: Reflect having moved automake/.
147
1482003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
151
1522003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * configure.ac: Remove AC_CONFIG_AUX_DIR.
155
1562003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
159
1602003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.ac: AC_PREREQ(2.57).
163
1642003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * tx39/vectorisrs/Makefile.am: Don't include @RTEMS_BSP@.cfg.
167        * r46xx/vectorisrs/Makefile.am: Ditto.
168        * mongoosev/vectorisrs/Makefile.am: Ditto.
169        * mongoosev/duart/Makefile.am: Ditto.
170        * shared/interrupts/Makefile.am: Ditto.
171        * shared/cache/Makefile.am: Ditto. Eliminate *_O_FILES.
172
1732002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
176        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
177
1782002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
181
1822002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * configure.ac: Add RTEMS_PROG_CCAS.
185
1862002-11-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * mongoosev/Makefile.am: TMPINSTALL_FILES -> PREINSTALL_FILES.
189
1902002-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * mongoosev/Makefile.am: Merge-in mongoosev/include/Makefile.am.
193        Install include/mongoose-v.h.
194        * mongoosev/include/Makefile.am: Remove.
195        * configure.ac: Reflect changes above.
196
1972002-11-01      Joel Sherrill <joel@OARcorp.com>
198
199        * shared/interrupts/installisrentries.c,
200        shared/interrupts/vectorexceptions.c: Removed warnings.
201
2022002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * .cvsignore: Reformat.
205        Add autom4te*cache.
206        Remove autom4te.cache.
207
2082002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * configure.ac: Remove duplicate timer/Makefile from CONFIG_FILES.
211
2122002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
215        * mongoosev/duart/Makefile.am: Use .$(OBJEXT) instead of .o.
216        * mongoosev/vectorisrs/Makefile.am: Use .$(OBJEXT) instead of .o.
217        * r46xx/vectorisrs/Makefile.am: Use .$(OBJEXT) instead of .o.
218        * shared/cache/Makefile.am: Use .$(OBJEXT) instead of .o.
219        * shared/interrupts/Makefile.am: Use .$(OBJEXT) instead of .o.
220        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
221        * tx39/vectorisrs/Makefile.am: Use .$(OBJEXT) instead of .o.
222
2232002-08-09      Joel Sherrill <joel@OARcorp.com>
224
225        * shared/interrupts/isr_entries.S: Corrected typo in mips1
226        END_FRAME directive that lead to linker errors.
227
2282002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * configure.ac:
231        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
232        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
233        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
234        * Makefile.am: Remove AUTOMAKE_OPTIONS.
235        * mongoosev/duart/Makefile.am: Remove AUTOMAKE_OPTIONS.
236        * mongoosev/Makefile.am: Remove AUTOMAKE_OPTIONS.
237        * mongoosev/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
238        * mongoosev/vectorisrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
239        * r46xx/vectorisrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
240        * r46xx/Makefile.am: Remove AUTOMAKE_OPTIONS.
241        * shared/cache/Makefile.am: Remove AUTOMAKE_OPTIONS.
242        * shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
243        * shared/interrupts/Makefile.am: Remove AUTOMAKE_OPTIONS.
244        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
245        * tx39/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
246        * tx39/Makefile.am: Remove AUTOMAKE_OPTIONS.
247        * tx39/vectorisrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
248
2492002-03-05      Greg Menke <gregory.menke@gsfc.nasa.gov>
250
251        * shared/interrupts/installisrentries.c: Added support for debug
252        exception vector.
253        * shared/interrupts/isr_entries.S: Added support for debug exception
254        vector.
255       
2562002-02-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
257
258        * mongoosev/include/mongoose-v.h: Added cache constants.
259        * mongoosev/vectorisrs/vectorisrs.c: More tinkering to improve
260        performance.
261
2622002-02-08      Joel Sherrill <joel@OARcorp.com>
263
264        * mongoosev/vectorisrs/vectorisrs.c: Fixed to use new frame format.
265
2662001-02-05      Joel Sherrill <joel@OARcorp.com>
267
268        * isr_entries.S: Removed comment incorrectly indicating this
269        file was cpu_asm.S.
270        * vectorexceptions.c (mips_dump_exception_frame): New routine
271        broken out from default exception handler.
272
2732001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
274
275        * mongoosev/vectorisrs/vectorisrs.c,
276        shared/interrupts/vectorexceptions.c: Use rtems/bspIo.h, not just
277        bspIo.h.
278
2792001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
280
281        * Lots of tinkering and tuning as part of improving interrupt latency
282        and improving the per-task interrupt level control and FP mask handling.
283        With these modifications interrupt latency was measured at a worst-case
284        of 100us, average below 60 us on a 12 Mhz R3000 class CPU with 50
285        RTEMS tasks in the application.
286        * mongoosev/README: Updated. 
287        * mongoosev/include/mongoose-v.h: Masks modified.
288        * mongoosev/vectorisrs/vectorisrs.c: Significant overhaul to address
289        software prioritization of interrupts.  If a higher priority interrupt
290        occurs while we are looking for new interrupts, we will reinitiate the
291        scan of all interrupts.
292        * shared/interrupts/vectorexceptions.c: Removed warning and deleted
293        blank lines.
294
2952002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * mongoosev/vectorisrs/vectorisrs.c: Include rtems/bspIo.h instead of bspIo.h.
298        * r46xx/vectorisrs/vectorisrs.c: Include rtems/bspIo.h instead of bspIo.h.
299        * shared/interrupts/vectorexceptions.c: Include rtems/bspIo.h instead of bspIo.h.
300        * tx39/vectorisrs/vectorisrs.c: Include rtems/bspIo.h instead of bspIo.h.
301
3022001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
305        * configure.in: Remove.
306        * configure.ac: New file, generated from configure.in by autoupdate.
307
3082001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * tx39/include/Makefile.am: Use 'TMPINSTALL_FILES ='.
311        * mongoosev/include/Makefile.am: Use 'TMPINSTALL_FILES ='.
312        * mongoosev/duart/Makefile.am: Use 'PREINSTALL_FILES ='.
313        * shared/cache/Makefile.am: Use 'PREINSTALL_FILES ='.
314        * shared/cache/Makefile.am: Use 'CLEANFILES ='.
315
3162000-05-24      Joel Sherrill <joel@OARcorp.com>
317
318        * mongoosev/include/mongoose-v.h, mongoosev/vectorisrs/vectorisrs.c,
319        r46xx/vectorisrs/vectorisrs.c, tx39/vectorisrs/vectorisrs.c,
320        tx39/include/tx3904.h: All exceptions were given low numbers and thus
321        can be now be installed and processed in a uniform manner just like interrupts.
322        Variances between various MIPS ISA levels are not accounted for at this time.
323        * mongoosev/vectorisrs/Makefile.am, mongoosev/vectorisrs/maxvectors.c,
324        r46xx/vectorisrs/Makefile.am, r46xx/vectorisrs/maxvectors.c,
325        tx39/vectorisrs/Makefile.am, tx39/vectorisrs/maxvectors.c,
326        shared/interrupts/maxvectors.c, shared/interrupts/Makefile.am: Split the
327        shared maxvectors.c into a variety of CPU model specific versions to simplify
328        the build process and reduce depdencies.  Deleted shared/interrupts/maxvectors.c
329        and created various CPU model versions.
330
3312001-05-24      Greg Menke <gregory.menke@gsfc.nasa.gov>
332
333        * clock/clock.S: Move placement of nop.
334
3352001-05-22      Greg Menke <gregory.menke@gsfc.nasa.gov>
336
337        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
338        * mongoosev/duart/mg5uart.c, mongoosev/duart/mg5uart.h,
339        mongoosev/include/mongoose-v.h, mongoosev/vectorisrs/vectorisrs.c,
340        shared/interrupts/maxvectors.c: Now works.  Significant rework
341        of exceptions and interrupt vectoring to clean things up.
342        * shared/interrupts/vectorexceptions.c: Removed.
343
3442001-05-07      Joel Sherrill <joel@OARcorp.com>
345
346        * shared/interrupts/vectorexceptions.c: New file to decode
347        exception code and vector appropriate NON-interrupt exception. 
348        * shared/interrupts/Makefile.am: Modified to reflect above.
349
3502001-04-20      Joel Sherrill <joel@OARcorp.com>
351
352        * mongoosev/duart/mg5uart.c (mg5uart_enable_interrupts): Honor
353        the other bits set in the Peripheral Function Interrupt Mask
354        Register when modifying those enabled for the DUART.
355        * mongoosev/include/mongoose-v.h (MONGOOSEV_ATOMIC_MASK,
356        MONGOOSEV_PFICR, MONGOOSEV_PFIMR, mongoosev_set_in_pficr,
357        mongoosev_clear_in_pficr, mongoosev_set_in_pfimr,
358        mongoosev_clear_in_pfimr, MONGOOSEV_UART_ALL_IRQ_BITS): New macros.
359
3602001-04-16      Joel Sherrill <joel@OARcorp.com>
361
362        * mongoosev/duart/mg5uart.c, mongoosev/duart/mg5uart.h
363        Modifications made with Gregory Menke <gregory.menke@gsfc.nasa.gov>
364        as he debugged this BSP using a logic analyzer.  In particular,
365        there was a mistake where the index not offset of registers was
366        in the header file and the baud rate calculation was incorrect.
367
3682001-03-13      Joel Sherrill <joel@OARcorp.com>
369
370        * Added mongoose-v, mongoose-v/include, and mongoose-v/vectorisrs
371        directories.
372        * mongoosev/.cvsignore, mongoosev/Makefile.am, mongoosev/README,
373        mongoosev/duart/.cvsignore, mongoosev/duart/Makefile.am,
374        mongoosev/duart/README.mguart, mongoosev/duart/mg5uart.c,
375        mongoosev/duart/mg5uart.h, mongoosev/duart/mg5uart_reg.c,
376        mongoosev/include/.cvsignore, mongoosev/include/Makefile.am,
377        mongoosev/include/mongoose-v.h, mongoosev/vectorisrs/.cvsignore,
378        mongoosev/vectorisrs/Makefile.am, mongoosev/vectorisrs/vectorisrs.c:
379        New files.
380        * Makefile.am, configure.in, shared/interrupts/Makefile.am,
381        shared/interrupts/maxvectors.c: Added support for mongoosev.
382        * tx39/vectorisrs/vectorisrs.c: Corrected warning.
383
3842001-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * shared/cache/Makefile.am, tx39/include/Makefile.am:
387        Apply include_*HEADERS instead of H_FILES.
388
3892001-01-08      Joel Sherrill <joel@OARcorp.com>
390
391        * Added r46xx directory.
392        * Makefile.am, configure.in: Modified to reflect addition of r46xx.
393        * shared/interrupts/installisrentries.c: Fixed typo.
394        * r46xx/.cvsignore, r46xx/Makefile.am,
395        r46xx/vectorisrs/.cvsignore, r46xx/vectorisrs/Makefile.am,
396        r46xx/vectorisrs/vectorisrs.c: New files.
397
3982000-12-19      Joel Sherrill <joel@OARcorp.com>
399
400        * tx39/vectorisrs/vectorisrs.c: Modified to have default exception
401        vector handler.  This should be in a separate file so the BSP can
402        easily override it.
403
4042000-12-13      Joel Sherrill <joel@OARcorp.com>
405
406        * configure.in: Added new directories.
407        * shared/interrupts/Makefile.am: Added AM_CPPFLAGS to define TX39
408        when compiling for a TX3904.
409        * shared/interrupts/maxvectors.c: Corrected conditional logic.
410        * tx39/Makefile.am: Added vectorisrs.
411        * tx39/vectorisrs/Makefile.am, tx39/vectorisrs/vectorisrs.c,
412        * tx39/vectorisrs/.cvsignore: New files.  This decodes the
413        interrupt pending information on the TX3904 and vectors
414        an interrupt.
415
4162000-12-13      Joel Sherrill <joel@OARcorp.com>
417
418        * shared/.cvsignore, shared/Makefile.am,
419        shared/cache/.cvsignore, shared/cache/Makefile.am,
420        shared/cache/cache.c, shared/cache/cache_.h,
421        shared/interrupts/.cvsignore, shared/interrupts/Makefile.am,
422        shared/interrupts/installisrentries.c,
423        shared/interrupts/isr_entries.S,
424        shared/interrupts/maxvectors.c, tx39/.cvsignore,
425        tx39/Makefile.am, tx39/include/.cvsignore,
426        tx39/include/Makefile.am, tx39/include/tx3904.h: New file.
427        Moved some pieces of interrupt processing from score/cpu to
428        libcpu/mips since many interrupt servicing characteristics are
429        CPU model dependent.  This patch addresses the number of interrupt
430        sources and where the ISR prologues are located.  The only way to
431        currently install the ISR prologues requires that the prologues
432        be installed into RAM.
433
4342000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
437
4382000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
441
4422000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
445        Switch to GNU canonicalization.
446
4472000-10-24      Alan Cudmore <alanc@linuxstart.com> and
448        Joel Sherrill <joel@OARcorp.com>
449
450        * This is a major reworking of the mips64orion port to use
451        gcc predefines as much as possible and a big push to multilib
452        the mips port.  The mips64orion port was copied/renamed to mips
453        to be more like other GNU tools.  Alan did most of the technical
454        work of determining how to map old macro names used by the mips64orion
455        port to standard compiler macro definitions.  Joel did the merge
456        with CVS magic to keep individual file history and did the BSP
457        modifications. Details follow:
458        * Makefile.am: Made clock and timer subdirectories conditional.
459        * configure.in: Ditto.
460        * clock/clock.S: Switch from using <idtmon.h> to <asm.h>.
461        * clock/gettime.S: Switch from using <idtmon.h> to <asm.h>.
462
4632000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * clock/Makefile.am, timer/Makefile.am: Include compile.am
466
4672000-08-10      Joel Sherrill <joel@OARcorp.com>
468
469        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.