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

4.104.114.84.95
Last change on this file since e96a950b was fc235f44, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/26/04 at 09:11:59

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

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