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

4.104.114.84.95
Last change on this file since fda47cd was fda47cd, checked in by Joel Sherrill <joel.sherrill@…>, on 10/24/00 at 21:48:33

2000-10-24 Alan Cudmore <alanc@…> and

Joel Sherrill <joel@…>

  • This is a major reworking of the mips64orion port to use gcc predefines as much as possible and a big push to multilib the mips port. The mips64orion port was copied/renamed to mips to be more like other GNU tools. Alan did most of the technical work of determining how to map old macro names used by the mips64orion port to standard compiler macro definitions. Joel did the merge with CVS magic to keep individual file history and did the BSP modifications. Details follow:
  • Makefile.am: idtmon.h in mips64orion port not present.
  • asm.h: MIPS64ORION replaced with MIPS. Frame setup macros added.
  • cpu.c: Comments added.
  • cpu_asm.S: Conditionals changed. MIPS ISA level 1 support added. First attempt at exception/interrupt processing for ISA level 1 and minus any use of IDT/MON added.
  • idtcpu.h: Conditionals changed to use gcc predefines.
  • iregdef.h: Ditto.
  • cpu_asm.h: No real change. Merger required commit.
  • rtems/Makefile.am: Ditto.
  • rtems/score/Makefile.am: Ditto.
  • rtems/score/cpu.h: Change MIPS64ORION to MIPS.
  • rtems/score/mips64orion.h: Change MIPS64ORION to MIPS. Convert from using RTEMS_CPU_MODEL to gcc predefines to figre things out.
  • Property mode set to 100644
File size: 1.4 KB
Line 
12000-10-24      Alan Cudmore <alanc@linuxstart.com> and
2        Joel Sherrill <joel@OARcorp.com>
3
4        * This is a major reworking of the mips64orion port to use
5        gcc predefines as much as possible and a big push to multilib
6        the mips port.  The mips64orion port was copied/renamed to mips
7        to be more like other GNU tools.  Alan did most of the technical
8        work of determining how to map old macro names used by the mips64orion
9        port to standard compiler macro definitions.  Joel did the merge
10        with CVS magic to keep individual file history and did the BSP
11        modifications. Details follow:
12        * Makefile.am: idtmon.h in mips64orion port not present.
13        * asm.h: MIPS64ORION replaced with MIPS. Frame setup macros added.
14        * cpu.c: Comments added.
15        * cpu_asm.S: Conditionals changed.  MIPS ISA level 1 support added.
16        First attempt at exception/interrupt processing for ISA level 1
17        and minus any use of IDT/MON added.
18        * idtcpu.h: Conditionals changed to use gcc predefines.
19        * iregdef.h: Ditto.
20        * cpu_asm.h: No real change.  Merger required commit.
21        * rtems/Makefile.am: Ditto.
22        * rtems/score/Makefile.am: Ditto.
23        * rtems/score/cpu.h: Change MIPS64ORION to MIPS.
24        * rtems/score/mips64orion.h: Change MIPS64ORION to MIPS.  Convert
25        from using RTEMS_CPU_MODEL to gcc predefines to figre things out.
26
272000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * Makefile.am: Include compile.am.
30
312000-08-10      Joel Sherrill <joel@OARcorp.com>
32
33        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.