source: rtems/cpukit/score/cpu/c4x/ChangeLog @ 7a28ac8

4.104.115
Last change on this file since 7a28ac8 was 7a28ac8, checked in by Joel Sherrill <joel.sherrill@…>, on 09/10/08 at 15:41:37

2008-09-10 Joel Sherrill <joel.sherrill@…>

  • configure.ac, aclocal/canonical-target-name.m4: Readd NIOS2 and TI C4x. Accidentally not done on 4.9 branch. :(
  • score/cpu/c4x/.cvsignore, score/cpu/c4x/ChangeLog, score/cpu/c4x/Makefile.am, score/cpu/c4x/cpu.c, score/cpu/c4x/cpu_asm.S, score/cpu/c4x/irq.c, score/cpu/c4x/preinstall.am, score/cpu/c4x/rtems/asm.h, score/cpu/c4x/rtems/score/c4x.h, score/cpu/c4x/rtems/score/cpu.h, score/cpu/c4x/rtems/score/cpu_asm.h, score/cpu/c4x/rtems/score/types.h, score/cpu/c4x/rtems/tic4x/c4xio.h, score/cpu/nios2/.cvsignore, score/cpu/nios2/ChangeLog, score/cpu/nios2/Makefile.am, score/cpu/nios2/cpu.c, score/cpu/nios2/cpu_asm.S, score/cpu/nios2/irq.c, score/cpu/nios2/preinstall.am, score/cpu/nios2/rtems/asm.h, score/cpu/nios2/rtems/score/cpu.h, score/cpu/nios2/rtems/score/cpu_asm.h, score/cpu/nios2/rtems/score/nios2.h, score/cpu/nios2/rtems/score/types.h: New files.
  • Property mode set to 100644
File size: 11.5 KB
Line 
12008-08-21      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * rtems/score/types.h: Include stdbool.h.
4        Use bool as base-type for boolean.
5
62008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
7
8        * cpu.c, rtems/score/cpu.h: Correct prototype of Idle threads.
9
102008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
11
12        * rtems/score/cpu.h: Add CPU_SIMPLE_VECTORED_INTERRUPTS porting
13        parameter to indicate that the port uses the Simple Vectored
14        Interrupt model or the Programmable Interrupt Controller Model. The
15        PIC model is implemented primarily in the BSP and it is responsible
16        for all memory allocation.
17
182007-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
19
20        * rtems/score/cpu.h: Add _CPU_Context_Get_SP() for stack check utility.
21
222007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
23
24        * rtems/tic4x/c4xio.h: Sweep to make sure grep for COPYRIGHT passes.
25
262007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
27
28        * cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU
29        Table to Configuration Table. Eliminate CPU Table from all ports.
30        Delete references to CPU Table in all forms.
31
322007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
33
34        * rtems/score/cpu.h: Moved most of the remaining CPU Table fields to
35        the Configuration Table. This included pretasking_hook,
36        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
37        extra_mpci_receive_server_stack, stack_allocate_hook, and
38        stack_free_hook. As a side-effect of this effort some multiprocessing
39        code was made conditional and some style clean up occurred.
40
412007-05-09      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * rtems/score/cpu.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
44
452007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * rtems/score/cpu.h:
48          Use Context_Control_fp* instead of void* for fp_contexts.
49          Eliminate evil casts.
50
512007-01-30      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * rtems/score/types.h: Use uint_least16_t for
54        Priority_Bit_map_control;
55
562006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * rtems/score/types.h: Remove unsigned64, signed64.
59
602006-01-16      Joel Sherrill <joel@OARcorp.com>
61
62        * rtems/score/cpu.h: Part of a large patch to improve Doxygen output.
63        As a side-effect, grammar and spelling errors were corrected, spacing
64        errors were address, and some variable names were improved.
65
662005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
67
68        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
69
702005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
71
72        * rtems/asm.h: Remove private version of CONCAT macros.
73        Include <rtems/concat.h> instead.
74
752005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
76
77        * Makefile.am: Split out preinstallation rules.
78        * preinstall.am: New (Split out from Makefile.am).
79
802005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
81
82        PR 754/rtems
83        * rtems/asm.h: New (relocated from .).
84        * asm.h: Remove (moved to rtems/asm.h).
85        * Makefile.am: Reflect changes above.
86
872005-02-02      Ralf Corsepius <ralf.corsepius@rtems.org>
88
89        PR rtems/752
90        * rtems/tic4x/c4xio.h: New (relocated from .).
91        New header guard.
92        * c4xio.h: Remove.
93        * Makefile.am: Reflect changes above.
94
952004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
96
97        * asm.h, rtems/score/c4x.h, rtems/score/cpu.h,
98        rtems/score/cpu_asm.h, rtems/score/types.h: New header guards.
99
1002005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
101
102        * rtems/score/types.h: Remove signed8, signed16, signed32,
103        unsigned8, unsigned16, unsigned32.
104
1052005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
106
107        * rtems/score/cpu.h: *_swap_u32( uint32_t ).
108
1092005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
110
111        * rtems/score/types.h: #include <rtems/stdint.h>.
112
1132005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
114
115        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
116
1172005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
118
119        * Makefile.am: Remove build-variant support.
120
1212004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
122
123        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
124        guard.
125
1262004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
127
128        * asm.h: Add doxygen preamble.
129
1302004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
131
132        * rtems/score/c4x.h: Add doxygen preamble.
133        * rtems/score/cpu.h: Add doxygen preamble.
134        * rtems/score/cpu_asm.h: Add doxygen preamble.
135        * rtems/score/types.h: Add doxygen preamble.
136
1372004-09-29      Joel Sherrill <joel@OARcorp.com>
138
139        * rtems/score/cpu.h: i960 obsoleted and all references removed.
140
1412004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
142
143        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
144        * Makefile.am: Don't include multilib.am.
145        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
146
1472004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
148
149        * Makefile.am: Install c4xio.h to $(includedir)/rtems/c4x.
150
1512004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
152
153        * Makefile.am: Install asm.h to $(includedir)/rtems.
154
1552004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
156
157        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
158
1592004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
160
161        * c4xio.h, cpu.c, irq.c, rtems/score/cpu.h: Convert to using c99
162        fixed size types.
163
1642004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
165
166        * configure.ac: RTEMS_TOP([../../../..]).
167
1682004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * configure.ac: Move RTEMS_TOP one subdir down.
171
1722004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * Makefile.am: Add PREINSTALL_DIRS.
175
1762004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
179        Add PREINSTALL_FILES to CLEANFILES.
180
1812004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * configure.ac: Requires automake >= 1.8.1.
184
1852004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * Makefile.am: Include compile.am, again.
188
1892004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * Makefile.am: Convert to using automake compilation rules.
192
1932003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
196
1972003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
200
2012003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * Makefile.am: Remove TMPINSTALL_FILES.
204
2052003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * Makefile.am: Add $(dirstamp) to preinstallation rules.
208
2092003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * Makefile.am: Don't use gmake rules for preinstallation.
212
2132003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * configure.ac: Remove RTEMS_CANONICAL_HOST.
216
2172003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * configure.ac: Remove RTEMS_CHECK_CPU.
220
2212003-09-26      Joel Sherrill <joel@OARcorp.com>
222
223        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
224        references.
225
2262003-09-04      Joel Sherrill <joel@OARcorp.com>
227
228        * cpu.c, cpu_asm.S, irq.c, rtems/score/c4x.h, rtems/score/cpu.h,
229        rtems/score/cpu_asm.h, rtems/score/types.h: URL for license changed.
230
2312003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
234
2352003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * configure.ac: Remove AC_CONFIG_AUX_DIR.
238
2392003-02-11      Joel Sherrill <joel@OARcorp.com>
240
241        * irq.c: Rework logic that decides when to call
242        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru>
243        determined that _ISR_Signals_to_thread_executing was not being
244        honored and/or cleared properly.
245
2462002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
249        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
250
2512002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * configure.ac: Fix package name.
254
2552002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
258
2592002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * .cvsignore: Reformat.
262        Add autom4te*cache.
263        Remove autom4te.cache.
264
2652002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
268
2692002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * Makefile.am: Use .$(OBJEXT) instead of .o.
272
2732002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * Makefile.am: Use . instead of .o.
276
2772002-07-05      Joel Sherrill <joel@OARcorp.com>
278
279        * cpu.c, irq.c, rtems/score/cpu.h: Filled in something that was
280        marked XXX.
281
2822002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * configure.ac: RTEMS_TOP(../../../..).
285
2862002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * rtems.c: Remove.
289        * Makefile.am: Reflect changes above.
290
2912002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * configure.ac: Remove RTEMS_PROJECT_ROOT.
294
2952002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * configure.ac: Add RTEMS_PROG_CCAS
298
2992002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
302        Add AC_PROG_RANLIB.
303
3042002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
307        Use ../../../aclocal.
308
3092001-04-03      Joel Sherrill <joel@OARcorp.com>
310
311        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
312        * rtems/score/c4xtypes.h: Removed.
313        * rtems/score/types.h: New file via CVS magic.
314        * Makefile.am, rtems/score/cpu.h: Account for name change.
315
3162002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * configure.ac:
319        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
320        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
321        * Makefile.am: Remove AUTOMAKE_OPTIONS.
322
3232002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * rtems/Makefile.am: Removed.
326        * rtems/score/Makefile.am: Removed.
327        * configure.ac: Reflect changes above.
328        * Makefile.am: Reflect changes above.
329
3302002-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * asm.h: Remove #include <rtems/score/targopts.h>.
333        Add #include <rtems/score/cpuopts.h>.
334
335
336
3372002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
340
3412001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
344
3452001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * Makefile.am: Add multilib support.
348
3492001-11-28      Joel Sherrill <joel@OARcorp.com>,
350
351        This was tracked as PR91.
352        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
353        is used to specify if the port uses the standard macro for this (FALSE).
354        A TRUE setting indicates the port provides its own implementation.
355
3562001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
359        * configure.in: Remove.
360        * configure.ac: New file, generated from configure.in by autoupdate.
361
3622001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
365        * Makefile.am: Use 'PREINSTALL_FILES ='.
366
3672001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * Makefile.am, rtems/score/Makefile.am:
370        Apply include_*HEADERS instead of H_FILES.
371
3722001-01-03      Joel Sherrill <joel@OARcorp.com>
373
374        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
375
3762000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
379
3802000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
383
3842000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
387        Switch to GNU canonicalization.
388
3892000-10-18      Joel Sherrill <joel@OARcorp.com>
390
391        * rtems/score/c4x.h: Modified to properly multilib.  This required
392        using only macros predefined by gcc.
393
3942000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * Makefile.am: Include compile.am, formatting.
397        * rtems/Makefile.am: formatting.
398        * rtems/score/Makefile.am: formatting.
399
4002000-08-10      Joel Sherrill <joel@OARcorp.com>
401
402        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.