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

4.104.114.84.95
Last change on this file since babf575 was babf575, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/08/05 at 15:45:55

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

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