source: rtems/cpukit/score/cpu/c4x/ChangeLog @ 3c87adba

4.104.114.95
Last change on this file since 3c87adba was 3c87adba, checked in by Joel Sherrill <joel.sherrill@…>, on 07/31/08 at 14:55:56

2008-07-31 Joel Sherrill <joel.sherrill@…>

  • cpu.c, rtems/score/cpu.h: Correct prototype of Idle threads.
  • Property mode set to 100644
File size: 11.3 KB
Line 
12008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * cpu.c, rtems/score/cpu.h: Correct prototype of Idle threads.
4
52008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * rtems/score/cpu.h: Add CPU_SIMPLE_VECTORED_INTERRUPTS porting
8        parameter to indicate that the port uses the Simple Vectored
9        Interrupt model or the Programmable Interrupt Controller Model. The
10        PIC model is implemented primarily in the BSP and it is responsible
11        for all memory allocation.
12
132007-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
14
15        * rtems/score/cpu.h: Add _CPU_Context_Get_SP() for stack check utility.
16
172007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
18
19        * rtems/tic4x/c4xio.h: Sweep to make sure grep for COPYRIGHT passes.
20
212007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
22
23        * cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU
24        Table to Configuration Table. Eliminate CPU Table from all ports.
25        Delete references to CPU Table in all forms.
26
272007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
28
29        * rtems/score/cpu.h: Moved most of the remaining CPU Table fields to
30        the Configuration Table. This included pretasking_hook,
31        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
32        extra_mpci_receive_server_stack, stack_allocate_hook, and
33        stack_free_hook. As a side-effect of this effort some multiprocessing
34        code was made conditional and some style clean up occurred.
35
362007-05-09      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * rtems/score/cpu.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
39
402007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * rtems/score/cpu.h:
43          Use Context_Control_fp* instead of void* for fp_contexts.
44          Eliminate evil casts.
45
462007-01-30      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * rtems/score/types.h: Use uint_least16_t for
49        Priority_Bit_map_control;
50
512006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * rtems/score/types.h: Remove unsigned64, signed64.
54
552006-01-16      Joel Sherrill <joel@OARcorp.com>
56
57        * rtems/score/cpu.h: Part of a large patch to improve Doxygen output.
58        As a side-effect, grammar and spelling errors were corrected, spacing
59        errors were address, and some variable names were improved.
60
612005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
62
63        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
64
652005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
66
67        * rtems/asm.h: Remove private version of CONCAT macros.
68        Include <rtems/concat.h> instead.
69
702005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
71
72        * Makefile.am: Split out preinstallation rules.
73        * preinstall.am: New (Split out from Makefile.am).
74
752005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
76
77        PR 754/rtems
78        * rtems/asm.h: New (relocated from .).
79        * asm.h: Remove (moved to rtems/asm.h).
80        * Makefile.am: Reflect changes above.
81
822005-02-02      Ralf Corsepius <ralf.corsepius@rtems.org>
83
84        PR rtems/752
85        * rtems/tic4x/c4xio.h: New (relocated from .).
86        New header guard.
87        * c4xio.h: Remove.
88        * Makefile.am: Reflect changes above.
89
902004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
91
92        * asm.h, rtems/score/c4x.h, rtems/score/cpu.h,
93        rtems/score/cpu_asm.h, rtems/score/types.h: New header guards.
94
952005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
96
97        * rtems/score/types.h: Remove signed8, signed16, signed32,
98        unsigned8, unsigned16, unsigned32.
99
1002005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
101
102        * rtems/score/cpu.h: *_swap_u32( uint32_t ).
103
1042005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
105
106        * rtems/score/types.h: #include <rtems/stdint.h>.
107
1082005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
109
110        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
111
1122005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
113
114        * Makefile.am: Remove build-variant support.
115
1162004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
117
118        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
119        guard.
120
1212004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
122
123        * asm.h: Add doxygen preamble.
124
1252004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
126
127        * rtems/score/c4x.h: Add doxygen preamble.
128        * rtems/score/cpu.h: Add doxygen preamble.
129        * rtems/score/cpu_asm.h: Add doxygen preamble.
130        * rtems/score/types.h: Add doxygen preamble.
131
1322004-09-29      Joel Sherrill <joel@OARcorp.com>
133
134        * rtems/score/cpu.h: i960 obsoleted and all references removed.
135
1362004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
137
138        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
139        * Makefile.am: Don't include multilib.am.
140        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
141
1422004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
143
144        * Makefile.am: Install c4xio.h to $(includedir)/rtems/c4x.
145
1462004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
147
148        * Makefile.am: Install asm.h to $(includedir)/rtems.
149
1502004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
151
152        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
153
1542004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
155
156        * c4xio.h, cpu.c, irq.c, rtems/score/cpu.h: Convert to using c99
157        fixed size types.
158
1592004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
160
161        * configure.ac: RTEMS_TOP([../../../..]).
162
1632004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.ac: Move RTEMS_TOP one subdir down.
166
1672004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * Makefile.am: Add PREINSTALL_DIRS.
170
1712004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
174        Add PREINSTALL_FILES to CLEANFILES.
175
1762004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * configure.ac: Requires automake >= 1.8.1.
179
1802004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: Include compile.am, again.
183
1842004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: Convert to using automake compilation rules.
187
1882003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
191
1922003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
195
1962003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * Makefile.am: Remove TMPINSTALL_FILES.
199
2002003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * Makefile.am: Add $(dirstamp) to preinstallation rules.
203
2042003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * Makefile.am: Don't use gmake rules for preinstallation.
207
2082003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * configure.ac: Remove RTEMS_CANONICAL_HOST.
211
2122003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * configure.ac: Remove RTEMS_CHECK_CPU.
215
2162003-09-26      Joel Sherrill <joel@OARcorp.com>
217
218        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
219        references.
220
2212003-09-04      Joel Sherrill <joel@OARcorp.com>
222
223        * cpu.c, cpu_asm.S, irq.c, rtems/score/c4x.h, rtems/score/cpu.h,
224        rtems/score/cpu_asm.h, rtems/score/types.h: URL for license changed.
225
2262003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
229
2302003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * configure.ac: Remove AC_CONFIG_AUX_DIR.
233
2342003-02-11      Joel Sherrill <joel@OARcorp.com>
235
236        * irq.c: Rework logic that decides when to call
237        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru>
238        determined that _ISR_Signals_to_thread_executing was not being
239        honored and/or cleared properly.
240
2412002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
244        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
245
2462002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * configure.ac: Fix package name.
249
2502002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
253
2542002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * .cvsignore: Reformat.
257        Add autom4te*cache.
258        Remove autom4te.cache.
259
2602002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
263
2642002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * Makefile.am: Use .$(OBJEXT) instead of .o.
267
2682002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * Makefile.am: Use . instead of .o.
271
2722002-07-05      Joel Sherrill <joel@OARcorp.com>
273
274        * cpu.c, irq.c, rtems/score/cpu.h: Filled in something that was
275        marked XXX.
276
2772002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * configure.ac: RTEMS_TOP(../../../..).
280
2812002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * rtems.c: Remove.
284        * Makefile.am: Reflect changes above.
285
2862002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * configure.ac: Remove RTEMS_PROJECT_ROOT.
289
2902002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * configure.ac: Add RTEMS_PROG_CCAS
293
2942002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
297        Add AC_PROG_RANLIB.
298
2992002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
302        Use ../../../aclocal.
303
3042001-04-03      Joel Sherrill <joel@OARcorp.com>
305
306        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
307        * rtems/score/c4xtypes.h: Removed.
308        * rtems/score/types.h: New file via CVS magic.
309        * Makefile.am, rtems/score/cpu.h: Account for name change.
310
3112002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * configure.ac:
314        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
315        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
316        * Makefile.am: Remove AUTOMAKE_OPTIONS.
317
3182002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * rtems/Makefile.am: Removed.
321        * rtems/score/Makefile.am: Removed.
322        * configure.ac: Reflect changes above.
323        * Makefile.am: Reflect changes above.
324
3252002-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * asm.h: Remove #include <rtems/score/targopts.h>.
328        Add #include <rtems/score/cpuopts.h>.
329
330
331
3322002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
335
3362001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
339
3402001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * Makefile.am: Add multilib support.
343
3442001-11-28      Joel Sherrill <joel@OARcorp.com>,
345
346        This was tracked as PR91.
347        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
348        is used to specify if the port uses the standard macro for this (FALSE).
349        A TRUE setting indicates the port provides its own implementation.
350
3512001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
354        * configure.in: Remove.
355        * configure.ac: New file, generated from configure.in by autoupdate.
356
3572001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
360        * Makefile.am: Use 'PREINSTALL_FILES ='.
361
3622001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * Makefile.am, rtems/score/Makefile.am:
365        Apply include_*HEADERS instead of H_FILES.
366
3672001-01-03      Joel Sherrill <joel@OARcorp.com>
368
369        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
370
3712000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
374
3752000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
378
3792000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
382        Switch to GNU canonicalization.
383
3842000-10-18      Joel Sherrill <joel@OARcorp.com>
385
386        * rtems/score/c4x.h: Modified to properly multilib.  This required
387        using only macros predefined by gcc.
388
3892000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * Makefile.am: Include compile.am, formatting.
392        * rtems/Makefile.am: formatting.
393        * rtems/score/Makefile.am: formatting.
394
3952000-08-10      Joel Sherrill <joel@OARcorp.com>
396
397        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.