source: rtems/cpukit/score/cpu/no_cpu/ChangeLog @ 5c5d438

4.104.114.95
Last change on this file since 5c5d438 was 5c5d438, checked in by Joel Sherrill <joel.sherrill@…>, on 12/11/07 at 23:42:15

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

  • rtems/score/cpu.h: Style.
  • Property mode set to 100644
File size: 9.6 KB
RevLine 
[5c5d438]12007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * rtems/score/cpu.h: Style.
4
[de434b0]52007-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * rtems/score/cpu.h: Fix Doxygen.
8
[ee29de05]92007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
10
11        * cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU
12        Table to Configuration Table. Eliminate CPU Table from all ports.
13        Delete references to CPU Table in all forms.
14
[4b89ba7]152007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
16
17        * rtems/score/cpu.h: Moved most of the remaining CPU Table fields to
18        the Configuration Table. This included pretasking_hook,
19        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
20        extra_mpci_receive_server_stack, stack_allocate_hook, and
21        stack_free_hook. As a side-effect of this effort some multiprocessing
22        code was made conditional and some style clean up occurred.
23
[8ea0d7d]242007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
25
26        * rtems/score/cpu.h:
27          Use Context_Control_fp* instead of void* for fp_contexts.
28          Eliminate evil casts.
29
[795da078]302006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * rtems/score/types.h: Remove unsigned64, signed64.
33
[22b3bed]342006-01-16      Joel Sherrill <joel@OARcorp.com>
35
36        * rtems/asm.h, rtems/score/cpu.h, rtems/score/types.h: Part of a large
37        patch to improve Doxygen output. As a side-effect, grammar and
38        spelling errors were corrected, spacing errors were address, and some
39        variable names were improved.
40
[7a3f018]412005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
42
43        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
44
[c6ea319]452005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
46
47        * rtems/asm.h: Remove private version of CONCAT macros.
48        Include <rtems/concat.h> instead.
49
[babf575]502005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
51
52        * Makefile.am: Split out preinstallation rules.
53        * preinstall.am: New (Split out from Makefile.am).
54
[1f24914a]552005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
56
57        PR 754/rtems
58        * rtems/asm.h: New (relocated from .).
59        * asm.h: Remove (moved to rtems/asm.h).
60        * Makefile.am: Reflect changes above.
61
[a8cb90e]622004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
63
64        * asm.h, rtems/score/cpu.h, rtems/score/cpu_asm.h,
65        rtems/score/no_cpu.h, rtems/score/types.h: New header guards.
66
[609b924]672005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
68
69        * rtems/score/types.h: Remove signed8, signed16, signed32,
70        unsigned8, unsigned16, unsigned32.
71
[ec8973ed]722005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
73
74        * rtems/score/cpu.h: *_swap_u32( uint32_t ).
75
[b9b531f]762005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
77
78        * rtems/score/types.h: #include <rtems/stdint.h>.
79
[8fab7fa9]802005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
[2bc236ba]81
82        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
83
[f346774d]842005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
85
86        * Makefile.am: Remove build-variant support.
87
[af413e95]882004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
89
90        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
91        guard.
92
[b8ed8a9f]932004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
94
95        * asm.h: Add doxygen preamble.
96
[77d3533f]972004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
98
99        * rtems/score/cpu.h: Add doxygen preamble.
100        * rtems/score/cpu_asm.h: Add doxygen preamble.
101        * rtems/score/types.h: Add doxygen preamble.
102
[90550fe]1032004-09-29      Joel Sherrill <joel@OARcorp.com>
104
105        * rtems/score/cpu.h: i960 obsoleted and all references removed.
106
[8bdec9c3]1072004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
108
109        * configure.ac: Remove (Merged into$(top_srcdir)/configure.ac).
110        * Makefile.am: Don't include multilib.am.
111        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
112
[5f8d82b7]1132004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
114
115        * Makefile.am: Install asm.h to $(includedir)/rtems.
116
[c346f33d]1172004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
118
119        * cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
120
[d3b09bf4]1212004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
122
123        * configure.ac: RTEMS_TOP([../../../..]).
124
[7ea55607]1252004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * configure.ac: Move RTEMS_TOP one subdir down.
128
[3d1de20]1292004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * Makefile.am: Add PREINSTALL_DIRS.
132
[8956e27]1332004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
136        Add PREINSTALL_FILES to CLEANFILES.
137
[36e48b1]1382004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.ac: Requires automake >= 1.8.1.
141
[f08808e]1422004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: Include compile.am, again.
145
[ec8c1949]1462004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * Makefile.am: Convert to using automake compilation rules.
149
[7fccd6d6]1502003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
153
[810720b6]1542003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
157
[60f7da2]1582003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: Remove TMPINSTALL_FILES.
161
[7d0eba02]1622003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: Add $(dirstamp) to preinstallation rules.
165
[d6a444d]1662003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * Makefile.am: Don't use gmake rules for preinstallation.
169
[9ca05b1]1702003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * configure.ac: Remove RTEMS_CANONICAL_HOST.
173
[8727808e]1742003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * configure.ac: Remove RTEMS_CHECK_CPU.
177
[3b1c100]1782003-09-26      Joel Sherrill <joel@OARcorp.com>
179
180        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
181        references.
182
[f226687]1832003-09-04      Joel Sherrill <joel@OARcorp.com>
184
185        * cpu.c, cpu_asm.c, rtems/score/cpu.h, rtems/score/cpu_asm.h,
186        rtems/score/no_cpu.h, rtems/score/types.h: URL for license changed.
187
[7dcc3fe]1882003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
191
[d2c26e4b]1922003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * configure.ac: Remove AC_CONFIG_AUX_DIR.
195
[3ab90627]1962003-02-11      Joel Sherrill <joel@OARcorp.com>
197
198        * cpu_asm.c: Rework logic that decides when to call
199        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru>
200        determined that _ISR_Signals_to_thread_executing was not being
201        honored and/or cleared properly.
202
[53021d4]2032002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
206        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
207
[47c0220]2082002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * configure.ac: Fix package name.
211
[5c8b6b6]2122002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
215
[f8cb04a5]2162002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * .cvsignore: Reformat.
219        Add autom4te*cache.
220        Remove autom4te.cache.
221
[a85d8ec]2222002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
225
[53f6727]2262002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * Makefile.am: Use .$(OBJEXT) instead of .o.
229
[af81910]2302002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * configure.ac: RTEMS_TOP(../../../..).
233
[84fa187]2342002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * rtems.c: Remove.
237        * Makefile.am: Reflect changes above.
238
[8c746fe]2392002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * configure.ac: Remove RTEMS_PROJECT_ROOT.
242
[a25b63b]2432002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * configure.ac: Add RTEMS_PROG_CCAS
246
[6f79a970]2472002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
250        Add AC_PROG_RANLIB.
251
[2f6261d]2522002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
255        Use ../../../aclocal.
256
[14c8ef9]2572001-04-03      Joel Sherrill <joel@OARcorp.com>
258
259        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
260        * rtems/score/no_cputypes.h: Removed.
261        * rtems/score/types.h: New file via CVS magic.
262        * Makefile.am, rtems/score/cpu.h: Account for name change.
263
[7273b6e]2642002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * configure.ac:
267        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
268        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
269        * Makefile.am: Remove AUTOMAKE_OPTIONS.
270
[8b25dc6]2712002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * rtems/Makefile.am: Removed.
274        * rtems/score/Makefile.am: Removed.
275        * configure.ac: Reflect changes above.
276        * Makefile.am: Reflect changes above.
277
[e9718415]2782001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * Makefile.am: Add multilib support.
281
[4db30283]2822001-11-28      Joel Sherrill <joel@OARcorp.com>,
283
284        This was tracked as PR91.
285        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
286        is used to specify if the port uses the standard macro for this (FALSE).
287        A TRUE setting indicates the port provides its own implementation.
288
[66387986]2892001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
292        * configure.in: Remove.
293        * configure.ac: New file, generated from configure.in by autoupdate.
294
[684eebc8]2952001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
298        * Makefile.am: Use 'PREINSTALL_FILES ='.
299
[329509fb]3002001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * Makefile.am, rtems/score/Makefile.am:
303        Apply include_*HEADERS instead of H_FILES.
304
[d6ea098]3052001-01-03      Joel Sherrill <joel@OARcorp.com>
306
307        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
308
[feead226]3092000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
312
[a314d3b4]3132000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
316
[5582de1]3172000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
320        Switch to GNU canonicalization.
321
[d7118fd]3222000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * Makefile.am: Include compile.am.
325
[4b9a98c]3262000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
327
328        * rtems/score/no_cpu.h: Modified so there are fewer and
329        more consistent variations on "no cpu" so it is easier
330        to sed the source as the starting point for a new port.
331
[e94ad1fe]3322000-08-10      Joel Sherrill <joel@OARcorp.com>
333
334        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.