source: rtems/cpukit/score/cpu/i386/ChangeLog @ b9b531f

4.104.114.84.95
Last change on this file since b9b531f was b9b531f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/24/05 at 03:54:22

2005-01-24 Ralf Corsepius <ralf.corsepius@…>

  • rtems/score/types.h: #include <rtems/stdint.h>.
  • Property mode set to 100644
File size: 8.5 KB
Line 
12005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * rtems/score/types.h: #include <rtems/stdint.h>.
4
52005-01-07      Ralf Corsepius <ralf.corsepius@freenet.de>
6
7        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
8
92005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * Makefile.am: Remove build-variant support.
12
132004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
14
15        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
16        guard.
17
182004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
19
20        * asm.h: Add doxygen preamble.
21
222004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
23
24        * rtems/score/cpu.h: Add doxygen preamble.
25        * rtems/score/i386.h: Add doxygen preamble.
26        * rtems/score/idtr.h: Add doxygen preamble.
27        * rtems/score/interrupts.h: Add doxygen preamble.
28        * rtems/score/registers.h: Add doxygen preamble.
29        * rtems/score/types.h: Add doxygen preamble.
30
312004-04-16      Ralf Corsepius <ralf_corsepius@rtems.org>
32
33        * rtems/score/i386.h: Rename i386_swap_U* to i386_swap_u* (API
34        consistency with other ports).
35
362004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
37
38        * cpu_asm.S: Convert asm comments to C-comments to prevent gcc-3.4.0pre
39        from choking on them.
40
412004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
42
43        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
44        * Makefile.am: Don't include multilib.am.
45        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
46
472004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
48
49        * Makefile.am: Install asm.h to $(includedir)/rtems.
50
512004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
52
53        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
54
552004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
56
57        * cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/interrupts.h:
58        Convert to using c99 fixed size types.
59
602004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
61
62        * configure.ac: RTEMS_TOP([../../../..]).
63
642004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        PR 565/rtems
67        * asm.h: Various hacks.
68
692004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac: Move RTEMS_TOP one subdir down.
72
732004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: Add PREINSTALL_DIRS.
76
772004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
80        Add PREINSTALL_FILES to CLEANFILES.
81
822004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.ac: Requires automake >= 1.8.1.
85
862004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * Makefile.am: Include compile.am, again.
89
902004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am: Convert to using automake compilation rules.
93
942003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
97
982003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
101
1022003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: Remove TMPINSTALL_FILES.
105
1062003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * Makefile.am: Add $(dirstamp) to preinstallation rules.
109
1102003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * Makefile.am: Don't use gmake rules for preinstallation.
113
1142003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.ac: Remove RTEMS_CANONICAL_HOST.
117
1182003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.ac: Remove RTEMS_CHECK_CPU.
121
1222003-09-04      Joel Sherrill <joel@OARcorp.com>
123
124        * cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/i386.h,
125        rtems/score/idtr.h, rtems/score/interrupts.h,
126        rtems/score/registers.h, rtems/score/types.h: URL for license
127        changed.
128
1292003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
132
1332003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * configure.ac: Remove AC_CONFIG_AUX_DIR.
136
1372002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
140        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
141
1422002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.ac: Fix package name.
145
1462002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
149
1502002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * .cvsignore: Reformat.
153        Add autom4te*cache.
154        Remove autom4te.cache.
155
1562002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
159
1602002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Makefile.am: Use .$(OBJEXT) instead of .o.
163
1642002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am: Use . instead of .o.
167
1682002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * configure.ac: RTEMS_TOP(../../../..).
171
1722002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * rtems.S: Remove.
175        * Makefile.am: Reflect changes above.
176
1772002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * configure.ac: Remove RTEMS_PROJECT_ROOT.
180
1812002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * configure.ac: Add RTEMS_PROG_CCAS
184
1852002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
188        Add AC_PROG_RANLIB.
189
1902002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
193        Use ../../../aclocal.
194
1952002-03-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * rtems/score/idtr.h: New file, extracted from libcpu/cpu.h.
198        * rtems/score/interrupts.h: New file, extracted from libcpu/cpu.h.
199        * rtems/score/registers.h: New file, moved from libcpu.
200        * Makefile.am: Reflect changes above.
201        * cpu.c: Don't include cpuModel.h,
202          #include <rtems.h>,
203          #include <rtems/score/i386types.h>,
204          #include <rtems/score/idtr.h>.
205        * rtems/score/cpu.h: Don't include libcpu/cpu.h.
206          #include <rtems/score/interrupts.h>,
207          #include <rtems/score/registers.h>.
208
2092001-04-03      Joel Sherrill <joel@OARcorp.com>
210
211        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
212        * rtems/score/i386types.h: Removed.
213        * rtems/score/types.h: New file via CVS magic.
214        * Makefile.am, rtems/score/cpu.h: Account for name change.
215
2162002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * configure.ac:
219        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
220        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
221        * Makefile.am: Remove AUTOMAKE_OPTIONS.
222
2232001-02-05      Joel Sherrill <joel@OARcorp.com>
224
225        * rtems/Makefile.am, rtems/score/Makefile.am: Removed again.
226
2272002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * rtems/Makefile.am: Removed.
230        * rtems/score/Makefile.am: Removed.
231        * configure.ac: Reflect changes above.
232        * Makefile.am: Reflect changes above.
233
2342001-01-30      Joel Sherrill <joel@OARcorp.com>
235
236        * Makefile.am: Corrected so .h files from rtems/score/ are installed.
237
2382002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
241
2422001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * Makefile.am: Add multilib support.
245
2462001-11-28      Joel Sherrill <joel@OARcorp.com>,
247
248        This was tracked as PR91.
249        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
250        is used to specify if the port uses the standard macro for this (FALSE).
251        A TRUE setting indicates the port provides its own implementation.
252
2532001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
256        * configure.in: Remove.
257        * configure.ac: New file, generated from configure.in by autoupdate.
258
2592001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
262        * Makefile.am: Use 'PREINSTALL_FILES ='.
263
2642001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * Makefile.am, rtems/score/Makefile.am:
267        Apply include_*HEADERS instead of H_FILES.
268
2692001-01-03      Joel Sherrill <joel@OARcorp.com>
270
271        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
272
2732000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
276
2772000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
280
2812000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
284        Switch to GNU canonicalization.
285
2862000-09-12      Joel Sherrill <joel@OARcorp.com>
287
288        * rtems/score/i386.h: Corrected "#elsif" to be "#elif".
289
2902000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * Makefile.am: Include compile.am.
293
2942000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * rtems/score/i386.h: cpu-variant define handling
297          Rewrite due to introduction of multilib defines.
298        * asm.h: include cpuopts.h instead of targopts.h
299
3002000-08-10      Joel Sherrill <joel@OARcorp.com>
301
302        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.