source: rtems/cpukit/score/cpu/sh/ChangeLog @ 1f24914a

4.104.114.84.95
Last change on this file since 1f24914a was 1f24914a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/04/05 at 05:25:15

2005-02-04 Ralf Corsepius <ralf.corsepius@…>

PR 754/rtems

  • rtems/asm.h: New (relocated from .).
  • asm.h: Remove (moved to rtems/asm.h).
  • Makefile.am: Reflect changes above.
  • Property mode set to 100644
File size: 8.6 KB
Line 
12005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        PR 754/rtems
4        * rtems/asm.h: New (relocated from .).
5        * asm.h: Remove (moved to rtems/asm.h).
6        * Makefile.am: Reflect changes above.
7
82004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
9
10        * asm.h, rtems/score/cpu.h, rtems/score/sh.h, rtems/score/sh_io.h,
11        rtems/score/types.h: New header guards.
12
132005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
14
15        * rtems/score/types.h: Remove signed8, signed16, signed32,
16        unsigned8, unsigned16, unsigned32.
17
182005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
19
20        * rtems/score/sh.h: *_swap_u32( uint32_t ).
21
222005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
23
24        * rtems/score/sh.h: *_swap_u16( uint16_t ).
25
262005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
27
28        * rtems/score/types.h: #include <rtems/stdint.h>.
29
302005-01-07      Ralf Corsepius <ralf.corsepius@freenet.de>
31
32        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
33
342005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
35
36        * Makefile.am: Remove build-variant support.
37
382004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
39
40        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
41        guard.
42
432004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
44
45        * asm.h: Add doxygen preamble.
46
472004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
48
49        * rtems/score/cpu.h: Add doxygen preamble.
50        * rtems/score/sh.h: Add doxygen preamble.
51        * rtems/score/sh_io.h: Add doxygen preamble.
52        * rtems/score/types.h: Add doxygen preamble.
53
542004-09-29      Joel Sherrill <joel@OARcorp.com>
55
56        * rtems/score/cpu.h: i960 obsoleted and all references removed.
57
582004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
59
60        * configure.ac: Remove (Merged into$(top_srcdir)/configure.ac).
61        * Makefile.am: Don't include multilib.am.
62        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
63
642004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
65
66        * Makefile.am: Install asm.h to $(includedir)/rtems.
67
682004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
69
70        * cpu.c, rtems/score/cpu.h, rtems/score/sh.h, rtems/score/sh_io.h:
71        Convert to using c99 fixed size types.
72
732004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
74
75        * configure.ac: RTEMS_TOP([../../../..]).
76
772004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac: Move RTEMS_TOP one subdir down.
80
812004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * Makefile.am: Add PREINSTALL_DIRS.
84
852004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
88        Add PREINSTALL_FILES to CLEANFILES.
89
902004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.ac: Requires automake >= 1.8.1.
93
942004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Include compile.am, again.
97
982004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: Convert to using automake compilation rules.
101
1022003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
105
1062003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
109
1102003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * Makefile.am: Remove TMPINSTALL_FILES.
113
1142003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Add $(dirstamp) to preinstallation rules.
117
1182003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: Don't use gmake rules for preinstallation.
121
1222003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * configure.ac: Remove RTEMS_CANONICAL_HOST.
125
1262003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * configure.ac: Remove RTEMS_CHECK_CPU.
129
1302003-09-26      Joel Sherrill <joel@OARcorp.com>
131
132        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
133        references.
134
1352003-09-04      Joel Sherrill <joel@OARcorp.com>
136
137        * asm.h, cpu.c, rtems/score/cpu.h, rtems/score/sh.h,
138        rtems/score/sh_io.h, rtems/score/types.h: URL for license changed.
139
1402003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
143
1442003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * configure.ac: Remove AC_CONFIG_AUX_DIR.
147
1482002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
151        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
152
1532002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * configure.ac: Fix package name.
156
1572002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
160
1612002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * rtems/score/sh.h: Fix typo in comment (Starus->Status).
164
1652002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * .cvsignore: Reformat.
168        Add autom4te*cache.
169        Remove autom4te.cache.
170
1712002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
174
1752002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * Makefile.am: Use .$(OBJEXT) instead of .o.
178
1792002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * configure.ac: RTEMS_TOP(../../../..).
182
1832002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * rtems.c: Remove.
186        * Makefile.am: Reflect changes above.
187
1882002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * configure.ac: Remove RTEMS_PROJECT_ROOT.
191
1922002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * configure.ac: Add RTEMS_PROG_CCAS
195
1962002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
199        Add AC_PROG_RANLIB.
200
2012002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
204        Use ../../../aclocal.
205
2062002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * rtems.c: Adaptation to gcc-3.0.x.
209
2102001-04-03      Joel Sherrill <joel@OARcorp.com>
211
212        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
213        * rtems/score/shtypes.h: Removed.
214        * rtems/score/types.h: New file via CVS magic.
215        * Makefile.am, rtems/score/cpu.h: Account for name change.
216
2172002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * configure.ac:
220        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
221        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
222        * Makefile.am: Remove AUTOMAKE_OPTIONS.
223
2242002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * Makefile.am: Reflect 2002-01-23 changes.
227
2282002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * Makefile.am: Reflect 2002-01-23 changes.
231
2322002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * rtems/Makefile.am: Removed.
235        * rtems/score/Makefile.am: Removed.
236        * configure.ac: Reflect changes above.
237
2382001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * Makefile.am: Add multilib support.
241
2422001-11-28      Joel Sherrill <joel@OARcorp.com>,
243
244        This was tracked as PR91.
245        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
246        is used to specify if the port uses the standard macro for this (FALSE).
247        A TRUE setting indicates the port provides its own implementation.
248
2492001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * cpu.c: Fix #ifdefs, add missing #endif.
252
2532001-10-12      Joel Sherrill <joel@OARcorp.com>
254
255        * asm.h, cpu.c, rtems.c, rtems/score/cpu.h, rtems/score/sh.h,
256        rtems/score/sh_io.h, rtems/score/shtypes.h: Consistency changes
257        and made sure there were no includes from the libcpu tree.
258
2592001-10-12      Alexandra Kossovsky <sasha@oktet.ru>
260
261        * cpu.c, rtems/score/cpu.h, rtems/score/sh.h: Modified to
262        support SH4.  Reviewed by Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263        who did the original SH port.
264
2652001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
268        * configure.in: Remove.
269        * configure.ac: New file, generated from configure.in by autoupdate.
270
2712001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
274        * Makefile.am: Use 'PREINSTALL_FILES ='.
275
2762001-07-25  Radzislaw Galler  <rgaller@et.put.poznan.pl>
277
278        * cpu.c (_CPU_ISR_install_vector): Corrected interrupt range
279        checking which was SH1 specific. It didn't work for SH2 (has more
280        interrupt sources).
281
2822001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * Makefile.am, rtems/score/Makefile.am:
285        Apply include_*HEADERS instead of H_FILES.
286
2872001-01-03      Joel Sherrill <joel@OARcorp.com>
288
289        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
290
2912000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
294
2952000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
298
2992000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
302        Switch to GNU canonicalization.
303
3042000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * Makefile.am: Include compile.am.
307
3082000-08-10      Joel Sherrill <joel@OARcorp.com>
309
310        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.