source: rtems/cpukit/score/cpu/mips/ChangeLog @ 2bc49cf7

4.104.114.84.95
Last change on this file since 2bc49cf7 was f8cb04a5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/02 at 12:04:36

2002-10-21 Ralf Corsepius <corsepiu@…>

  • .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
  • Property mode set to 100644
File size: 12.8 KB
Line 
12002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * .cvsignore: Reformat.
4        Add autom4te*cache.
5        Remove autom4te.cache.
6
72002-08-14      Greg Menke <gregory.menke@gsfc.nasa.gov>
8
9        * cpu_asm.S: Clarified some comments, removed code that forced
10        SR_IEP on when returning from an interrupt.
11
122002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * configure.ac: Add RTEMS_PROG_CCAS
15
162002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
19        Add AC_PROG_RANLIB.
20
212002-06-20      Greg Menke <gregory.menke@gsfc.nasa.gov>
22        * cpu_asm.S: Added SR_IEO to context restore to fix isr disabled
23        deadlock caused by interrupt arriving while dispatching.
24       
252002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
28        Use ../../../aclocal.
29
302001-04-03      Joel Sherrill <joel@OARcorp.com>
31
32        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
33        * rtems/score/mipstypes.h: Removed.
34        * rtems/score/types.h: New file via CVS magic.
35        * Makefile.am, rtems/score/cpu.h: Account for name change.
36
372002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac:
40        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
41        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
42        * Makefile.am: Remove AUTOMAKE_OPTIONS.
43
442002-03-20      Greg Menke <gregory.menke@gsfc.nasa.gov>
45
46        * cpu_asm.S: Now compiles on 4600 and 4650.
47
482002-03-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
49
50        * cpu_asm.S: Fixed a sneaky return from int w/ ints disabled bug.
51        * rtems/score/cpu.h: Fixed register numbering in comments and made
52        interrupt enable/disable more robust.
53       
542002-03-05      Greg Menke <gregory.menke@gsfc.nasa.gov>
55        * cpu_asm.S: Added support for the debug exception vector, cleaned
56        up the exception processing & exception return stuff.  Re-added
57        EPC in the task context structure so the gdb stub will know where
58        a thread is executing.  Should've left it there in the first place...
59        * idtcpu.h: Added support for the debug exception vector.
60        * cpu.c: Added ___exceptionTaskStack to hold a pointer to the
61        stack frame in an interrupt so context switch code can get the
62        userspace EPC when scheduling.
63        * rtems/score/cpu.h: Re-added EPC to the task context.
64
652002-02-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
66
67        * cpu_asm.S: Fixed exception return address, modified FP context
68        switch so FPU is properly enabled and also doesn't screw up the
69        exception FP handling.
70        * idtcpu.h: Added C0_TAR, the MIPS target address register used for
71        returning from exceptions.
72        * iregdef.h: Added R_TAR to the stack frame so the target address
73        can be saved on a per-exception basis.  The new entry is past the
74        end of the frame gdb cares about, so doesn't affect gdb or cpu.h
75        stuff.
76        * rtems/score/cpu.h: added an #ifdef so cpu_asm.S can include it
77        to obtain FPU defines without syntax errors generated by the C
78        defintions.
79        * cpu.c: Improved interrupt level saves & restores.
80       
812002-02-08      Joel Sherrill <joel@OARcorp.com>
82
83        * iregdef.h, rtems/score/cpu.h: Reordered register in the
84        exception stack frame to better match gdb's expectations.
85
862001-02-05      Joel Sherrill <joel@OARcorp.com>
87
88        * cpu_asm.S: Enhanced to save/restore more registers on
89        exceptions.
90        * rtems/score/cpu.h (CPU_Interrupt_frame): Enhanced to list every
91        register individually and document when it is saved.
92        * idtcpu.h: Added constants for the coprocessor 1 registers
93        revision and status.
94
952001-02-05      Joel Sherrill <joel@OARcorp.com>
96
97        * rtems/Makefile.am, rtems/score/Makefile.am: Removed again.
98
992001-02-04      Joel Sherrill <joel@OARcorp.com>
100
101        * rtems/score/cpu.h: IDLE task should not be FP.  This was a mistake
102        in the previous patch that has now been confirmed.
103
1042001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
105
106        * cpu.c: Enhancements and fixes for modifying the SR when changing
107        the interrupt level.
108        * cpu_asm.S: Fixed handling of FP enable bit so it is properly
109        managed on a per-task basis, improved handling of interrupt levels,
110        and made deferred FP contexts work on the MIPS.
111        * rtems/score/cpu.h: Modified to support above changes.
112
1132002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * rtems/Makefile.am: Removed.
116        * rtems/score/Makefile.am: Removed.
117        * configure.ac: Reflect changes above.
118        * Makefile.am: Reflect changes above.
119
1202002-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * asm.h: Remove #include <rtems/score/targopts.h>.
123        Add #include <rtems/score/cpuopts.h>.
124        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP).
125
126
1272001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
130
1312001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: Add multilib support.
134
1352001-11-28      Joel Sherrill <joel@OARcorp.com>,
136
137        This was tracked as PR91.
138        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
139        is used to specify if the port uses the standard macro for this (FALSE).
140        A TRUE setting indicates the port provides its own implementation.
141
1422001-10-12      Joel Sherrill <joel@OARcorp.com>
143
144        * cpu_asm.S: _CPU_Context_save_fp in was incorrectly in conditional
145        compilation block with (CPU_HARDWARE_FP == FALSE).  Reported by
146        Wayne Bullaughey <wayne@wmi.com>.
147
1482001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
151        * configure.in: Remove.
152        * configure.ac: New file, generated from configure.in by autoupdate.
153
1542001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
157        * Makefile.am: Use 'PREINSTALL_FILES ='.
158
1592001-07-03      Joel Sherrill <joel@OARcorp.com>
160
161        * cpu.c: Fixed typo.
162
1632000-05-24      Joel Sherrill <joel@OARcorp.com>
164
165        * rtems/score/mips.h: Added constants for MIPS exception numbers.
166        All exceptions should be given low numbers and thus can be installed
167        and processed in a uniform manner.  Variances between various MIPS
168        ISA levels were not accounted for.
169
1702001-05-24      Greg Menke <gregory.menke@gsfc.nasa.gov>
171
172        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
173        * cpu_asm.S: Now works on Mongoose-V.  Missed in previous patch.
174
1752001-05-22      Greg Menke <gregory.menke@gsfc.nasa.gov>
176
177        * rtems/score/cpu.h: Add the interrupt stack structure and enhance
178        the context initialization to account for floating point tasks. 
179        * rtems/score/mips.h: Added the routines mips_set_cause(),
180        mips_get_fcr31(), and mips_set_fcr31().
181        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
182
1832001-05-07      Joel Sherrill <joel@OARcorp.com>
184
185        * cpu_asm.S: Merged patches from Gregory Menke
186        <Gregory.D.Menke.1@gsfc.nasa.gov> that clean up
187        stack usage and include nops in the delay slots.
188
1892001-04-20      Joel Sherrill <joel@OARcorp.com>
190
191        * cpu_asm.S: Added code to save and restore SR and EPC to
192        properly support nested interrupts.  Note that the ISR
193        (not RTEMS) enables interrupts allowing the nesting to occur.
194
1952001-03-14      Joel Sherrill <joel@OARcorp.com>
196
197        * cpu.c, rtems/score/cpu.h, rtems/score/mipstypes.h:
198        Removed unused variable _CPU_Thread_dispatch_pointer
199        and cleaned numerous comments.
200       
2012001-03-13      Joel Sherrill <joel@OARcorp.com>
202
203        * cpu.c, cpu_asm.S, iregdef.h, rtems/score/cpu.h, rtems/score/mips.h:
204        Merged MIPS1 and MIPS3 code reducing the number of lines of assembly.
205        Also reimplemented some assembly routines in C further reducing
206        the amount of assembly and increasing maintainability.
207
2082001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * Makefile.am, rtems/score/Makefile.am:
211        Apply include_*HEADERS instead of H_FILES.
212
2132001-01-12      Joel Sherrill <joel@OARcorp.com>
214
215        * rtems/score/mips.h (mips_get_sr, mips_set_sr): Corrected
216        register constraints from "general" to "register".
217
2182001-01-09      Joel Sherrill <joel@OARcorp.com>
219
220        * cpu_asm.S: Use SR_INTERRUPT_ENABLE_BITS instead of SR_XXX constants
221        to make it easier to conditionalize the code for various ISA levels.
222
2232001-01-08      Joel Sherrill <joel@OARcorp.com>
224
225        * idtcpu.h: Commented out definition of "wait".  It was stupid to
226        use such a common word as a macro.
227        * rtems/score/cpu.h (_CPU_ISR_Disable): Fixed for mips ISA 3.
228        * rtems/score/mips.h: Added include of <idtcpu.h>.
229        * rtems/score/mips.h (mips_enable_in_interrupt_mask): Corrected.
230
2312001-01-03      Joel Sherrill <joel@OARcorp.com>
232
233        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
234        * cpu_asm.S: Eliminated warning for duplicate definition of EXTERN.
235
2362000-12-19      Joel Sherrill <joel@OARcorp.com>
237
238        * cpu_asm.S (_ISR_Handler): Return to the address in the EPC register.
239        Previous code resulting in the interrupted immediately returning
240        to the caller of the routine it was inside.
241
2422000-12-19      Joel Sherrill <joel@OARcorp.com>
243
244        * cpu.c (_CPU_Initialize): Do not initialize _ISR_Vector_table() here
245        because it has not been allocated yet.
246
2472000-12-13      Joel Sherrill <joel@OARcorp.com>
248
249        * cpu.c: Removed duplicate declaration for _ISR_Vector_table.
250        * cpu_asm.S: Removed assembly language to vector ISR handler
251        on MIPS ISA I.  Now call mips_vector_isr_handlers() in libcpu or BSP.
252        * rtems/score/cpu.h (CPU_INTERRUPT_NUMBER_OF_VECTORS): No
253        longer a constant -- get the real value from libcpu.
254
2552000-12-13      Joel Sherrill <joel@OARcorp.com>
256
257        * cpu_asm.h: Removed.
258        * Makefile.am: Remove cpu_asm.h.
259        * rtems/score/mips64orion.h: Renamed mips.h.
260        * rtems/score/mips.h: New file, formerly mips64orion.h.
261        Header rewritten.
262        (mips_get_sr, mips_set_sr, mips_enable_in_interrupt_mask,
263        mips_disable_in_interrupt_mask): New macros.
264        * rtems/score/Makefile.am: Reflect renaming mips64orion.h.
265        * asm.h: Include <mips.h> not <mips64orion.h>. Now includes the
266        few defines that were in <cpu_asm.h>.
267        * cpu.c (_CPU_ISR_Get_level): Added MIPS ISA I version of this routine.
268        MIPS ISA 3 is still in assembly for now.
269        (_CPU_Thread_Idle_body): Rewrote in C.
270        * cpu_asm.S: Rewrote file header.
271        (FRAME,ENDFRAME) now in asm.h.
272        (_CPU_ISR_Get_level): Removed ISA I version and rewrote in C.
273        (_CPU_ISR_Set_level): Removed ISA I version and rewrote in C.
274        (_CPU_Context_switch): MIPS ISA I now manages preserves SR_IEC and
275        leaves other bits in SR alone on task switch.
276        (mips_enable_interrupts,mips_disable_interrupts,
277        mips_enable_global_interrupts,mips_disable_global_interrupts,
278        disable_int, enable_int): Removed.
279        (mips_get_sr): Rewritten as C macro.
280        (_CPU_Thread_Idle_body): Rewritten in C.
281        (init_exc_vecs): Rewritten in C as mips_install_isr_entries() and
282        placed in libcpu.
283        (exc_tlb_code, exc_xtlb_code, exc_cache_code, exc_norm_code): Moved
284        to libcpu/mips/shared/interrupts.
285        (general): Cleaned up comment blocks and #if 0 areas.
286        * idtcpu.h: Made ifdef report an error.
287        * iregdef.h: Removed warning.
288        * rtems/score/cpu.h (CPU_INTERRUPT_NUMBER_OF_VECTORS): Now a variable
289        number defined by libcpu.
290        (_CPU_ISR_Disable, _CPU_ISR_Enable): Rewritten to use new routines
291        to access SR.
292        (_CPU_ISR_Set_level): Rewritten as macro for ISA I.
293        (_CPU_Context_Initialize): Honor ISR level in task initialization.
294        (_CPU_Fatal_halt): Use new _CPU_ISR_Disable() macro.
295
2962000-12-06      Joel Sherrill <joel@OARcorp.com>
297
298        * rtems/score/cpu.h: When mips ISA level is 1, registers in the
299        context should be 32 not 64 bits.
300
3012000-11-30      Joel Sherrill <joel@OARcorp.com>
302
303        * cpu_asm.S: Changed "_CPU_Ccontext_switch_restore: typo to
304        correct name of _CPU_Context_switch_restore.  Added dummy
305        version of exc_utlb_code() so applications would link.
306
3072000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
310
3112000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
314
3152000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
318        Switch to GNU canonicalization.
319
3202000-10-24      Alan Cudmore <alanc@linuxstart.com> and
321        Joel Sherrill <joel@OARcorp.com>
322
323        * This is a major reworking of the mips64orion port to use
324        gcc predefines as much as possible and a big push to multilib
325        the mips port.  The mips64orion port was copied/renamed to mips
326        to be more like other GNU tools.  Alan did most of the technical
327        work of determining how to map old macro names used by the mips64orion
328        port to standard compiler macro definitions.  Joel did the merge
329        with CVS magic to keep individual file history and did the BSP
330        modifications. Details follow:
331        * Makefile.am: idtmon.h in mips64orion port not present.
332        * asm.h: MIPS64ORION replaced with MIPS. Frame setup macros added.
333        * cpu.c: Comments added.
334        * cpu_asm.S: Conditionals changed.  MIPS ISA level 1 support added.
335        First attempt at exception/interrupt processing for ISA level 1
336        and minus any use of IDT/MON added.
337        * idtcpu.h: Conditionals changed to use gcc predefines.
338        * iregdef.h: Ditto.
339        * cpu_asm.h: No real change.  Merger required commit.
340        * rtems/Makefile.am: Ditto.
341        * rtems/score/Makefile.am: Ditto.
342        * rtems/score/cpu.h: Change MIPS64ORION to MIPS.
343        * rtems/score/mips64orion.h: Change MIPS64ORION to MIPS.  Convert
344        from using RTEMS_CPU_MODEL to gcc predefines to figre things out.
345
3462000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * Makefile.am: Include compile.am.
349
3502000-08-10      Joel Sherrill <joel@OARcorp.com>
351
352        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.