source: rtems/c/src/lib/libcpu/mips/ChangeLog @ 797d88ba

4.104.114.84.95
Last change on this file since 797d88ba was 0289674, checked in by Joel Sherrill <joel.sherrill@…>, on 12/13/00 at 22:10:07

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

  • configure.in: Added new directories.
  • shared/interrupts/Makefile.am: Added AM_CPPFLAGS to define TX39 when compiling for a TX3904.
  • shared/interrupts/maxvectors.c: Corrected conditional logic.
  • tx39/Makefile.am: Added vectorisrs.
  • tx39/vectorisrs/Makefile.am, tx39/vectorisrs/vectorisrs.c,
  • tx39/vectorisrs/.cvsignore: New files. This decodes the interrupt pending information on the TX3904 and vectors an interrupt.
  • Property mode set to 100644
File size: 2.6 KB
Line 
12000-12-13      Joel Sherrill <joel@OARcorp.com>
2
3        * configure.in: Added new directories.
4        * shared/interrupts/Makefile.am: Added AM_CPPFLAGS to define TX39
5        when compiling for a TX3904.
6        * shared/interrupts/maxvectors.c: Corrected conditional logic.
7        * tx39/Makefile.am: Added vectorisrs.
8        * tx39/vectorisrs/Makefile.am, tx39/vectorisrs/vectorisrs.c,
9        * tx39/vectorisrs/.cvsignore: New files.  This decodes the
10        interrupt pending information on the TX3904 and vectors
11        an interrupt.
12
132000-12-13      Joel Sherrill <joel@OARcorp.com>
14
15        * shared/.cvsignore, shared/Makefile.am,
16        shared/cache/.cvsignore, shared/cache/Makefile.am,
17        shared/cache/cache.c, shared/cache/cache_.h,
18        shared/interrupts/.cvsignore, shared/interrupts/Makefile.am,
19        shared/interrupts/installisrentries.c,
20        shared/interrupts/isr_entries.S,
21        shared/interrupts/maxvectors.c, tx39/.cvsignore,
22        tx39/Makefile.am, tx39/include/.cvsignore,
23        tx39/include/Makefile.am, tx39/include/tx3904.h: New file.
24        Moved some pieces of interrupt processing from score/cpu to
25        libcpu/mips since many interrupt servicing characteristics are
26        CPU model dependent.  This patch addresses the number of interrupt
27        sources and where the ISR prologues are located.  The only way to
28        currently install the ISR prologues requires that the prologues
29        be installed into RAM.
30
312000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
34
352000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
38
392000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
42        Switch to GNU canonicalization.
43
442000-10-24      Alan Cudmore <alanc@linuxstart.com> and
45        Joel Sherrill <joel@OARcorp.com>
46
47        * This is a major reworking of the mips64orion port to use
48        gcc predefines as much as possible and a big push to multilib
49        the mips port.  The mips64orion port was copied/renamed to mips
50        to be more like other GNU tools.  Alan did most of the technical
51        work of determining how to map old macro names used by the mips64orion
52        port to standard compiler macro definitions.  Joel did the merge
53        with CVS magic to keep individual file history and did the BSP
54        modifications. Details follow:
55        * Makefile.am: Made clock and timer subdirectories conditional.
56        * configure.in: Ditto.
57        * clock/clock.S: Switch from using <idtmon.h> to <asm.h>.
58        * clock/gettime.S: Switch from using <idtmon.h> to <asm.h>.
59
602000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * clock/Makefile.am, timer/Makefile.am: Include compile.am
63
642000-08-10      Joel Sherrill <joel@OARcorp.com>
65
66        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.