source: rtems/cpukit/score/cpu/i386/ChangeLog @ 3c87adba

4.104.114.95
Last change on this file since 3c87adba was 3c87adba, checked in by Joel Sherrill <joel.sherrill@…>, on 07/31/08 at 14:55:56

2008-07-31 Joel Sherrill <joel.sherrill@…>

  • cpu.c, rtems/score/cpu.h: Correct prototype of Idle threads.
  • Property mode set to 100644
File size: 11.5 KB
Line 
12008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * cpu.c, rtems/score/cpu.h: Correct prototype of Idle threads.
4
52007-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * rtems/score/cpu.h: Add _CPU_Context_Get_SP() for stack check utility.
8
92007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
10
11        * rtems/score/idtr.h: Sweep to make sure grep for COPYRIGHT passes.
12
132007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
14
15        * cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU
16        Table to Configuration Table. Eliminate CPU Table from all ports.
17        Delete references to CPU Table in all forms.
18
192007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
20
21        * rtems/score/cpu.h: Moved most of the remaining CPU Table fields to
22        the Configuration Table. This included pretasking_hook,
23        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
24        extra_mpci_receive_server_stack, stack_allocate_hook, and
25        stack_free_hook. As a side-effect of this effort some multiprocessing
26        code was made conditional and some style clean up occurred.
27
282007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
29
30        * rtems/score/cpu.h: Eliminate the interrupt_table_segment and
31        interrupt_table_offset fields in the i386 CPU Table since they are
32        never read.
33
342007-05-09      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * rtems/score/cpu.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
37
382007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
39
40        * cpu.c:
41          Use Context_Control_fp* instead of void* for fp_contexts.
42        * rtems/score/cpu.h:
43          Use Context_Control_fp* instead of void* for fp_contexts.
44
452006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * rtems/score/types.h: Remove unsigned64, signed64.
48
492006-02-01      Joel Sherrill <joel@OARcorp.com>
50
51        * rtems/score/cpu.h: Increase default stack size on i386 from 1K to 4K.
52        Most i386 targets are not memory strapped so making this a bit large
53        is not a burden. It lets more tests run. ticker and psxtimer will not
54        even run with 1K of stack.
55
562005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
57
58        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
59
602005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
61
62        * rtems/asm.h: Remove private version of CONCAT macros.
63        Include <rtems/concat.h> instead.
64
652005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
66
67        * Makefile.am: Split out preinstallation rules.
68        * preinstall.am: New (Split out from Makefile.am).
69
702005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
71
72        PR 754/rtems
73        * rtems/asm.h: New (relocated from .).
74        * asm.h: Remove (moved to rtems/asm.h).
75        * Makefile.am: Reflect changes above.
76
772004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
78
79        * asm.h, rtems/score/cpu.h, rtems/score/i386.h, rtems/score/idtr.h,
80        rtems/score/interrupts.h, rtems/score/registers.h,
81        rtems/score/types.h: New header guards.
82
832005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
84
85        * rtems/score/types.h: Remove signed8, signed16, signed32,
86        unsigned8, unsigned16, unsigned32.
87
882005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
89
90        * rtems/score/i386.h: *_swap_u32( uint32_t ).
91
922005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
93
94        * rtems/score/i386.h: *_swap_u16( uint16_t ).
95
962005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
97
98        * rtems/score/types.h: #include <rtems/stdint.h>.
99
1002005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
101
102        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
103
1042005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
105
106        * Makefile.am: Remove build-variant support.
107
1082004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
109
110        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
111        guard.
112
1132004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
114
115        * asm.h: Add doxygen preamble.
116
1172004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
118
119        * rtems/score/cpu.h: Add doxygen preamble.
120        * rtems/score/i386.h: Add doxygen preamble.
121        * rtems/score/idtr.h: Add doxygen preamble.
122        * rtems/score/interrupts.h: Add doxygen preamble.
123        * rtems/score/registers.h: Add doxygen preamble.
124        * rtems/score/types.h: Add doxygen preamble.
125
1262004-04-16      Ralf Corsepius <ralf_corsepius@rtems.org>
127
128        * rtems/score/i386.h: Rename i386_swap_U* to i386_swap_u* (API
129        consistency with other ports).
130
1312004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
132
133        * cpu_asm.S: Convert asm comments to C-comments to prevent gcc-3.4.0pre
134        from choking on them.
135
1362004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
137
138        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
139        * Makefile.am: Don't include multilib.am.
140        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
141
1422004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
143
144        * Makefile.am: Install asm.h to $(includedir)/rtems.
145
1462004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
147
148        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
149
1502004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
151
152        * cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/interrupts.h:
153        Convert to using c99 fixed size types.
154
1552004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
156
157        * configure.ac: RTEMS_TOP([../../../..]).
158
1592004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        PR 565/rtems
162        * asm.h: Various hacks.
163
1642004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.ac: Move RTEMS_TOP one subdir down.
167
1682004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: Add PREINSTALL_DIRS.
171
1722004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
175        Add PREINSTALL_FILES to CLEANFILES.
176
1772004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * configure.ac: Requires automake >= 1.8.1.
180
1812004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * Makefile.am: Include compile.am, again.
184
1852004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * Makefile.am: Convert to using automake compilation rules.
188
1892003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
192
1932003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
196
1972003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * Makefile.am: Remove TMPINSTALL_FILES.
200
2012003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * Makefile.am: Add $(dirstamp) to preinstallation rules.
204
2052003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * Makefile.am: Don't use gmake rules for preinstallation.
208
2092003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * configure.ac: Remove RTEMS_CANONICAL_HOST.
212
2132003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * configure.ac: Remove RTEMS_CHECK_CPU.
216
2172003-09-04      Joel Sherrill <joel@OARcorp.com>
218
219        * cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/i386.h,
220        rtems/score/idtr.h, rtems/score/interrupts.h,
221        rtems/score/registers.h, rtems/score/types.h: URL for license
222        changed.
223
2242003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
227
2282003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * configure.ac: Remove AC_CONFIG_AUX_DIR.
231
2322002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
235        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
236
2372002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * configure.ac: Fix package name.
240
2412002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
244
2452002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * .cvsignore: Reformat.
248        Add autom4te*cache.
249        Remove autom4te.cache.
250
2512002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
254
2552002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * Makefile.am: Use .$(OBJEXT) instead of .o.
258
2592002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * Makefile.am: Use . instead of .o.
262
2632002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * configure.ac: RTEMS_TOP(../../../..).
266
2672002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * rtems.S: Remove.
270        * Makefile.am: Reflect changes above.
271
2722002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * configure.ac: Remove RTEMS_PROJECT_ROOT.
275
2762002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * configure.ac: Add RTEMS_PROG_CCAS
279
2802002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
283        Add AC_PROG_RANLIB.
284
2852002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
288        Use ../../../aclocal.
289
2902002-03-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * rtems/score/idtr.h: New file, extracted from libcpu/cpu.h.
293        * rtems/score/interrupts.h: New file, extracted from libcpu/cpu.h.
294        * rtems/score/registers.h: New file, moved from libcpu.
295        * Makefile.am: Reflect changes above.
296        * cpu.c: Don't include cpuModel.h,
297          #include <rtems.h>,
298          #include <rtems/score/i386types.h>,
299          #include <rtems/score/idtr.h>.
300        * rtems/score/cpu.h: Don't include libcpu/cpu.h.
301          #include <rtems/score/interrupts.h>,
302          #include <rtems/score/registers.h>.
303
3042001-04-03      Joel Sherrill <joel@OARcorp.com>
305
306        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
307        * rtems/score/i386types.h: Removed.
308        * rtems/score/types.h: New file via CVS magic.
309        * Makefile.am, rtems/score/cpu.h: Account for name change.
310
3112002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * configure.ac:
314        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
315        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
316        * Makefile.am: Remove AUTOMAKE_OPTIONS.
317
3182001-02-05      Joel Sherrill <joel@OARcorp.com>
319
320        * rtems/Makefile.am, rtems/score/Makefile.am: Removed again.
321
3222002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * rtems/Makefile.am: Removed.
325        * rtems/score/Makefile.am: Removed.
326        * configure.ac: Reflect changes above.
327        * Makefile.am: Reflect changes above.
328
3292001-01-30      Joel Sherrill <joel@OARcorp.com>
330
331        * Makefile.am: Corrected so .h files from rtems/score/ are installed.
332
3332002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
336
3372001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * Makefile.am: Add multilib support.
340
3412001-11-28      Joel Sherrill <joel@OARcorp.com>,
342
343        This was tracked as PR91.
344        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
345        is used to specify if the port uses the standard macro for this (FALSE).
346        A TRUE setting indicates the port provides its own implementation.
347
3482001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
351        * configure.in: Remove.
352        * configure.ac: New file, generated from configure.in by autoupdate.
353
3542001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
357        * Makefile.am: Use 'PREINSTALL_FILES ='.
358
3592001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * Makefile.am, rtems/score/Makefile.am:
362        Apply include_*HEADERS instead of H_FILES.
363
3642001-01-03      Joel Sherrill <joel@OARcorp.com>
365
366        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
367
3682000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
371
3722000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
375
3762000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
379        Switch to GNU canonicalization.
380
3812000-09-12      Joel Sherrill <joel@OARcorp.com>
382
383        * rtems/score/i386.h: Corrected "#elsif" to be "#elif".
384
3852000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * Makefile.am: Include compile.am.
388
3892000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * rtems/score/i386.h: cpu-variant define handling
392          Rewrite due to introduction of multilib defines.
393        * asm.h: include cpuopts.h instead of targopts.h
394
3952000-08-10      Joel Sherrill <joel@OARcorp.com>
396
397        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.