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

4.104.114.84.95
Last change on this file since ec1898b was ec1898b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/16/03 at 10:52:19

2003-01-16 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Merge-in subdir Makefile.ams
  • configure.ac: Reflect changes above.
  • score/Makefile.am: Removed.
  • sci/Makefile.am: Removed.
  • timer/Makefile.am: Removed.
  • clock/Makefile.am: Removed.
  • Property mode set to 100644
File size: 4.6 KB
Line 
12003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Merge-in subdir Makefile.ams
4        * configure.ac: Reflect changes above.
5        * score/Makefile.am: Removed.
6        * sci/Makefile.am: Removed.
7        * timer/Makefile.am: Removed.
8        * clock/Makefile.am: Removed.
9
102003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * sci/Makefile.am: Apply 2002-12-14 patch (Apparently dropped by CVS).
13        * score/Makefile.am: Likewise.
14        * timer/Makefile.am: Likewise.
15
162002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * clock/Makefile.am: Eliminate *_O_FILES.
19        Don't include @RTEMS_BSP@.cfg.
20        * sci/Makefile.am: Ditto.
21        * score/Makefile.am: Ditto.
22        * timer/Makefile.am: Ditto.
23        * configure.ac: Apply 2002-11-07 patch (Apparently dropped by CVS).
24
252002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
28
292002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * Makefile.am: Merge in include/Makefile.am.
32        * include/Makefile.am: Remove.
33        * configure.ac: Reflect changes above.
34
352002-11-01      Joel Sherrill <joel@OARcorp.com>
36
37        * score/cpu_asm.c, score/ispsh7045.c: Removed warnings.
38
392002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * .cvsignore: Reformat.
42        Add autom4te*cache.
43        Remove autom4te.cache.
44
452002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
48        * sci/Makefile.am: Use .$(OBJEXT) instead of .o.
49        * score/Makefile.am: Use .$(OBJEXT) instead of .o.
50        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
51
522001-04-03      Joel Sherrill <joel@OARcorp.com>
53
54        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
55        * include/ispsh7045.h, score/ispsh7045.c: Account for name change.
56
572002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.ac:
60        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
61        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
62        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
63        * Makefile.am: Remove AUTOMAKE_OPTIONS.
64        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
65        * sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
66        * score/Makefile.am: Remove AUTOMAKE_OPTIONS.
67        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
68
692001-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * include/iosh7045.h: Add SCI0_SMR, SCI1_SMR for sh7032
72        compatibility to make simsh happy.
73
742001-10-12      Joel Sherrill <joel@OARcorp.com>
75
76        * clock/ckinit.c, include/iosh7045.h, include/ispsh7045.h,
77        include/sci.h, include/sh7_pfc.h, include/sh7_sci.h, sci/sci.c,
78        score/cpu_asm.c, score/ispsh7045.c, timer/timer.c: Fixed typo.
79
802001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
83        * configure.in: Remove.
84        * configure.ac: New file, generated from configure.in by autoupdate.
85
862001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
89
902001-08-10  Radzislaw Galler  <rgaller@et.put.poznan.pl>
91
92        * score/cpu_asm.c (sh_set_irq_priority): Changed interrupt vector
93        number range check and handling of interrupt priority regs to
94        conform SH2 specs.
95        * sci/sci_termios.c: New file.
96        * include/sci_termios.h: New file.
97        * include/Makefile.am (EXTRA_DIST): Added sci_termios.h.
98        (include_sh_HEADERS): Added sci_termios.h.
99        * score/ispsh7045.c (isp): Calling an ISR with immediate argument
100        casued negative sign extension for vector numbers of 128 and
101        above. This was fixed.
102        * sci/sci.c: Cleaned initialization of SCI registers; added
103        necessary setup for new TERMIOS console cooperation
104
1052001-02-18      Ralf Corsepiu <corsepius@faw.uni-ulm.de>
106
107        * include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
108
1092001-01-22  Radzislaw Galler  <rgaller@et.put.poznan.pl>
110
111        * clock/ckinit.c (Install_clock): Modified MTU timer 0 initialization
112        to generate an interrupt exactly every 1us
113
1142001-01-05      Joel Sherrill <joel@OARcorp.com>
115
116        * /dev/null moved to libmisc.
117        * Makefile.am, configure.in: Removed null directory.
118        * include/Makefile.am: Removed null.h.
119        * include/null.h, null/.cvsignore, null/Makefile.am, null/close.c,
120        null/cntrl.c, null/init.c, null/open.c, null/read.c, null/write.c:
121        Removed.
122
1232000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
126
1272000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
130
1312000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
134        Switch to GNU canonicalization.
135
1362000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * clock/Makefile.am, null/Makefile.am, sci/Makefile.am,
139        timer/Makefile.am, score/Makefile.am: Include compile.am
140
1412000-08-10      Joel Sherrill <joel@OARcorp.com>
142
143        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.