source: rtems/cpukit/score/cpu/sh/ChangeLog @ 7111268

4.104.114.84.95
Last change on this file since 7111268 was 8fab7fa9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/19/05 at 06:30:55

Cosmetics.

  • Property mode set to 100644
File size: 8.8 KB
Line 
12005-02-19      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * rtems/score/cpu.h: Remove traces from NO_CPU.
4
52005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Split out preinstallation rules.
8        * preinstall.am: New (Split out from Makefile.am).
9
102005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
11
12        PR 754/rtems
13        * rtems/asm.h: New (relocated from .).
14        * asm.h: Remove (moved to rtems/asm.h).
15        * Makefile.am: Reflect changes above.
16
172004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
18
19        * asm.h, rtems/score/cpu.h, rtems/score/sh.h, rtems/score/sh_io.h,
20        rtems/score/types.h: New header guards.
21
222005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
23
24        * rtems/score/types.h: Remove signed8, signed16, signed32,
25        unsigned8, unsigned16, unsigned32.
26
272005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
28
29        * rtems/score/sh.h: *_swap_u32( uint32_t ).
30
312005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
32
33        * rtems/score/sh.h: *_swap_u16( uint16_t ).
34
352005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
36
37        * rtems/score/types.h: #include <rtems/stdint.h>.
38
392005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
40
41        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
42
432005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
44
45        * Makefile.am: Remove build-variant support.
46
472004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
48
49        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
50        guard.
51
522004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
53
54        * asm.h: Add doxygen preamble.
55
562004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
57
58        * rtems/score/cpu.h: Add doxygen preamble.
59        * rtems/score/sh.h: Add doxygen preamble.
60        * rtems/score/sh_io.h: Add doxygen preamble.
61        * rtems/score/types.h: Add doxygen preamble.
62
632004-09-29      Joel Sherrill <joel@OARcorp.com>
64
65        * rtems/score/cpu.h: i960 obsoleted and all references removed.
66
672004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
68
69        * configure.ac: Remove (Merged into$(top_srcdir)/configure.ac).
70        * Makefile.am: Don't include multilib.am.
71        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
72
732004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
74
75        * Makefile.am: Install asm.h to $(includedir)/rtems.
76
772004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
78
79        * cpu.c, rtems/score/cpu.h, rtems/score/sh.h, rtems/score/sh_io.h:
80        Convert to using c99 fixed size types.
81
822004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
83
84        * configure.ac: RTEMS_TOP([../../../..]).
85
862004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac: Move RTEMS_TOP one subdir down.
89
902004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am: Add PREINSTALL_DIRS.
93
942004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
97        Add PREINSTALL_FILES to CLEANFILES.
98
992004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.ac: Requires automake >= 1.8.1.
102
1032004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Include compile.am, again.
106
1072004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Convert to using automake compilation rules.
110
1112003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
114
1152003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
118
1192003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Remove TMPINSTALL_FILES.
122
1232003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: Add $(dirstamp) to preinstallation rules.
126
1272003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Don't use gmake rules for preinstallation.
130
1312003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * configure.ac: Remove RTEMS_CANONICAL_HOST.
134
1352003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.ac: Remove RTEMS_CHECK_CPU.
138
1392003-09-26      Joel Sherrill <joel@OARcorp.com>
140
141        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
142        references.
143
1442003-09-04      Joel Sherrill <joel@OARcorp.com>
145
146        * asm.h, cpu.c, rtems/score/cpu.h, rtems/score/sh.h,
147        rtems/score/sh_io.h, rtems/score/types.h: URL for license changed.
148
1492003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
152
1532003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * configure.ac: Remove AC_CONFIG_AUX_DIR.
156
1572002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
160        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
161
1622002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.ac: Fix package name.
165
1662002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
169
1702002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * rtems/score/sh.h: Fix typo in comment (Starus->Status).
173
1742002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * .cvsignore: Reformat.
177        Add autom4te*cache.
178        Remove autom4te.cache.
179
1802002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
183
1842002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: Use .$(OBJEXT) instead of .o.
187
1882002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * configure.ac: RTEMS_TOP(../../../..).
191
1922002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * rtems.c: Remove.
195        * Makefile.am: Reflect changes above.
196
1972002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * configure.ac: Remove RTEMS_PROJECT_ROOT.
200
2012002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * configure.ac: Add RTEMS_PROG_CCAS
204
2052002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
208        Add AC_PROG_RANLIB.
209
2102002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
213        Use ../../../aclocal.
214
2152002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * rtems.c: Adaptation to gcc-3.0.x.
218
2192001-04-03      Joel Sherrill <joel@OARcorp.com>
220
221        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
222        * rtems/score/shtypes.h: Removed.
223        * rtems/score/types.h: New file via CVS magic.
224        * Makefile.am, rtems/score/cpu.h: Account for name change.
225
2262002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * configure.ac:
229        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
230        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
231        * Makefile.am: Remove AUTOMAKE_OPTIONS.
232
2332002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * Makefile.am: Reflect 2002-01-23 changes.
236
2372002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * Makefile.am: Reflect 2002-01-23 changes.
240
2412002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * rtems/Makefile.am: Removed.
244        * rtems/score/Makefile.am: Removed.
245        * configure.ac: Reflect changes above.
246
2472001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * Makefile.am: Add multilib support.
250
2512001-11-28      Joel Sherrill <joel@OARcorp.com>,
252
253        This was tracked as PR91.
254        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
255        is used to specify if the port uses the standard macro for this (FALSE).
256        A TRUE setting indicates the port provides its own implementation.
257
2582001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * cpu.c: Fix #ifdefs, add missing #endif.
261
2622001-10-12      Joel Sherrill <joel@OARcorp.com>
263
264        * asm.h, cpu.c, rtems.c, rtems/score/cpu.h, rtems/score/sh.h,
265        rtems/score/sh_io.h, rtems/score/shtypes.h: Consistency changes
266        and made sure there were no includes from the libcpu tree.
267
2682001-10-12      Alexandra Kossovsky <sasha@oktet.ru>
269
270        * cpu.c, rtems/score/cpu.h, rtems/score/sh.h: Modified to
271        support SH4.  Reviewed by Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272        who did the original SH port.
273
2742001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
277        * configure.in: Remove.
278        * configure.ac: New file, generated from configure.in by autoupdate.
279
2802001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
283        * Makefile.am: Use 'PREINSTALL_FILES ='.
284
2852001-07-25  Radzislaw Galler  <rgaller@et.put.poznan.pl>
286
287        * cpu.c (_CPU_ISR_install_vector): Corrected interrupt range
288        checking which was SH1 specific. It didn't work for SH2 (has more
289        interrupt sources).
290
2912001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * Makefile.am, rtems/score/Makefile.am:
294        Apply include_*HEADERS instead of H_FILES.
295
2962001-01-03      Joel Sherrill <joel@OARcorp.com>
297
298        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
299
3002000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
303
3042000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
307
3082000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
311        Switch to GNU canonicalization.
312
3132000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * Makefile.am: Include compile.am.
316
3172000-08-10      Joel Sherrill <joel@OARcorp.com>
318
319        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.