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

4.104.114.84.95
Last change on this file since fa5a451 was fa5a451, checked in by Joel Sherrill <joel.sherrill@…>, on 11/01/02 at 21:59:32

2002-11-01 Joel Sherrill <joel@…>

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