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

4.104.114.84.95
Last change on this file since b03f4f2 was b03f4f2, checked in by Joel Sherrill <joel.sherrill@…>, on 01/08/01 at 18:11:35

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

  • Added r46xx directory.
  • Makefile.am, configure.in: Modified to reflect addition of r46xx.
  • shared/interrupts/installisrentries.c: Fixed typo.
  • r46xx/.cvsignore, r46xx/Makefile.am, r46xx/vectorisrs/.cvsignore, r46xx/vectorisrs/Makefile.am, r46xx/vectorisrs/vectorisrs.c: New files.
  • Property mode set to 100644
File size: 3.1 KB
RevLine 
[b03f4f2]12001-01-08      Joel Sherrill <joel@OARcorp.com>
2
3        * Added r46xx directory.
4        * Makefile.am, configure.in: Modified to reflect addition of r46xx.
5        * shared/interrupts/installisrentries.c: Fixed typo.
6        * r46xx/.cvsignore, r46xx/Makefile.am,
7        r46xx/vectorisrs/.cvsignore, r46xx/vectorisrs/Makefile.am,
8        r46xx/vectorisrs/vectorisrs.c: New files.
9
[7d18fdc]102000-12-19      Joel Sherrill <joel@OARcorp.com>
11
12        * tx39/vectorisrs/vectorisrs.c: Modified to have default exception
13        vector handler.  This should be in a separate file so the BSP can
14        easily override it.
15
[0289674]162000-12-13      Joel Sherrill <joel@OARcorp.com>
17
18        * configure.in: Added new directories.
19        * shared/interrupts/Makefile.am: Added AM_CPPFLAGS to define TX39
20        when compiling for a TX3904.
21        * shared/interrupts/maxvectors.c: Corrected conditional logic.
22        * tx39/Makefile.am: Added vectorisrs.
23        * tx39/vectorisrs/Makefile.am, tx39/vectorisrs/vectorisrs.c,
24        * tx39/vectorisrs/.cvsignore: New files.  This decodes the
25        interrupt pending information on the TX3904 and vectors
26        an interrupt.
27
[b4d0d18e]282000-12-13      Joel Sherrill <joel@OARcorp.com>
29
30        * shared/.cvsignore, shared/Makefile.am,
31        shared/cache/.cvsignore, shared/cache/Makefile.am,
32        shared/cache/cache.c, shared/cache/cache_.h,
33        shared/interrupts/.cvsignore, shared/interrupts/Makefile.am,
34        shared/interrupts/installisrentries.c,
35        shared/interrupts/isr_entries.S,
36        shared/interrupts/maxvectors.c, tx39/.cvsignore,
37        tx39/Makefile.am, tx39/include/.cvsignore,
38        tx39/include/Makefile.am, tx39/include/tx3904.h: New file.
39        Moved some pieces of interrupt processing from score/cpu to
40        libcpu/mips since many interrupt servicing characteristics are
41        CPU model dependent.  This patch addresses the number of interrupt
42        sources and where the ISR prologues are located.  The only way to
43        currently install the ISR prologues requires that the prologues
44        be installed into RAM.
45
[feead226]462000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
49
[a314d3b4]502000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
53
[d82c006]542000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
57        Switch to GNU canonicalization.
58
[5b53d97]592000-10-24      Alan Cudmore <alanc@linuxstart.com> and
60        Joel Sherrill <joel@OARcorp.com>
61
62        * This is a major reworking of the mips64orion port to use
63        gcc predefines as much as possible and a big push to multilib
64        the mips port.  The mips64orion port was copied/renamed to mips
65        to be more like other GNU tools.  Alan did most of the technical
66        work of determining how to map old macro names used by the mips64orion
67        port to standard compiler macro definitions.  Joel did the merge
68        with CVS magic to keep individual file history and did the BSP
69        modifications. Details follow:
70        * Makefile.am: Made clock and timer subdirectories conditional.
71        * configure.in: Ditto.
72        * clock/clock.S: Switch from using <idtmon.h> to <asm.h>.
73        * clock/gettime.S: Switch from using <idtmon.h> to <asm.h>.
74
[4ec962cd]752000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * clock/Makefile.am, timer/Makefile.am: Include compile.am
78
[e94ad1fe]792000-08-10      Joel Sherrill <joel@OARcorp.com>
80
81        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.