source: rtems/cpukit/score/cpu/i386/ChangeLog @ a28ce53

4.104.114.95
Last change on this file since a28ce53 was a28ce53, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/05/08 at 06:38:02

2008-09-05 Ralf Corsépius <ralf.corsepius@…>

  • cpu.c: Stop using old-style defs.
  • Property mode set to 100644
File size: 12.1 KB
Line 
12008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * cpu.c: Stop using old-style defs.
4
52008-08-21      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * rtems/score/types.h: Include stdbool.h.
8        Use bool as base-type for boolean.
9
102008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
11
12        * cpu.c: Fix prototypes.
13        * rtems/score/cpu.h: Use memcpy() initialize FP structure and avoid
14        many casts and potential warnings.
15
162008-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * rtems/score/cpu.h, rtems/score/i386.h: Add missing prototypes.
19
202008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
21
22        * cpu.c, rtems/score/cpu.h: Correct prototype of Idle threads.
23
242007-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * rtems/score/cpu.h: Add _CPU_Context_Get_SP() for stack check utility.
27
282007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
29
30        * rtems/score/idtr.h: Sweep to make sure grep for COPYRIGHT passes.
31
322007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
33
34        * cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU
35        Table to Configuration Table. Eliminate CPU Table from all ports.
36        Delete references to CPU Table in all forms.
37
382007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
39
40        * rtems/score/cpu.h: Moved most of the remaining CPU Table fields to
41        the Configuration Table. This included pretasking_hook,
42        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
43        extra_mpci_receive_server_stack, stack_allocate_hook, and
44        stack_free_hook. As a side-effect of this effort some multiprocessing
45        code was made conditional and some style clean up occurred.
46
472007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
48
49        * rtems/score/cpu.h: Eliminate the interrupt_table_segment and
50        interrupt_table_offset fields in the i386 CPU Table since they are
51        never read.
52
532007-05-09      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * rtems/score/cpu.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
56
572007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
58
59        * cpu.c:
60          Use Context_Control_fp* instead of void* for fp_contexts.
61        * rtems/score/cpu.h:
62          Use Context_Control_fp* instead of void* for fp_contexts.
63
642006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
65
66        * rtems/score/types.h: Remove unsigned64, signed64.
67
682006-02-01      Joel Sherrill <joel@OARcorp.com>
69
70        * rtems/score/cpu.h: Increase default stack size on i386 from 1K to 4K.
71        Most i386 targets are not memory strapped so making this a bit large
72        is not a burden. It lets more tests run. ticker and psxtimer will not
73        even run with 1K of stack.
74
752005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
76
77        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
78
792005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
80
81        * rtems/asm.h: Remove private version of CONCAT macros.
82        Include <rtems/concat.h> instead.
83
842005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
85
86        * Makefile.am: Split out preinstallation rules.
87        * preinstall.am: New (Split out from Makefile.am).
88
892005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
90
91        PR 754/rtems
92        * rtems/asm.h: New (relocated from .).
93        * asm.h: Remove (moved to rtems/asm.h).
94        * Makefile.am: Reflect changes above.
95
962004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
97
98        * asm.h, rtems/score/cpu.h, rtems/score/i386.h, rtems/score/idtr.h,
99        rtems/score/interrupts.h, rtems/score/registers.h,
100        rtems/score/types.h: New header guards.
101
1022005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
103
104        * rtems/score/types.h: Remove signed8, signed16, signed32,
105        unsigned8, unsigned16, unsigned32.
106
1072005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
108
109        * rtems/score/i386.h: *_swap_u32( uint32_t ).
110
1112005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
112
113        * rtems/score/i386.h: *_swap_u16( uint16_t ).
114
1152005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
116
117        * rtems/score/types.h: #include <rtems/stdint.h>.
118
1192005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
120
121        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
122
1232005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
124
125        * Makefile.am: Remove build-variant support.
126
1272004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
128
129        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
130        guard.
131
1322004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
133
134        * asm.h: Add doxygen preamble.
135
1362004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
137
138        * rtems/score/cpu.h: Add doxygen preamble.
139        * rtems/score/i386.h: Add doxygen preamble.
140        * rtems/score/idtr.h: Add doxygen preamble.
141        * rtems/score/interrupts.h: Add doxygen preamble.
142        * rtems/score/registers.h: Add doxygen preamble.
143        * rtems/score/types.h: Add doxygen preamble.
144
1452004-04-16      Ralf Corsepius <ralf_corsepius@rtems.org>
146
147        * rtems/score/i386.h: Rename i386_swap_U* to i386_swap_u* (API
148        consistency with other ports).
149
1502004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
151
152        * cpu_asm.S: Convert asm comments to C-comments to prevent gcc-3.4.0pre
153        from choking on them.
154
1552004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
156
157        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
158        * Makefile.am: Don't include multilib.am.
159        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
160
1612004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
162
163        * Makefile.am: Install asm.h to $(includedir)/rtems.
164
1652004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
166
167        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
168
1692004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
170
171        * cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/interrupts.h:
172        Convert to using c99 fixed size types.
173
1742004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
175
176        * configure.ac: RTEMS_TOP([../../../..]).
177
1782004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        PR 565/rtems
181        * asm.h: Various hacks.
182
1832004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * configure.ac: Move RTEMS_TOP one subdir down.
186
1872004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * Makefile.am: Add PREINSTALL_DIRS.
190
1912004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
194        Add PREINSTALL_FILES to CLEANFILES.
195
1962004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * configure.ac: Requires automake >= 1.8.1.
199
2002004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * Makefile.am: Include compile.am, again.
203
2042004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * Makefile.am: Convert to using automake compilation rules.
207
2082003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
211
2122003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
215
2162003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * Makefile.am: Remove TMPINSTALL_FILES.
219
2202003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * Makefile.am: Add $(dirstamp) to preinstallation rules.
223
2242003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * Makefile.am: Don't use gmake rules for preinstallation.
227
2282003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * configure.ac: Remove RTEMS_CANONICAL_HOST.
231
2322003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.ac: Remove RTEMS_CHECK_CPU.
235
2362003-09-04      Joel Sherrill <joel@OARcorp.com>
237
238        * cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/i386.h,
239        rtems/score/idtr.h, rtems/score/interrupts.h,
240        rtems/score/registers.h, rtems/score/types.h: URL for license
241        changed.
242
2432003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
246
2472003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * configure.ac: Remove AC_CONFIG_AUX_DIR.
250
2512002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
254        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
255
2562002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * configure.ac: Fix package name.
259
2602002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
263
2642002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * .cvsignore: Reformat.
267        Add autom4te*cache.
268        Remove autom4te.cache.
269
2702002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
273
2742002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * Makefile.am: Use .$(OBJEXT) instead of .o.
277
2782002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * Makefile.am: Use . instead of .o.
281
2822002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * configure.ac: RTEMS_TOP(../../../..).
285
2862002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * rtems.S: Remove.
289        * Makefile.am: Reflect changes above.
290
2912002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * configure.ac: Remove RTEMS_PROJECT_ROOT.
294
2952002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * configure.ac: Add RTEMS_PROG_CCAS
298
2992002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
302        Add AC_PROG_RANLIB.
303
3042002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
307        Use ../../../aclocal.
308
3092002-03-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * rtems/score/idtr.h: New file, extracted from libcpu/cpu.h.
312        * rtems/score/interrupts.h: New file, extracted from libcpu/cpu.h.
313        * rtems/score/registers.h: New file, moved from libcpu.
314        * Makefile.am: Reflect changes above.
315        * cpu.c: Don't include cpuModel.h,
316          #include <rtems.h>,
317          #include <rtems/score/i386types.h>,
318          #include <rtems/score/idtr.h>.
319        * rtems/score/cpu.h: Don't include libcpu/cpu.h.
320          #include <rtems/score/interrupts.h>,
321          #include <rtems/score/registers.h>.
322
3232001-04-03      Joel Sherrill <joel@OARcorp.com>
324
325        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
326        * rtems/score/i386types.h: Removed.
327        * rtems/score/types.h: New file via CVS magic.
328        * Makefile.am, rtems/score/cpu.h: Account for name change.
329
3302002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * configure.ac:
333        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
334        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
335        * Makefile.am: Remove AUTOMAKE_OPTIONS.
336
3372001-02-05      Joel Sherrill <joel@OARcorp.com>
338
339        * rtems/Makefile.am, rtems/score/Makefile.am: Removed again.
340
3412002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * rtems/Makefile.am: Removed.
344        * rtems/score/Makefile.am: Removed.
345        * configure.ac: Reflect changes above.
346        * Makefile.am: Reflect changes above.
347
3482001-01-30      Joel Sherrill <joel@OARcorp.com>
349
350        * Makefile.am: Corrected so .h files from rtems/score/ are installed.
351
3522002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
355
3562001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * Makefile.am: Add multilib support.
359
3602001-11-28      Joel Sherrill <joel@OARcorp.com>,
361
362        This was tracked as PR91.
363        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
364        is used to specify if the port uses the standard macro for this (FALSE).
365        A TRUE setting indicates the port provides its own implementation.
366
3672001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
370        * configure.in: Remove.
371        * configure.ac: New file, generated from configure.in by autoupdate.
372
3732001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
376        * Makefile.am: Use 'PREINSTALL_FILES ='.
377
3782001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * Makefile.am, rtems/score/Makefile.am:
381        Apply include_*HEADERS instead of H_FILES.
382
3832001-01-03      Joel Sherrill <joel@OARcorp.com>
384
385        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
386
3872000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
390
3912000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
394
3952000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
398        Switch to GNU canonicalization.
399
4002000-09-12      Joel Sherrill <joel@OARcorp.com>
401
402        * rtems/score/i386.h: Corrected "#elsif" to be "#elif".
403
4042000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * Makefile.am: Include compile.am.
407
4082000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * rtems/score/i386.h: cpu-variant define handling
411          Rewrite due to introduction of multilib defines.
412        * asm.h: include cpuopts.h instead of targopts.h
413
4142000-08-10      Joel Sherrill <joel@OARcorp.com>
415
416        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.