source: rtems/cpukit/score/cpu/mips/ChangeLog @ ac00434

4.104.114.84.95
Last change on this file since ac00434 was 87e8f25, checked in by Joel Sherrill <joel.sherrill@…>, on 12/19/00 at 16:46:29

2000-12-19 Joel Sherrill <joel@…>

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