source: rtems/cpukit/score/cpu/no_cpu/ChangeLog @ 30e2df6

4.104.114.95
Last change on this file since 30e2df6 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: 10.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
132008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
14
15        * rtems/score/cpu.h: Remove most doxygen warnings.
16
172007-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
18
19        * rtems/score/cpu.h: Add _CPU_Context_Get_SP() for stack check utility.
20
212007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
22
23        * rtems/score/cpu.h: Style.
24
252007-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
26
27        * rtems/score/cpu.h: Fix Doxygen.
28
292007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
30
31        * cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU
32        Table to Configuration Table. Eliminate CPU Table from all ports.
33        Delete references to CPU Table in all forms.
34
352007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
36
37        * rtems/score/cpu.h: Moved most of the remaining CPU Table fields to
38        the Configuration Table. This included pretasking_hook,
39        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
40        extra_mpci_receive_server_stack, stack_allocate_hook, and
41        stack_free_hook. As a side-effect of this effort some multiprocessing
42        code was made conditional and some style clean up occurred.
43
442007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        * rtems/score/cpu.h:
47          Use Context_Control_fp* instead of void* for fp_contexts.
48          Eliminate evil casts.
49
502006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
51
52        * rtems/score/types.h: Remove unsigned64, signed64.
53
542006-01-16      Joel Sherrill <joel@OARcorp.com>
55
56        * rtems/asm.h, rtems/score/cpu.h, rtems/score/types.h: Part of a large
57        patch to improve Doxygen output. As a side-effect, grammar and
58        spelling errors were corrected, spacing errors were address, and some
59        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
822004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
83
84        * asm.h, rtems/score/cpu.h, rtems/score/cpu_asm.h,
85        rtems/score/no_cpu.h, rtems/score/types.h: New header guards.
86
872005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
88
89        * rtems/score/types.h: Remove signed8, signed16, signed32,
90        unsigned8, unsigned16, unsigned32.
91
922005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
93
94        * rtems/score/cpu.h: *_swap_u32( uint32_t ).
95
962005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
97
98        * rtems/score/types.h: #include <rtems/stdint.h>.
99
1002005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
101
102        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
103
1042005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
105
106        * Makefile.am: Remove build-variant support.
107
1082004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
109
110        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
111        guard.
112
1132004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
114
115        * asm.h: Add doxygen preamble.
116
1172004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
118
119        * rtems/score/cpu.h: Add doxygen preamble.
120        * rtems/score/cpu_asm.h: Add doxygen preamble.
121        * rtems/score/types.h: Add doxygen preamble.
122
1232004-09-29      Joel Sherrill <joel@OARcorp.com>
124
125        * rtems/score/cpu.h: i960 obsoleted and all references removed.
126
1272004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
128
129        * configure.ac: Remove (Merged into$(top_srcdir)/configure.ac).
130        * Makefile.am: Don't include multilib.am.
131        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
132
1332004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
134
135        * Makefile.am: Install asm.h to $(includedir)/rtems.
136
1372004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
138
139        * cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
140
1412004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
142
143        * configure.ac: RTEMS_TOP([../../../..]).
144
1452004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * configure.ac: Move RTEMS_TOP one subdir down.
148
1492004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * Makefile.am: Add PREINSTALL_DIRS.
152
1532004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
156        Add PREINSTALL_FILES to CLEANFILES.
157
1582004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac: Requires automake >= 1.8.1.
161
1622004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: Include compile.am, again.
165
1662004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * Makefile.am: Convert to using automake compilation rules.
169
1702003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
173
1742003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
177
1782003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * Makefile.am: Remove TMPINSTALL_FILES.
181
1822003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * Makefile.am: Add $(dirstamp) to preinstallation rules.
185
1862003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * Makefile.am: Don't use gmake rules for preinstallation.
189
1902003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.ac: Remove RTEMS_CANONICAL_HOST.
193
1942003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.ac: Remove RTEMS_CHECK_CPU.
197
1982003-09-26      Joel Sherrill <joel@OARcorp.com>
199
200        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
201        references.
202
2032003-09-04      Joel Sherrill <joel@OARcorp.com>
204
205        * cpu.c, cpu_asm.c, rtems/score/cpu.h, rtems/score/cpu_asm.h,
206        rtems/score/no_cpu.h, rtems/score/types.h: URL for license changed.
207
2082003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
211
2122003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * configure.ac: Remove AC_CONFIG_AUX_DIR.
215
2162003-02-11      Joel Sherrill <joel@OARcorp.com>
217
218        * cpu_asm.c: Rework logic that decides when to call
219        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru>
220        determined that _ISR_Signals_to_thread_executing was not being
221        honored and/or cleared properly.
222
2232002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
226        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
227
2282002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * configure.ac: Fix package name.
231
2322002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
235
2362002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * .cvsignore: Reformat.
239        Add autom4te*cache.
240        Remove autom4te.cache.
241
2422002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
245
2462002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * Makefile.am: Use .$(OBJEXT) instead of .o.
249
2502002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * configure.ac: RTEMS_TOP(../../../..).
253
2542002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * rtems.c: Remove.
257        * Makefile.am: Reflect changes above.
258
2592002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * configure.ac: Remove RTEMS_PROJECT_ROOT.
262
2632002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * configure.ac: Add RTEMS_PROG_CCAS
266
2672002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
270        Add AC_PROG_RANLIB.
271
2722002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
275        Use ../../../aclocal.
276
2772001-04-03      Joel Sherrill <joel@OARcorp.com>
278
279        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
280        * rtems/score/no_cputypes.h: Removed.
281        * rtems/score/types.h: New file via CVS magic.
282        * Makefile.am, rtems/score/cpu.h: Account for name change.
283
2842002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * configure.ac:
287        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
288        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
289        * Makefile.am: Remove AUTOMAKE_OPTIONS.
290
2912002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * rtems/Makefile.am: Removed.
294        * rtems/score/Makefile.am: Removed.
295        * configure.ac: Reflect changes above.
296        * Makefile.am: Reflect changes above.
297
2982001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * Makefile.am: Add multilib support.
301
3022001-11-28      Joel Sherrill <joel@OARcorp.com>,
303
304        This was tracked as PR91.
305        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
306        is used to specify if the port uses the standard macro for this (FALSE).
307        A TRUE setting indicates the port provides its own implementation.
308
3092001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
312        * configure.in: Remove.
313        * configure.ac: New file, generated from configure.in by autoupdate.
314
3152001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
318        * Makefile.am: Use 'PREINSTALL_FILES ='.
319
3202001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * Makefile.am, rtems/score/Makefile.am:
323        Apply include_*HEADERS instead of H_FILES.
324
3252001-01-03      Joel Sherrill <joel@OARcorp.com>
326
327        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
328
3292000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
332
3332000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
336
3372000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
340        Switch to GNU canonicalization.
341
3422000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * Makefile.am: Include compile.am.
345
3462000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
347
348        * rtems/score/no_cpu.h: Modified so there are fewer and
349        more consistent variations on "no cpu" so it is easier
350        to sed the source as the starting point for a new port.
351
3522000-08-10      Joel Sherrill <joel@OARcorp.com>
353
354        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.