source: rtems/c/src/exec/score/cpu/mips/ChangeLog @ 2f6261d

4.104.114.84.95
Last change on this file since 2f6261d was 2f6261d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/17/02 at 09:22:48

2002-06-17 Ralf Corsepius <corsepiu@…>

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