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

4.104.114.95
Last change on this file since c922ec6c was de434b0, checked in by Joel Sherrill <joel.sherrill@…>, on 12/10/07 at 23:13:28

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

  • rtems/score/cpu.h: Fix Doxygen.
  • Property mode set to 100644
File size: 9.5 KB
Line 
12007-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * rtems/score/cpu.h: Fix Doxygen.
4
52007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU
8        Table to Configuration Table. Eliminate CPU Table from all ports.
9        Delete references to CPU Table in all forms.
10
112007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
12
13        * rtems/score/cpu.h: Moved most of the remaining CPU Table fields to
14        the Configuration Table. This included pretasking_hook,
15        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
16        extra_mpci_receive_server_stack, stack_allocate_hook, and
17        stack_free_hook. As a side-effect of this effort some multiprocessing
18        code was made conditional and some style clean up occurred.
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
262006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * rtems/score/types.h: Remove unsigned64, signed64.
29
302006-01-16      Joel Sherrill <joel@OARcorp.com>
31
32        * rtems/asm.h, rtems/score/cpu.h, rtems/score/types.h: Part of a large
33        patch to improve Doxygen output. As a side-effect, grammar and
34        spelling errors were corrected, spacing errors were address, and some
35        variable names were improved.
36
372005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
38
39        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
40
412005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
42
43        * rtems/asm.h: Remove private version of CONCAT macros.
44        Include <rtems/concat.h> instead.
45
462005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
47
48        * Makefile.am: Split out preinstallation rules.
49        * preinstall.am: New (Split out from Makefile.am).
50
512005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
52
53        PR 754/rtems
54        * rtems/asm.h: New (relocated from .).
55        * asm.h: Remove (moved to rtems/asm.h).
56        * Makefile.am: Reflect changes above.
57
582004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
59
60        * asm.h, rtems/score/cpu.h, rtems/score/cpu_asm.h,
61        rtems/score/no_cpu.h, rtems/score/types.h: New header guards.
62
632005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
64
65        * rtems/score/types.h: Remove signed8, signed16, signed32,
66        unsigned8, unsigned16, unsigned32.
67
682005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
69
70        * rtems/score/cpu.h: *_swap_u32( uint32_t ).
71
722005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
73
74        * rtems/score/types.h: #include <rtems/stdint.h>.
75
762005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
77
78        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
79
802005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
81
82        * Makefile.am: Remove build-variant support.
83
842004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
85
86        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
87        guard.
88
892004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
90
91        * asm.h: Add doxygen preamble.
92
932004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
94
95        * rtems/score/cpu.h: Add doxygen preamble.
96        * rtems/score/cpu_asm.h: Add doxygen preamble.
97        * rtems/score/types.h: Add doxygen preamble.
98
992004-09-29      Joel Sherrill <joel@OARcorp.com>
100
101        * rtems/score/cpu.h: i960 obsoleted and all references removed.
102
1032004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
104
105        * configure.ac: Remove (Merged into$(top_srcdir)/configure.ac).
106        * Makefile.am: Don't include multilib.am.
107        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
108
1092004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
110
111        * Makefile.am: Install asm.h to $(includedir)/rtems.
112
1132004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
114
115        * cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
116
1172004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
118
119        * configure.ac: RTEMS_TOP([../../../..]).
120
1212004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * configure.ac: Move RTEMS_TOP one subdir down.
124
1252004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am: Add PREINSTALL_DIRS.
128
1292004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
132        Add PREINSTALL_FILES to CLEANFILES.
133
1342004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * configure.ac: Requires automake >= 1.8.1.
137
1382004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: Include compile.am, again.
141
1422004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: Convert to using automake compilation rules.
145
1462003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
149
1502003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
153
1542003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * Makefile.am: Remove TMPINSTALL_FILES.
157
1582003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: Add $(dirstamp) to preinstallation rules.
161
1622003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: Don't use gmake rules for preinstallation.
165
1662003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * configure.ac: Remove RTEMS_CANONICAL_HOST.
169
1702003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * configure.ac: Remove RTEMS_CHECK_CPU.
173
1742003-09-26      Joel Sherrill <joel@OARcorp.com>
175
176        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
177        references.
178
1792003-09-04      Joel Sherrill <joel@OARcorp.com>
180
181        * cpu.c, cpu_asm.c, rtems/score/cpu.h, rtems/score/cpu_asm.h,
182        rtems/score/no_cpu.h, rtems/score/types.h: URL for license changed.
183
1842003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
187
1882003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * configure.ac: Remove AC_CONFIG_AUX_DIR.
191
1922003-02-11      Joel Sherrill <joel@OARcorp.com>
193
194        * cpu_asm.c: Rework logic that decides when to call
195        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru>
196        determined that _ISR_Signals_to_thread_executing was not being
197        honored and/or cleared properly.
198
1992002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
202        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
203
2042002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * configure.ac: Fix package name.
207
2082002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
211
2122002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * .cvsignore: Reformat.
215        Add autom4te*cache.
216        Remove autom4te.cache.
217
2182002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
221
2222002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * Makefile.am: Use .$(OBJEXT) instead of .o.
225
2262002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * configure.ac: RTEMS_TOP(../../../..).
229
2302002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * rtems.c: Remove.
233        * Makefile.am: Reflect changes above.
234
2352002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * configure.ac: Remove RTEMS_PROJECT_ROOT.
238
2392002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * configure.ac: Add RTEMS_PROG_CCAS
242
2432002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
246        Add AC_PROG_RANLIB.
247
2482002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
251        Use ../../../aclocal.
252
2532001-04-03      Joel Sherrill <joel@OARcorp.com>
254
255        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
256        * rtems/score/no_cputypes.h: Removed.
257        * rtems/score/types.h: New file via CVS magic.
258        * Makefile.am, rtems/score/cpu.h: Account for name change.
259
2602002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * configure.ac:
263        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
264        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
265        * Makefile.am: Remove AUTOMAKE_OPTIONS.
266
2672002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * rtems/Makefile.am: Removed.
270        * rtems/score/Makefile.am: Removed.
271        * configure.ac: Reflect changes above.
272        * Makefile.am: Reflect changes above.
273
2742001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * Makefile.am: Add multilib support.
277
2782001-11-28      Joel Sherrill <joel@OARcorp.com>,
279
280        This was tracked as PR91.
281        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
282        is used to specify if the port uses the standard macro for this (FALSE).
283        A TRUE setting indicates the port provides its own implementation.
284
2852001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
288        * configure.in: Remove.
289        * configure.ac: New file, generated from configure.in by autoupdate.
290
2912001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
294        * Makefile.am: Use 'PREINSTALL_FILES ='.
295
2962001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * Makefile.am, rtems/score/Makefile.am:
299        Apply include_*HEADERS instead of H_FILES.
300
3012001-01-03      Joel Sherrill <joel@OARcorp.com>
302
303        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
304
3052000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
308
3092000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
312
3132000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
316        Switch to GNU canonicalization.
317
3182000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * Makefile.am: Include compile.am.
321
3222000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
323
324        * rtems/score/no_cpu.h: Modified so there are fewer and
325        more consistent variations on "no cpu" so it is easier
326        to sed the source as the starting point for a new port.
327
3282000-08-10      Joel Sherrill <joel@OARcorp.com>
329
330        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.