source: rtems/cpukit/score/cpu/mips/ChangeLog @ 7dcc3fe

4.104.114.84.95
Last change on this file since 7dcc3fe was 7dcc3fe, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/03 at 14:20:43

2003-08-11 Ralf Corsepius <corsepiu@…>

  • configure.ac: Use rtems-bugs@… as bug report email address.
  • Property mode set to 100644
File size: 13.7 KB
Line 
12003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
4
52003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Remove AC_CONFIG_AUX_DIR.
8
92002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
12        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
13
142002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: Fix package name.
17
182002-11-04      Joel Sherrill <joel@OARcorp.com>
19
20        * idtcpu.h: Removed warning.
21
222002-11-01      Joel Sherrill <joel@OARcorp.com>
23
24        * idtcpu.h: Removed warnings.
25
262002-10-28      Joel Sherrill <joel@OARcorp.com>
27
28        * idtcpu.h: Removed warning by turning extra token at the end of
29        an endif into a comment.
30
312002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
34
352002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * .cvsignore: Reformat.
38        Add autom4te*cache.
39        Remove autom4te.cache.
40
412002-08-14      Greg Menke <gregory.menke@gsfc.nasa.gov>
42
43        * cpu_asm.S: Clarified some comments, removed code that forced
44        SR_IEP on when returning from an interrupt.
45
462002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac: Add RTEMS_PROG_CCAS
49
502002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
53        Add AC_PROG_RANLIB.
54
552002-06-20      Greg Menke <gregory.menke@gsfc.nasa.gov>
56        * cpu_asm.S: Added SR_IEO to context restore to fix isr disabled
57        deadlock caused by interrupt arriving while dispatching.
58       
592002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
62        Use ../../../aclocal.
63
642001-04-03      Joel Sherrill <joel@OARcorp.com>
65
66        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
67        * rtems/score/mipstypes.h: Removed.
68        * rtems/score/types.h: New file via CVS magic.
69        * Makefile.am, rtems/score/cpu.h: Account for name change.
70
712002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * configure.ac:
74        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
75        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
76        * Makefile.am: Remove AUTOMAKE_OPTIONS.
77
782002-03-20      Greg Menke <gregory.menke@gsfc.nasa.gov>
79
80        * cpu_asm.S: Now compiles on 4600 and 4650.
81
822002-03-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
83
84        * cpu_asm.S: Fixed a sneaky return from int w/ ints disabled bug.
85        * rtems/score/cpu.h: Fixed register numbering in comments and made
86        interrupt enable/disable more robust.
87       
882002-03-05      Greg Menke <gregory.menke@gsfc.nasa.gov>
89        * cpu_asm.S: Added support for the debug exception vector, cleaned
90        up the exception processing & exception return stuff.  Re-added
91        EPC in the task context structure so the gdb stub will know where
92        a thread is executing.  Should've left it there in the first place...
93        * idtcpu.h: Added support for the debug exception vector.
94        * cpu.c: Added ___exceptionTaskStack to hold a pointer to the
95        stack frame in an interrupt so context switch code can get the
96        userspace EPC when scheduling.
97        * rtems/score/cpu.h: Re-added EPC to the task context.
98
992002-02-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
100
101        * cpu_asm.S: Fixed exception return address, modified FP context
102        switch so FPU is properly enabled and also doesn't screw up the
103        exception FP handling.
104        * idtcpu.h: Added C0_TAR, the MIPS target address register used for
105        returning from exceptions.
106        * iregdef.h: Added R_TAR to the stack frame so the target address
107        can be saved on a per-exception basis.  The new entry is past the
108        end of the frame gdb cares about, so doesn't affect gdb or cpu.h
109        stuff.
110        * rtems/score/cpu.h: added an #ifdef so cpu_asm.S can include it
111        to obtain FPU defines without syntax errors generated by the C
112        defintions.
113        * cpu.c: Improved interrupt level saves & restores.
114       
1152002-02-08      Joel Sherrill <joel@OARcorp.com>
116
117        * iregdef.h, rtems/score/cpu.h: Reordered register in the
118        exception stack frame to better match gdb's expectations.
119
1202001-02-05      Joel Sherrill <joel@OARcorp.com>
121
122        * cpu_asm.S: Enhanced to save/restore more registers on
123        exceptions.
124        * rtems/score/cpu.h (CPU_Interrupt_frame): Enhanced to list every
125        register individually and document when it is saved.
126        * idtcpu.h: Added constants for the coprocessor 1 registers
127        revision and status.
128
1292001-02-05      Joel Sherrill <joel@OARcorp.com>
130
131        * rtems/Makefile.am, rtems/score/Makefile.am: Removed again.
132
1332001-02-04      Joel Sherrill <joel@OARcorp.com>
134
135        * rtems/score/cpu.h: IDLE task should not be FP.  This was a mistake
136        in the previous patch that has now been confirmed.
137
1382001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
139
140        * cpu.c: Enhancements and fixes for modifying the SR when changing
141        the interrupt level.
142        * cpu_asm.S: Fixed handling of FP enable bit so it is properly
143        managed on a per-task basis, improved handling of interrupt levels,
144        and made deferred FP contexts work on the MIPS.
145        * rtems/score/cpu.h: Modified to support above changes.
146
1472002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * rtems/Makefile.am: Removed.
150        * rtems/score/Makefile.am: Removed.
151        * configure.ac: Reflect changes above.
152        * Makefile.am: Reflect changes above.
153
1542002-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * asm.h: Remove #include <rtems/score/targopts.h>.
157        Add #include <rtems/score/cpuopts.h>.
158        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP).
159
160
1612001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
164
1652001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: Add multilib support.
168
1692001-11-28      Joel Sherrill <joel@OARcorp.com>,
170
171        This was tracked as PR91.
172        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
173        is used to specify if the port uses the standard macro for this (FALSE).
174        A TRUE setting indicates the port provides its own implementation.
175
1762001-10-12      Joel Sherrill <joel@OARcorp.com>
177
178        * cpu_asm.S: _CPU_Context_save_fp in was incorrectly in conditional
179        compilation block with (CPU_HARDWARE_FP == FALSE).  Reported by
180        Wayne Bullaughey <wayne@wmi.com>.
181
1822001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
185        * configure.in: Remove.
186        * configure.ac: New file, generated from configure.in by autoupdate.
187
1882001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
191        * Makefile.am: Use 'PREINSTALL_FILES ='.
192
1932001-07-03      Joel Sherrill <joel@OARcorp.com>
194
195        * cpu.c: Fixed typo.
196
1972000-05-24      Joel Sherrill <joel@OARcorp.com>
198
199        * rtems/score/mips.h: Added constants for MIPS exception numbers.
200        All exceptions should be given low numbers and thus can be installed
201        and processed in a uniform manner.  Variances between various MIPS
202        ISA levels were not accounted for.
203
2042001-05-24      Greg Menke <gregory.menke@gsfc.nasa.gov>
205
206        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
207        * cpu_asm.S: Now works on Mongoose-V.  Missed in previous patch.
208
2092001-05-22      Greg Menke <gregory.menke@gsfc.nasa.gov>
210
211        * rtems/score/cpu.h: Add the interrupt stack structure and enhance
212        the context initialization to account for floating point tasks. 
213        * rtems/score/mips.h: Added the routines mips_set_cause(),
214        mips_get_fcr31(), and mips_set_fcr31().
215        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
216
2172001-05-07      Joel Sherrill <joel@OARcorp.com>
218
219        * cpu_asm.S: Merged patches from Gregory Menke
220        <Gregory.D.Menke.1@gsfc.nasa.gov> that clean up
221        stack usage and include nops in the delay slots.
222
2232001-04-20      Joel Sherrill <joel@OARcorp.com>
224
225        * cpu_asm.S: Added code to save and restore SR and EPC to
226        properly support nested interrupts.  Note that the ISR
227        (not RTEMS) enables interrupts allowing the nesting to occur.
228
2292001-03-14      Joel Sherrill <joel@OARcorp.com>
230
231        * cpu.c, rtems/score/cpu.h, rtems/score/mipstypes.h:
232        Removed unused variable _CPU_Thread_dispatch_pointer
233        and cleaned numerous comments.
234       
2352001-03-13      Joel Sherrill <joel@OARcorp.com>
236
237        * cpu.c, cpu_asm.S, iregdef.h, rtems/score/cpu.h, rtems/score/mips.h:
238        Merged MIPS1 and MIPS3 code reducing the number of lines of assembly.
239        Also reimplemented some assembly routines in C further reducing
240        the amount of assembly and increasing maintainability.
241
2422001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * Makefile.am, rtems/score/Makefile.am:
245        Apply include_*HEADERS instead of H_FILES.
246
2472001-01-12      Joel Sherrill <joel@OARcorp.com>
248
249        * rtems/score/mips.h (mips_get_sr, mips_set_sr): Corrected
250        register constraints from "general" to "register".
251
2522001-01-09      Joel Sherrill <joel@OARcorp.com>
253
254        * cpu_asm.S: Use SR_INTERRUPT_ENABLE_BITS instead of SR_XXX constants
255        to make it easier to conditionalize the code for various ISA levels.
256
2572001-01-08      Joel Sherrill <joel@OARcorp.com>
258
259        * idtcpu.h: Commented out definition of "wait".  It was stupid to
260        use such a common word as a macro.
261        * rtems/score/cpu.h (_CPU_ISR_Disable): Fixed for mips ISA 3.
262        * rtems/score/mips.h: Added include of <idtcpu.h>.
263        * rtems/score/mips.h (mips_enable_in_interrupt_mask): Corrected.
264
2652001-01-03      Joel Sherrill <joel@OARcorp.com>
266
267        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
268        * cpu_asm.S: Eliminated warning for duplicate definition of EXTERN.
269
2702000-12-19      Joel Sherrill <joel@OARcorp.com>
271
272        * cpu_asm.S (_ISR_Handler): Return to the address in the EPC register.
273        Previous code resulting in the interrupted immediately returning
274        to the caller of the routine it was inside.
275
2762000-12-19      Joel Sherrill <joel@OARcorp.com>
277
278        * cpu.c (_CPU_Initialize): Do not initialize _ISR_Vector_table() here
279        because it has not been allocated yet.
280
2812000-12-13      Joel Sherrill <joel@OARcorp.com>
282
283        * cpu.c: Removed duplicate declaration for _ISR_Vector_table.
284        * cpu_asm.S: Removed assembly language to vector ISR handler
285        on MIPS ISA I.  Now call mips_vector_isr_handlers() in libcpu or BSP.
286        * rtems/score/cpu.h (CPU_INTERRUPT_NUMBER_OF_VECTORS): No
287        longer a constant -- get the real value from libcpu.
288
2892000-12-13      Joel Sherrill <joel@OARcorp.com>
290
291        * cpu_asm.h: Removed.
292        * Makefile.am: Remove cpu_asm.h.
293        * rtems/score/mips64orion.h: Renamed mips.h.
294        * rtems/score/mips.h: New file, formerly mips64orion.h.
295        Header rewritten.
296        (mips_get_sr, mips_set_sr, mips_enable_in_interrupt_mask,
297        mips_disable_in_interrupt_mask): New macros.
298        * rtems/score/Makefile.am: Reflect renaming mips64orion.h.
299        * asm.h: Include <mips.h> not <mips64orion.h>. Now includes the
300        few defines that were in <cpu_asm.h>.
301        * cpu.c (_CPU_ISR_Get_level): Added MIPS ISA I version of this routine.
302        MIPS ISA 3 is still in assembly for now.
303        (_CPU_Thread_Idle_body): Rewrote in C.
304        * cpu_asm.S: Rewrote file header.
305        (FRAME,ENDFRAME) now in asm.h.
306        (_CPU_ISR_Get_level): Removed ISA I version and rewrote in C.
307        (_CPU_ISR_Set_level): Removed ISA I version and rewrote in C.
308        (_CPU_Context_switch): MIPS ISA I now manages preserves SR_IEC and
309        leaves other bits in SR alone on task switch.
310        (mips_enable_interrupts,mips_disable_interrupts,
311        mips_enable_global_interrupts,mips_disable_global_interrupts,
312        disable_int, enable_int): Removed.
313        (mips_get_sr): Rewritten as C macro.
314        (_CPU_Thread_Idle_body): Rewritten in C.
315        (init_exc_vecs): Rewritten in C as mips_install_isr_entries() and
316        placed in libcpu.
317        (exc_tlb_code, exc_xtlb_code, exc_cache_code, exc_norm_code): Moved
318        to libcpu/mips/shared/interrupts.
319        (general): Cleaned up comment blocks and #if 0 areas.
320        * idtcpu.h: Made ifdef report an error.
321        * iregdef.h: Removed warning.
322        * rtems/score/cpu.h (CPU_INTERRUPT_NUMBER_OF_VECTORS): Now a variable
323        number defined by libcpu.
324        (_CPU_ISR_Disable, _CPU_ISR_Enable): Rewritten to use new routines
325        to access SR.
326        (_CPU_ISR_Set_level): Rewritten as macro for ISA I.
327        (_CPU_Context_Initialize): Honor ISR level in task initialization.
328        (_CPU_Fatal_halt): Use new _CPU_ISR_Disable() macro.
329
3302000-12-06      Joel Sherrill <joel@OARcorp.com>
331
332        * rtems/score/cpu.h: When mips ISA level is 1, registers in the
333        context should be 32 not 64 bits.
334
3352000-11-30      Joel Sherrill <joel@OARcorp.com>
336
337        * cpu_asm.S: Changed "_CPU_Ccontext_switch_restore: typo to
338        correct name of _CPU_Context_switch_restore.  Added dummy
339        version of exc_utlb_code() so applications would link.
340
3412000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
344
3452000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
348
3492000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
352        Switch to GNU canonicalization.
353
3542000-10-24      Alan Cudmore <alanc@linuxstart.com> and
355        Joel Sherrill <joel@OARcorp.com>
356
357        * This is a major reworking of the mips64orion port to use
358        gcc predefines as much as possible and a big push to multilib
359        the mips port.  The mips64orion port was copied/renamed to mips
360        to be more like other GNU tools.  Alan did most of the technical
361        work of determining how to map old macro names used by the mips64orion
362        port to standard compiler macro definitions.  Joel did the merge
363        with CVS magic to keep individual file history and did the BSP
364        modifications. Details follow:
365        * Makefile.am: idtmon.h in mips64orion port not present.
366        * asm.h: MIPS64ORION replaced with MIPS. Frame setup macros added.
367        * cpu.c: Comments added.
368        * cpu_asm.S: Conditionals changed.  MIPS ISA level 1 support added.
369        First attempt at exception/interrupt processing for ISA level 1
370        and minus any use of IDT/MON added.
371        * idtcpu.h: Conditionals changed to use gcc predefines.
372        * iregdef.h: Ditto.
373        * cpu_asm.h: No real change.  Merger required commit.
374        * rtems/Makefile.am: Ditto.
375        * rtems/score/Makefile.am: Ditto.
376        * rtems/score/cpu.h: Change MIPS64ORION to MIPS.
377        * rtems/score/mips64orion.h: Change MIPS64ORION to MIPS.  Convert
378        from using RTEMS_CPU_MODEL to gcc predefines to figre things out.
379
3802000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * Makefile.am: Include compile.am.
383
3842000-08-10      Joel Sherrill <joel@OARcorp.com>
385
386        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.