source: rtems/cpukit/score/cpu/unix/ChangeLog @ 43b4c7a

4.104.114.95
Last change on this file since 43b4c7a was ee29de05, checked in by Joel Sherrill <joel.sherrill@…>, on 12/04/07 at 22:19:10

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

  • cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU Table to Configuration Table. Eliminate CPU Table from all ports. Delete references to CPU Table in all forms.
  • Property mode set to 100644
File size: 11.3 KB
Line 
12007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU
4        Table to Configuration Table. Eliminate CPU Table from all ports.
5        Delete references to CPU Table in all forms.
6
72007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        * rtems/score/cpu.h: Moved most of the remaining CPU Table fields to
10        the Configuration Table. This included pretasking_hook,
11        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
12        extra_mpci_receive_server_stack, stack_allocate_hook, and
13        stack_free_hook. As a side-effect of this effort some multiprocessing
14        code was made conditional and some style clean up occurred.
15
162007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
17
18        * cpu.c: Comment out may_alias so this compiles without a compiler
19        error.
20
212007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
22
23        * cpu.c: Merge patch from Till Straumann which would work except gcc
24        core dumps with an ICE when may_alias is used in this code. I filed a
25        GCC PR and reduced optimization to -O0 and it does run again.
26
272007-05-09      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * rtems/score/cpu.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
30
312007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * rtems/score/cpu.h:
34          Use Context_Control_fp* instead of void* for fp_contexts.
35          Eliminate evil casts.
36
372006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        * rtems/score/types.h: Remove unsigned64, signed64.
40
412006-01-16      Joel Sherrill <joel@OARcorp.com>
42
43        * rtems/score/cpu.h: Part of a large patch to improve Doxygen output.
44        As a side-effect, grammar and spelling errors were corrected, spacing
45        errors were address, and some variable names were improved.
46
472005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
48
49        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
50
512005-02-19      Ralf Corsepius <ralf.corsepius@rtems.org>
52
53        * rtems/score/cpu.h: Remove traces from NO_CPU.
54
552005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
56
57        * Makefile.am: Split out preinstallation rules.
58        * preinstall.am: New (Split out from Makefile.am).
59
602005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
61
62        PR 754/rtems
63        * rtems/asm.h: New (relocated from .).
64        * asm.h: Remove (moved to rtems/asm.h).
65        * Makefile.am: Reflect changes above.
66
672004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
68
69        * asm.h, rtems/score/cpu.h, rtems/score/types.h, rtems/score/unix.h:
70        New header guards.
71
722005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
73
74        * rtems/score/types.h: Remove signed8, signed16, signed32,
75        unsigned8, unsigned16, unsigned32.
76
772005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
78
79        * rtems/score/cpu.h: *_swap_u32( uint32_t ).
80
812005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
82
83        * rtems/score/types.h: #include <rtems/stdint.h>.
84
852005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
86
87        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
88
892005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
90
91        * Makefile.am: Remove build-variant support.
92
932004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
94
95        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
96        guard.
97
982004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
99
100        * asm.h: Add doxygen preamble.
101
1022004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
103
104        * rtems/score/cpu.h: Add doxygen preamble.
105        * rtems/score/types.h: Add doxygen preamble.
106        * rtems/score/unix.h: Add doxygen preamble.
107
1082004-09-29      Joel Sherrill <joel@OARcorp.com>
109
110        * rtems/score/cpu.h: i960 obsoleted and all references removed.
111
1122004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
113
114        * asm.h: New (stub file. For consistency with other ports, only).
115        * Makefile.am: Add asm.h.
116
1172004-04-12      Ralf Corsepius <ralf_corsepius@rtems.org>
118
119        * rtems/score/cpu.h: Remove defining _POSIX_C_SOURCE for solaris.
120
1212004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
122
123        * Makefile.am: Remove LIBC_DEFINES (Unsupported).
124
1252004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
126
127        * rtems/score/cpu.h: Remove unixsize.h.
128        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
129        * Makefile.am: Remove unixsize.h.
130        Don't include multilib.am.
131        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
132
1332004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
134
135        * cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
136
1372004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
138
139        * configure.ac: RTEMS_TOP([../../../..]).
140
1412004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * configure.ac: Move RTEMS_TOP one subdir down.
144
1452004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Makefile.am: Add PREINSTALL_DIRS.
148
1492004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
152        Add PREINSTALL_FILES to CLEANFILES.
153
1542004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: Requires automake >= 1.8.1.
157
1582004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: Include compile.am, again.
161
1622004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: Convert to using automake compilation rules.
165
1662003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
169
1702003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
173
1742003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * Makefile.am: Remove TMPINSTALL_FILES.
177
1782003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * Makefile.am: Add $(dirstamp) to preinstallation rules.
181
1822003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * Makefile.am: Don't use gmake rules for preinstallation.
185
1862003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * configure.ac: Remove RTEMS_CANONICAL_HOST.
189
1902003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.ac: Remove RTEMS_CHECK_CPU.
193
1942003-09-26      Joel Sherrill <joel@OARcorp.com>
195
196        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
197        references.
198
1992003-09-04      Joel Sherrill <joel@OARcorp.com>
200
201        * cpu.c, rtems/score/cpu.h, rtems/score/types.h, rtems/score/unix.h:
202        URL for license changed.
203
2042003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
207
2082003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * Makefile.am: Add PREINSTALL_FILES and TMPINSTALL_FILES to
211        all-local (Sync with other Makefile.ams).
212
2132003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * configure.ac: Remove AC_CONFIG_AUX_DIR.
216
2172003-01-03      Joel Sherrill <joel@OARcorp.com>
218
219        * rtems/score/cpu.h: Per PR315, eliminate warning for structure
220        alignment requests that are too large.
221
2222002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
225        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
226
2272002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * configure.ac: Fix package name.
230
2312002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * configure.ac: Generate unixsize.h on the fly, filter out
234        autoconf-2.53 PACKAGE crap.
235        * rtems/score/.cvsignore: unixsize*
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-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: Use AC_CONFIG_AUX_DIR(../../../..).
266        Add AC_PROG_RANLIB.
267
2682002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * configure.ac: Remove references to RTEMS_BSP.
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/unixtypes.h: Removed.
281        * rtems/score/types.h: New file via CVS magic.
282        * Makefile.am, rtems/score/cpu.h: Account for name change.
283
2842001-03-28      Joel Sherrill <joel@OARcorp.com>
285
286        * cpu.c: Define fix_syscall_errno() to nothing so MP links.
287
2882002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * configure.ac:
291        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
292        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
293        * Makefile.am: Remove AUTOMAKE_OPTIONS.
294
2952002-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * configure.ac: Fix the test to determine cpu context size.
298
2992001-02-05      Joel Sherrill <joel@OARcorp.com>
300
301        * .cvsignore: Added stamp-h.in.
302
3032002-01-23      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
304
305        * Makefile.am: Merge in rtems/Makefile.am and
306        rtems/score/Makefile.am. Remove gensize. Require automake-1.5.
307        * rtems/Makefile.am: Removed.
308        * rtems/score/Makefile.am: Removed.
309        * rtems/score/.cvsignore: Add unixsize.h*. Add stamp-h*.
310        * configure.ac: Add AM_CONFIG_HEADER(rtems/score/unixsize.h).
311        * rtems/score/cpu.h: Replace CPU_CONTEXT_SIZE_IN_BYTES with
312        SIZEOF_CPU_CONTEXT.
313
3142001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * Makefile.am: Add multilib support.
317
3182001-11-28      Joel Sherrill <joel@OARcorp.com>,
319
320        This was tracked as PR91.
321        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
322        is used to specify if the port uses the standard macro for this (FALSE).
323        A TRUE setting indicates the port provides its own implementation.
324
3252001-11-28      Joel Sherrill <joel@OARcorp.com>,
326
327        This was tracked as PR91.
328        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
329        is used to specify if the port uses the standard macro for this (FALSE).
330        A TRUE setting indicates the port provides its own implementation.
331
3322001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
335        * configure.in: Remove.
336        * configure.ac: New file, generated from configure.in by autoupdate.
337
3382001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
341
3422001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * rtems/score/cpu.h: Remove #undef __STRICT_ANSI__.
345
3462001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * Makefile.am, rtems/score/Makefile.am:
349        Apply include_*HEADERS instead of H_FILES.
350
3512001-01-25      Joel Sherrill <joel@OARcorp.com>
352
353        * cpu.c, rtems/score/cpu.h: Bug report from Peter Mueller
354        <peter.o.mueller@gmx.de> because of not correcting for the ISR
355        vector table now being allocated from the workspace.
356
3572001-01-03      Joel Sherrill <joel@OARcorp.com>
358
359        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
360
3612000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
364
3652000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
368
3692000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
372        Switch to GNU canonicalization.
373
3742000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * Makefile.am: Use += to set up AM_CPPFLAGS.
377
3782000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * rtems/score/Makefile.am: Use PROJECT_TOPdir in path to gensize.
381
3822000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * Makefile.am: Include compile.am.
385
3862000-08-10      Joel Sherrill <joel@OARcorp.com>
387
388        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.