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

4.104.114.84.95
Last change on this file since 3ffcd229 was 3ffcd229, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/09/03 at 09:36:05

2003-08-09 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Preinstall $(PROJECT_INCLUDE)/rtems/score.
  • Property mode set to 100644
File size: 5.4 KB
RevLine 
[3ffcd229]12003-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Preinstall $(PROJECT_INCLUDE)/rtems/score.
4
[3c55718]52003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Remove AC_CONFIG_AUX_DIR.
8
[9518a5b]92003-02-11      Joel Sherrill <joel@OARcorp.com>
10
11        * score/cpu_asm.c: Rework logic that decides when to call
12        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru>
13        determined that _ISR_Signals_to_thread_executing was not being
14        honored and/or cleared properly.
15
[ccd81b60]162003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
19
[9b5c258]202003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * configure.ac: AC_PREREQ(2.57).
23
[b4f92a9]242003-02-03      Joel Sherrill <joel@OARcorp.com>
25
26        PR 338/filesystem
27        * sci/sci.c: Side-effect of fixing reentrancy problem with
28        rtems_io_lookup_name() (API change).
29
[ec1898b]302003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Merge-in subdir Makefile.ams
33        * configure.ac: Reflect changes above.
34        * score/Makefile.am: Removed.
35        * sci/Makefile.am: Removed.
36        * timer/Makefile.am: Removed.
37        * clock/Makefile.am: Removed.
38
392003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
[ce9c79f]40
41        * sci/Makefile.am: Apply 2002-12-14 patch (Apparently dropped by CVS).
42        * score/Makefile.am: Likewise.
43        * timer/Makefile.am: Likewise.
44
[7af077e]452002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * clock/Makefile.am: Eliminate *_O_FILES.
48        Don't include @RTEMS_BSP@.cfg.
49        * sci/Makefile.am: Ditto.
50        * score/Makefile.am: Ditto.
51        * timer/Makefile.am: Ditto.
52        * configure.ac: Apply 2002-11-07 patch (Apparently dropped by CVS).
53
[dfa8fe34]542002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
57
[7c9a598]582002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am: Merge in include/Makefile.am.
61        * include/Makefile.am: Remove.
62        * configure.ac: Reflect changes above.
63
[fa5a451]642002-11-01      Joel Sherrill <joel@OARcorp.com>
65
66        * score/cpu_asm.c, score/ispsh7045.c: Removed warnings.
67
[8730f45]682002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * .cvsignore: Reformat.
71        Add autom4te*cache.
72        Remove autom4te.cache.
73
[1fcb82c]742002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
77        * sci/Makefile.am: Use .$(OBJEXT) instead of .o.
78        * score/Makefile.am: Use .$(OBJEXT) instead of .o.
79        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
80
[d911f16c]812001-04-03      Joel Sherrill <joel@OARcorp.com>
82
83        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
84        * include/ispsh7045.h, score/ispsh7045.c: Account for name change.
85
[4cf920c4]862002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac:
89        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
90        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
91        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
92        * Makefile.am: Remove AUTOMAKE_OPTIONS.
93        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
94        * sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
95        * score/Makefile.am: Remove AUTOMAKE_OPTIONS.
96        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
97
[92cf35d]982001-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * include/iosh7045.h: Add SCI0_SMR, SCI1_SMR for sh7032
101        compatibility to make simsh happy.
102
[fc0ac39c]1032001-10-12      Joel Sherrill <joel@OARcorp.com>
104
105        * clock/ckinit.c, include/iosh7045.h, include/ispsh7045.h,
106        include/sci.h, include/sh7_pfc.h, include/sh7_sci.h, sci/sci.c,
107        score/cpu_asm.c, score/ispsh7045.c, timer/timer.c: Fixed typo.
108
[df25c998]1092001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
112        * configure.in: Remove.
113        * configure.ac: New file, generated from configure.in by autoupdate.
114
[c1767be0]1152001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
118
[7ae5125]1192001-08-10  Radzislaw Galler  <rgaller@et.put.poznan.pl>
120
121        * score/cpu_asm.c (sh_set_irq_priority): Changed interrupt vector
122        number range check and handling of interrupt priority regs to
123        conform SH2 specs.
124        * sci/sci_termios.c: New file.
125        * include/sci_termios.h: New file.
126        * include/Makefile.am (EXTRA_DIST): Added sci_termios.h.
127        (include_sh_HEADERS): Added sci_termios.h.
128        * score/ispsh7045.c (isp): Calling an ISR with immediate argument
129        casued negative sign extension for vector numbers of 128 and
130        above. This was fixed.
131        * sci/sci.c: Cleaned initialization of SCI registers; added
132        necessary setup for new TERMIOS console cooperation
133
[1fc16ff]1342001-02-18      Ralf Corsepiu <corsepius@faw.uni-ulm.de>
135
136        * include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
137
[4dd1aa5]1382001-01-22  Radzislaw Galler  <rgaller@et.put.poznan.pl>
139
140        * clock/ckinit.c (Install_clock): Modified MTU timer 0 initialization
141        to generate an interrupt exactly every 1us
142
[98e1de84]1432001-01-05      Joel Sherrill <joel@OARcorp.com>
144
145        * /dev/null moved to libmisc.
146        * Makefile.am, configure.in: Removed null directory.
147        * include/Makefile.am: Removed null.h.
148        * include/null.h, null/.cvsignore, null/Makefile.am, null/close.c,
149        null/cntrl.c, null/init.c, null/open.c, null/read.c, null/write.c:
150        Removed.
151
[feead226]1522000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
155
[a314d3b4]1562000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
159
[d82c006]1602000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
163        Switch to GNU canonicalization.
164
[a1d32a5]1652000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * clock/Makefile.am, null/Makefile.am, sci/Makefile.am,
168        timer/Makefile.am, score/Makefile.am: Include compile.am
169
[e94ad1fe]1702000-08-10      Joel Sherrill <joel@OARcorp.com>
171
172        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.