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

4.104.114.84.95
Last change on this file since 867ab080 was c483a4e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/18/03 at 06:22:53

Fix broken ChangeLog? entries.

  • Property mode set to 100644
File size: 5.6 KB
Line 
12003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Reflect having moved automake/.
4
52003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
8
92003-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Preinstall $(PROJECT_INCLUDE)/rtems/score.
12
132003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: Remove AC_CONFIG_AUX_DIR.
16
172003-02-11      Joel Sherrill <joel@OARcorp.com>
18
19        * score/cpu_asm.c: Rework logic that decides when to call
20        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru>
21        determined that _ISR_Signals_to_thread_executing was not being
22        honored and/or cleared properly.
23
242003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
27
282003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: AC_PREREQ(2.57).
31
322003-02-03      Joel Sherrill <joel@OARcorp.com>
33
34        PR 338/filesystem
35        * sci/sci.c: Side-effect of fixing reentrancy problem with
36        rtems_io_lookup_name() (API change).
37
382003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * Makefile.am: Merge-in subdir Makefile.ams
41        * configure.ac: Reflect changes above.
42        * score/Makefile.am: Removed.
43        * sci/Makefile.am: Removed.
44        * timer/Makefile.am: Removed.
45        * clock/Makefile.am: Removed.
46
472003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * sci/Makefile.am: Apply 2002-12-14 patch (Apparently dropped by CVS).
50        * score/Makefile.am: Likewise.
51        * timer/Makefile.am: Likewise.
52
532002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * clock/Makefile.am: Eliminate *_O_FILES.
56        Don't include @RTEMS_BSP@.cfg.
57        * sci/Makefile.am: Ditto.
58        * score/Makefile.am: Ditto.
59        * timer/Makefile.am: Ditto.
60        * configure.ac: Apply 2002-11-07 patch (Apparently dropped by CVS).
61
622002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
65
662002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * Makefile.am: Merge in include/Makefile.am.
69        * include/Makefile.am: Remove.
70        * configure.ac: Reflect changes above.
71
722002-11-01      Joel Sherrill <joel@OARcorp.com>
73
74        * score/cpu_asm.c, score/ispsh7045.c: Removed warnings.
75
762002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * .cvsignore: Reformat.
79        Add autom4te*cache.
80        Remove autom4te.cache.
81
822002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
85        * sci/Makefile.am: Use .$(OBJEXT) instead of .o.
86        * score/Makefile.am: Use .$(OBJEXT) instead of .o.
87        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
88
892001-04-03      Joel Sherrill <joel@OARcorp.com>
90
91        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
92        * include/ispsh7045.h, score/ispsh7045.c: Account for name change.
93
942002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.ac:
97        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
98        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
99        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
100        * Makefile.am: Remove AUTOMAKE_OPTIONS.
101        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
102        * sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
103        * score/Makefile.am: Remove AUTOMAKE_OPTIONS.
104        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
105
1062001-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * include/iosh7045.h: Add SCI0_SMR, SCI1_SMR for sh7032
109        compatibility to make simsh happy.
110
1112001-10-12      Joel Sherrill <joel@OARcorp.com>
112
113        * clock/ckinit.c, include/iosh7045.h, include/ispsh7045.h,
114        include/sci.h, include/sh7_pfc.h, include/sh7_sci.h, sci/sci.c,
115        score/cpu_asm.c, score/ispsh7045.c, timer/timer.c: Fixed typo.
116
1172001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
120        * configure.in: Remove.
121        * configure.ac: New file, generated from configure.in by autoupdate.
122
1232001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
126
1272001-08-10  Radzislaw Galler  <rgaller@et.put.poznan.pl>
128
129        * score/cpu_asm.c (sh_set_irq_priority): Changed interrupt vector
130        number range check and handling of interrupt priority regs to
131        conform SH2 specs.
132        * sci/sci_termios.c: New file.
133        * include/sci_termios.h: New file.
134        * include/Makefile.am (EXTRA_DIST): Added sci_termios.h.
135        (include_sh_HEADERS): Added sci_termios.h.
136        * score/ispsh7045.c (isp): Calling an ISR with immediate argument
137        casued negative sign extension for vector numbers of 128 and
138        above. This was fixed.
139        * sci/sci.c: Cleaned initialization of SCI registers; added
140        necessary setup for new TERMIOS console cooperation
141
1422001-02-18      Ralf Corsepiu <corsepius@faw.uni-ulm.de>
143
144        * include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
145
1462001-01-22  Radzislaw Galler  <rgaller@et.put.poznan.pl>
147
148        * clock/ckinit.c (Install_clock): Modified MTU timer 0 initialization
149        to generate an interrupt exactly every 1us
150
1512001-01-05      Joel Sherrill <joel@OARcorp.com>
152
153        * /dev/null moved to libmisc.
154        * Makefile.am, configure.in: Removed null directory.
155        * include/Makefile.am: Removed null.h.
156        * include/null.h, null/.cvsignore, null/Makefile.am, null/close.c,
157        null/cntrl.c, null/init.c, null/open.c, null/read.c, null/write.c:
158        Removed.
159
1602000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
163
1642000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
167
1682000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
171        Switch to GNU canonicalization.
172
1732000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * clock/Makefile.am, null/Makefile.am, sci/Makefile.am,
176        timer/Makefile.am, score/Makefile.am: Include compile.am
177
1782000-08-10      Joel Sherrill <joel@OARcorp.com>
179
180        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.