source: rtems/c/src/lib/libcpu/sh/sh7045/ChangeLog @ 7c9a598

4.104.114.84.95
Last change on this file since 7c9a598 was 7c9a598, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/07/02 at 22:28:18

2002-11-07 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Merge in include/Makefile.am.
  • include/Makefile.am: Remove.
  • configure.ac: Reflect changes above.
  • Property mode set to 100644
File size: 3.8 KB
Line 
12002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Merge in include/Makefile.am.
4        * include/Makefile.am: Remove.
5        * configure.ac: Reflect changes above.
6
72002-11-01      Joel Sherrill <joel@OARcorp.com>
8
9        * score/cpu_asm.c, score/ispsh7045.c: Removed warnings.
10
112002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * .cvsignore: Reformat.
14        Add autom4te*cache.
15        Remove autom4te.cache.
16
172002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
20        * sci/Makefile.am: Use .$(OBJEXT) instead of .o.
21        * score/Makefile.am: Use .$(OBJEXT) instead of .o.
22        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
23
242001-04-03      Joel Sherrill <joel@OARcorp.com>
25
26        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
27        * include/ispsh7045.h, score/ispsh7045.c: Account for name change.
28
292002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac:
32        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
33        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
34        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
35        * Makefile.am: Remove AUTOMAKE_OPTIONS.
36        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
37        * sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
38        * score/Makefile.am: Remove AUTOMAKE_OPTIONS.
39        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
40
412001-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * include/iosh7045.h: Add SCI0_SMR, SCI1_SMR for sh7032
44        compatibility to make simsh happy.
45
462001-10-12      Joel Sherrill <joel@OARcorp.com>
47
48        * clock/ckinit.c, include/iosh7045.h, include/ispsh7045.h,
49        include/sci.h, include/sh7_pfc.h, include/sh7_sci.h, sci/sci.c,
50        score/cpu_asm.c, score/ispsh7045.c, timer/timer.c: Fixed typo.
51
522001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
55        * configure.in: Remove.
56        * configure.ac: New file, generated from configure.in by autoupdate.
57
582001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
61
622001-08-10  Radzislaw Galler  <rgaller@et.put.poznan.pl>
63
64        * score/cpu_asm.c (sh_set_irq_priority): Changed interrupt vector
65        number range check and handling of interrupt priority regs to
66        conform SH2 specs.
67        * sci/sci_termios.c: New file.
68        * include/sci_termios.h: New file.
69        * include/Makefile.am (EXTRA_DIST): Added sci_termios.h.
70        (include_sh_HEADERS): Added sci_termios.h.
71        * score/ispsh7045.c (isp): Calling an ISR with immediate argument
72        casued negative sign extension for vector numbers of 128 and
73        above. This was fixed.
74        * sci/sci.c: Cleaned initialization of SCI registers; added
75        necessary setup for new TERMIOS console cooperation
76
772001-02-18      Ralf Corsepiu <corsepius@faw.uni-ulm.de>
78
79        * include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
80
812001-01-22  Radzislaw Galler  <rgaller@et.put.poznan.pl>
82
83        * clock/ckinit.c (Install_clock): Modified MTU timer 0 initialization
84        to generate an interrupt exactly every 1us
85
862001-01-05      Joel Sherrill <joel@OARcorp.com>
87
88        * /dev/null moved to libmisc.
89        * Makefile.am, configure.in: Removed null directory.
90        * include/Makefile.am: Removed null.h.
91        * include/null.h, null/.cvsignore, null/Makefile.am, null/close.c,
92        null/cntrl.c, null/init.c, null/open.c, null/read.c, null/write.c:
93        Removed.
94
952000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
98
992000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
102
1032000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
106        Switch to GNU canonicalization.
107
1082000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * clock/Makefile.am, null/Makefile.am, sci/Makefile.am,
111        timer/Makefile.am, score/Makefile.am: Include compile.am
112
1132000-08-10      Joel Sherrill <joel@OARcorp.com>
114
115        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.