source: rtems/c/src/lib/libcpu/mips/ChangeLog @ beef85e0

4.104.114.84.95
Last change on this file since beef85e0 was beef85e0, checked in by Joel Sherrill <joel.sherrill@…>, on 03/14/05 at 23:42:43

2005-03-14 Joel Sherrill <joel@…>

  • au1x00/.cvsignore: New file.
  • Property mode set to 100644
File size: 20.0 KB
Line 
12005-03-14      Joel Sherrill <joel@OARcorp.com>
2
3        * au1x00/.cvsignore: New file.
4
52005-02-24      Jay Monkman <jtm@lopingdog.com>
6
7        * au1x00/include/au1x00.h: Converted types to C99 types.
8
92005-02-24      Jay Monkman <jtm@lopingdog.com>
10
11        * Makefile.am, configure.ac: New CPU.
12        * shared/interrupts/installisrentries.c,
13        shared/interrupts/isr_entries.S: Added CPU32 support.
14        * au1x00/Makefile.am, au1x00/include/au1x00.h,
15        au1x00/vectorisrs/maxvectors.c, au1x00/vectorisrs/vectorisrs.c: New CPU.
16
172005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * mongoosev/Makefile.am, r46xx/Makefile.am, shared/Makefile.am,
20        tx39/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
21
222005-01-04      Joel Sherrill <joel@OARcorp.com>
23
24        * shared/Makefile.am: Fix typo.
25
262005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
27
28        * mongoosev/Makefile.am, r46xx/Makefile.am, shared/Makefile.am,
29        tx39/Makefile.am: Remove build-variant support.
30
312004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
32
33        * configure.ac: Remove RTEMS_ENABLE_BARE.
34
352004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
36
37        * configure.ac: Require automake > 1.9.
38
392004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
40
41        * clock/clock.S, mongoosev/vectorisrs/vectorisrs.c,
42        shared/interrupts/isr_entries.S,
43        shared/interrupts/vectorexceptions.c, timer/gettime.S: Include
44        <rtems/mips/iregdef.h> instead of <iregdef.h>.
45        * clock/clock.S, mongoosev/vectorisrs/vectorisrs.c,
46        shared/interrupts/installisrentries.c,
47        shared/interrupts/isr_entries.S,
48        shared/interrupts/vectorexceptions.c, timer/gettime.S: Include
49        <rtems/mips/idtcpu.h> instead of <idtcpu.h>.
50
512004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
52
53        * clock/clock.S: Include <rtems/asm.h> instead of <asm.h>.
54        * shared/interrupts/isr_entries.S: Include <rtems/asm.h> instead of <asm.h>.
55        * timer/gettime.S: Include <rtems/asm.h> instead of <asm.h>.
56
572004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
58
59        * mongoosev/duart/mg5uart.c, mongoosev/include/mongoose-v.h,
60        mongoosev/vectorisrs/vectorisrs.c,
61        shared/interrupts/vectorexceptions.c, tx39/include/tx3904.h:
62        Cosmetics.
63
642004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
65
66        * clock/ckinit.c, clock/clock.h, mongoosev/duart/mg5uart.c,
67        mongoosev/duart/mg5uart.h, mongoosev/duart/mg5uart_reg.c,
68        mongoosev/include/mongoose-v.h, mongoosev/vectorisrs/vectorisrs.c,
69        shared/interrupts/vectorexceptions.c, timer/timer.c,
70        tx39/include/tx3904.h: Convert to using c99 fixed size types.
71
722004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
73
74        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
75
762004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * mongoosev/Makefile.am, r46xx/Makefile.am, tx39/Makefile.am:
79        Don't include .../lib.am. Remove ACLOCAL_AMFLAGS.
80        * shared/Makefile.am: Don't include .../lib.am.
81
822004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * clock/Makefile.am, timer/Makefile.am: Remove.
85        * r46xx/Makefile.am: Built timer.rel, clock.rel.
86        Add PREINSTALL_DIRS.
87        * Makefile.am: Remove timer, clock.
88        * tx39/Makefile.am, mongoosev/Makefile.am, shared/Makefile.am:
89        Add PREINSTALL_DIRS.
90        * configure.ac: Reflect removing clock/Makefile.am,
91        timer/Makefile.am.
92        Add subdir-objects to AUTOMAKE_OPTIONS.
93
942004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * clock/Makefile.am: Convert to using automake compilation rules.
97        * mongoosev/Makefile.am: Ditto.
98        * r46xx/Makefile.am: Ditto.
99        * shared/Makefile.am: Ditto.
100        * timer/Makefile.am: Ditto.
101        * tx39/Makefile.am: Ditto.
102        * Makefile.am: Remove conditional subdirs.
103        * configure.ac: Add subdir-object to AUTOMAKE_OPTIONS.
104        Require automake-1.8.2. Add AM_PROG_CC_C_O.
105
1062004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * mongoosev/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
109        Add PRE/TMPINSTALL_FILES to CLEANFILES.
110        * shared/Makefile.am: Ditto.
111        * tx39/Makefile.am: Ditto.
112
1132003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * mongoosev/duart/Makefile.am: Remove.
116        * mongoosev/vectorisrs/Makefile.am: Remove.
117        * mongoosev/Makefile.am: Merge-in vectorisrs/Makefile.am,
118        duart/Makefile.am.
119        * r46xx/vectorisrs/Makefile.am: Remove.
120        * r46xx/Makefile.am: Merge-in vectorisrs/Makefile.am.
121        * shared/cache/Makefile.am: Remove.
122        * shared/interrupts/Makefile.am: Remove.
123        * shared/Makefile.am: Merge-in cache/Makefile.am,
124        interrupts/Makefile.am.
125        * tx39/vectorisrs/Makefile.am: Remove.
126        * tx39/Makefile.am: Merge-in vectorisrs/Makefile.am.
127        * configure.ac: Reflect changes above.
128
1292003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * mongoosev/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
132        * mongoosev/duart/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
133        * shared/cache/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
134        * tx39/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
135
1362003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
139
1402003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * clock/Makefile.am: Remove all-local: $(ARCH).
143        * mongoosev/duart/Makefile.am: Remove all-local: $(ARCH).
144        * mongoosev/vectorisrs/Makefile.am: Remove all-local: $(ARCH).
145        * r46xx/vectorisrs/Makefile.am: Remove all-local: $(ARCH).
146        * shared/cache/Makefile.am: Remove all-local: $(ARCH).
147        * shared/interrupts/Makefile.am: Remove all-local: $(ARCH).
148        * timer/Makefile.am: Remove all-local: $(ARCH).
149        * tx39/vectorisrs/Makefile.am: Remove all-local: $(ARCH).
150
1512003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Reformat.
154        * clock/Makefile.am: Reformat.
155        * mongoosev/Makefile.am: Reformat. Use dirstamps for preinstallation.
156        * tx39/Makefile.am: Ditto.
157        * shared/cache/Makefile.am: Ditto.
158        * mongoosev/duart/Makefile.am: Ditto.
159        * mongoosev/vectorisrs/Makefile.am: Reformat.
160        * r46xx/vectorisrs/Makefile.am: Reformat.
161        * shared/Makefile.am: Reformat.
162        * shared/interrupts/Makefile.am: Reformat.
163        * timer/Makefile.am: Reformat.
164        * tx39/vectorisrs/Makefile.am: Reformat.
165
1662003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * mongoosev/Makefile.am: Rework preinstall rules.
169        * mongoosev/duart/Makefile.am: Rework preinstall rules.
170        * tx39/include/Makefile.am: Remove.
171        * tx39/Makefile.am: Merge-in tx39/include/Makefile.am.
172        * configure.ac: Remove tx39/include/Makefile.
173
1742003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * configure.ac: Remove RTEMS_CANONICAL_HOST.
177
1782003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * configure.ac: Remove RTEMS_CHECK_CPU.
181
1822003-09-04      Joel Sherrill <joel@OARcorp.com>
183
184        * clock/ckinit.c, mongoosev/duart/mg5uart.c, mongoosev/duart/mg5uart.h,
185        mongoosev/duart/mg5uart_reg.c, mongoosev/include/mongoose-v.h,
186        mongoosev/vectorisrs/maxvectors.c, mongoosev/vectorisrs/vectorisrs.c,
187        r46xx/vectorisrs/maxvectors.c, shared/interrupts/isr_entries.S,
188        timer/timer.c, tx39/vectorisrs/maxvectors.c: URL for license changed.
189
1902003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * Makefile.am: Reflect having moved aclocal/.
193
1942003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * Makefile.am: Reflect having moved automake/.
197        * clock/Makefile.am: Reflect having moved automake/.
198        * mongoosev/Makefile.am: Reflect having moved automake/.
199        * mongoosev/duart/Makefile.am: Reflect having moved automake/.
200        * mongoosev/vectorisrs/Makefile.am: Reflect having moved automake/.
201        * r46xx/Makefile.am: Reflect having moved automake/.
202        * r46xx/vectorisrs/Makefile.am: Reflect having moved automake/.
203        * shared/Makefile.am: Reflect having moved automake/.
204        * shared/cache/Makefile.am: Reflect having moved automake/.
205        * shared/interrupts/Makefile.am: Reflect having moved automake/.
206        * timer/Makefile.am: Reflect having moved automake/.
207        * tx39/Makefile.am: Reflect having moved automake/.
208        * tx39/include/Makefile.am: Reflect having moved automake/.
209        * tx39/vectorisrs/Makefile.am: Reflect having moved automake/.
210
2112003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
214
2152003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * configure.ac: Remove AC_CONFIG_AUX_DIR.
218
2192003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
222
2232003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * configure.ac: AC_PREREQ(2.57).
226
2272003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * tx39/vectorisrs/Makefile.am: Don't include @RTEMS_BSP@.cfg.
230        * r46xx/vectorisrs/Makefile.am: Ditto.
231        * mongoosev/vectorisrs/Makefile.am: Ditto.
232        * mongoosev/duart/Makefile.am: Ditto.
233        * shared/interrupts/Makefile.am: Ditto.
234        * shared/cache/Makefile.am: Ditto. Eliminate *_O_FILES.
235
2362002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
239        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
240
2412002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
244
2452002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * configure.ac: Add RTEMS_PROG_CCAS.
248
2492002-11-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * mongoosev/Makefile.am: TMPINSTALL_FILES -> PREINSTALL_FILES.
252
2532002-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * mongoosev/Makefile.am: Merge-in mongoosev/include/Makefile.am.
256        Install include/mongoose-v.h.
257        * mongoosev/include/Makefile.am: Remove.
258        * configure.ac: Reflect changes above.
259
2602002-11-01      Joel Sherrill <joel@OARcorp.com>
261
262        * shared/interrupts/installisrentries.c,
263        shared/interrupts/vectorexceptions.c: Removed warnings.
264
2652002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * .cvsignore: Reformat.
268        Add autom4te*cache.
269        Remove autom4te.cache.
270
2712002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * configure.ac: Remove duplicate timer/Makefile from CONFIG_FILES.
274
2752002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
278        * mongoosev/duart/Makefile.am: Use .$(OBJEXT) instead of .o.
279        * mongoosev/vectorisrs/Makefile.am: Use .$(OBJEXT) instead of .o.
280        * r46xx/vectorisrs/Makefile.am: Use .$(OBJEXT) instead of .o.
281        * shared/cache/Makefile.am: Use .$(OBJEXT) instead of .o.
282        * shared/interrupts/Makefile.am: Use .$(OBJEXT) instead of .o.
283        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
284        * tx39/vectorisrs/Makefile.am: Use .$(OBJEXT) instead of .o.
285
2862002-08-09      Joel Sherrill <joel@OARcorp.com>
287
288        * shared/interrupts/isr_entries.S: Corrected typo in mips1
289        END_FRAME directive that lead to linker errors.
290
2912002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * configure.ac:
294        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
295        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
296        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
297        * Makefile.am: Remove AUTOMAKE_OPTIONS.
298        * mongoosev/duart/Makefile.am: Remove AUTOMAKE_OPTIONS.
299        * mongoosev/Makefile.am: Remove AUTOMAKE_OPTIONS.
300        * mongoosev/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
301        * mongoosev/vectorisrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
302        * r46xx/vectorisrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
303        * r46xx/Makefile.am: Remove AUTOMAKE_OPTIONS.
304        * shared/cache/Makefile.am: Remove AUTOMAKE_OPTIONS.
305        * shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
306        * shared/interrupts/Makefile.am: Remove AUTOMAKE_OPTIONS.
307        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
308        * tx39/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
309        * tx39/Makefile.am: Remove AUTOMAKE_OPTIONS.
310        * tx39/vectorisrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
311
3122002-03-05      Greg Menke <gregory.menke@gsfc.nasa.gov>
313
314        * shared/interrupts/installisrentries.c: Added support for debug
315        exception vector.
316        * shared/interrupts/isr_entries.S: Added support for debug exception
317        vector.
318       
3192002-02-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
320
321        * mongoosev/include/mongoose-v.h: Added cache constants.
322        * mongoosev/vectorisrs/vectorisrs.c: More tinkering to improve
323        performance.
324
3252002-02-08      Joel Sherrill <joel@OARcorp.com>
326
327        * mongoosev/vectorisrs/vectorisrs.c: Fixed to use new frame format.
328
3292001-02-05      Joel Sherrill <joel@OARcorp.com>
330
331        * isr_entries.S: Removed comment incorrectly indicating this
332        file was cpu_asm.S.
333        * vectorexceptions.c (mips_dump_exception_frame): New routine
334        broken out from default exception handler.
335
3362001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
337
338        * mongoosev/vectorisrs/vectorisrs.c,
339        shared/interrupts/vectorexceptions.c: Use rtems/bspIo.h, not just
340        bspIo.h.
341
3422001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
343
344        * Lots of tinkering and tuning as part of improving interrupt latency
345        and improving the per-task interrupt level control and FP mask handling.
346        With these modifications interrupt latency was measured at a worst-case
347        of 100us, average below 60 us on a 12 Mhz R3000 class CPU with 50
348        RTEMS tasks in the application.
349        * mongoosev/README: Updated. 
350        * mongoosev/include/mongoose-v.h: Masks modified.
351        * mongoosev/vectorisrs/vectorisrs.c: Significant overhaul to address
352        software prioritization of interrupts.  If a higher priority interrupt
353        occurs while we are looking for new interrupts, we will reinitiate the
354        scan of all interrupts.
355        * shared/interrupts/vectorexceptions.c: Removed warning and deleted
356        blank lines.
357
3582002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * mongoosev/vectorisrs/vectorisrs.c: Include rtems/bspIo.h instead of bspIo.h.
361        * r46xx/vectorisrs/vectorisrs.c: Include rtems/bspIo.h instead of bspIo.h.
362        * shared/interrupts/vectorexceptions.c: Include rtems/bspIo.h instead of bspIo.h.
363        * tx39/vectorisrs/vectorisrs.c: Include rtems/bspIo.h instead of bspIo.h.
364
3652001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
368        * configure.in: Remove.
369        * configure.ac: New file, generated from configure.in by autoupdate.
370
3712001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * tx39/include/Makefile.am: Use 'TMPINSTALL_FILES ='.
374        * mongoosev/include/Makefile.am: Use 'TMPINSTALL_FILES ='.
375        * mongoosev/duart/Makefile.am: Use 'PREINSTALL_FILES ='.
376        * shared/cache/Makefile.am: Use 'PREINSTALL_FILES ='.
377        * shared/cache/Makefile.am: Use 'CLEANFILES ='.
378
3792000-05-24      Joel Sherrill <joel@OARcorp.com>
380
381        * mongoosev/include/mongoose-v.h, mongoosev/vectorisrs/vectorisrs.c,
382        r46xx/vectorisrs/vectorisrs.c, tx39/vectorisrs/vectorisrs.c,
383        tx39/include/tx3904.h: All exceptions were given low numbers and thus
384        can be now be installed and processed in a uniform manner just like interrupts.
385        Variances between various MIPS ISA levels are not accounted for at this time.
386        * mongoosev/vectorisrs/Makefile.am, mongoosev/vectorisrs/maxvectors.c,
387        r46xx/vectorisrs/Makefile.am, r46xx/vectorisrs/maxvectors.c,
388        tx39/vectorisrs/Makefile.am, tx39/vectorisrs/maxvectors.c,
389        shared/interrupts/maxvectors.c, shared/interrupts/Makefile.am: Split the
390        shared maxvectors.c into a variety of CPU model specific versions to simplify
391        the build process and reduce depdencies.  Deleted shared/interrupts/maxvectors.c
392        and created various CPU model versions.
393
3942001-05-24      Greg Menke <gregory.menke@gsfc.nasa.gov>
395
396        * clock/clock.S: Move placement of nop.
397
3982001-05-22      Greg Menke <gregory.menke@gsfc.nasa.gov>
399
400        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
401        * mongoosev/duart/mg5uart.c, mongoosev/duart/mg5uart.h,
402        mongoosev/include/mongoose-v.h, mongoosev/vectorisrs/vectorisrs.c,
403        shared/interrupts/maxvectors.c: Now works.  Significant rework
404        of exceptions and interrupt vectoring to clean things up.
405        * shared/interrupts/vectorexceptions.c: Removed.
406
4072001-05-07      Joel Sherrill <joel@OARcorp.com>
408
409        * shared/interrupts/vectorexceptions.c: New file to decode
410        exception code and vector appropriate NON-interrupt exception. 
411        * shared/interrupts/Makefile.am: Modified to reflect above.
412
4132001-04-20      Joel Sherrill <joel@OARcorp.com>
414
415        * mongoosev/duart/mg5uart.c (mg5uart_enable_interrupts): Honor
416        the other bits set in the Peripheral Function Interrupt Mask
417        Register when modifying those enabled for the DUART.
418        * mongoosev/include/mongoose-v.h (MONGOOSEV_ATOMIC_MASK,
419        MONGOOSEV_PFICR, MONGOOSEV_PFIMR, mongoosev_set_in_pficr,
420        mongoosev_clear_in_pficr, mongoosev_set_in_pfimr,
421        mongoosev_clear_in_pfimr, MONGOOSEV_UART_ALL_IRQ_BITS): New macros.
422
4232001-04-16      Joel Sherrill <joel@OARcorp.com>
424
425        * mongoosev/duart/mg5uart.c, mongoosev/duart/mg5uart.h
426        Modifications made with Gregory Menke <gregory.menke@gsfc.nasa.gov>
427        as he debugged this BSP using a logic analyzer.  In particular,
428        there was a mistake where the index not offset of registers was
429        in the header file and the baud rate calculation was incorrect.
430
4312001-03-13      Joel Sherrill <joel@OARcorp.com>
432
433        * Added mongoose-v, mongoose-v/include, and mongoose-v/vectorisrs
434        directories.
435        * mongoosev/.cvsignore, mongoosev/Makefile.am, mongoosev/README,
436        mongoosev/duart/.cvsignore, mongoosev/duart/Makefile.am,
437        mongoosev/duart/README.mguart, mongoosev/duart/mg5uart.c,
438        mongoosev/duart/mg5uart.h, mongoosev/duart/mg5uart_reg.c,
439        mongoosev/include/.cvsignore, mongoosev/include/Makefile.am,
440        mongoosev/include/mongoose-v.h, mongoosev/vectorisrs/.cvsignore,
441        mongoosev/vectorisrs/Makefile.am, mongoosev/vectorisrs/vectorisrs.c:
442        New files.
443        * Makefile.am, configure.in, shared/interrupts/Makefile.am,
444        shared/interrupts/maxvectors.c: Added support for mongoosev.
445        * tx39/vectorisrs/vectorisrs.c: Corrected warning.
446
4472001-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * shared/cache/Makefile.am, tx39/include/Makefile.am:
450        Apply include_*HEADERS instead of H_FILES.
451
4522001-01-08      Joel Sherrill <joel@OARcorp.com>
453
454        * Added r46xx directory.
455        * Makefile.am, configure.in: Modified to reflect addition of r46xx.
456        * shared/interrupts/installisrentries.c: Fixed typo.
457        * r46xx/.cvsignore, r46xx/Makefile.am,
458        r46xx/vectorisrs/.cvsignore, r46xx/vectorisrs/Makefile.am,
459        r46xx/vectorisrs/vectorisrs.c: New files.
460
4612000-12-19      Joel Sherrill <joel@OARcorp.com>
462
463        * tx39/vectorisrs/vectorisrs.c: Modified to have default exception
464        vector handler.  This should be in a separate file so the BSP can
465        easily override it.
466
4672000-12-13      Joel Sherrill <joel@OARcorp.com>
468
469        * configure.in: Added new directories.
470        * shared/interrupts/Makefile.am: Added AM_CPPFLAGS to define TX39
471        when compiling for a TX3904.
472        * shared/interrupts/maxvectors.c: Corrected conditional logic.
473        * tx39/Makefile.am: Added vectorisrs.
474        * tx39/vectorisrs/Makefile.am, tx39/vectorisrs/vectorisrs.c,
475        * tx39/vectorisrs/.cvsignore: New files.  This decodes the
476        interrupt pending information on the TX3904 and vectors
477        an interrupt.
478
4792000-12-13      Joel Sherrill <joel@OARcorp.com>
480
481        * shared/.cvsignore, shared/Makefile.am,
482        shared/cache/.cvsignore, shared/cache/Makefile.am,
483        shared/cache/cache.c, shared/cache/cache_.h,
484        shared/interrupts/.cvsignore, shared/interrupts/Makefile.am,
485        shared/interrupts/installisrentries.c,
486        shared/interrupts/isr_entries.S,
487        shared/interrupts/maxvectors.c, tx39/.cvsignore,
488        tx39/Makefile.am, tx39/include/.cvsignore,
489        tx39/include/Makefile.am, tx39/include/tx3904.h: New file.
490        Moved some pieces of interrupt processing from score/cpu to
491        libcpu/mips since many interrupt servicing characteristics are
492        CPU model dependent.  This patch addresses the number of interrupt
493        sources and where the ISR prologues are located.  The only way to
494        currently install the ISR prologues requires that the prologues
495        be installed into RAM.
496
4972000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
500
5012000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
504
5052000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
508        Switch to GNU canonicalization.
509
5102000-10-24      Alan Cudmore <alanc@linuxstart.com> and
511        Joel Sherrill <joel@OARcorp.com>
512
513        * This is a major reworking of the mips64orion port to use
514        gcc predefines as much as possible and a big push to multilib
515        the mips port.  The mips64orion port was copied/renamed to mips
516        to be more like other GNU tools.  Alan did most of the technical
517        work of determining how to map old macro names used by the mips64orion
518        port to standard compiler macro definitions.  Joel did the merge
519        with CVS magic to keep individual file history and did the BSP
520        modifications. Details follow:
521        * Makefile.am: Made clock and timer subdirectories conditional.
522        * configure.in: Ditto.
523        * clock/clock.S: Switch from using <idtmon.h> to <asm.h>.
524        * clock/gettime.S: Switch from using <idtmon.h> to <asm.h>.
525
5262000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * clock/Makefile.am, timer/Makefile.am: Include compile.am
529
5302000-08-10      Joel Sherrill <joel@OARcorp.com>
531
532        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.