source: rtems/cpukit/score/cpu/i386/ChangeLog @ 6162bc2

4.104.115
Last change on this file since 6162bc2 was 6162bc2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/11/08 at 14:10:16

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

  • rtems/score/types.h: Do not define boolean, single_precision, double_precision unless RTEMS_DEPRECATED_TYPES is given.
  • Property mode set to 100644
File size: 12.3 KB
Line 
12008-09-11      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * rtems/score/types.h: Do not define boolean, single_precision,
4        double_precision unless RTEMS_DEPRECATED_TYPES is given.
5
62008-09-08      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * rtems/score/cpu.h: Remove extraneous spaces.
9
102008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * cpu.c: Stop using old-style defs.
13
142008-08-21      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * rtems/score/types.h: Include stdbool.h.
17        Use bool as base-type for boolean.
18
192008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
20
21        * cpu.c: Fix prototypes.
22        * rtems/score/cpu.h: Use memcpy() initialize FP structure and avoid
23        many casts and potential warnings.
24
252008-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * rtems/score/cpu.h, rtems/score/i386.h: Add missing prototypes.
28
292008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
30
31        * cpu.c, rtems/score/cpu.h: Correct prototype of Idle threads.
32
332007-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * rtems/score/cpu.h: Add _CPU_Context_Get_SP() for stack check utility.
36
372007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
38
39        * rtems/score/idtr.h: Sweep to make sure grep for COPYRIGHT passes.
40
412007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
42
43        * cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU
44        Table to Configuration Table. Eliminate CPU Table from all ports.
45        Delete references to CPU Table in all forms.
46
472007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
48
49        * rtems/score/cpu.h: Moved most of the remaining CPU Table fields to
50        the Configuration Table. This included pretasking_hook,
51        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
52        extra_mpci_receive_server_stack, stack_allocate_hook, and
53        stack_free_hook. As a side-effect of this effort some multiprocessing
54        code was made conditional and some style clean up occurred.
55
562007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
57
58        * rtems/score/cpu.h: Eliminate the interrupt_table_segment and
59        interrupt_table_offset fields in the i386 CPU Table since they are
60        never read.
61
622007-05-09      Ralf Corsépius <ralf.corsepius@rtems.org>
63
64        * rtems/score/cpu.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
65
662007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
67
68        * cpu.c:
69          Use Context_Control_fp* instead of void* for fp_contexts.
70        * rtems/score/cpu.h:
71          Use Context_Control_fp* instead of void* for fp_contexts.
72
732006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
74
75        * rtems/score/types.h: Remove unsigned64, signed64.
76
772006-02-01      Joel Sherrill <joel@OARcorp.com>
78
79        * rtems/score/cpu.h: Increase default stack size on i386 from 1K to 4K.
80        Most i386 targets are not memory strapped so making this a bit large
81        is not a burden. It lets more tests run. ticker and psxtimer will not
82        even run with 1K of stack.
83
842005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
85
86        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
87
882005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
89
90        * rtems/asm.h: Remove private version of CONCAT macros.
91        Include <rtems/concat.h> instead.
92
932005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
94
95        * Makefile.am: Split out preinstallation rules.
96        * preinstall.am: New (Split out from Makefile.am).
97
982005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
99
100        PR 754/rtems
101        * rtems/asm.h: New (relocated from .).
102        * asm.h: Remove (moved to rtems/asm.h).
103        * Makefile.am: Reflect changes above.
104
1052004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
106
107        * asm.h, rtems/score/cpu.h, rtems/score/i386.h, rtems/score/idtr.h,
108        rtems/score/interrupts.h, rtems/score/registers.h,
109        rtems/score/types.h: New header guards.
110
1112005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
112
113        * rtems/score/types.h: Remove signed8, signed16, signed32,
114        unsigned8, unsigned16, unsigned32.
115
1162005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
117
118        * rtems/score/i386.h: *_swap_u32( uint32_t ).
119
1202005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
121
122        * rtems/score/i386.h: *_swap_u16( uint16_t ).
123
1242005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
125
126        * rtems/score/types.h: #include <rtems/stdint.h>.
127
1282005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
129
130        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
131
1322005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
133
134        * Makefile.am: Remove build-variant support.
135
1362004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
137
138        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
139        guard.
140
1412004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
142
143        * asm.h: Add doxygen preamble.
144
1452004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
146
147        * rtems/score/cpu.h: Add doxygen preamble.
148        * rtems/score/i386.h: Add doxygen preamble.
149        * rtems/score/idtr.h: Add doxygen preamble.
150        * rtems/score/interrupts.h: Add doxygen preamble.
151        * rtems/score/registers.h: Add doxygen preamble.
152        * rtems/score/types.h: Add doxygen preamble.
153
1542004-04-16      Ralf Corsepius <ralf_corsepius@rtems.org>
155
156        * rtems/score/i386.h: Rename i386_swap_U* to i386_swap_u* (API
157        consistency with other ports).
158
1592004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
160
161        * cpu_asm.S: Convert asm comments to C-comments to prevent gcc-3.4.0pre
162        from choking on them.
163
1642004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
165
166        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
167        * Makefile.am: Don't include multilib.am.
168        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
169
1702004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
171
172        * Makefile.am: Install asm.h to $(includedir)/rtems.
173
1742004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
175
176        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
177
1782004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
179
180        * cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/interrupts.h:
181        Convert to using c99 fixed size types.
182
1832004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
184
185        * configure.ac: RTEMS_TOP([../../../..]).
186
1872004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        PR 565/rtems
190        * asm.h: Various hacks.
191
1922004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * configure.ac: Move RTEMS_TOP one subdir down.
195
1962004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * Makefile.am: Add PREINSTALL_DIRS.
199
2002004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
203        Add PREINSTALL_FILES to CLEANFILES.
204
2052004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * configure.ac: Requires automake >= 1.8.1.
208
2092004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * Makefile.am: Include compile.am, again.
212
2132004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * Makefile.am: Convert to using automake compilation rules.
216
2172003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
220
2212003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
224
2252003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * Makefile.am: Remove TMPINSTALL_FILES.
228
2292003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * Makefile.am: Add $(dirstamp) to preinstallation rules.
232
2332003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * Makefile.am: Don't use gmake rules for preinstallation.
236
2372003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * configure.ac: Remove RTEMS_CANONICAL_HOST.
240
2412003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * configure.ac: Remove RTEMS_CHECK_CPU.
244
2452003-09-04      Joel Sherrill <joel@OARcorp.com>
246
247        * cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/i386.h,
248        rtems/score/idtr.h, rtems/score/interrupts.h,
249        rtems/score/registers.h, rtems/score/types.h: URL for license
250        changed.
251
2522003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
255
2562003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * configure.ac: Remove AC_CONFIG_AUX_DIR.
259
2602002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
263        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
264
2652002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * configure.ac: Fix package name.
268
2692002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
272
2732002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * .cvsignore: Reformat.
276        Add autom4te*cache.
277        Remove autom4te.cache.
278
2792002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
282
2832002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * Makefile.am: Use .$(OBJEXT) instead of .o.
286
2872002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * Makefile.am: Use . instead of .o.
290
2912002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * configure.ac: RTEMS_TOP(../../../..).
294
2952002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * rtems.S: Remove.
298        * Makefile.am: Reflect changes above.
299
3002002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * configure.ac: Remove RTEMS_PROJECT_ROOT.
303
3042002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * configure.ac: Add RTEMS_PROG_CCAS
307
3082002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
311        Add AC_PROG_RANLIB.
312
3132002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
316        Use ../../../aclocal.
317
3182002-03-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * rtems/score/idtr.h: New file, extracted from libcpu/cpu.h.
321        * rtems/score/interrupts.h: New file, extracted from libcpu/cpu.h.
322        * rtems/score/registers.h: New file, moved from libcpu.
323        * Makefile.am: Reflect changes above.
324        * cpu.c: Don't include cpuModel.h,
325          #include <rtems.h>,
326          #include <rtems/score/i386types.h>,
327          #include <rtems/score/idtr.h>.
328        * rtems/score/cpu.h: Don't include libcpu/cpu.h.
329          #include <rtems/score/interrupts.h>,
330          #include <rtems/score/registers.h>.
331
3322001-04-03      Joel Sherrill <joel@OARcorp.com>
333
334        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
335        * rtems/score/i386types.h: Removed.
336        * rtems/score/types.h: New file via CVS magic.
337        * Makefile.am, rtems/score/cpu.h: Account for name change.
338
3392002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * configure.ac:
342        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
343        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
344        * Makefile.am: Remove AUTOMAKE_OPTIONS.
345
3462001-02-05      Joel Sherrill <joel@OARcorp.com>
347
348        * rtems/Makefile.am, rtems/score/Makefile.am: Removed again.
349
3502002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * rtems/Makefile.am: Removed.
353        * rtems/score/Makefile.am: Removed.
354        * configure.ac: Reflect changes above.
355        * Makefile.am: Reflect changes above.
356
3572001-01-30      Joel Sherrill <joel@OARcorp.com>
358
359        * Makefile.am: Corrected so .h files from rtems/score/ are installed.
360
3612002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
364
3652001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * Makefile.am: Add multilib support.
368
3692001-11-28      Joel Sherrill <joel@OARcorp.com>,
370
371        This was tracked as PR91.
372        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
373        is used to specify if the port uses the standard macro for this (FALSE).
374        A TRUE setting indicates the port provides its own implementation.
375
3762001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
379        * configure.in: Remove.
380        * configure.ac: New file, generated from configure.in by autoupdate.
381
3822001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
385        * Makefile.am: Use 'PREINSTALL_FILES ='.
386
3872001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * Makefile.am, rtems/score/Makefile.am:
390        Apply include_*HEADERS instead of H_FILES.
391
3922001-01-03      Joel Sherrill <joel@OARcorp.com>
393
394        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
395
3962000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
399
4002000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
403
4042000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
407        Switch to GNU canonicalization.
408
4092000-09-12      Joel Sherrill <joel@OARcorp.com>
410
411        * rtems/score/i386.h: Corrected "#elsif" to be "#elif".
412
4132000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * Makefile.am: Include compile.am.
416
4172000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * rtems/score/i386.h: cpu-variant define handling
420          Rewrite due to introduction of multilib defines.
421        * asm.h: include cpuopts.h instead of targopts.h
422
4232000-08-10      Joel Sherrill <joel@OARcorp.com>
424
425        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.