source: rtems/cpukit/score/cpu/no_cpu/ChangeLog @ 0ca6d0d9

4.104.114.95
Last change on this file since 0ca6d0d9 was 0ca6d0d9, checked in by Joel Sherrill <joel.sherrill@…>, on 12/17/07 at 22:35:25

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

  • rtems/score/cpu.h: Add _CPU_Context_Get_SP() for stack check utility.
  • Property mode set to 100644
File size: 9.7 KB
Line 
12007-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * rtems/score/cpu.h: Add _CPU_Context_Get_SP() for stack check utility.
4
52007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * rtems/score/cpu.h: Style.
8
92007-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
10
11        * rtems/score/cpu.h: Fix Doxygen.
12
132007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
14
15        * cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU
16        Table to Configuration Table. Eliminate CPU Table from all ports.
17        Delete references to CPU Table in all forms.
18
192007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
20
21        * rtems/score/cpu.h: Moved most of the remaining CPU Table fields to
22        the Configuration Table. This included pretasking_hook,
23        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
24        extra_mpci_receive_server_stack, stack_allocate_hook, and
25        stack_free_hook. As a side-effect of this effort some multiprocessing
26        code was made conditional and some style clean up occurred.
27
282007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
29
30        * rtems/score/cpu.h:
31          Use Context_Control_fp* instead of void* for fp_contexts.
32          Eliminate evil casts.
33
342006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * rtems/score/types.h: Remove unsigned64, signed64.
37
382006-01-16      Joel Sherrill <joel@OARcorp.com>
39
40        * rtems/asm.h, rtems/score/cpu.h, rtems/score/types.h: Part of a large
41        patch to improve Doxygen output. As a side-effect, grammar and
42        spelling errors were corrected, spacing errors were address, and some
43        variable names were improved.
44
452005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
46
47        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
48
492005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
50
51        * rtems/asm.h: Remove private version of CONCAT macros.
52        Include <rtems/concat.h> instead.
53
542005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
55
56        * Makefile.am: Split out preinstallation rules.
57        * preinstall.am: New (Split out from Makefile.am).
58
592005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
60
61        PR 754/rtems
62        * rtems/asm.h: New (relocated from .).
63        * asm.h: Remove (moved to rtems/asm.h).
64        * Makefile.am: Reflect changes above.
65
662004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
67
68        * asm.h, rtems/score/cpu.h, rtems/score/cpu_asm.h,
69        rtems/score/no_cpu.h, rtems/score/types.h: New header guards.
70
712005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
72
73        * rtems/score/types.h: Remove signed8, signed16, signed32,
74        unsigned8, unsigned16, unsigned32.
75
762005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
77
78        * rtems/score/cpu.h: *_swap_u32( uint32_t ).
79
802005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
81
82        * rtems/score/types.h: #include <rtems/stdint.h>.
83
842005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
85
86        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
87
882005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
89
90        * Makefile.am: Remove build-variant support.
91
922004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
93
94        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
95        guard.
96
972004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
98
99        * asm.h: Add doxygen preamble.
100
1012004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
102
103        * rtems/score/cpu.h: Add doxygen preamble.
104        * rtems/score/cpu_asm.h: Add doxygen preamble.
105        * rtems/score/types.h: Add doxygen preamble.
106
1072004-09-29      Joel Sherrill <joel@OARcorp.com>
108
109        * rtems/score/cpu.h: i960 obsoleted and all references removed.
110
1112004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
112
113        * configure.ac: Remove (Merged into$(top_srcdir)/configure.ac).
114        * Makefile.am: Don't include multilib.am.
115        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
116
1172004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
118
119        * Makefile.am: Install asm.h to $(includedir)/rtems.
120
1212004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
122
123        * cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
124
1252004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
126
127        * configure.ac: RTEMS_TOP([../../../..]).
128
1292004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * configure.ac: Move RTEMS_TOP one subdir down.
132
1332004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: Add PREINSTALL_DIRS.
136
1372004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
140        Add PREINSTALL_FILES to CLEANFILES.
141
1422004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.ac: Requires automake >= 1.8.1.
145
1462004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * Makefile.am: Include compile.am, again.
149
1502004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: Convert to using automake compilation rules.
153
1542003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
157
1582003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
161
1622003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: Remove TMPINSTALL_FILES.
165
1662003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * Makefile.am: Add $(dirstamp) to preinstallation rules.
169
1702003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * Makefile.am: Don't use gmake rules for preinstallation.
173
1742003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * configure.ac: Remove RTEMS_CANONICAL_HOST.
177
1782003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * configure.ac: Remove RTEMS_CHECK_CPU.
181
1822003-09-26      Joel Sherrill <joel@OARcorp.com>
183
184        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
185        references.
186
1872003-09-04      Joel Sherrill <joel@OARcorp.com>
188
189        * cpu.c, cpu_asm.c, rtems/score/cpu.h, rtems/score/cpu_asm.h,
190        rtems/score/no_cpu.h, rtems/score/types.h: URL for license changed.
191
1922003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
195
1962003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * configure.ac: Remove AC_CONFIG_AUX_DIR.
199
2002003-02-11      Joel Sherrill <joel@OARcorp.com>
201
202        * cpu_asm.c: Rework logic that decides when to call
203        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru>
204        determined that _ISR_Signals_to_thread_executing was not being
205        honored and/or cleared properly.
206
2072002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
210        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
211
2122002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * configure.ac: Fix package name.
215
2162002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
219
2202002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * .cvsignore: Reformat.
223        Add autom4te*cache.
224        Remove autom4te.cache.
225
2262002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
229
2302002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * Makefile.am: Use .$(OBJEXT) instead of .o.
233
2342002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * configure.ac: RTEMS_TOP(../../../..).
237
2382002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * rtems.c: Remove.
241        * Makefile.am: Reflect changes above.
242
2432002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * configure.ac: Remove RTEMS_PROJECT_ROOT.
246
2472002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * configure.ac: Add RTEMS_PROG_CCAS
250
2512002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
254        Add AC_PROG_RANLIB.
255
2562002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
259        Use ../../../aclocal.
260
2612001-04-03      Joel Sherrill <joel@OARcorp.com>
262
263        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
264        * rtems/score/no_cputypes.h: Removed.
265        * rtems/score/types.h: New file via CVS magic.
266        * Makefile.am, rtems/score/cpu.h: Account for name change.
267
2682002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * configure.ac:
271        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
272        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
273        * Makefile.am: Remove AUTOMAKE_OPTIONS.
274
2752002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * rtems/Makefile.am: Removed.
278        * rtems/score/Makefile.am: Removed.
279        * configure.ac: Reflect changes above.
280        * Makefile.am: Reflect changes above.
281
2822001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * Makefile.am: Add multilib support.
285
2862001-11-28      Joel Sherrill <joel@OARcorp.com>,
287
288        This was tracked as PR91.
289        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
290        is used to specify if the port uses the standard macro for this (FALSE).
291        A TRUE setting indicates the port provides its own implementation.
292
2932001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
296        * configure.in: Remove.
297        * configure.ac: New file, generated from configure.in by autoupdate.
298
2992001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
302        * Makefile.am: Use 'PREINSTALL_FILES ='.
303
3042001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * Makefile.am, rtems/score/Makefile.am:
307        Apply include_*HEADERS instead of H_FILES.
308
3092001-01-03      Joel Sherrill <joel@OARcorp.com>
310
311        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
312
3132000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
316
3172000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
320
3212000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
324        Switch to GNU canonicalization.
325
3262000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * Makefile.am: Include compile.am.
329
3302000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
331
332        * rtems/score/no_cpu.h: Modified so there are fewer and
333        more consistent variations on "no cpu" so it is easier
334        to sed the source as the starting point for a new port.
335
3362000-08-10      Joel Sherrill <joel@OARcorp.com>
337
338        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.