source: rtems/c/src/lib/libcpu/mips/ChangeLog @ 7b79761

4.104.114.84.95
Last change on this file since 7b79761 was bb621b0, checked in by Joel Sherrill <joel.sherrill@…>, on 03/05/01 at 22:48:10

2001-03-03 Ralf Corsepius <corsepiu@…>

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