source: rtems/c/src/lib/libcpu/mips/ChangeLog @ 650a6e7f

4.104.114.84.95
Last change on this file since 650a6e7f was 38ca736, checked in by Jay Monkman <jtm@…>, on 02/25/05 at 05:25:14

2005-02-24 Jay Monkman <jtm@…>

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