source: rtems/c/src/lib/libcpu/mips/ChangeLog @ 26848f3e

4.104.114.84.95
Last change on this file since 26848f3e was 62b5781, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/01/04 at 10:06:55

2004-04-01 Ralf Corsepius <ralf_corsepius@…>

  • clock/clock.S: Include <rtems/asm.h> instead of <asm.h>.
  • shared/interrupts/isr_entries.S: Include <rtems/asm.h> instead of <asm.h>.
  • timer/gettime.S: Include <rtems/asm.h> instead of <asm.h>.
  • Property mode set to 100644
File size: 18.4 KB
Line 
12004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * clock/clock.S: Include <rtems/asm.h> instead of <asm.h>.
4        * shared/interrupts/isr_entries.S: Include <rtems/asm.h> instead of <asm.h>.
5        * timer/gettime.S: Include <rtems/asm.h> instead of <asm.h>.
6
72004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
8
9        * mongoosev/duart/mg5uart.c, mongoosev/include/mongoose-v.h,
10        mongoosev/vectorisrs/vectorisrs.c,
11        shared/interrupts/vectorexceptions.c, tx39/include/tx3904.h:
12        Cosmetics.
13
142004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
15
16        * clock/ckinit.c, clock/clock.h, mongoosev/duart/mg5uart.c,
17        mongoosev/duart/mg5uart.h, mongoosev/duart/mg5uart_reg.c,
18        mongoosev/include/mongoose-v.h, mongoosev/vectorisrs/vectorisrs.c,
19        shared/interrupts/vectorexceptions.c, timer/timer.c,
20        tx39/include/tx3904.h: Convert to using c99 fixed size types.
21
222004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
23
24        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
25
262004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * mongoosev/Makefile.am, r46xx/Makefile.am, tx39/Makefile.am:
29        Don't include .../lib.am. Remove ACLOCAL_AMFLAGS.
30        * shared/Makefile.am: Don't include .../lib.am.
31
322004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * clock/Makefile.am, timer/Makefile.am: Remove.
35        * r46xx/Makefile.am: Built timer.rel, clock.rel.
36        Add PREINSTALL_DIRS.
37        * Makefile.am: Remove timer, clock.
38        * tx39/Makefile.am, mongoosev/Makefile.am, shared/Makefile.am:
39        Add PREINSTALL_DIRS.
40        * configure.ac: Reflect removing clock/Makefile.am,
41        timer/Makefile.am.
42        Add subdir-objects to AUTOMAKE_OPTIONS.
43
442004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * clock/Makefile.am: Convert to using automake compilation rules.
47        * mongoosev/Makefile.am: Ditto.
48        * r46xx/Makefile.am: Ditto.
49        * shared/Makefile.am: Ditto.
50        * timer/Makefile.am: Ditto.
51        * tx39/Makefile.am: Ditto.
52        * Makefile.am: Remove conditional subdirs.
53        * configure.ac: Add subdir-object to AUTOMAKE_OPTIONS.
54        Require automake-1.8.2. Add AM_PROG_CC_C_O.
55
562004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * mongoosev/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
59        Add PRE/TMPINSTALL_FILES to CLEANFILES.
60        * shared/Makefile.am: Ditto.
61        * tx39/Makefile.am: Ditto.
62
632003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * mongoosev/duart/Makefile.am: Remove.
66        * mongoosev/vectorisrs/Makefile.am: Remove.
67        * mongoosev/Makefile.am: Merge-in vectorisrs/Makefile.am,
68        duart/Makefile.am.
69        * r46xx/vectorisrs/Makefile.am: Remove.
70        * r46xx/Makefile.am: Merge-in vectorisrs/Makefile.am.
71        * shared/cache/Makefile.am: Remove.
72        * shared/interrupts/Makefile.am: Remove.
73        * shared/Makefile.am: Merge-in cache/Makefile.am,
74        interrupts/Makefile.am.
75        * tx39/vectorisrs/Makefile.am: Remove.
76        * tx39/Makefile.am: Merge-in vectorisrs/Makefile.am.
77        * configure.ac: Reflect changes above.
78
792003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * mongoosev/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
82        * mongoosev/duart/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
83        * shared/cache/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
84        * tx39/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
85
862003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
89
902003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * clock/Makefile.am: Remove all-local: $(ARCH).
93        * mongoosev/duart/Makefile.am: Remove all-local: $(ARCH).
94        * mongoosev/vectorisrs/Makefile.am: Remove all-local: $(ARCH).
95        * r46xx/vectorisrs/Makefile.am: Remove all-local: $(ARCH).
96        * shared/cache/Makefile.am: Remove all-local: $(ARCH).
97        * shared/interrupts/Makefile.am: Remove all-local: $(ARCH).
98        * timer/Makefile.am: Remove all-local: $(ARCH).
99        * tx39/vectorisrs/Makefile.am: Remove all-local: $(ARCH).
100
1012003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Makefile.am: Reformat.
104        * clock/Makefile.am: Reformat.
105        * mongoosev/Makefile.am: Reformat. Use dirstamps for preinstallation.
106        * tx39/Makefile.am: Ditto.
107        * shared/cache/Makefile.am: Ditto.
108        * mongoosev/duart/Makefile.am: Ditto.
109        * mongoosev/vectorisrs/Makefile.am: Reformat.
110        * r46xx/vectorisrs/Makefile.am: Reformat.
111        * shared/Makefile.am: Reformat.
112        * shared/interrupts/Makefile.am: Reformat.
113        * timer/Makefile.am: Reformat.
114        * tx39/vectorisrs/Makefile.am: Reformat.
115
1162003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * mongoosev/Makefile.am: Rework preinstall rules.
119        * mongoosev/duart/Makefile.am: Rework preinstall rules.
120        * tx39/include/Makefile.am: Remove.
121        * tx39/Makefile.am: Merge-in tx39/include/Makefile.am.
122        * configure.ac: Remove tx39/include/Makefile.
123
1242003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * configure.ac: Remove RTEMS_CANONICAL_HOST.
127
1282003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.ac: Remove RTEMS_CHECK_CPU.
131
1322003-09-04      Joel Sherrill <joel@OARcorp.com>
133
134        * clock/ckinit.c, mongoosev/duart/mg5uart.c, mongoosev/duart/mg5uart.h,
135        mongoosev/duart/mg5uart_reg.c, mongoosev/include/mongoose-v.h,
136        mongoosev/vectorisrs/maxvectors.c, mongoosev/vectorisrs/vectorisrs.c,
137        r46xx/vectorisrs/maxvectors.c, shared/interrupts/isr_entries.S,
138        timer/timer.c, tx39/vectorisrs/maxvectors.c: URL for license changed.
139
1402003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * Makefile.am: Reflect having moved aclocal/.
143
1442003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * Makefile.am: Reflect having moved automake/.
147        * clock/Makefile.am: Reflect having moved automake/.
148        * mongoosev/Makefile.am: Reflect having moved automake/.
149        * mongoosev/duart/Makefile.am: Reflect having moved automake/.
150        * mongoosev/vectorisrs/Makefile.am: Reflect having moved automake/.
151        * r46xx/Makefile.am: Reflect having moved automake/.
152        * r46xx/vectorisrs/Makefile.am: Reflect having moved automake/.
153        * shared/Makefile.am: Reflect having moved automake/.
154        * shared/cache/Makefile.am: Reflect having moved automake/.
155        * shared/interrupts/Makefile.am: Reflect having moved automake/.
156        * timer/Makefile.am: Reflect having moved automake/.
157        * tx39/Makefile.am: Reflect having moved automake/.
158        * tx39/include/Makefile.am: Reflect having moved automake/.
159        * tx39/vectorisrs/Makefile.am: Reflect having moved automake/.
160
1612003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
164
1652003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * configure.ac: Remove AC_CONFIG_AUX_DIR.
168
1692003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
172
1732003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * configure.ac: AC_PREREQ(2.57).
176
1772003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * tx39/vectorisrs/Makefile.am: Don't include @RTEMS_BSP@.cfg.
180        * r46xx/vectorisrs/Makefile.am: Ditto.
181        * mongoosev/vectorisrs/Makefile.am: Ditto.
182        * mongoosev/duart/Makefile.am: Ditto.
183        * shared/interrupts/Makefile.am: Ditto.
184        * shared/cache/Makefile.am: Ditto. Eliminate *_O_FILES.
185
1862002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
189        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
190
1912002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
194
1952002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * configure.ac: Add RTEMS_PROG_CCAS.
198
1992002-11-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * mongoosev/Makefile.am: TMPINSTALL_FILES -> PREINSTALL_FILES.
202
2032002-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * mongoosev/Makefile.am: Merge-in mongoosev/include/Makefile.am.
206        Install include/mongoose-v.h.
207        * mongoosev/include/Makefile.am: Remove.
208        * configure.ac: Reflect changes above.
209
2102002-11-01      Joel Sherrill <joel@OARcorp.com>
211
212        * shared/interrupts/installisrentries.c,
213        shared/interrupts/vectorexceptions.c: Removed warnings.
214
2152002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * .cvsignore: Reformat.
218        Add autom4te*cache.
219        Remove autom4te.cache.
220
2212002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * configure.ac: Remove duplicate timer/Makefile from CONFIG_FILES.
224
2252002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
228        * mongoosev/duart/Makefile.am: Use .$(OBJEXT) instead of .o.
229        * mongoosev/vectorisrs/Makefile.am: Use .$(OBJEXT) instead of .o.
230        * r46xx/vectorisrs/Makefile.am: Use .$(OBJEXT) instead of .o.
231        * shared/cache/Makefile.am: Use .$(OBJEXT) instead of .o.
232        * shared/interrupts/Makefile.am: Use .$(OBJEXT) instead of .o.
233        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
234        * tx39/vectorisrs/Makefile.am: Use .$(OBJEXT) instead of .o.
235
2362002-08-09      Joel Sherrill <joel@OARcorp.com>
237
238        * shared/interrupts/isr_entries.S: Corrected typo in mips1
239        END_FRAME directive that lead to linker errors.
240
2412002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * configure.ac:
244        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
245        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
246        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
247        * Makefile.am: Remove AUTOMAKE_OPTIONS.
248        * mongoosev/duart/Makefile.am: Remove AUTOMAKE_OPTIONS.
249        * mongoosev/Makefile.am: Remove AUTOMAKE_OPTIONS.
250        * mongoosev/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
251        * mongoosev/vectorisrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
252        * r46xx/vectorisrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
253        * r46xx/Makefile.am: Remove AUTOMAKE_OPTIONS.
254        * shared/cache/Makefile.am: Remove AUTOMAKE_OPTIONS.
255        * shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
256        * shared/interrupts/Makefile.am: Remove AUTOMAKE_OPTIONS.
257        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
258        * tx39/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
259        * tx39/Makefile.am: Remove AUTOMAKE_OPTIONS.
260        * tx39/vectorisrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
261
2622002-03-05      Greg Menke <gregory.menke@gsfc.nasa.gov>
263
264        * shared/interrupts/installisrentries.c: Added support for debug
265        exception vector.
266        * shared/interrupts/isr_entries.S: Added support for debug exception
267        vector.
268       
2692002-02-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
270
271        * mongoosev/include/mongoose-v.h: Added cache constants.
272        * mongoosev/vectorisrs/vectorisrs.c: More tinkering to improve
273        performance.
274
2752002-02-08      Joel Sherrill <joel@OARcorp.com>
276
277        * mongoosev/vectorisrs/vectorisrs.c: Fixed to use new frame format.
278
2792001-02-05      Joel Sherrill <joel@OARcorp.com>
280
281        * isr_entries.S: Removed comment incorrectly indicating this
282        file was cpu_asm.S.
283        * vectorexceptions.c (mips_dump_exception_frame): New routine
284        broken out from default exception handler.
285
2862001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
287
288        * mongoosev/vectorisrs/vectorisrs.c,
289        shared/interrupts/vectorexceptions.c: Use rtems/bspIo.h, not just
290        bspIo.h.
291
2922001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
293
294        * Lots of tinkering and tuning as part of improving interrupt latency
295        and improving the per-task interrupt level control and FP mask handling.
296        With these modifications interrupt latency was measured at a worst-case
297        of 100us, average below 60 us on a 12 Mhz R3000 class CPU with 50
298        RTEMS tasks in the application.
299        * mongoosev/README: Updated. 
300        * mongoosev/include/mongoose-v.h: Masks modified.
301        * mongoosev/vectorisrs/vectorisrs.c: Significant overhaul to address
302        software prioritization of interrupts.  If a higher priority interrupt
303        occurs while we are looking for new interrupts, we will reinitiate the
304        scan of all interrupts.
305        * shared/interrupts/vectorexceptions.c: Removed warning and deleted
306        blank lines.
307
3082002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * mongoosev/vectorisrs/vectorisrs.c: Include rtems/bspIo.h instead of bspIo.h.
311        * r46xx/vectorisrs/vectorisrs.c: Include rtems/bspIo.h instead of bspIo.h.
312        * shared/interrupts/vectorexceptions.c: Include rtems/bspIo.h instead of bspIo.h.
313        * tx39/vectorisrs/vectorisrs.c: Include rtems/bspIo.h instead of bspIo.h.
314
3152001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
318        * configure.in: Remove.
319        * configure.ac: New file, generated from configure.in by autoupdate.
320
3212001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * tx39/include/Makefile.am: Use 'TMPINSTALL_FILES ='.
324        * mongoosev/include/Makefile.am: Use 'TMPINSTALL_FILES ='.
325        * mongoosev/duart/Makefile.am: Use 'PREINSTALL_FILES ='.
326        * shared/cache/Makefile.am: Use 'PREINSTALL_FILES ='.
327        * shared/cache/Makefile.am: Use 'CLEANFILES ='.
328
3292000-05-24      Joel Sherrill <joel@OARcorp.com>
330
331        * mongoosev/include/mongoose-v.h, mongoosev/vectorisrs/vectorisrs.c,
332        r46xx/vectorisrs/vectorisrs.c, tx39/vectorisrs/vectorisrs.c,
333        tx39/include/tx3904.h: All exceptions were given low numbers and thus
334        can be now be installed and processed in a uniform manner just like interrupts.
335        Variances between various MIPS ISA levels are not accounted for at this time.
336        * mongoosev/vectorisrs/Makefile.am, mongoosev/vectorisrs/maxvectors.c,
337        r46xx/vectorisrs/Makefile.am, r46xx/vectorisrs/maxvectors.c,
338        tx39/vectorisrs/Makefile.am, tx39/vectorisrs/maxvectors.c,
339        shared/interrupts/maxvectors.c, shared/interrupts/Makefile.am: Split the
340        shared maxvectors.c into a variety of CPU model specific versions to simplify
341        the build process and reduce depdencies.  Deleted shared/interrupts/maxvectors.c
342        and created various CPU model versions.
343
3442001-05-24      Greg Menke <gregory.menke@gsfc.nasa.gov>
345
346        * clock/clock.S: Move placement of nop.
347
3482001-05-22      Greg Menke <gregory.menke@gsfc.nasa.gov>
349
350        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
351        * mongoosev/duart/mg5uart.c, mongoosev/duart/mg5uart.h,
352        mongoosev/include/mongoose-v.h, mongoosev/vectorisrs/vectorisrs.c,
353        shared/interrupts/maxvectors.c: Now works.  Significant rework
354        of exceptions and interrupt vectoring to clean things up.
355        * shared/interrupts/vectorexceptions.c: Removed.
356
3572001-05-07      Joel Sherrill <joel@OARcorp.com>
358
359        * shared/interrupts/vectorexceptions.c: New file to decode
360        exception code and vector appropriate NON-interrupt exception. 
361        * shared/interrupts/Makefile.am: Modified to reflect above.
362
3632001-04-20      Joel Sherrill <joel@OARcorp.com>
364
365        * mongoosev/duart/mg5uart.c (mg5uart_enable_interrupts): Honor
366        the other bits set in the Peripheral Function Interrupt Mask
367        Register when modifying those enabled for the DUART.
368        * mongoosev/include/mongoose-v.h (MONGOOSEV_ATOMIC_MASK,
369        MONGOOSEV_PFICR, MONGOOSEV_PFIMR, mongoosev_set_in_pficr,
370        mongoosev_clear_in_pficr, mongoosev_set_in_pfimr,
371        mongoosev_clear_in_pfimr, MONGOOSEV_UART_ALL_IRQ_BITS): New macros.
372
3732001-04-16      Joel Sherrill <joel@OARcorp.com>
374
375        * mongoosev/duart/mg5uart.c, mongoosev/duart/mg5uart.h
376        Modifications made with Gregory Menke <gregory.menke@gsfc.nasa.gov>
377        as he debugged this BSP using a logic analyzer.  In particular,
378        there was a mistake where the index not offset of registers was
379        in the header file and the baud rate calculation was incorrect.
380
3812001-03-13      Joel Sherrill <joel@OARcorp.com>
382
383        * Added mongoose-v, mongoose-v/include, and mongoose-v/vectorisrs
384        directories.
385        * mongoosev/.cvsignore, mongoosev/Makefile.am, mongoosev/README,
386        mongoosev/duart/.cvsignore, mongoosev/duart/Makefile.am,
387        mongoosev/duart/README.mguart, mongoosev/duart/mg5uart.c,
388        mongoosev/duart/mg5uart.h, mongoosev/duart/mg5uart_reg.c,
389        mongoosev/include/.cvsignore, mongoosev/include/Makefile.am,
390        mongoosev/include/mongoose-v.h, mongoosev/vectorisrs/.cvsignore,
391        mongoosev/vectorisrs/Makefile.am, mongoosev/vectorisrs/vectorisrs.c:
392        New files.
393        * Makefile.am, configure.in, shared/interrupts/Makefile.am,
394        shared/interrupts/maxvectors.c: Added support for mongoosev.
395        * tx39/vectorisrs/vectorisrs.c: Corrected warning.
396
3972001-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * shared/cache/Makefile.am, tx39/include/Makefile.am:
400        Apply include_*HEADERS instead of H_FILES.
401
4022001-01-08      Joel Sherrill <joel@OARcorp.com>
403
404        * Added r46xx directory.
405        * Makefile.am, configure.in: Modified to reflect addition of r46xx.
406        * shared/interrupts/installisrentries.c: Fixed typo.
407        * r46xx/.cvsignore, r46xx/Makefile.am,
408        r46xx/vectorisrs/.cvsignore, r46xx/vectorisrs/Makefile.am,
409        r46xx/vectorisrs/vectorisrs.c: New files.
410
4112000-12-19      Joel Sherrill <joel@OARcorp.com>
412
413        * tx39/vectorisrs/vectorisrs.c: Modified to have default exception
414        vector handler.  This should be in a separate file so the BSP can
415        easily override it.
416
4172000-12-13      Joel Sherrill <joel@OARcorp.com>
418
419        * configure.in: Added new directories.
420        * shared/interrupts/Makefile.am: Added AM_CPPFLAGS to define TX39
421        when compiling for a TX3904.
422        * shared/interrupts/maxvectors.c: Corrected conditional logic.
423        * tx39/Makefile.am: Added vectorisrs.
424        * tx39/vectorisrs/Makefile.am, tx39/vectorisrs/vectorisrs.c,
425        * tx39/vectorisrs/.cvsignore: New files.  This decodes the
426        interrupt pending information on the TX3904 and vectors
427        an interrupt.
428
4292000-12-13      Joel Sherrill <joel@OARcorp.com>
430
431        * shared/.cvsignore, shared/Makefile.am,
432        shared/cache/.cvsignore, shared/cache/Makefile.am,
433        shared/cache/cache.c, shared/cache/cache_.h,
434        shared/interrupts/.cvsignore, shared/interrupts/Makefile.am,
435        shared/interrupts/installisrentries.c,
436        shared/interrupts/isr_entries.S,
437        shared/interrupts/maxvectors.c, tx39/.cvsignore,
438        tx39/Makefile.am, tx39/include/.cvsignore,
439        tx39/include/Makefile.am, tx39/include/tx3904.h: New file.
440        Moved some pieces of interrupt processing from score/cpu to
441        libcpu/mips since many interrupt servicing characteristics are
442        CPU model dependent.  This patch addresses the number of interrupt
443        sources and where the ISR prologues are located.  The only way to
444        currently install the ISR prologues requires that the prologues
445        be installed into RAM.
446
4472000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
450
4512000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
454
4552000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
458        Switch to GNU canonicalization.
459
4602000-10-24      Alan Cudmore <alanc@linuxstart.com> and
461        Joel Sherrill <joel@OARcorp.com>
462
463        * This is a major reworking of the mips64orion port to use
464        gcc predefines as much as possible and a big push to multilib
465        the mips port.  The mips64orion port was copied/renamed to mips
466        to be more like other GNU tools.  Alan did most of the technical
467        work of determining how to map old macro names used by the mips64orion
468        port to standard compiler macro definitions.  Joel did the merge
469        with CVS magic to keep individual file history and did the BSP
470        modifications. Details follow:
471        * Makefile.am: Made clock and timer subdirectories conditional.
472        * configure.in: Ditto.
473        * clock/clock.S: Switch from using <idtmon.h> to <asm.h>.
474        * clock/gettime.S: Switch from using <idtmon.h> to <asm.h>.
475
4762000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * clock/Makefile.am, timer/Makefile.am: Include compile.am
479
4802000-08-10      Joel Sherrill <joel@OARcorp.com>
481
482        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.