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

4.104.114.95
Last change on this file since ee29de05 was ee29de05, checked in by Joel Sherrill <joel.sherrill@…>, on 12/04/07 at 22:19:10

2007-12-04 Joel Sherrill <joel.sherrill@…>

  • cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU Table to Configuration Table. Eliminate CPU Table from all ports. Delete references to CPU Table in all forms.
  • Property mode set to 100644
File size: 10.6 KB
Line 
12007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU
4        Table to Configuration Table. Eliminate CPU Table from all ports.
5        Delete references to CPU Table in all forms.
6
72007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        * rtems/score/cpu.h: Moved most of the remaining CPU Table fields to
10        the Configuration Table. This included pretasking_hook,
11        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
12        extra_mpci_receive_server_stack, stack_allocate_hook, and
13        stack_free_hook. As a side-effect of this effort some multiprocessing
14        code was made conditional and some style clean up occurred.
15
162007-05-09      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * rtems/score/cpu.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
19
202007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * rtems/score/cpu.h:
23          Use Context_Control_fp* instead of void* for fp_contexts.
24          Eliminate evil casts.
25
262007-01-30      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * rtems/score/types.h: Use uint_least16_t for
29        Priority_Bit_map_control;
30
312006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * rtems/score/types.h: Remove unsigned64, signed64.
34
352006-01-16      Joel Sherrill <joel@OARcorp.com>
36
37        * rtems/score/cpu.h: Part of a large patch to improve Doxygen output.
38        As a side-effect, grammar and spelling errors were corrected, spacing
39        errors were address, and some variable names were improved.
40
412005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
42
43        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
44
452005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
46
47        * rtems/asm.h: Remove private version of CONCAT macros.
48        Include <rtems/concat.h> instead.
49
502005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
51
52        * Makefile.am: Split out preinstallation rules.
53        * preinstall.am: New (Split out from Makefile.am).
54
552005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
56
57        PR 754/rtems
58        * rtems/asm.h: New (relocated from .).
59        * asm.h: Remove (moved to rtems/asm.h).
60        * Makefile.am: Reflect changes above.
61
622005-02-02      Ralf Corsepius <ralf.corsepius@rtems.org>
63
64        PR rtems/752
65        * rtems/tic4x/c4xio.h: New (relocated from .).
66        New header guard.
67        * c4xio.h: Remove.
68        * Makefile.am: Reflect changes above.
69
702004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
71
72        * asm.h, rtems/score/c4x.h, rtems/score/cpu.h,
73        rtems/score/cpu_asm.h, rtems/score/types.h: New header guards.
74
752005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
76
77        * rtems/score/types.h: Remove signed8, signed16, signed32,
78        unsigned8, unsigned16, unsigned32.
79
802005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
81
82        * rtems/score/cpu.h: *_swap_u32( uint32_t ).
83
842005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
85
86        * rtems/score/types.h: #include <rtems/stdint.h>.
87
882005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
89
90        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
91
922005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
93
94        * Makefile.am: Remove build-variant support.
95
962004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
97
98        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
99        guard.
100
1012004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
102
103        * asm.h: Add doxygen preamble.
104
1052004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
106
107        * rtems/score/c4x.h: Add doxygen preamble.
108        * rtems/score/cpu.h: Add doxygen preamble.
109        * rtems/score/cpu_asm.h: Add doxygen preamble.
110        * rtems/score/types.h: Add doxygen preamble.
111
1122004-09-29      Joel Sherrill <joel@OARcorp.com>
113
114        * rtems/score/cpu.h: i960 obsoleted and all references removed.
115
1162004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
117
118        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
119        * Makefile.am: Don't include multilib.am.
120        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
121
1222004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
123
124        * Makefile.am: Install c4xio.h to $(includedir)/rtems/c4x.
125
1262004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
127
128        * Makefile.am: Install asm.h to $(includedir)/rtems.
129
1302004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
131
132        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
133
1342004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
135
136        * c4xio.h, cpu.c, irq.c, rtems/score/cpu.h: Convert to using c99
137        fixed size types.
138
1392004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
140
141        * configure.ac: RTEMS_TOP([../../../..]).
142
1432004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * configure.ac: Move RTEMS_TOP one subdir down.
146
1472004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * Makefile.am: Add PREINSTALL_DIRS.
150
1512004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
154        Add PREINSTALL_FILES to CLEANFILES.
155
1562004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * configure.ac: Requires automake >= 1.8.1.
159
1602004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Makefile.am: Include compile.am, again.
163
1642004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am: Convert to using automake compilation rules.
167
1682003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
171
1722003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
175
1762003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Remove TMPINSTALL_FILES.
179
1802003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: Add $(dirstamp) to preinstallation rules.
183
1842003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: Don't use gmake rules for preinstallation.
187
1882003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * configure.ac: Remove RTEMS_CANONICAL_HOST.
191
1922003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * configure.ac: Remove RTEMS_CHECK_CPU.
195
1962003-09-26      Joel Sherrill <joel@OARcorp.com>
197
198        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
199        references.
200
2012003-09-04      Joel Sherrill <joel@OARcorp.com>
202
203        * cpu.c, cpu_asm.S, irq.c, rtems/score/c4x.h, rtems/score/cpu.h,
204        rtems/score/cpu_asm.h, rtems/score/types.h: URL for license changed.
205
2062003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
209
2102003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * configure.ac: Remove AC_CONFIG_AUX_DIR.
213
2142003-02-11      Joel Sherrill <joel@OARcorp.com>
215
216        * irq.c: Rework logic that decides when to call
217        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru>
218        determined that _ISR_Signals_to_thread_executing was not being
219        honored and/or cleared properly.
220
2212002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
224        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
225
2262002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * configure.ac: Fix package name.
229
2302002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
233
2342002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * .cvsignore: Reformat.
237        Add autom4te*cache.
238        Remove autom4te.cache.
239
2402002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
243
2442002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * Makefile.am: Use .$(OBJEXT) instead of .o.
247
2482002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * Makefile.am: Use . instead of .o.
251
2522002-07-05      Joel Sherrill <joel@OARcorp.com>
253
254        * cpu.c, irq.c, rtems/score/cpu.h: Filled in something that was
255        marked XXX.
256
2572002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * configure.ac: RTEMS_TOP(../../../..).
260
2612002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * rtems.c: Remove.
264        * Makefile.am: Reflect changes above.
265
2662002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * configure.ac: Remove RTEMS_PROJECT_ROOT.
269
2702002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * configure.ac: Add RTEMS_PROG_CCAS
273
2742002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
277        Add AC_PROG_RANLIB.
278
2792002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
282        Use ../../../aclocal.
283
2842001-04-03      Joel Sherrill <joel@OARcorp.com>
285
286        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
287        * rtems/score/c4xtypes.h: Removed.
288        * rtems/score/types.h: New file via CVS magic.
289        * Makefile.am, rtems/score/cpu.h: Account for name change.
290
2912002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * configure.ac:
294        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
295        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
296        * Makefile.am: Remove AUTOMAKE_OPTIONS.
297
2982002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * rtems/Makefile.am: Removed.
301        * rtems/score/Makefile.am: Removed.
302        * configure.ac: Reflect changes above.
303        * Makefile.am: Reflect changes above.
304
3052002-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * asm.h: Remove #include <rtems/score/targopts.h>.
308        Add #include <rtems/score/cpuopts.h>.
309
310
311
3122002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
315
3162001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
319
3202001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * Makefile.am: Add multilib support.
323
3242001-11-28      Joel Sherrill <joel@OARcorp.com>,
325
326        This was tracked as PR91.
327        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
328        is used to specify if the port uses the standard macro for this (FALSE).
329        A TRUE setting indicates the port provides its own implementation.
330
3312001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
334        * configure.in: Remove.
335        * configure.ac: New file, generated from configure.in by autoupdate.
336
3372001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
340        * Makefile.am: Use 'PREINSTALL_FILES ='.
341
3422001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * Makefile.am, rtems/score/Makefile.am:
345        Apply include_*HEADERS instead of H_FILES.
346
3472001-01-03      Joel Sherrill <joel@OARcorp.com>
348
349        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
350
3512000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
354
3552000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
358
3592000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
362        Switch to GNU canonicalization.
363
3642000-10-18      Joel Sherrill <joel@OARcorp.com>
365
366        * rtems/score/c4x.h: Modified to properly multilib.  This required
367        using only macros predefined by gcc.
368
3692000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * Makefile.am: Include compile.am, formatting.
372        * rtems/Makefile.am: formatting.
373        * rtems/score/Makefile.am: formatting.
374
3752000-08-10      Joel Sherrill <joel@OARcorp.com>
376
377        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.