source: rtems/c/src/lib/libcpu/mips/ChangeLog @ 63ae876

4.104.114.84.95
Last change on this file since 63ae876 was 63ae876, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/21/04 at 06:50:10

2004-01-21 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am, timer/Makefile.am: Remove.
  • r46xx/Makefile.am: Built timer.rel, clock.rel. Add PREINSTALL_DIRS.
  • Makefile.am: Remove timer, clock.
  • tx39/Makefile.am, mongoosev/Makefile.am, shared/Makefile.am: Add PREINSTALL_DIRS.
  • configure.ac: Reflect removing clock/Makefile.am, timer/Makefile.am. Add subdir-objects to AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 17.3 KB
RevLine 
[63ae876]12004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * clock/Makefile.am, timer/Makefile.am: Remove.
4        * r46xx/Makefile.am: Built timer.rel, clock.rel.
5        Add PREINSTALL_DIRS.
6        * Makefile.am: Remove timer, clock.
7        * tx39/Makefile.am, mongoosev/Makefile.am, shared/Makefile.am:
8        Add PREINSTALL_DIRS.
9        * configure.ac: Reflect removing clock/Makefile.am,
10        timer/Makefile.am.
11        Add subdir-objects to AUTOMAKE_OPTIONS.
12
[9a87463]132004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * clock/Makefile.am: Convert to using automake compilation rules.
16        * mongoosev/Makefile.am: Ditto.
17        * r46xx/Makefile.am: Ditto.
18        * shared/Makefile.am: Ditto.
19        * timer/Makefile.am: Ditto.
20        * tx39/Makefile.am: Ditto.
21        * Makefile.am: Remove conditional subdirs.
22        * configure.ac: Add subdir-object to AUTOMAKE_OPTIONS.
23        Require automake-1.8.2. Add AM_PROG_CC_C_O.
24
[afc3f27b]252004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * mongoosev/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
28        Add PRE/TMPINSTALL_FILES to CLEANFILES.
29        * shared/Makefile.am: Ditto.
30        * tx39/Makefile.am: Ditto.
31
[1ba5085]322003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * mongoosev/duart/Makefile.am: Remove.
35        * mongoosev/vectorisrs/Makefile.am: Remove.
36        * mongoosev/Makefile.am: Merge-in vectorisrs/Makefile.am,
37        duart/Makefile.am.
38        * r46xx/vectorisrs/Makefile.am: Remove.
39        * r46xx/Makefile.am: Merge-in vectorisrs/Makefile.am.
40        * shared/cache/Makefile.am: Remove.
41        * shared/interrupts/Makefile.am: Remove.
42        * shared/Makefile.am: Merge-in cache/Makefile.am,
43        interrupts/Makefile.am.
44        * tx39/vectorisrs/Makefile.am: Remove.
45        * tx39/Makefile.am: Merge-in vectorisrs/Makefile.am.
46        * configure.ac: Reflect changes above.
47
[380b4337]482003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * mongoosev/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
51        * mongoosev/duart/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
52        * shared/cache/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
53        * tx39/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
54
[810720b6]552003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
58
[d4116e44]592003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * clock/Makefile.am: Remove all-local: $(ARCH).
62        * mongoosev/duart/Makefile.am: Remove all-local: $(ARCH).
63        * mongoosev/vectorisrs/Makefile.am: Remove all-local: $(ARCH).
64        * r46xx/vectorisrs/Makefile.am: Remove all-local: $(ARCH).
65        * shared/cache/Makefile.am: Remove all-local: $(ARCH).
66        * shared/interrupts/Makefile.am: Remove all-local: $(ARCH).
67        * timer/Makefile.am: Remove all-local: $(ARCH).
68        * tx39/vectorisrs/Makefile.am: Remove all-local: $(ARCH).
69
[c6c4418c]702003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am: Reformat.
73        * clock/Makefile.am: Reformat.
74        * mongoosev/Makefile.am: Reformat. Use dirstamps for preinstallation.
75        * tx39/Makefile.am: Ditto.
76        * shared/cache/Makefile.am: Ditto.
77        * mongoosev/duart/Makefile.am: Ditto.
78        * mongoosev/vectorisrs/Makefile.am: Reformat.
79        * r46xx/vectorisrs/Makefile.am: Reformat.
80        * shared/Makefile.am: Reformat.
81        * shared/interrupts/Makefile.am: Reformat.
82        * timer/Makefile.am: Reformat.
83        * tx39/vectorisrs/Makefile.am: Reformat.
84
[1b4a37a]852003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * mongoosev/Makefile.am: Rework preinstall rules.
88        * mongoosev/duart/Makefile.am: Rework preinstall rules.
89        * tx39/include/Makefile.am: Remove.
90        * tx39/Makefile.am: Merge-in tx39/include/Makefile.am.
91        * configure.ac: Remove tx39/include/Makefile.
92
[c44312d]932003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * configure.ac: Remove RTEMS_CANONICAL_HOST.
96
[c8e1751]972003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac: Remove RTEMS_CHECK_CPU.
100
[ae8d185]1012003-09-04      Joel Sherrill <joel@OARcorp.com>
102
103        * clock/ckinit.c, mongoosev/duart/mg5uart.c, mongoosev/duart/mg5uart.h,
104        mongoosev/duart/mg5uart_reg.c, mongoosev/include/mongoose-v.h,
105        mongoosev/vectorisrs/maxvectors.c, mongoosev/vectorisrs/vectorisrs.c,
106        r46xx/vectorisrs/maxvectors.c, shared/interrupts/isr_entries.S,
107        timer/timer.c, tx39/vectorisrs/maxvectors.c: URL for license changed.
108
[fe8bc62f]1092003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * Makefile.am: Reflect having moved aclocal/.
112
[29993bb]1132003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
[c483a4e]115        * Makefile.am: Reflect having moved automake/.
116        * clock/Makefile.am: Reflect having moved automake/.
117        * mongoosev/Makefile.am: Reflect having moved automake/.
118        * mongoosev/duart/Makefile.am: Reflect having moved automake/.
119        * mongoosev/vectorisrs/Makefile.am: Reflect having moved automake/.
120        * r46xx/Makefile.am: Reflect having moved automake/.
121        * r46xx/vectorisrs/Makefile.am: Reflect having moved automake/.
122        * shared/Makefile.am: Reflect having moved automake/.
123        * shared/cache/Makefile.am: Reflect having moved automake/.
124        * shared/interrupts/Makefile.am: Reflect having moved automake/.
125        * timer/Makefile.am: Reflect having moved automake/.
126        * tx39/Makefile.am: Reflect having moved automake/.
127        * tx39/include/Makefile.am: Reflect having moved automake/.
128        * tx39/vectorisrs/Makefile.am: Reflect having moved automake/.
[29993bb]129
[7dcc3fe]1302003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
133
[3c55718]1342003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * configure.ac: Remove AC_CONFIG_AUX_DIR.
137
[ccd81b60]1382003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
141
[9b5c258]1422003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.ac: AC_PREREQ(2.57).
145
[a5f8ec56]1462003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * tx39/vectorisrs/Makefile.am: Don't include @RTEMS_BSP@.cfg.
149        * r46xx/vectorisrs/Makefile.am: Ditto.
150        * mongoosev/vectorisrs/Makefile.am: Ditto.
151        * mongoosev/duart/Makefile.am: Ditto.
152        * shared/interrupts/Makefile.am: Ditto.
153        * shared/cache/Makefile.am: Ditto. Eliminate *_O_FILES.
154
[0c669c9]1552002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
158        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
159
[dfa8fe34]1602002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
163
[a6ebf56]1642002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.ac: Add RTEMS_PROG_CCAS.
167
[99c79c3d]1682002-11-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * mongoosev/Makefile.am: TMPINSTALL_FILES -> PREINSTALL_FILES.
171
[ff118d4b]1722002-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * mongoosev/Makefile.am: Merge-in mongoosev/include/Makefile.am.
175        Install include/mongoose-v.h.
176        * mongoosev/include/Makefile.am: Remove.
177        * configure.ac: Reflect changes above.
178
[17ed00e4]1792002-11-01      Joel Sherrill <joel@OARcorp.com>
180
181        * shared/interrupts/installisrentries.c,
182        shared/interrupts/vectorexceptions.c: Removed warnings.
183
[8730f45]1842002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * .cvsignore: Reformat.
187        Add autom4te*cache.
188        Remove autom4te.cache.
189
[6373910]1902002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.ac: Remove duplicate timer/Makefile from CONFIG_FILES.
193
[1f751a7]1942002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
197        * mongoosev/duart/Makefile.am: Use .$(OBJEXT) instead of .o.
198        * mongoosev/vectorisrs/Makefile.am: Use .$(OBJEXT) instead of .o.
199        * r46xx/vectorisrs/Makefile.am: Use .$(OBJEXT) instead of .o.
200        * shared/cache/Makefile.am: Use .$(OBJEXT) instead of .o.
201        * shared/interrupts/Makefile.am: Use .$(OBJEXT) instead of .o.
202        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
203        * tx39/vectorisrs/Makefile.am: Use .$(OBJEXT) instead of .o.
204
[1e1222ce]2052002-08-09      Joel Sherrill <joel@OARcorp.com>
206
207        * shared/interrupts/isr_entries.S: Corrected typo in mips1
208        END_FRAME directive that lead to linker errors.
209
[5639d7cc]2102002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * configure.ac:
213        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
214        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
215        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
216        * Makefile.am: Remove AUTOMAKE_OPTIONS.
217        * mongoosev/duart/Makefile.am: Remove AUTOMAKE_OPTIONS.
218        * mongoosev/Makefile.am: Remove AUTOMAKE_OPTIONS.
219        * mongoosev/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
220        * mongoosev/vectorisrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
221        * r46xx/vectorisrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
222        * r46xx/Makefile.am: Remove AUTOMAKE_OPTIONS.
223        * shared/cache/Makefile.am: Remove AUTOMAKE_OPTIONS.
224        * shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
225        * shared/interrupts/Makefile.am: Remove AUTOMAKE_OPTIONS.
226        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
227        * tx39/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
228        * tx39/Makefile.am: Remove AUTOMAKE_OPTIONS.
229        * tx39/vectorisrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
230
[34f5067]2312002-03-05      Greg Menke <gregory.menke@gsfc.nasa.gov>
232
233        * shared/interrupts/installisrentries.c: Added support for debug
234        exception vector.
235        * shared/interrupts/isr_entries.S: Added support for debug exception
236        vector.
237       
[7f794ac7]2382002-02-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
239
240        * mongoosev/include/mongoose-v.h: Added cache constants.
241        * mongoosev/vectorisrs/vectorisrs.c: More tinkering to improve
242        performance.
243
[63bce63]2442002-02-08      Joel Sherrill <joel@OARcorp.com>
245
246        * mongoosev/vectorisrs/vectorisrs.c: Fixed to use new frame format.
247
[0ab87349]2482001-02-05      Joel Sherrill <joel@OARcorp.com>
249
250        * isr_entries.S: Removed comment incorrectly indicating this
251        file was cpu_asm.S.
252        * vectorexceptions.c (mips_dump_exception_frame): New routine
253        broken out from default exception handler.
254
[4cecaf6]2552001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
256
257        * mongoosev/vectorisrs/vectorisrs.c,
258        shared/interrupts/vectorexceptions.c: Use rtems/bspIo.h, not just
259        bspIo.h.
260
[2835b3a5]2612001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
262
263        * Lots of tinkering and tuning as part of improving interrupt latency
264        and improving the per-task interrupt level control and FP mask handling.
265        With these modifications interrupt latency was measured at a worst-case
266        of 100us, average below 60 us on a 12 Mhz R3000 class CPU with 50
267        RTEMS tasks in the application.
268        * mongoosev/README: Updated. 
269        * mongoosev/include/mongoose-v.h: Masks modified.
270        * mongoosev/vectorisrs/vectorisrs.c: Significant overhaul to address
271        software prioritization of interrupts.  If a higher priority interrupt
272        occurs while we are looking for new interrupts, we will reinitiate the
273        scan of all interrupts.
274        * shared/interrupts/vectorexceptions.c: Removed warning and deleted
275        blank lines.
276
[51dc8e92]2772002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * mongoosev/vectorisrs/vectorisrs.c: Include rtems/bspIo.h instead of bspIo.h.
280        * r46xx/vectorisrs/vectorisrs.c: Include rtems/bspIo.h instead of bspIo.h.
281        * shared/interrupts/vectorexceptions.c: Include rtems/bspIo.h instead of bspIo.h.
282        * tx39/vectorisrs/vectorisrs.c: Include rtems/bspIo.h instead of bspIo.h.
283
[df25c998]2842001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
287        * configure.in: Remove.
288        * configure.ac: New file, generated from configure.in by autoupdate.
289
[dc2014f]2902001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * tx39/include/Makefile.am: Use 'TMPINSTALL_FILES ='.
293        * mongoosev/include/Makefile.am: Use 'TMPINSTALL_FILES ='.
294        * mongoosev/duart/Makefile.am: Use 'PREINSTALL_FILES ='.
295        * shared/cache/Makefile.am: Use 'PREINSTALL_FILES ='.
296        * shared/cache/Makefile.am: Use 'CLEANFILES ='.
297
[7c05d28]2982000-05-24      Joel Sherrill <joel@OARcorp.com>
299
300        * mongoosev/include/mongoose-v.h, mongoosev/vectorisrs/vectorisrs.c,
301        r46xx/vectorisrs/vectorisrs.c, tx39/vectorisrs/vectorisrs.c,
302        tx39/include/tx3904.h: All exceptions were given low numbers and thus
303        can be now be installed and processed in a uniform manner just like interrupts.
304        Variances between various MIPS ISA levels are not accounted for at this time.
305        * mongoosev/vectorisrs/Makefile.am, mongoosev/vectorisrs/maxvectors.c,
306        r46xx/vectorisrs/Makefile.am, r46xx/vectorisrs/maxvectors.c,
307        tx39/vectorisrs/Makefile.am, tx39/vectorisrs/maxvectors.c,
308        shared/interrupts/maxvectors.c, shared/interrupts/Makefile.am: Split the
309        shared maxvectors.c into a variety of CPU model specific versions to simplify
310        the build process and reduce depdencies.  Deleted shared/interrupts/maxvectors.c
311        and created various CPU model versions.
312
[3b286783]3132001-05-24      Greg Menke <gregory.menke@gsfc.nasa.gov>
314
315        * clock/clock.S: Move placement of nop.
316
[2e7ed911]3172001-05-22      Greg Menke <gregory.menke@gsfc.nasa.gov>
318
319        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
320        * mongoosev/duart/mg5uart.c, mongoosev/duart/mg5uart.h,
321        mongoosev/include/mongoose-v.h, mongoosev/vectorisrs/vectorisrs.c,
322        shared/interrupts/maxvectors.c: Now works.  Significant rework
323        of exceptions and interrupt vectoring to clean things up.
324        * shared/interrupts/vectorexceptions.c: Removed.
325
[bbc99f1a]3262001-05-07      Joel Sherrill <joel@OARcorp.com>
327
328        * shared/interrupts/vectorexceptions.c: New file to decode
329        exception code and vector appropriate NON-interrupt exception. 
330        * shared/interrupts/Makefile.am: Modified to reflect above.
331
[b85df34]3322001-04-20      Joel Sherrill <joel@OARcorp.com>
333
334        * mongoosev/duart/mg5uart.c (mg5uart_enable_interrupts): Honor
335        the other bits set in the Peripheral Function Interrupt Mask
336        Register when modifying those enabled for the DUART.
337        * mongoosev/include/mongoose-v.h (MONGOOSEV_ATOMIC_MASK,
338        MONGOOSEV_PFICR, MONGOOSEV_PFIMR, mongoosev_set_in_pficr,
339        mongoosev_clear_in_pficr, mongoosev_set_in_pfimr,
340        mongoosev_clear_in_pfimr, MONGOOSEV_UART_ALL_IRQ_BITS): New macros.
341
[d74a92d]3422001-04-16      Joel Sherrill <joel@OARcorp.com>
343
344        * mongoosev/duart/mg5uart.c, mongoosev/duart/mg5uart.h
345        Modifications made with Gregory Menke <gregory.menke@gsfc.nasa.gov>
346        as he debugged this BSP using a logic analyzer.  In particular,
347        there was a mistake where the index not offset of registers was
348        in the header file and the baud rate calculation was incorrect.
349
[acdb6558]3502001-03-13      Joel Sherrill <joel@OARcorp.com>
351
352        * Added mongoose-v, mongoose-v/include, and mongoose-v/vectorisrs
353        directories.
354        * mongoosev/.cvsignore, mongoosev/Makefile.am, mongoosev/README,
355        mongoosev/duart/.cvsignore, mongoosev/duart/Makefile.am,
356        mongoosev/duart/README.mguart, mongoosev/duart/mg5uart.c,
357        mongoosev/duart/mg5uart.h, mongoosev/duart/mg5uart_reg.c,
358        mongoosev/include/.cvsignore, mongoosev/include/Makefile.am,
359        mongoosev/include/mongoose-v.h, mongoosev/vectorisrs/.cvsignore,
360        mongoosev/vectorisrs/Makefile.am, mongoosev/vectorisrs/vectorisrs.c:
361        New files.
362        * Makefile.am, configure.in, shared/interrupts/Makefile.am,
363        shared/interrupts/maxvectors.c: Added support for mongoosev.
364        * tx39/vectorisrs/vectorisrs.c: Corrected warning.
365
[bb621b0]3662001-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * shared/cache/Makefile.am, tx39/include/Makefile.am:
369        Apply include_*HEADERS instead of H_FILES.
370
[b03f4f2]3712001-01-08      Joel Sherrill <joel@OARcorp.com>
372
373        * Added r46xx directory.
374        * Makefile.am, configure.in: Modified to reflect addition of r46xx.
375        * shared/interrupts/installisrentries.c: Fixed typo.
376        * r46xx/.cvsignore, r46xx/Makefile.am,
377        r46xx/vectorisrs/.cvsignore, r46xx/vectorisrs/Makefile.am,
378        r46xx/vectorisrs/vectorisrs.c: New files.
379
[7d18fdc]3802000-12-19      Joel Sherrill <joel@OARcorp.com>
381
382        * tx39/vectorisrs/vectorisrs.c: Modified to have default exception
383        vector handler.  This should be in a separate file so the BSP can
384        easily override it.
385
[0289674]3862000-12-13      Joel Sherrill <joel@OARcorp.com>
387
388        * configure.in: Added new directories.
389        * shared/interrupts/Makefile.am: Added AM_CPPFLAGS to define TX39
390        when compiling for a TX3904.
391        * shared/interrupts/maxvectors.c: Corrected conditional logic.
392        * tx39/Makefile.am: Added vectorisrs.
393        * tx39/vectorisrs/Makefile.am, tx39/vectorisrs/vectorisrs.c,
394        * tx39/vectorisrs/.cvsignore: New files.  This decodes the
395        interrupt pending information on the TX3904 and vectors
396        an interrupt.
397
[b4d0d18e]3982000-12-13      Joel Sherrill <joel@OARcorp.com>
399
400        * shared/.cvsignore, shared/Makefile.am,
401        shared/cache/.cvsignore, shared/cache/Makefile.am,
402        shared/cache/cache.c, shared/cache/cache_.h,
403        shared/interrupts/.cvsignore, shared/interrupts/Makefile.am,
404        shared/interrupts/installisrentries.c,
405        shared/interrupts/isr_entries.S,
406        shared/interrupts/maxvectors.c, tx39/.cvsignore,
407        tx39/Makefile.am, tx39/include/.cvsignore,
408        tx39/include/Makefile.am, tx39/include/tx3904.h: New file.
409        Moved some pieces of interrupt processing from score/cpu to
410        libcpu/mips since many interrupt servicing characteristics are
411        CPU model dependent.  This patch addresses the number of interrupt
412        sources and where the ISR prologues are located.  The only way to
413        currently install the ISR prologues requires that the prologues
414        be installed into RAM.
415
[feead226]4162000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
419
[a314d3b4]4202000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
423
[d82c006]4242000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
427        Switch to GNU canonicalization.
428
[5b53d97]4292000-10-24      Alan Cudmore <alanc@linuxstart.com> and
430        Joel Sherrill <joel@OARcorp.com>
431
432        * This is a major reworking of the mips64orion port to use
433        gcc predefines as much as possible and a big push to multilib
434        the mips port.  The mips64orion port was copied/renamed to mips
435        to be more like other GNU tools.  Alan did most of the technical
436        work of determining how to map old macro names used by the mips64orion
437        port to standard compiler macro definitions.  Joel did the merge
438        with CVS magic to keep individual file history and did the BSP
439        modifications. Details follow:
440        * Makefile.am: Made clock and timer subdirectories conditional.
441        * configure.in: Ditto.
442        * clock/clock.S: Switch from using <idtmon.h> to <asm.h>.
443        * clock/gettime.S: Switch from using <idtmon.h> to <asm.h>.
444
[4ec962cd]4452000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * clock/Makefile.am, timer/Makefile.am: Include compile.am
448
[e94ad1fe]4492000-08-10      Joel Sherrill <joel@OARcorp.com>
450
451        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.