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

4.104.114.84.95
Last change on this file since 3c57751 was 3c57751, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/17/07 at 05:03:24

2007-04-17 Ralf Corsépius <ralf.corsepius@…>

  • rtems/score/cpu.h: Use Context_Control_fp* instead of void* for fp_contexts.
  • Property mode set to 100644
File size: 10.1 KB
Line 
12007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * rtems/score/cpu.h:
4          Use Context_Control_fp* instead of void* for fp_contexts.
5
62006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * rtems/score/types.h: Remove unsigned64, signed64.
9
102006-02-01      Joel Sherrill <joel@OARcorp.com>
11
12        * rtems/score/cpu.h: Increase default stack size on i386 from 1K to 4K.
13        Most i386 targets are not memory strapped so making this a bit large
14        is not a burden. It lets more tests run. ticker and psxtimer will not
15        even run with 1K of stack.
16
172005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
20
212005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
22
23        * rtems/asm.h: Remove private version of CONCAT macros.
24        Include <rtems/concat.h> instead.
25
262005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
27
28        * Makefile.am: Split out preinstallation rules.
29        * preinstall.am: New (Split out from Makefile.am).
30
312005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
32
33        PR 754/rtems
34        * rtems/asm.h: New (relocated from .).
35        * asm.h: Remove (moved to rtems/asm.h).
36        * Makefile.am: Reflect changes above.
37
382004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
39
40        * asm.h, rtems/score/cpu.h, rtems/score/i386.h, rtems/score/idtr.h,
41        rtems/score/interrupts.h, rtems/score/registers.h,
42        rtems/score/types.h: New header guards.
43
442005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
45
46        * rtems/score/types.h: Remove signed8, signed16, signed32,
47        unsigned8, unsigned16, unsigned32.
48
492005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
50
51        * rtems/score/i386.h: *_swap_u32( uint32_t ).
52
532005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
54
55        * rtems/score/i386.h: *_swap_u16( uint16_t ).
56
572005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
58
59        * rtems/score/types.h: #include <rtems/stdint.h>.
60
612005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
62
63        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
64
652005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
66
67        * Makefile.am: Remove build-variant support.
68
692004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
70
71        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
72        guard.
73
742004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
75
76        * asm.h: Add doxygen preamble.
77
782004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
79
80        * rtems/score/cpu.h: Add doxygen preamble.
81        * rtems/score/i386.h: Add doxygen preamble.
82        * rtems/score/idtr.h: Add doxygen preamble.
83        * rtems/score/interrupts.h: Add doxygen preamble.
84        * rtems/score/registers.h: Add doxygen preamble.
85        * rtems/score/types.h: Add doxygen preamble.
86
872004-04-16      Ralf Corsepius <ralf_corsepius@rtems.org>
88
89        * rtems/score/i386.h: Rename i386_swap_U* to i386_swap_u* (API
90        consistency with other ports).
91
922004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
93
94        * cpu_asm.S: Convert asm comments to C-comments to prevent gcc-3.4.0pre
95        from choking on them.
96
972004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
98
99        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
100        * Makefile.am: Don't include multilib.am.
101        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
102
1032004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
104
105        * Makefile.am: Install asm.h to $(includedir)/rtems.
106
1072004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
108
109        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
110
1112004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
112
113        * cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/interrupts.h:
114        Convert to using c99 fixed size types.
115
1162004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
117
118        * configure.ac: RTEMS_TOP([../../../..]).
119
1202004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        PR 565/rtems
123        * asm.h: Various hacks.
124
1252004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * configure.ac: Move RTEMS_TOP one subdir down.
128
1292004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * Makefile.am: Add PREINSTALL_DIRS.
132
1332004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
136        Add PREINSTALL_FILES to CLEANFILES.
137
1382004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.ac: Requires automake >= 1.8.1.
141
1422004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: Include compile.am, again.
145
1462004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * Makefile.am: Convert to using automake compilation rules.
149
1502003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
153
1542003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
157
1582003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: Remove TMPINSTALL_FILES.
161
1622003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: Add $(dirstamp) to preinstallation rules.
165
1662003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * Makefile.am: Don't use gmake rules for preinstallation.
169
1702003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * configure.ac: Remove RTEMS_CANONICAL_HOST.
173
1742003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * configure.ac: Remove RTEMS_CHECK_CPU.
177
1782003-09-04      Joel Sherrill <joel@OARcorp.com>
179
180        * cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/i386.h,
181        rtems/score/idtr.h, rtems/score/interrupts.h,
182        rtems/score/registers.h, rtems/score/types.h: URL for license
183        changed.
184
1852003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
188
1892003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * configure.ac: Remove AC_CONFIG_AUX_DIR.
192
1932002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
196        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
197
1982002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * configure.ac: Fix package name.
201
2022002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
205
2062002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * .cvsignore: Reformat.
209        Add autom4te*cache.
210        Remove autom4te.cache.
211
2122002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
215
2162002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * Makefile.am: Use .$(OBJEXT) instead of .o.
219
2202002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * Makefile.am: Use . instead of .o.
223
2242002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * configure.ac: RTEMS_TOP(../../../..).
227
2282002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * rtems.S: Remove.
231        * Makefile.am: Reflect changes above.
232
2332002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * configure.ac: Remove RTEMS_PROJECT_ROOT.
236
2372002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * configure.ac: Add RTEMS_PROG_CCAS
240
2412002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
244        Add AC_PROG_RANLIB.
245
2462002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
249        Use ../../../aclocal.
250
2512002-03-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * rtems/score/idtr.h: New file, extracted from libcpu/cpu.h.
254        * rtems/score/interrupts.h: New file, extracted from libcpu/cpu.h.
255        * rtems/score/registers.h: New file, moved from libcpu.
256        * Makefile.am: Reflect changes above.
257        * cpu.c: Don't include cpuModel.h,
258          #include <rtems.h>,
259          #include <rtems/score/i386types.h>,
260          #include <rtems/score/idtr.h>.
261        * rtems/score/cpu.h: Don't include libcpu/cpu.h.
262          #include <rtems/score/interrupts.h>,
263          #include <rtems/score/registers.h>.
264
2652001-04-03      Joel Sherrill <joel@OARcorp.com>
266
267        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
268        * rtems/score/i386types.h: Removed.
269        * rtems/score/types.h: New file via CVS magic.
270        * Makefile.am, rtems/score/cpu.h: Account for name change.
271
2722002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * configure.ac:
275        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
276        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
277        * Makefile.am: Remove AUTOMAKE_OPTIONS.
278
2792001-02-05      Joel Sherrill <joel@OARcorp.com>
280
281        * rtems/Makefile.am, rtems/score/Makefile.am: Removed again.
282
2832002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * rtems/Makefile.am: Removed.
286        * rtems/score/Makefile.am: Removed.
287        * configure.ac: Reflect changes above.
288        * Makefile.am: Reflect changes above.
289
2902001-01-30      Joel Sherrill <joel@OARcorp.com>
291
292        * Makefile.am: Corrected so .h files from rtems/score/ are installed.
293
2942002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
297
2982001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * Makefile.am: Add multilib support.
301
3022001-11-28      Joel Sherrill <joel@OARcorp.com>,
303
304        This was tracked as PR91.
305        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
306        is used to specify if the port uses the standard macro for this (FALSE).
307        A TRUE setting indicates the port provides its own implementation.
308
3092001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
312        * configure.in: Remove.
313        * configure.ac: New file, generated from configure.in by autoupdate.
314
3152001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
318        * Makefile.am: Use 'PREINSTALL_FILES ='.
319
3202001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * Makefile.am, rtems/score/Makefile.am:
323        Apply include_*HEADERS instead of H_FILES.
324
3252001-01-03      Joel Sherrill <joel@OARcorp.com>
326
327        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
328
3292000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
332
3332000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
336
3372000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
340        Switch to GNU canonicalization.
341
3422000-09-12      Joel Sherrill <joel@OARcorp.com>
343
344        * rtems/score/i386.h: Corrected "#elsif" to be "#elif".
345
3462000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * Makefile.am: Include compile.am.
349
3502000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * rtems/score/i386.h: cpu-variant define handling
353          Rewrite due to introduction of multilib defines.
354        * asm.h: include cpuopts.h instead of targopts.h
355
3562000-08-10      Joel Sherrill <joel@OARcorp.com>
357
358        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.