source: rtems/cpukit/score/cpu/i386/ChangeLog @ 3575d0c

4.104.114.95
Last change on this file since 3575d0c was 3575d0c, checked in by Joel Sherrill <joel.sherrill@…>, on 12/17/07 at 16:12:39

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

  • rtems/score/idtr.h: Sweep to make sure grep for COPYRIGHT passes.
  • Property mode set to 100644
File size: 11.3 KB
Line 
12007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * rtems/score/idtr.h: Sweep to make sure grep for COPYRIGHT passes.
4
52007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU
8        Table to Configuration Table. Eliminate CPU Table from all ports.
9        Delete references to CPU Table in all forms.
10
112007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
12
13        * rtems/score/cpu.h: Moved most of the remaining CPU Table fields to
14        the Configuration Table. This included pretasking_hook,
15        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
16        extra_mpci_receive_server_stack, stack_allocate_hook, and
17        stack_free_hook. As a side-effect of this effort some multiprocessing
18        code was made conditional and some style clean up occurred.
19
202007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
21
22        * rtems/score/cpu.h: Eliminate the interrupt_table_segment and
23        interrupt_table_offset fields in the i386 CPU Table since they are
24        never read.
25
262007-05-09      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * rtems/score/cpu.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
29
302007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * cpu.c:
33          Use Context_Control_fp* instead of void* for fp_contexts.
34        * rtems/score/cpu.h:
35          Use Context_Control_fp* instead of void* for fp_contexts.
36
372006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        * rtems/score/types.h: Remove unsigned64, signed64.
40
412006-02-01      Joel Sherrill <joel@OARcorp.com>
42
43        * rtems/score/cpu.h: Increase default stack size on i386 from 1K to 4K.
44        Most i386 targets are not memory strapped so making this a bit large
45        is not a burden. It lets more tests run. ticker and psxtimer will not
46        even run with 1K of stack.
47
482005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
49
50        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
51
522005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
53
54        * rtems/asm.h: Remove private version of CONCAT macros.
55        Include <rtems/concat.h> instead.
56
572005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
58
59        * Makefile.am: Split out preinstallation rules.
60        * preinstall.am: New (Split out from Makefile.am).
61
622005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
63
64        PR 754/rtems
65        * rtems/asm.h: New (relocated from .).
66        * asm.h: Remove (moved to rtems/asm.h).
67        * Makefile.am: Reflect changes above.
68
692004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
70
71        * asm.h, rtems/score/cpu.h, rtems/score/i386.h, rtems/score/idtr.h,
72        rtems/score/interrupts.h, rtems/score/registers.h,
73        rtems/score/types.h: New header guards.
74
752005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
76
77        * rtems/score/types.h: Remove signed8, signed16, signed32,
78        unsigned8, unsigned16, unsigned32.
79
802005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
81
82        * rtems/score/i386.h: *_swap_u32( uint32_t ).
83
842005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
85
86        * rtems/score/i386.h: *_swap_u16( uint16_t ).
87
882005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
89
90        * rtems/score/types.h: #include <rtems/stdint.h>.
91
922005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
93
94        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
95
962005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
97
98        * Makefile.am: Remove build-variant support.
99
1002004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
101
102        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
103        guard.
104
1052004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
106
107        * asm.h: Add doxygen preamble.
108
1092004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
110
111        * rtems/score/cpu.h: Add doxygen preamble.
112        * rtems/score/i386.h: Add doxygen preamble.
113        * rtems/score/idtr.h: Add doxygen preamble.
114        * rtems/score/interrupts.h: Add doxygen preamble.
115        * rtems/score/registers.h: Add doxygen preamble.
116        * rtems/score/types.h: Add doxygen preamble.
117
1182004-04-16      Ralf Corsepius <ralf_corsepius@rtems.org>
119
120        * rtems/score/i386.h: Rename i386_swap_U* to i386_swap_u* (API
121        consistency with other ports).
122
1232004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
124
125        * cpu_asm.S: Convert asm comments to C-comments to prevent gcc-3.4.0pre
126        from choking on them.
127
1282004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
129
130        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
131        * Makefile.am: Don't include multilib.am.
132        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
133
1342004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
135
136        * Makefile.am: Install asm.h to $(includedir)/rtems.
137
1382004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
139
140        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
141
1422004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
143
144        * cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/interrupts.h:
145        Convert to using c99 fixed size types.
146
1472004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
148
149        * configure.ac: RTEMS_TOP([../../../..]).
150
1512004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        PR 565/rtems
154        * asm.h: Various hacks.
155
1562004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * configure.ac: Move RTEMS_TOP one subdir down.
159
1602004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Makefile.am: Add PREINSTALL_DIRS.
163
1642004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
167        Add PREINSTALL_FILES to CLEANFILES.
168
1692004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * configure.ac: Requires automake >= 1.8.1.
172
1732004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: Include compile.am, again.
176
1772004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * Makefile.am: Convert to using automake compilation rules.
180
1812003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
184
1852003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
188
1892003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * Makefile.am: Remove TMPINSTALL_FILES.
192
1932003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * Makefile.am: Add $(dirstamp) to preinstallation rules.
196
1972003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * Makefile.am: Don't use gmake rules for preinstallation.
200
2012003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * configure.ac: Remove RTEMS_CANONICAL_HOST.
204
2052003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * configure.ac: Remove RTEMS_CHECK_CPU.
208
2092003-09-04      Joel Sherrill <joel@OARcorp.com>
210
211        * cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/i386.h,
212        rtems/score/idtr.h, rtems/score/interrupts.h,
213        rtems/score/registers.h, rtems/score/types.h: URL for license
214        changed.
215
2162003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
219
2202003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * configure.ac: Remove AC_CONFIG_AUX_DIR.
223
2242002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
227        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
228
2292002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * configure.ac: Fix package name.
232
2332002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
236
2372002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * .cvsignore: Reformat.
240        Add autom4te*cache.
241        Remove autom4te.cache.
242
2432002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
246
2472002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * Makefile.am: Use .$(OBJEXT) instead of .o.
250
2512002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * Makefile.am: Use . instead of .o.
254
2552002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * configure.ac: RTEMS_TOP(../../../..).
258
2592002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * rtems.S: Remove.
262        * Makefile.am: Reflect changes above.
263
2642002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * configure.ac: Remove RTEMS_PROJECT_ROOT.
267
2682002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * configure.ac: Add RTEMS_PROG_CCAS
271
2722002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
275        Add AC_PROG_RANLIB.
276
2772002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
280        Use ../../../aclocal.
281
2822002-03-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * rtems/score/idtr.h: New file, extracted from libcpu/cpu.h.
285        * rtems/score/interrupts.h: New file, extracted from libcpu/cpu.h.
286        * rtems/score/registers.h: New file, moved from libcpu.
287        * Makefile.am: Reflect changes above.
288        * cpu.c: Don't include cpuModel.h,
289          #include <rtems.h>,
290          #include <rtems/score/i386types.h>,
291          #include <rtems/score/idtr.h>.
292        * rtems/score/cpu.h: Don't include libcpu/cpu.h.
293          #include <rtems/score/interrupts.h>,
294          #include <rtems/score/registers.h>.
295
2962001-04-03      Joel Sherrill <joel@OARcorp.com>
297
298        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
299        * rtems/score/i386types.h: Removed.
300        * rtems/score/types.h: New file via CVS magic.
301        * Makefile.am, rtems/score/cpu.h: Account for name change.
302
3032002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * configure.ac:
306        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
307        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
308        * Makefile.am: Remove AUTOMAKE_OPTIONS.
309
3102001-02-05      Joel Sherrill <joel@OARcorp.com>
311
312        * rtems/Makefile.am, rtems/score/Makefile.am: Removed again.
313
3142002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * rtems/Makefile.am: Removed.
317        * rtems/score/Makefile.am: Removed.
318        * configure.ac: Reflect changes above.
319        * Makefile.am: Reflect changes above.
320
3212001-01-30      Joel Sherrill <joel@OARcorp.com>
322
323        * Makefile.am: Corrected so .h files from rtems/score/ are installed.
324
3252002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
328
3292001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * Makefile.am: Add multilib support.
332
3332001-11-28      Joel Sherrill <joel@OARcorp.com>,
334
335        This was tracked as PR91.
336        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
337        is used to specify if the port uses the standard macro for this (FALSE).
338        A TRUE setting indicates the port provides its own implementation.
339
3402001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
343        * configure.in: Remove.
344        * configure.ac: New file, generated from configure.in by autoupdate.
345
3462001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
349        * Makefile.am: Use 'PREINSTALL_FILES ='.
350
3512001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * Makefile.am, rtems/score/Makefile.am:
354        Apply include_*HEADERS instead of H_FILES.
355
3562001-01-03      Joel Sherrill <joel@OARcorp.com>
357
358        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
359
3602000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
363
3642000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
367
3682000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
371        Switch to GNU canonicalization.
372
3732000-09-12      Joel Sherrill <joel@OARcorp.com>
374
375        * rtems/score/i386.h: Corrected "#elsif" to be "#elif".
376
3772000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * Makefile.am: Include compile.am.
380
3812000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * rtems/score/i386.h: cpu-variant define handling
384          Rewrite due to introduction of multilib defines.
385        * asm.h: include cpuopts.h instead of targopts.h
386
3872000-08-10      Joel Sherrill <joel@OARcorp.com>
388
389        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.