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

4.104.114.84.95
Last change on this file since 9469043 was 9469043, checked in by Joel Sherrill <joel.sherrill@…>, on 08/10/06 at 21:56:54

2006-08-10 Joel Sherrill <joel@…>

  • cpu.c, rtems/score/sh.h: Recognize sh2e variant so multilibs will all compile.
  • Property mode set to 100644
File size: 9.4 KB
Line 
12006-08-10      Joel Sherrill <joel@OARcorp.com>
2
3        * cpu.c, rtems/score/sh.h: Recognize sh2e variant so multilibs will all
4        compile.
5
62006-01-16      Joel Sherrill <joel@OARcorp.com>
7
8        * rtems/score/cpu.h: Part of a large patch to improve Doxygen output.
9        As a side-effect, grammar and spelling errors were corrected, spacing
10        errors were address, and some variable names were improved.
11
122006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
13
14        * rtems/score/types.h: Eliminate unsigned16.
15
162005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
17
18        * rtems/asm.h: Remove private version of CONCAT macros.
19        Include <rtems/concat.h> instead.
20
212005-02-19      Ralf Corsepius <ralf.corsepius@rtems.org>
22
23        * rtems/score/cpu.h: Remove traces from NO_CPU.
24
252005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
26
27        * Makefile.am: Split out preinstallation rules.
28        * preinstall.am: New (Split out from Makefile.am).
29
302005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
31
32        PR 754/rtems
33        * rtems/asm.h: New (relocated from .).
34        * asm.h: Remove (moved to rtems/asm.h).
35        * Makefile.am: Reflect changes above.
36
372004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
38
39        * asm.h, rtems/score/cpu.h, rtems/score/sh.h, rtems/score/sh_io.h,
40        rtems/score/types.h: New header guards.
41
422005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
43
44        * rtems/score/types.h: Remove signed8, signed16, signed32,
45        unsigned8, unsigned16, unsigned32.
46
472005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
48
49        * rtems/score/sh.h: *_swap_u32( uint32_t ).
50
512005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
52
53        * rtems/score/sh.h: *_swap_u16( uint16_t ).
54
552005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
56
57        * rtems/score/types.h: #include <rtems/stdint.h>.
58
592005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
60
61        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
62
632005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
64
65        * Makefile.am: Remove build-variant support.
66
672004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
68
69        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
70        guard.
71
722004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
73
74        * asm.h: Add doxygen preamble.
75
762004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
77
78        * rtems/score/cpu.h: Add doxygen preamble.
79        * rtems/score/sh.h: Add doxygen preamble.
80        * rtems/score/sh_io.h: Add doxygen preamble.
81        * rtems/score/types.h: Add doxygen preamble.
82
832004-09-29      Joel Sherrill <joel@OARcorp.com>
84
85        * rtems/score/cpu.h: i960 obsoleted and all references removed.
86
872004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
88
89        * configure.ac: Remove (Merged into$(top_srcdir)/configure.ac).
90        * Makefile.am: Don't include multilib.am.
91        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
92
932004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
94
95        * Makefile.am: Install asm.h to $(includedir)/rtems.
96
972004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
98
99        * cpu.c, rtems/score/cpu.h, rtems/score/sh.h, rtems/score/sh_io.h:
100        Convert to using c99 fixed size types.
101
1022004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
103
104        * configure.ac: RTEMS_TOP([../../../..]).
105
1062004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac: Move RTEMS_TOP one subdir down.
109
1102004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * Makefile.am: Add PREINSTALL_DIRS.
113
1142004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
117        Add PREINSTALL_FILES to CLEANFILES.
118
1192004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.ac: Requires automake >= 1.8.1.
122
1232004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: Include compile.am, again.
126
1272004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Convert to using automake compilation rules.
130
1312003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
134
1352003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
138
1392003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Remove TMPINSTALL_FILES.
142
1432003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * Makefile.am: Add $(dirstamp) to preinstallation rules.
146
1472003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * Makefile.am: Don't use gmake rules for preinstallation.
150
1512003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * configure.ac: Remove RTEMS_CANONICAL_HOST.
154
1552003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * configure.ac: Remove RTEMS_CHECK_CPU.
158
1592003-09-26      Joel Sherrill <joel@OARcorp.com>
160
161        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
162        references.
163
1642003-09-04      Joel Sherrill <joel@OARcorp.com>
165
166        * asm.h, cpu.c, rtems/score/cpu.h, rtems/score/sh.h,
167        rtems/score/sh_io.h, rtems/score/types.h: URL for license changed.
168
1692003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
172
1732003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * configure.ac: Remove AC_CONFIG_AUX_DIR.
176
1772002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
180        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
181
1822002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * configure.ac: Fix package name.
185
1862002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
189
1902002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * rtems/score/sh.h: Fix typo in comment (Starus->Status).
193
1942002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * .cvsignore: Reformat.
197        Add autom4te*cache.
198        Remove autom4te.cache.
199
2002002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
203
2042002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * Makefile.am: Use .$(OBJEXT) instead of .o.
207
2082002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * configure.ac: RTEMS_TOP(../../../..).
211
2122002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * rtems.c: Remove.
215        * Makefile.am: Reflect changes above.
216
2172002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * configure.ac: Remove RTEMS_PROJECT_ROOT.
220
2212002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * configure.ac: Add RTEMS_PROG_CCAS
224
2252002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
228        Add AC_PROG_RANLIB.
229
2302002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
233        Use ../../../aclocal.
234
2352002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * rtems.c: Adaptation to gcc-3.0.x.
238
2392001-04-03      Joel Sherrill <joel@OARcorp.com>
240
241        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
242        * rtems/score/shtypes.h: Removed.
243        * rtems/score/types.h: New file via CVS magic.
244        * Makefile.am, rtems/score/cpu.h: Account for name change.
245
2462002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * configure.ac:
249        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
250        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
251        * Makefile.am: Remove AUTOMAKE_OPTIONS.
252
2532002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * Makefile.am: Reflect 2002-01-23 changes.
256
2572002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * Makefile.am: Reflect 2002-01-23 changes.
260
2612002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * rtems/Makefile.am: Removed.
264        * rtems/score/Makefile.am: Removed.
265        * configure.ac: Reflect changes above.
266
2672001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * Makefile.am: Add multilib support.
270
2712001-11-28      Joel Sherrill <joel@OARcorp.com>,
272
273        This was tracked as PR91.
274        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
275        is used to specify if the port uses the standard macro for this (FALSE).
276        A TRUE setting indicates the port provides its own implementation.
277
2782001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * cpu.c: Fix #ifdefs, add missing #endif.
281
2822001-10-12      Joel Sherrill <joel@OARcorp.com>
283
284        * asm.h, cpu.c, rtems.c, rtems/score/cpu.h, rtems/score/sh.h,
285        rtems/score/sh_io.h, rtems/score/shtypes.h: Consistency changes
286        and made sure there were no includes from the libcpu tree.
287
2882001-10-12      Alexandra Kossovsky <sasha@oktet.ru>
289
290        * cpu.c, rtems/score/cpu.h, rtems/score/sh.h: Modified to
291        support SH4.  Reviewed by Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292        who did the original SH port.
293
2942001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
297        * configure.in: Remove.
298        * configure.ac: New file, generated from configure.in by autoupdate.
299
3002001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
303        * Makefile.am: Use 'PREINSTALL_FILES ='.
304
3052001-07-25  Radzislaw Galler  <rgaller@et.put.poznan.pl>
306
307        * cpu.c (_CPU_ISR_install_vector): Corrected interrupt range
308        checking which was SH1 specific. It didn't work for SH2 (has more
309        interrupt sources).
310
3112001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * Makefile.am, rtems/score/Makefile.am:
314        Apply include_*HEADERS instead of H_FILES.
315
3162001-01-03      Joel Sherrill <joel@OARcorp.com>
317
318        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
319
3202000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
323
3242000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
327
3282000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
331        Switch to GNU canonicalization.
332
3332000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * Makefile.am: Include compile.am.
336
3372000-08-10      Joel Sherrill <joel@OARcorp.com>
338
339        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.