source: rtems/c/src/lib/libcpu/mips/ChangeLog @ b4d0d18e

4.104.114.84.95
Last change on this file since b4d0d18e was b4d0d18e, checked in by Joel Sherrill <joel.sherrill@…>, on 12/13/00 at 17:52:53

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

  • shared/.cvsignore, shared/Makefile.am, shared/cache/.cvsignore, shared/cache/Makefile.am, shared/cache/cache.c, shared/cache/cache_.h, shared/interrupts/.cvsignore, shared/interrupts/Makefile.am, shared/interrupts/installisrentries.c, shared/interrupts/isr_entries.S, shared/interrupts/maxvectors.c, tx39/.cvsignore, tx39/Makefile.am, tx39/include/.cvsignore, tx39/include/Makefile.am, tx39/include/tx3904.h: New file. Moved some pieces of interrupt processing from score/cpu to libcpu/mips since many interrupt servicing characteristics are CPU model dependent. This patch addresses the number of interrupt sources and where the ISR prologues are located. The only way to currently install the ISR prologues requires that the prologues be installed into RAM.
  • Property mode set to 100644
File size: 2.1 KB
RevLine 
[b4d0d18e]12000-12-13      Joel Sherrill <joel@OARcorp.com>
2
3        * shared/.cvsignore, shared/Makefile.am,
4        shared/cache/.cvsignore, shared/cache/Makefile.am,
5        shared/cache/cache.c, shared/cache/cache_.h,
6        shared/interrupts/.cvsignore, shared/interrupts/Makefile.am,
7        shared/interrupts/installisrentries.c,
8        shared/interrupts/isr_entries.S,
9        shared/interrupts/maxvectors.c, tx39/.cvsignore,
10        tx39/Makefile.am, tx39/include/.cvsignore,
11        tx39/include/Makefile.am, tx39/include/tx3904.h: New file.
12        Moved some pieces of interrupt processing from score/cpu to
13        libcpu/mips since many interrupt servicing characteristics are
14        CPU model dependent.  This patch addresses the number of interrupt
15        sources and where the ISR prologues are located.  The only way to
16        currently install the ISR prologues requires that the prologues
17        be installed into RAM.
18
[feead226]192000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
22
[a314d3b4]232000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
26
[d82c006]272000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
30        Switch to GNU canonicalization.
31
[5b53d97]322000-10-24      Alan Cudmore <alanc@linuxstart.com> and
33        Joel Sherrill <joel@OARcorp.com>
34
35        * This is a major reworking of the mips64orion port to use
36        gcc predefines as much as possible and a big push to multilib
37        the mips port.  The mips64orion port was copied/renamed to mips
38        to be more like other GNU tools.  Alan did most of the technical
39        work of determining how to map old macro names used by the mips64orion
40        port to standard compiler macro definitions.  Joel did the merge
41        with CVS magic to keep individual file history and did the BSP
42        modifications. Details follow:
43        * Makefile.am: Made clock and timer subdirectories conditional.
44        * configure.in: Ditto.
45        * clock/clock.S: Switch from using <idtmon.h> to <asm.h>.
46        * clock/gettime.S: Switch from using <idtmon.h> to <asm.h>.
47
[4ec962cd]482000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * clock/Makefile.am, timer/Makefile.am: Include compile.am
51
[e94ad1fe]522000-08-10      Joel Sherrill <joel@OARcorp.com>
53
54        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.