source: rtems/cpukit/score/cpu/c4x/ChangeLog @ f172fc89

4.104.114.84.95
Last change on this file since f172fc89 was 795da078, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/17/06 at 05:58:06

2006-11-17 Ralf Corsépius <ralf.corsepius@…>

  • rtems/score/types.h: Remove unsigned64, signed64.
  • Property mode set to 100644
File size: 9.6 KB
Line 
12006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * rtems/score/types.h: Remove unsigned64, signed64.
4
52006-01-16      Joel Sherrill <joel@OARcorp.com>
6
7        * rtems/score/cpu.h: Part of a large patch to improve Doxygen output.
8        As a side-effect, grammar and spelling errors were corrected, spacing
9        errors were address, and some variable names were improved.
10
112005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
12
13        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
14
152005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
16
17        * rtems/asm.h: Remove private version of CONCAT macros.
18        Include <rtems/concat.h> instead.
19
202005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
21
22        * Makefile.am: Split out preinstallation rules.
23        * preinstall.am: New (Split out from Makefile.am).
24
252005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
26
27        PR 754/rtems
28        * rtems/asm.h: New (relocated from .).
29        * asm.h: Remove (moved to rtems/asm.h).
30        * Makefile.am: Reflect changes above.
31
322005-02-02      Ralf Corsepius <ralf.corsepius@rtems.org>
33
34        PR rtems/752
35        * rtems/tic4x/c4xio.h: New (relocated from .).
36        New header guard.
37        * c4xio.h: Remove.
38        * Makefile.am: Reflect changes above.
39
402004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
41
42        * asm.h, rtems/score/c4x.h, rtems/score/cpu.h,
43        rtems/score/cpu_asm.h, rtems/score/types.h: New header guards.
44
452005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
46
47        * rtems/score/types.h: Remove signed8, signed16, signed32,
48        unsigned8, unsigned16, unsigned32.
49
502005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
51
52        * rtems/score/cpu.h: *_swap_u32( uint32_t ).
53
542005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
55
56        * rtems/score/types.h: #include <rtems/stdint.h>.
57
582005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
59
60        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
61
622005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
63
64        * Makefile.am: Remove build-variant support.
65
662004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
67
68        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
69        guard.
70
712004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
72
73        * asm.h: Add doxygen preamble.
74
752004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
76
77        * rtems/score/c4x.h: Add doxygen preamble.
78        * rtems/score/cpu.h: Add doxygen preamble.
79        * rtems/score/cpu_asm.h: Add doxygen preamble.
80        * rtems/score/types.h: Add doxygen preamble.
81
822004-09-29      Joel Sherrill <joel@OARcorp.com>
83
84        * rtems/score/cpu.h: i960 obsoleted and all references removed.
85
862004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
87
88        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
89        * Makefile.am: Don't include multilib.am.
90        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
91
922004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
93
94        * Makefile.am: Install c4xio.h to $(includedir)/rtems/c4x.
95
962004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
97
98        * Makefile.am: Install asm.h to $(includedir)/rtems.
99
1002004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
101
102        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
103
1042004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
105
106        * c4xio.h, cpu.c, irq.c, rtems/score/cpu.h: Convert to using c99
107        fixed size types.
108
1092004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
110
111        * configure.ac: RTEMS_TOP([../../../..]).
112
1132004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: Move RTEMS_TOP one subdir down.
116
1172004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Add PREINSTALL_DIRS.
120
1212004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
124        Add PREINSTALL_FILES to CLEANFILES.
125
1262004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * configure.ac: Requires automake >= 1.8.1.
129
1302004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * Makefile.am: Include compile.am, again.
133
1342004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: Convert to using automake compilation rules.
137
1382003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
141
1422003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
145
1462003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * Makefile.am: Remove TMPINSTALL_FILES.
149
1502003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: Add $(dirstamp) to preinstallation rules.
153
1542003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * Makefile.am: Don't use gmake rules for preinstallation.
157
1582003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac: Remove RTEMS_CANONICAL_HOST.
161
1622003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.ac: Remove RTEMS_CHECK_CPU.
165
1662003-09-26      Joel Sherrill <joel@OARcorp.com>
167
168        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
169        references.
170
1712003-09-04      Joel Sherrill <joel@OARcorp.com>
172
173        * cpu.c, cpu_asm.S, irq.c, rtems/score/c4x.h, rtems/score/cpu.h,
174        rtems/score/cpu_asm.h, rtems/score/types.h: URL for license changed.
175
1762003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
179
1802003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * configure.ac: Remove AC_CONFIG_AUX_DIR.
183
1842003-02-11      Joel Sherrill <joel@OARcorp.com>
185
186        * irq.c: Rework logic that decides when to call
187        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru>
188        determined that _ISR_Signals_to_thread_executing was not being
189        honored and/or cleared properly.
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-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * .cvsignore: Reformat.
207        Add autom4te*cache.
208        Remove autom4te.cache.
209
2102002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
213
2142002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * Makefile.am: Use .$(OBJEXT) instead of .o.
217
2182002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * Makefile.am: Use . instead of .o.
221
2222002-07-05      Joel Sherrill <joel@OARcorp.com>
223
224        * cpu.c, irq.c, rtems/score/cpu.h: Filled in something that was
225        marked XXX.
226
2272002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * configure.ac: RTEMS_TOP(../../../..).
230
2312002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * rtems.c: Remove.
234        * Makefile.am: Reflect changes above.
235
2362002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * configure.ac: Remove RTEMS_PROJECT_ROOT.
239
2402002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * configure.ac: Add RTEMS_PROG_CCAS
243
2442002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
247        Add AC_PROG_RANLIB.
248
2492002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
252        Use ../../../aclocal.
253
2542001-04-03      Joel Sherrill <joel@OARcorp.com>
255
256        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
257        * rtems/score/c4xtypes.h: Removed.
258        * rtems/score/types.h: New file via CVS magic.
259        * Makefile.am, rtems/score/cpu.h: Account for name change.
260
2612002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * configure.ac:
264        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
265        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
266        * Makefile.am: Remove AUTOMAKE_OPTIONS.
267
2682002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * rtems/Makefile.am: Removed.
271        * rtems/score/Makefile.am: Removed.
272        * configure.ac: Reflect changes above.
273        * Makefile.am: Reflect changes above.
274
2752002-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * asm.h: Remove #include <rtems/score/targopts.h>.
278        Add #include <rtems/score/cpuopts.h>.
279
280
281
2822002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
285
2862001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
289
2902001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * Makefile.am: Add multilib support.
293
2942001-11-28      Joel Sherrill <joel@OARcorp.com>,
295
296        This was tracked as PR91.
297        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
298        is used to specify if the port uses the standard macro for this (FALSE).
299        A TRUE setting indicates the port provides its own implementation.
300
3012001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
304        * configure.in: Remove.
305        * configure.ac: New file, generated from configure.in by autoupdate.
306
3072001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
310        * Makefile.am: Use 'PREINSTALL_FILES ='.
311
3122001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * Makefile.am, rtems/score/Makefile.am:
315        Apply include_*HEADERS instead of H_FILES.
316
3172001-01-03      Joel Sherrill <joel@OARcorp.com>
318
319        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
320
3212000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
324
3252000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
328
3292000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
332        Switch to GNU canonicalization.
333
3342000-10-18      Joel Sherrill <joel@OARcorp.com>
335
336        * rtems/score/c4x.h: Modified to properly multilib.  This required
337        using only macros predefined by gcc.
338
3392000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * Makefile.am: Include compile.am, formatting.
342        * rtems/Makefile.am: formatting.
343        * rtems/score/Makefile.am: formatting.
344
3452000-08-10      Joel Sherrill <joel@OARcorp.com>
346
347        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.