source: rtems/cpukit/score/cpu/i386/ChangeLog @ 7fa919fc

4.104.114.95
Last change on this file since 7fa919fc was 7fa919fc, checked in by Joel Sherrill <joel.sherrill@…>, on 09/08/08 at 15:19:16

2008-09-08 Joel Sherrill <joel.sherrill@…>

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