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

4.104.114.84.95
Last change on this file since babf575 was babf575, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/08/05 at 15:45:55

2005-02-08 Ralf Corsepius <ralf.corsepius@…>

  • Makefile.am: Split out preinstallation rules.
  • preinstall.am: New (Split out from Makefile.am).
  • Property mode set to 100644
File size: 9.4 KB
Line 
12005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Split out preinstallation rules.
4        * preinstall.am: New (Split out from Makefile.am).
5
62005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
7
8        PR 754/rtems
9        * rtems/asm.h: New (relocated from .).
10        * asm.h: Remove (moved to rtems/asm.h).
11        * Makefile.am: Reflect changes above.
12
132004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
14
15        * asm.h, rtems/score/cpu.h, rtems/score/i386.h, rtems/score/idtr.h,
16        rtems/score/interrupts.h, rtems/score/registers.h,
17        rtems/score/types.h: New header guards.
18
192005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
20
21        * rtems/score/types.h: Remove signed8, signed16, signed32,
22        unsigned8, unsigned16, unsigned32.
23
242005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
25
26        * rtems/score/i386.h: *_swap_u32( uint32_t ).
27
282005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
29
30        * rtems/score/i386.h: *_swap_u16( uint16_t ).
31
322005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
33
34        * rtems/score/types.h: #include <rtems/stdint.h>.
35
362005-01-07      Ralf Corsepius <ralf.corsepius@freenet.de>
37
38        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
39
402005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
41
42        * Makefile.am: Remove build-variant support.
43
442004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
45
46        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
47        guard.
48
492004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
50
51        * asm.h: Add doxygen preamble.
52
532004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
54
55        * rtems/score/cpu.h: Add doxygen preamble.
56        * rtems/score/i386.h: Add doxygen preamble.
57        * rtems/score/idtr.h: Add doxygen preamble.
58        * rtems/score/interrupts.h: Add doxygen preamble.
59        * rtems/score/registers.h: Add doxygen preamble.
60        * rtems/score/types.h: Add doxygen preamble.
61
622004-04-16      Ralf Corsepius <ralf_corsepius@rtems.org>
63
64        * rtems/score/i386.h: Rename i386_swap_U* to i386_swap_u* (API
65        consistency with other ports).
66
672004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
68
69        * cpu_asm.S: Convert asm comments to C-comments to prevent gcc-3.4.0pre
70        from choking on them.
71
722004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
73
74        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
75        * Makefile.am: Don't include multilib.am.
76        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
77
782004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
79
80        * Makefile.am: Install asm.h to $(includedir)/rtems.
81
822004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
83
84        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
85
862004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
87
88        * cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/interrupts.h:
89        Convert to using c99 fixed size types.
90
912004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
92
93        * configure.ac: RTEMS_TOP([../../../..]).
94
952004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        PR 565/rtems
98        * asm.h: Various hacks.
99
1002004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: Move RTEMS_TOP one subdir down.
103
1042004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Add PREINSTALL_DIRS.
107
1082004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
111        Add PREINSTALL_FILES to CLEANFILES.
112
1132004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: Requires automake >= 1.8.1.
116
1172004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Include compile.am, again.
120
1212004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * Makefile.am: Convert to using automake compilation rules.
124
1252003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
128
1292003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
132
1332003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: Remove TMPINSTALL_FILES.
136
1372003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: Add $(dirstamp) to preinstallation rules.
140
1412003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * Makefile.am: Don't use gmake rules for preinstallation.
144
1452003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * configure.ac: Remove RTEMS_CANONICAL_HOST.
148
1492003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.ac: Remove RTEMS_CHECK_CPU.
152
1532003-09-04      Joel Sherrill <joel@OARcorp.com>
154
155        * cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/i386.h,
156        rtems/score/idtr.h, rtems/score/interrupts.h,
157        rtems/score/registers.h, rtems/score/types.h: URL for license
158        changed.
159
1602003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
163
1642003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.ac: Remove AC_CONFIG_AUX_DIR.
167
1682002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
171        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
172
1732002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * configure.ac: Fix package name.
176
1772002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
180
1812002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * .cvsignore: Reformat.
184        Add autom4te*cache.
185        Remove autom4te.cache.
186
1872002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
190
1912002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * Makefile.am: Use .$(OBJEXT) instead of .o.
194
1952002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * Makefile.am: Use . instead of .o.
198
1992002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * configure.ac: RTEMS_TOP(../../../..).
202
2032002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * rtems.S: Remove.
206        * Makefile.am: Reflect changes above.
207
2082002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * configure.ac: Remove RTEMS_PROJECT_ROOT.
211
2122002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * configure.ac: Add RTEMS_PROG_CCAS
215
2162002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
219        Add AC_PROG_RANLIB.
220
2212002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
224        Use ../../../aclocal.
225
2262002-03-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * rtems/score/idtr.h: New file, extracted from libcpu/cpu.h.
229        * rtems/score/interrupts.h: New file, extracted from libcpu/cpu.h.
230        * rtems/score/registers.h: New file, moved from libcpu.
231        * Makefile.am: Reflect changes above.
232        * cpu.c: Don't include cpuModel.h,
233          #include <rtems.h>,
234          #include <rtems/score/i386types.h>,
235          #include <rtems/score/idtr.h>.
236        * rtems/score/cpu.h: Don't include libcpu/cpu.h.
237          #include <rtems/score/interrupts.h>,
238          #include <rtems/score/registers.h>.
239
2402001-04-03      Joel Sherrill <joel@OARcorp.com>
241
242        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
243        * rtems/score/i386types.h: Removed.
244        * rtems/score/types.h: New file via CVS magic.
245        * Makefile.am, rtems/score/cpu.h: Account for name change.
246
2472002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * configure.ac:
250        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
251        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
252        * Makefile.am: Remove AUTOMAKE_OPTIONS.
253
2542001-02-05      Joel Sherrill <joel@OARcorp.com>
255
256        * rtems/Makefile.am, rtems/score/Makefile.am: Removed again.
257
2582002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * rtems/Makefile.am: Removed.
261        * rtems/score/Makefile.am: Removed.
262        * configure.ac: Reflect changes above.
263        * Makefile.am: Reflect changes above.
264
2652001-01-30      Joel Sherrill <joel@OARcorp.com>
266
267        * Makefile.am: Corrected so .h files from rtems/score/ are installed.
268
2692002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
272
2732001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * Makefile.am: Add multilib support.
276
2772001-11-28      Joel Sherrill <joel@OARcorp.com>,
278
279        This was tracked as PR91.
280        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
281        is used to specify if the port uses the standard macro for this (FALSE).
282        A TRUE setting indicates the port provides its own implementation.
283
2842001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
287        * configure.in: Remove.
288        * configure.ac: New file, generated from configure.in by autoupdate.
289
2902001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
293        * Makefile.am: Use 'PREINSTALL_FILES ='.
294
2952001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * Makefile.am, rtems/score/Makefile.am:
298        Apply include_*HEADERS instead of H_FILES.
299
3002001-01-03      Joel Sherrill <joel@OARcorp.com>
301
302        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
303
3042000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
307
3082000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
311
3122000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
315        Switch to GNU canonicalization.
316
3172000-09-12      Joel Sherrill <joel@OARcorp.com>
318
319        * rtems/score/i386.h: Corrected "#elsif" to be "#elif".
320
3212000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * Makefile.am: Include compile.am.
324
3252000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * rtems/score/i386.h: cpu-variant define handling
328          Rewrite due to introduction of multilib defines.
329        * asm.h: include cpuopts.h instead of targopts.h
330
3312000-08-10      Joel Sherrill <joel@OARcorp.com>
332
333        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.