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

4.104.114.84.95
Last change on this file since e6dc43d was e6dc43d, checked in by Joel Sherrill <joel.sherrill@…>, on 12/20/01 at 17:32:10

2001-12-20 Ralf Corsepius <corsepiu@…>

  • configure.ac: Use RTEMS_ENV_RTEMSCPU.
  • Property mode set to 100644
File size: 8.5 KB
Line 
12001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
4
52001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Add multilib support.
8
92001-11-28      Joel Sherrill <joel@OARcorp.com>,
10
11        This was tracked as PR91.
12        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
13        is used to specify if the port uses the standard macro for this (FALSE).
14        A TRUE setting indicates the port provides its own implementation.
15
162001-10-12      Joel Sherrill <joel@OARcorp.com>
17
18        * cpu_asm.S: _CPU_Context_save_fp in was incorrectly in conditional
19        compilation block with (CPU_HARDWARE_FP == FALSE).  Reported by
20        Wayne Bullaughey <wayne@wmi.com>.
21
222001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
25        * configure.in: Remove.
26        * configure.ac: New file, generated from configure.in by autoupdate.
27
282001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
31        * Makefile.am: Use 'PREINSTALL_FILES ='.
32
332001-07-03      Joel Sherrill <joel@OARcorp.com>
34
35        * cpu.c: Fixed typo.
36
372000-05-24      Joel Sherrill <joel@OARcorp.com>
38
39        * rtems/score/mips.h: Added constants for MIPS exception numbers.
40        All exceptions should be given low numbers and thus can be installed
41        and processed in a uniform manner.  Variances between various MIPS
42        ISA levels were not accounted for.
43
442001-05-24      Greg Menke <gregory.menke@gsfc.nasa.gov>
45
46        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
47        * cpu_asm.S: Now works on Mongoose-V.  Missed in previous patch.
48
492001-05-22      Greg Menke <gregory.menke@gsfc.nasa.gov>
50
51        * rtems/score/cpu.h: Add the interrupt stack structure and enhance
52        the context initialization to account for floating point tasks. 
53        * rtems/score/mips.h: Added the routines mips_set_cause(),
54        mips_get_fcr31(), and mips_set_fcr31().
55        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
56
572001-05-07      Joel Sherrill <joel@OARcorp.com>
58
59        * cpu_asm.S: Merged patches from Gregory Menke
60        <Gregory.D.Menke.1@gsfc.nasa.gov> that clean up
61        stack usage and include nops in the delay slots.
62
632001-04-20      Joel Sherrill <joel@OARcorp.com>
64
65        * cpu_asm.S: Added code to save and restore SR and EPC to
66        properly support nested interrupts.  Note that the ISR
67        (not RTEMS) enables interrupts allowing the nesting to occur.
68
692001-03-14      Joel Sherrill <joel@OARcorp.com>
70
71        * cpu.c, rtems/score/cpu.h, rtems/score/mipstypes.h:
72        Removed unused variable _CPU_Thread_dispatch_pointer
73        and cleaned numerous comments.
74       
752001-03-13      Joel Sherrill <joel@OARcorp.com>
76
77        * cpu.c, cpu_asm.S, iregdef.h, rtems/score/cpu.h, rtems/score/mips.h:
78        Merged MIPS1 and MIPS3 code reducing the number of lines of assembly.
79        Also reimplemented some assembly routines in C further reducing
80        the amount of assembly and increasing maintainability.
81
822001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am, rtems/score/Makefile.am:
85        Apply include_*HEADERS instead of H_FILES.
86
872001-01-12      Joel Sherrill <joel@OARcorp.com>
88
89        * rtems/score/mips.h (mips_get_sr, mips_set_sr): Corrected
90        register constraints from "general" to "register".
91
922001-01-09      Joel Sherrill <joel@OARcorp.com>
93
94        * cpu_asm.S: Use SR_INTERRUPT_ENABLE_BITS instead of SR_XXX constants
95        to make it easier to conditionalize the code for various ISA levels.
96
972001-01-08      Joel Sherrill <joel@OARcorp.com>
98
99        * idtcpu.h: Commented out definition of "wait".  It was stupid to
100        use such a common word as a macro.
101        * rtems/score/cpu.h (_CPU_ISR_Disable): Fixed for mips ISA 3.
102        * rtems/score/mips.h: Added include of <idtcpu.h>.
103        * rtems/score/mips.h (mips_enable_in_interrupt_mask): Corrected.
104
1052001-01-03      Joel Sherrill <joel@OARcorp.com>
106
107        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
108        * cpu_asm.S: Eliminated warning for duplicate definition of EXTERN.
109
1102000-12-19      Joel Sherrill <joel@OARcorp.com>
111
112        * cpu_asm.S (_ISR_Handler): Return to the address in the EPC register.
113        Previous code resulting in the interrupted immediately returning
114        to the caller of the routine it was inside.
115
1162000-12-19      Joel Sherrill <joel@OARcorp.com>
117
118        * cpu.c (_CPU_Initialize): Do not initialize _ISR_Vector_table() here
119        because it has not been allocated yet.
120
1212000-12-13      Joel Sherrill <joel@OARcorp.com>
122
123        * cpu.c: Removed duplicate declaration for _ISR_Vector_table.
124        * cpu_asm.S: Removed assembly language to vector ISR handler
125        on MIPS ISA I.  Now call mips_vector_isr_handlers() in libcpu or BSP.
126        * rtems/score/cpu.h (CPU_INTERRUPT_NUMBER_OF_VECTORS): No
127        longer a constant -- get the real value from libcpu.
128
1292000-12-13      Joel Sherrill <joel@OARcorp.com>
130
131        * cpu_asm.h: Removed.
132        * Makefile.am: Remove cpu_asm.h.
133        * rtems/score/mips64orion.h: Renamed mips.h.
134        * rtems/score/mips.h: New file, formerly mips64orion.h.
135        Header rewritten.
136        (mips_get_sr, mips_set_sr, mips_enable_in_interrupt_mask,
137        mips_disable_in_interrupt_mask): New macros.
138        * rtems/score/Makefile.am: Reflect renaming mips64orion.h.
139        * asm.h: Include <mips.h> not <mips64orion.h>. Now includes the
140        few defines that were in <cpu_asm.h>.
141        * cpu.c (_CPU_ISR_Get_level): Added MIPS ISA I version of this routine.
142        MIPS ISA 3 is still in assembly for now.
143        (_CPU_Thread_Idle_body): Rewrote in C.
144        * cpu_asm.S: Rewrote file header.
145        (FRAME,ENDFRAME) now in asm.h.
146        (_CPU_ISR_Get_level): Removed ISA I version and rewrote in C.
147        (_CPU_ISR_Set_level): Removed ISA I version and rewrote in C.
148        (_CPU_Context_switch): MIPS ISA I now manages preserves SR_IEC and
149        leaves other bits in SR alone on task switch.
150        (mips_enable_interrupts,mips_disable_interrupts,
151        mips_enable_global_interrupts,mips_disable_global_interrupts,
152        disable_int, enable_int): Removed.
153        (mips_get_sr): Rewritten as C macro.
154        (_CPU_Thread_Idle_body): Rewritten in C.
155        (init_exc_vecs): Rewritten in C as mips_install_isr_entries() and
156        placed in libcpu.
157        (exc_tlb_code, exc_xtlb_code, exc_cache_code, exc_norm_code): Moved
158        to libcpu/mips/shared/interrupts.
159        (general): Cleaned up comment blocks and #if 0 areas.
160        * idtcpu.h: Made ifdef report an error.
161        * iregdef.h: Removed warning.
162        * rtems/score/cpu.h (CPU_INTERRUPT_NUMBER_OF_VECTORS): Now a variable
163        number defined by libcpu.
164        (_CPU_ISR_Disable, _CPU_ISR_Enable): Rewritten to use new routines
165        to access SR.
166        (_CPU_ISR_Set_level): Rewritten as macro for ISA I.
167        (_CPU_Context_Initialize): Honor ISR level in task initialization.
168        (_CPU_Fatal_halt): Use new _CPU_ISR_Disable() macro.
169
1702000-12-06      Joel Sherrill <joel@OARcorp.com>
171
172        * rtems/score/cpu.h: When mips ISA level is 1, registers in the
173        context should be 32 not 64 bits.
174
1752000-11-30      Joel Sherrill <joel@OARcorp.com>
176
177        * cpu_asm.S: Changed "_CPU_Ccontext_switch_restore: typo to
178        correct name of _CPU_Context_switch_restore.  Added dummy
179        version of exc_utlb_code() so applications would link.
180
1812000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
184
1852000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
188
1892000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
192        Switch to GNU canonicalization.
193
1942000-10-24      Alan Cudmore <alanc@linuxstart.com> and
195        Joel Sherrill <joel@OARcorp.com>
196
197        * This is a major reworking of the mips64orion port to use
198        gcc predefines as much as possible and a big push to multilib
199        the mips port.  The mips64orion port was copied/renamed to mips
200        to be more like other GNU tools.  Alan did most of the technical
201        work of determining how to map old macro names used by the mips64orion
202        port to standard compiler macro definitions.  Joel did the merge
203        with CVS magic to keep individual file history and did the BSP
204        modifications. Details follow:
205        * Makefile.am: idtmon.h in mips64orion port not present.
206        * asm.h: MIPS64ORION replaced with MIPS. Frame setup macros added.
207        * cpu.c: Comments added.
208        * cpu_asm.S: Conditionals changed.  MIPS ISA level 1 support added.
209        First attempt at exception/interrupt processing for ISA level 1
210        and minus any use of IDT/MON added.
211        * idtcpu.h: Conditionals changed to use gcc predefines.
212        * iregdef.h: Ditto.
213        * cpu_asm.h: No real change.  Merger required commit.
214        * rtems/Makefile.am: Ditto.
215        * rtems/score/Makefile.am: Ditto.
216        * rtems/score/cpu.h: Change MIPS64ORION to MIPS.
217        * rtems/score/mips64orion.h: Change MIPS64ORION to MIPS.  Convert
218        from using RTEMS_CPU_MODEL to gcc predefines to figre things out.
219
2202000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * Makefile.am: Include compile.am.
223
2242000-08-10      Joel Sherrill <joel@OARcorp.com>
225
226        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.