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

4.104.114.84.95
Last change on this file since 9c1dc8c was 9c1dc8c, checked in by Joel Sherrill <joel.sherrill@…>, on 01/12/01 at 13:36:30

2001-01-12 Joel Sherrill <joel@…>

  • rtems/score/mips.h (mips_get_sr, mips_set_sr): Corrected register constraints from "general" to "register".
  • Property mode set to 100644
File size: 5.5 KB
Line 
12001-01-12      Joel Sherrill <joel@OARcorp.com>
2
3        * rtems/score/mips.h (mips_get_sr, mips_set_sr): Corrected
4        register constraints from "general" to "register".
5
62001-01-09      Joel Sherrill <joel@OARcorp.com>
7
8        * cpu_asm.S: Use SR_INTERRUPT_ENABLE_BITS instead of SR_XXX constants
9        to make it easier to conditionalize the code for various ISA levels.
10
112001-01-08      Joel Sherrill <joel@OARcorp.com>
12
13        * idtcpu.h: Commented out definition of "wait".  It was stupid to
14        use such a common word as a macro.
15        * rtems/score/cpu.h (_CPU_ISR_Disable): Fixed for mips ISA 3.
16        * rtems/score/mips.h: Added include of <idtcpu.h>.
17        * rtems/score/mips.h (mips_enable_in_interrupt_mask): Corrected.
18
192001-01-03      Joel Sherrill <joel@OARcorp.com>
20
21        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
22        * cpu_asm.S: Eliminated warning for duplicate definition of EXTERN.
23
242000-12-19      Joel Sherrill <joel@OARcorp.com>
25
26        * cpu_asm.S (_ISR_Handler): Return to the address in the EPC register.
27        Previous code resulting in the interrupted immediately returning
28        to the caller of the routine it was inside.
29
302000-12-19      Joel Sherrill <joel@OARcorp.com>
31
32        * cpu.c (_CPU_Initialize): Do not initialize _ISR_Vector_table() here
33        because it has not been allocated yet.
34
352000-12-13      Joel Sherrill <joel@OARcorp.com>
36
37        * cpu.c: Removed duplicate declaration for _ISR_Vector_table.
38        * cpu_asm.S: Removed assembly language to vector ISR handler
39        on MIPS ISA I.  Now call mips_vector_isr_handlers() in libcpu or BSP.
40        * rtems/score/cpu.h (CPU_INTERRUPT_NUMBER_OF_VECTORS): No
41        longer a constant -- get the real value from libcpu.
42
432000-12-13      Joel Sherrill <joel@OARcorp.com>
44
45        * cpu_asm.h: Removed.
46        * Makefile.am: Remove cpu_asm.h.
47        * rtems/score/mips64orion.h: Renamed mips.h.
48        * rtems/score/mips.h: New file, formerly mips64orion.h.
49        Header rewritten.
50        (mips_get_sr, mips_set_sr, mips_enable_in_interrupt_mask,
51        mips_disable_in_interrupt_mask): New macros.
52        * rtems/score/Makefile.am: Reflect renaming mips64orion.h.
53        * asm.h: Include <mips.h> not <mips64orion.h>. Now includes the
54        few defines that were in <cpu_asm.h>.
55        * cpu.c (_CPU_ISR_Get_level): Added MIPS ISA I version of this routine.
56        MIPS ISA 3 is still in assembly for now.
57        (_CPU_Thread_Idle_body): Rewrote in C.
58        * cpu_asm.S: Rewrote file header.
59        (FRAME,ENDFRAME) now in asm.h.
60        (_CPU_ISR_Get_level): Removed ISA I version and rewrote in C.
61        (_CPU_ISR_Set_level): Removed ISA I version and rewrote in C.
62        (_CPU_Context_switch): MIPS ISA I now manages preserves SR_IEC and
63        leaves other bits in SR alone on task switch.
64        (mips_enable_interrupts,mips_disable_interrupts,
65        mips_enable_global_interrupts,mips_disable_global_interrupts,
66        disable_int, enable_int): Removed.
67        (mips_get_sr): Rewritten as C macro.
68        (_CPU_Thread_Idle_body): Rewritten in C.
69        (init_exc_vecs): Rewritten in C as mips_install_isr_entries() and
70        placed in libcpu.
71        (exc_tlb_code, exc_xtlb_code, exc_cache_code, exc_norm_code): Moved
72        to libcpu/mips/shared/interrupts.
73        (general): Cleaned up comment blocks and #if 0 areas.
74        * idtcpu.h: Made ifdef report an error.
75        * iregdef.h: Removed warning.
76        * rtems/score/cpu.h (CPU_INTERRUPT_NUMBER_OF_VECTORS): Now a variable
77        number defined by libcpu.
78        (_CPU_ISR_Disable, _CPU_ISR_Enable): Rewritten to use new routines
79        to access SR.
80        (_CPU_ISR_Set_level): Rewritten as macro for ISA I.
81        (_CPU_Context_Initialize): Honor ISR level in task initialization.
82        (_CPU_Fatal_halt): Use new _CPU_ISR_Disable() macro.
83
842000-12-06      Joel Sherrill <joel@OARcorp.com>
85
86        * rtems/score/cpu.h: When mips ISA level is 1, registers in the
87        context should be 32 not 64 bits.
88
892000-11-30      Joel Sherrill <joel@OARcorp.com>
90
91        * cpu_asm.S: Changed "_CPU_Ccontext_switch_restore: typo to
92        correct name of _CPU_Context_switch_restore.  Added dummy
93        version of exc_utlb_code() so applications would link.
94
952000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
98
992000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
102
1032000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
106        Switch to GNU canonicalization.
107
1082000-10-24      Alan Cudmore <alanc@linuxstart.com> and
109        Joel Sherrill <joel@OARcorp.com>
110
111        * This is a major reworking of the mips64orion port to use
112        gcc predefines as much as possible and a big push to multilib
113        the mips port.  The mips64orion port was copied/renamed to mips
114        to be more like other GNU tools.  Alan did most of the technical
115        work of determining how to map old macro names used by the mips64orion
116        port to standard compiler macro definitions.  Joel did the merge
117        with CVS magic to keep individual file history and did the BSP
118        modifications. Details follow:
119        * Makefile.am: idtmon.h in mips64orion port not present.
120        * asm.h: MIPS64ORION replaced with MIPS. Frame setup macros added.
121        * cpu.c: Comments added.
122        * cpu_asm.S: Conditionals changed.  MIPS ISA level 1 support added.
123        First attempt at exception/interrupt processing for ISA level 1
124        and minus any use of IDT/MON added.
125        * idtcpu.h: Conditionals changed to use gcc predefines.
126        * iregdef.h: Ditto.
127        * cpu_asm.h: No real change.  Merger required commit.
128        * rtems/Makefile.am: Ditto.
129        * rtems/score/Makefile.am: Ditto.
130        * rtems/score/cpu.h: Change MIPS64ORION to MIPS.
131        * rtems/score/mips64orion.h: Change MIPS64ORION to MIPS.  Convert
132        from using RTEMS_CPU_MODEL to gcc predefines to figre things out.
133
1342000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: Include compile.am.
137
1382000-08-10      Joel Sherrill <joel@OARcorp.com>
139
140        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.