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

4.8
Last change on this file since b72e847b was 8b56aa3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/09/07 at 15:28:52

2007-05-09 Ralf Corsépius <ralf.corsepius@…>

  • rtems/score/cpu.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
  • Property mode set to 100644
File size: 9.8 KB
Line 
12007-05-09      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * rtems/score/cpu.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
4
52007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * rtems/score/cpu.h:
8          Use Context_Control_fp* instead of void* for fp_contexts.
9          Eliminate evil casts.
10
112006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * rtems/score/types.h: Remove unsigned64, signed64.
14
152006-08-10      Joel Sherrill <joel@OARcorp.com>
16
17        * cpu.c, rtems/score/sh.h: Recognize sh2e variant so multilibs will all
18        compile.
19
202006-01-16      Joel Sherrill <joel@OARcorp.com>
21
22        * rtems/score/cpu.h: Part of a large patch to improve Doxygen output.
23        As a side-effect, grammar and spelling errors were corrected, spacing
24        errors were address, and some variable names were improved.
25
262006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
27
28        * rtems/score/types.h: Eliminate unsigned16.
29
302005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
31
32        * rtems/asm.h: Remove private version of CONCAT macros.
33        Include <rtems/concat.h> instead.
34
352005-02-19      Ralf Corsepius <ralf.corsepius@rtems.org>
36
37        * rtems/score/cpu.h: Remove traces from NO_CPU.
38
392005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
40
41        * Makefile.am: Split out preinstallation rules.
42        * preinstall.am: New (Split out from Makefile.am).
43
442005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
45
46        PR 754/rtems
47        * rtems/asm.h: New (relocated from .).
48        * asm.h: Remove (moved to rtems/asm.h).
49        * Makefile.am: Reflect changes above.
50
512004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
52
53        * asm.h, rtems/score/cpu.h, rtems/score/sh.h, rtems/score/sh_io.h,
54        rtems/score/types.h: New header guards.
55
562005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
57
58        * rtems/score/types.h: Remove signed8, signed16, signed32,
59        unsigned8, unsigned16, unsigned32.
60
612005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
62
63        * rtems/score/sh.h: *_swap_u32( uint32_t ).
64
652005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
66
67        * rtems/score/sh.h: *_swap_u16( uint16_t ).
68
692005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
70
71        * rtems/score/types.h: #include <rtems/stdint.h>.
72
732005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
74
75        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
76
772005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
78
79        * Makefile.am: Remove build-variant support.
80
812004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
82
83        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
84        guard.
85
862004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
87
88        * asm.h: Add doxygen preamble.
89
902004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
91
92        * rtems/score/cpu.h: Add doxygen preamble.
93        * rtems/score/sh.h: Add doxygen preamble.
94        * rtems/score/sh_io.h: Add doxygen preamble.
95        * rtems/score/types.h: Add doxygen preamble.
96
972004-09-29      Joel Sherrill <joel@OARcorp.com>
98
99        * rtems/score/cpu.h: i960 obsoleted and all references removed.
100
1012004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
102
103        * configure.ac: Remove (Merged into$(top_srcdir)/configure.ac).
104        * Makefile.am: Don't include multilib.am.
105        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
106
1072004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
108
109        * Makefile.am: Install asm.h to $(includedir)/rtems.
110
1112004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
112
113        * cpu.c, rtems/score/cpu.h, rtems/score/sh.h, rtems/score/sh_io.h:
114        Convert to using c99 fixed size types.
115
1162004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
117
118        * configure.ac: RTEMS_TOP([../../../..]).
119
1202004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.ac: Move RTEMS_TOP one subdir down.
123
1242004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * Makefile.am: Add PREINSTALL_DIRS.
127
1282004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
131        Add PREINSTALL_FILES to CLEANFILES.
132
1332004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * configure.ac: Requires automake >= 1.8.1.
136
1372004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: Include compile.am, again.
140
1412004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * Makefile.am: Convert to using automake compilation rules.
144
1452003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
148
1492003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
152
1532003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Makefile.am: Remove TMPINSTALL_FILES.
156
1572003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * Makefile.am: Add $(dirstamp) to preinstallation rules.
160
1612003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * Makefile.am: Don't use gmake rules for preinstallation.
164
1652003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * configure.ac: Remove RTEMS_CANONICAL_HOST.
168
1692003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * configure.ac: Remove RTEMS_CHECK_CPU.
172
1732003-09-26      Joel Sherrill <joel@OARcorp.com>
174
175        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
176        references.
177
1782003-09-04      Joel Sherrill <joel@OARcorp.com>
179
180        * asm.h, cpu.c, rtems/score/cpu.h, rtems/score/sh.h,
181        rtems/score/sh_io.h, rtems/score/types.h: URL for license changed.
182
1832003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
186
1872003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * configure.ac: Remove AC_CONFIG_AUX_DIR.
190
1912002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
194        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
195
1962002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * configure.ac: Fix package name.
199
2002002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
203
2042002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * rtems/score/sh.h: Fix typo in comment (Starus->Status).
207
2082002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * .cvsignore: Reformat.
211        Add autom4te*cache.
212        Remove autom4te.cache.
213
2142002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
217
2182002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * Makefile.am: Use .$(OBJEXT) instead of .o.
221
2222002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * configure.ac: RTEMS_TOP(../../../..).
225
2262002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * rtems.c: Remove.
229        * Makefile.am: Reflect changes above.
230
2312002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * configure.ac: Remove RTEMS_PROJECT_ROOT.
234
2352002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * configure.ac: Add RTEMS_PROG_CCAS
238
2392002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
242        Add AC_PROG_RANLIB.
243
2442002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
247        Use ../../../aclocal.
248
2492002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * rtems.c: Adaptation to gcc-3.0.x.
252
2532001-04-03      Joel Sherrill <joel@OARcorp.com>
254
255        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
256        * rtems/score/shtypes.h: Removed.
257        * rtems/score/types.h: New file via CVS magic.
258        * Makefile.am, rtems/score/cpu.h: Account for name change.
259
2602002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * configure.ac:
263        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
264        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
265        * Makefile.am: Remove AUTOMAKE_OPTIONS.
266
2672002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * Makefile.am: Reflect 2002-01-23 changes.
270
2712002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * Makefile.am: Reflect 2002-01-23 changes.
274
2752002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * rtems/Makefile.am: Removed.
278        * rtems/score/Makefile.am: Removed.
279        * configure.ac: Reflect changes above.
280
2812001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * Makefile.am: Add multilib support.
284
2852001-11-28      Joel Sherrill <joel@OARcorp.com>,
286
287        This was tracked as PR91.
288        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
289        is used to specify if the port uses the standard macro for this (FALSE).
290        A TRUE setting indicates the port provides its own implementation.
291
2922001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * cpu.c: Fix #ifdefs, add missing #endif.
295
2962001-10-12      Joel Sherrill <joel@OARcorp.com>
297
298        * asm.h, cpu.c, rtems.c, rtems/score/cpu.h, rtems/score/sh.h,
299        rtems/score/sh_io.h, rtems/score/shtypes.h: Consistency changes
300        and made sure there were no includes from the libcpu tree.
301
3022001-10-12      Alexandra Kossovsky <sasha@oktet.ru>
303
304        * cpu.c, rtems/score/cpu.h, rtems/score/sh.h: Modified to
305        support SH4.  Reviewed by Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306        who did the original SH port.
307
3082001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
311        * configure.in: Remove.
312        * configure.ac: New file, generated from configure.in by autoupdate.
313
3142001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
317        * Makefile.am: Use 'PREINSTALL_FILES ='.
318
3192001-07-25  Radzislaw Galler  <rgaller@et.put.poznan.pl>
320
321        * cpu.c (_CPU_ISR_install_vector): Corrected interrupt range
322        checking which was SH1 specific. It didn't work for SH2 (has more
323        interrupt sources).
324
3252001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * Makefile.am, rtems/score/Makefile.am:
328        Apply include_*HEADERS instead of H_FILES.
329
3302001-01-03      Joel Sherrill <joel@OARcorp.com>
331
332        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
333
3342000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
337
3382000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
341
3422000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
345        Switch to GNU canonicalization.
346
3472000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * Makefile.am: Include compile.am.
350
3512000-08-10      Joel Sherrill <joel@OARcorp.com>
352
353        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.