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

4.104.114.84.95
Last change on this file since b4f92a9 was b4f92a9, checked in by Joel Sherrill <joel.sherrill@…>, on 02/03/03 at 23:55:48

2003-02-03 Joel Sherrill <joel@…>

PR 338/filesystem

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