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

4.104.114.84.95
Last change on this file since 1800f717 was 1800f717, checked in by Joel Sherrill <joel.sherrill@…>, on 01/08/01 at 18:16:51

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

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