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

4.104.114.84.95
Last change on this file since acdb6558 was acdb6558, checked in by Joel Sherrill <joel.sherrill@…>, on 03/14/01 at 00:49:17

2001-03-13 Joel Sherrill <joel@…>

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