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

4.104.114.84.95
Last change on this file since af413e95 was af413e95, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/21/04 at 11:06:03

2004-11-21 Ralf Corsepius <ralf.corsepius@…>

  • rtems/score/types.h: Use rtems_score_types_h as preprocessor guard.
  • Property mode set to 100644
File size: 8.2 KB
Line 
12004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
4        guard.
5
62004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
7
8        * asm.h: Add doxygen preamble.
9
102004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
11
12        * rtems/score/cpu.h: Add doxygen preamble.
13        * rtems/score/i386.h: Add doxygen preamble.
14        * rtems/score/idtr.h: Add doxygen preamble.
15        * rtems/score/interrupts.h: Add doxygen preamble.
16        * rtems/score/registers.h: Add doxygen preamble.
17        * rtems/score/types.h: Add doxygen preamble.
18
192004-04-16      Ralf Corsepius <ralf_corsepius@rtems.org>
20
21        * rtems/score/i386.h: Rename i386_swap_U* to i386_swap_u* (API
22        consistency with other ports).
23
242004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
25
26        * cpu_asm.S: Convert asm comments to C-comments to prevent gcc-3.4.0pre
27        from choking on them.
28
292004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
30
31        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
32        * Makefile.am: Don't include multilib.am.
33        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
34
352004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
36
37        * Makefile.am: Install asm.h to $(includedir)/rtems.
38
392004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
40
41        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
42
432004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
44
45        * cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/interrupts.h:
46        Convert to using c99 fixed size types.
47
482004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
49
50        * configure.ac: RTEMS_TOP([../../../..]).
51
522004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        PR 565/rtems
55        * asm.h: Various hacks.
56
572004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.ac: Move RTEMS_TOP one subdir down.
60
612004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * Makefile.am: Add PREINSTALL_DIRS.
64
652004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
68        Add PREINSTALL_FILES to CLEANFILES.
69
702004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.ac: Requires automake >= 1.8.1.
73
742004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: Include compile.am, again.
77
782004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Convert to using automake compilation rules.
81
822003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
85
862003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
89
902003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am: Remove TMPINSTALL_FILES.
93
942003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Add $(dirstamp) to preinstallation rules.
97
982003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: Don't use gmake rules for preinstallation.
101
1022003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.ac: Remove RTEMS_CANONICAL_HOST.
105
1062003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac: Remove RTEMS_CHECK_CPU.
109
1102003-09-04      Joel Sherrill <joel@OARcorp.com>
111
112        * cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/i386.h,
113        rtems/score/idtr.h, rtems/score/interrupts.h,
114        rtems/score/registers.h, rtems/score/types.h: URL for license
115        changed.
116
1172003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
120
1212003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * configure.ac: Remove AC_CONFIG_AUX_DIR.
124
1252002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
128        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
129
1302002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.ac: Fix package name.
133
1342002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
137
1382002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * .cvsignore: Reformat.
141        Add autom4te*cache.
142        Remove autom4te.cache.
143
1442002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
147
1482002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * Makefile.am: Use .$(OBJEXT) instead of .o.
151
1522002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * Makefile.am: Use . instead of .o.
155
1562002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * configure.ac: RTEMS_TOP(../../../..).
159
1602002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * rtems.S: Remove.
163        * Makefile.am: Reflect changes above.
164
1652002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * configure.ac: Remove RTEMS_PROJECT_ROOT.
168
1692002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * configure.ac: Add RTEMS_PROG_CCAS
172
1732002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
176        Add AC_PROG_RANLIB.
177
1782002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
181        Use ../../../aclocal.
182
1832002-03-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * rtems/score/idtr.h: New file, extracted from libcpu/cpu.h.
186        * rtems/score/interrupts.h: New file, extracted from libcpu/cpu.h.
187        * rtems/score/registers.h: New file, moved from libcpu.
188        * Makefile.am: Reflect changes above.
189        * cpu.c: Don't include cpuModel.h,
190          #include <rtems.h>,
191          #include <rtems/score/i386types.h>,
192          #include <rtems/score/idtr.h>.
193        * rtems/score/cpu.h: Don't include libcpu/cpu.h.
194          #include <rtems/score/interrupts.h>,
195          #include <rtems/score/registers.h>.
196
1972001-04-03      Joel Sherrill <joel@OARcorp.com>
198
199        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
200        * rtems/score/i386types.h: Removed.
201        * rtems/score/types.h: New file via CVS magic.
202        * Makefile.am, rtems/score/cpu.h: Account for name change.
203
2042002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * configure.ac:
207        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
208        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
209        * Makefile.am: Remove AUTOMAKE_OPTIONS.
210
2112001-02-05      Joel Sherrill <joel@OARcorp.com>
212
213        * rtems/Makefile.am, rtems/score/Makefile.am: Removed again.
214
2152002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * rtems/Makefile.am: Removed.
218        * rtems/score/Makefile.am: Removed.
219        * configure.ac: Reflect changes above.
220        * Makefile.am: Reflect changes above.
221
2222001-01-30      Joel Sherrill <joel@OARcorp.com>
223
224        * Makefile.am: Corrected so .h files from rtems/score/ are installed.
225
2262002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
229
2302001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * Makefile.am: Add multilib support.
233
2342001-11-28      Joel Sherrill <joel@OARcorp.com>,
235
236        This was tracked as PR91.
237        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
238        is used to specify if the port uses the standard macro for this (FALSE).
239        A TRUE setting indicates the port provides its own implementation.
240
2412001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
244        * configure.in: Remove.
245        * configure.ac: New file, generated from configure.in by autoupdate.
246
2472001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
250        * Makefile.am: Use 'PREINSTALL_FILES ='.
251
2522001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * Makefile.am, rtems/score/Makefile.am:
255        Apply include_*HEADERS instead of H_FILES.
256
2572001-01-03      Joel Sherrill <joel@OARcorp.com>
258
259        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
260
2612000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
264
2652000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
268
2692000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
272        Switch to GNU canonicalization.
273
2742000-09-12      Joel Sherrill <joel@OARcorp.com>
275
276        * rtems/score/i386.h: Corrected "#elsif" to be "#elif".
277
2782000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * Makefile.am: Include compile.am.
281
2822000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * rtems/score/i386.h: cpu-variant define handling
285          Rewrite due to introduction of multilib defines.
286        * asm.h: include cpuopts.h instead of targopts.h
287
2882000-08-10      Joel Sherrill <joel@OARcorp.com>
289
290        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.