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

4.104.114.84.95
Last change on this file since f346774d was f346774d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/01/05 at 10:31:38

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

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