source: rtems/cpukit/score/cpu/no_cpu/ChangeLog @ b7b6100

4.104.114.95
Last change on this file since b7b6100 was b7b6100, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/21/08 at 04:10:51

2008-08-21 Ralf Corsépius <ralf.corsepius@…>

  • rtems/score/types.h: Include stdbool.h. Use bool as base-type for boolean.
  • Property mode set to 100644
File size: 10.4 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
182008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
19
20        * rtems/score/cpu.h: Remove most doxygen warnings.
21
222007-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
23
24        * rtems/score/cpu.h: Add _CPU_Context_Get_SP() for stack check utility.
25
262007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
27
28        * rtems/score/cpu.h: Style.
29
302007-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * rtems/score/cpu.h: Fix Doxygen.
33
342007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
35
36        * cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU
37        Table to Configuration Table. Eliminate CPU Table from all ports.
38        Delete references to CPU Table in all forms.
39
402007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
41
42        * rtems/score/cpu.h: Moved most of the remaining CPU Table fields to
43        the Configuration Table. This included pretasking_hook,
44        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
45        extra_mpci_receive_server_stack, stack_allocate_hook, and
46        stack_free_hook. As a side-effect of this effort some multiprocessing
47        code was made conditional and some style clean up occurred.
48
492007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
50
51        * rtems/score/cpu.h:
52          Use Context_Control_fp* instead of void* for fp_contexts.
53          Eliminate evil casts.
54
552006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
56
57        * rtems/score/types.h: Remove unsigned64, signed64.
58
592006-01-16      Joel Sherrill <joel@OARcorp.com>
60
61        * rtems/asm.h, rtems/score/cpu.h, rtems/score/types.h: Part of a large
62        patch to improve Doxygen output. As a side-effect, grammar and
63        spelling errors were corrected, spacing errors were address, and some
64        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
872004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
88
89        * asm.h, rtems/score/cpu.h, rtems/score/cpu_asm.h,
90        rtems/score/no_cpu.h, rtems/score/types.h: New header guards.
91
922005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
93
94        * rtems/score/types.h: Remove signed8, signed16, signed32,
95        unsigned8, unsigned16, unsigned32.
96
972005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
98
99        * rtems/score/cpu.h: *_swap_u32( uint32_t ).
100
1012005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
102
103        * rtems/score/types.h: #include <rtems/stdint.h>.
104
1052005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
106
107        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
108
1092005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
110
111        * Makefile.am: Remove build-variant support.
112
1132004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
114
115        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
116        guard.
117
1182004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
119
120        * asm.h: Add doxygen preamble.
121
1222004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
123
124        * rtems/score/cpu.h: Add doxygen preamble.
125        * rtems/score/cpu_asm.h: Add doxygen preamble.
126        * rtems/score/types.h: Add doxygen preamble.
127
1282004-09-29      Joel Sherrill <joel@OARcorp.com>
129
130        * rtems/score/cpu.h: i960 obsoleted and all references removed.
131
1322004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
133
134        * configure.ac: Remove (Merged into$(top_srcdir)/configure.ac).
135        * Makefile.am: Don't include multilib.am.
136        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
137
1382004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
139
140        * Makefile.am: Install asm.h to $(includedir)/rtems.
141
1422004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
143
144        * cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
145
1462004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
147
148        * configure.ac: RTEMS_TOP([../../../..]).
149
1502004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac: Move RTEMS_TOP one subdir down.
153
1542004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * Makefile.am: Add PREINSTALL_DIRS.
157
1582004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
161        Add PREINSTALL_FILES to CLEANFILES.
162
1632004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.ac: Requires automake >= 1.8.1.
166
1672004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * Makefile.am: Include compile.am, again.
170
1712004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am: Convert to using automake compilation rules.
174
1752003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
178
1792003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
182
1832003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * Makefile.am: Remove TMPINSTALL_FILES.
186
1872003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * Makefile.am: Add $(dirstamp) to preinstallation rules.
190
1912003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * Makefile.am: Don't use gmake rules for preinstallation.
194
1952003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * configure.ac: Remove RTEMS_CANONICAL_HOST.
198
1992003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * configure.ac: Remove RTEMS_CHECK_CPU.
202
2032003-09-26      Joel Sherrill <joel@OARcorp.com>
204
205        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
206        references.
207
2082003-09-04      Joel Sherrill <joel@OARcorp.com>
209
210        * cpu.c, cpu_asm.c, rtems/score/cpu.h, rtems/score/cpu_asm.h,
211        rtems/score/no_cpu.h, rtems/score/types.h: URL for license changed.
212
2132003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
216
2172003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * configure.ac: Remove AC_CONFIG_AUX_DIR.
220
2212003-02-11      Joel Sherrill <joel@OARcorp.com>
222
223        * cpu_asm.c: Rework logic that decides when to call
224        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru>
225        determined that _ISR_Signals_to_thread_executing was not being
226        honored and/or cleared properly.
227
2282002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
231        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
232
2332002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * configure.ac: Fix package name.
236
2372002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
240
2412002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * .cvsignore: Reformat.
244        Add autom4te*cache.
245        Remove autom4te.cache.
246
2472002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
250
2512002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * Makefile.am: Use .$(OBJEXT) instead of .o.
254
2552002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * configure.ac: RTEMS_TOP(../../../..).
258
2592002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * rtems.c: Remove.
262        * Makefile.am: Reflect changes above.
263
2642002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * configure.ac: Remove RTEMS_PROJECT_ROOT.
267
2682002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * configure.ac: Add RTEMS_PROG_CCAS
271
2722002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
275        Add AC_PROG_RANLIB.
276
2772002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
280        Use ../../../aclocal.
281
2822001-04-03      Joel Sherrill <joel@OARcorp.com>
283
284        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
285        * rtems/score/no_cputypes.h: Removed.
286        * rtems/score/types.h: New file via CVS magic.
287        * Makefile.am, rtems/score/cpu.h: Account for name change.
288
2892002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * configure.ac:
292        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
293        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
294        * Makefile.am: Remove AUTOMAKE_OPTIONS.
295
2962002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * rtems/Makefile.am: Removed.
299        * rtems/score/Makefile.am: Removed.
300        * configure.ac: Reflect changes above.
301        * Makefile.am: Reflect changes above.
302
3032001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * Makefile.am: Add multilib support.
306
3072001-11-28      Joel Sherrill <joel@OARcorp.com>,
308
309        This was tracked as PR91.
310        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
311        is used to specify if the port uses the standard macro for this (FALSE).
312        A TRUE setting indicates the port provides its own implementation.
313
3142001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
317        * configure.in: Remove.
318        * configure.ac: New file, generated from configure.in by autoupdate.
319
3202001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
323        * Makefile.am: Use 'PREINSTALL_FILES ='.
324
3252001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * Makefile.am, rtems/score/Makefile.am:
328        Apply include_*HEADERS instead of H_FILES.
329
3302001-01-03      Joel Sherrill <joel@OARcorp.com>
331
332        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
333
3342000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
337
3382000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
341
3422000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
345        Switch to GNU canonicalization.
346
3472000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * Makefile.am: Include compile.am.
350
3512000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
352
353        * rtems/score/no_cpu.h: Modified so there are fewer and
354        more consistent variations on "no cpu" so it is easier
355        to sed the source as the starting point for a new port.
356
3572000-08-10      Joel Sherrill <joel@OARcorp.com>
358
359        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.