source: rtems/cpukit/score/cpu/i386/ChangeLog @ 1f24914a

4.104.114.84.95
Last change on this file since 1f24914a was 1f24914a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/04/05 at 05:25:15

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

PR 754/rtems

  • rtems/asm.h: New (relocated from .).
  • asm.h: Remove (moved to rtems/asm.h).
  • Makefile.am: Reflect changes above.
  • Property mode set to 100644
File size: 9.2 KB
Line 
12005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        PR 754/rtems
4        * rtems/asm.h: New (relocated from .).
5        * asm.h: Remove (moved to rtems/asm.h).
6        * Makefile.am: Reflect changes above.
7
82004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
9
10        * asm.h, rtems/score/cpu.h, rtems/score/i386.h, rtems/score/idtr.h,
11        rtems/score/interrupts.h, rtems/score/registers.h,
12        rtems/score/types.h: New header guards.
13
142005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
15
16        * rtems/score/types.h: Remove signed8, signed16, signed32,
17        unsigned8, unsigned16, unsigned32.
18
192005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
20
21        * rtems/score/i386.h: *_swap_u32( uint32_t ).
22
232005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
24
25        * rtems/score/i386.h: *_swap_u16( uint16_t ).
26
272005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
28
29        * rtems/score/types.h: #include <rtems/stdint.h>.
30
312005-01-07      Ralf Corsepius <ralf.corsepius@freenet.de>
32
33        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
34
352005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
36
37        * Makefile.am: Remove build-variant support.
38
392004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
40
41        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
42        guard.
43
442004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
45
46        * asm.h: Add doxygen preamble.
47
482004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
49
50        * rtems/score/cpu.h: Add doxygen preamble.
51        * rtems/score/i386.h: Add doxygen preamble.
52        * rtems/score/idtr.h: Add doxygen preamble.
53        * rtems/score/interrupts.h: Add doxygen preamble.
54        * rtems/score/registers.h: Add doxygen preamble.
55        * rtems/score/types.h: Add doxygen preamble.
56
572004-04-16      Ralf Corsepius <ralf_corsepius@rtems.org>
58
59        * rtems/score/i386.h: Rename i386_swap_U* to i386_swap_u* (API
60        consistency with other ports).
61
622004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
63
64        * cpu_asm.S: Convert asm comments to C-comments to prevent gcc-3.4.0pre
65        from choking on them.
66
672004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
68
69        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
70        * Makefile.am: Don't include multilib.am.
71        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
72
732004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
74
75        * Makefile.am: Install asm.h to $(includedir)/rtems.
76
772004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
78
79        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
80
812004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
82
83        * cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/interrupts.h:
84        Convert to using c99 fixed size types.
85
862004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
87
88        * configure.ac: RTEMS_TOP([../../../..]).
89
902004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        PR 565/rtems
93        * asm.h: Various hacks.
94
952004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * configure.ac: Move RTEMS_TOP one subdir down.
98
992004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Add PREINSTALL_DIRS.
102
1032004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
106        Add PREINSTALL_FILES to CLEANFILES.
107
1082004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * configure.ac: Requires automake >= 1.8.1.
111
1122004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Include compile.am, again.
115
1162004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Convert to using automake compilation rules.
119
1202003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
123
1242003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
127
1282003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Remove TMPINSTALL_FILES.
131
1322003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * Makefile.am: Add $(dirstamp) to preinstallation rules.
135
1362003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * Makefile.am: Don't use gmake rules for preinstallation.
139
1402003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * configure.ac: Remove RTEMS_CANONICAL_HOST.
143
1442003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * configure.ac: Remove RTEMS_CHECK_CPU.
147
1482003-09-04      Joel Sherrill <joel@OARcorp.com>
149
150        * cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/i386.h,
151        rtems/score/idtr.h, rtems/score/interrupts.h,
152        rtems/score/registers.h, rtems/score/types.h: URL for license
153        changed.
154
1552003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
158
1592003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * configure.ac: Remove AC_CONFIG_AUX_DIR.
162
1632002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
166        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
167
1682002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * configure.ac: Fix package name.
171
1722002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
175
1762002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * .cvsignore: Reformat.
179        Add autom4te*cache.
180        Remove autom4te.cache.
181
1822002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
185
1862002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * Makefile.am: Use .$(OBJEXT) instead of .o.
189
1902002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * Makefile.am: Use . instead of .o.
193
1942002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.ac: RTEMS_TOP(../../../..).
197
1982002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * rtems.S: Remove.
201        * Makefile.am: Reflect changes above.
202
2032002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * configure.ac: Remove RTEMS_PROJECT_ROOT.
206
2072002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * configure.ac: Add RTEMS_PROG_CCAS
210
2112002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
214        Add AC_PROG_RANLIB.
215
2162002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
219        Use ../../../aclocal.
220
2212002-03-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * rtems/score/idtr.h: New file, extracted from libcpu/cpu.h.
224        * rtems/score/interrupts.h: New file, extracted from libcpu/cpu.h.
225        * rtems/score/registers.h: New file, moved from libcpu.
226        * Makefile.am: Reflect changes above.
227        * cpu.c: Don't include cpuModel.h,
228          #include <rtems.h>,
229          #include <rtems/score/i386types.h>,
230          #include <rtems/score/idtr.h>.
231        * rtems/score/cpu.h: Don't include libcpu/cpu.h.
232          #include <rtems/score/interrupts.h>,
233          #include <rtems/score/registers.h>.
234
2352001-04-03      Joel Sherrill <joel@OARcorp.com>
236
237        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
238        * rtems/score/i386types.h: Removed.
239        * rtems/score/types.h: New file via CVS magic.
240        * Makefile.am, rtems/score/cpu.h: Account for name change.
241
2422002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * configure.ac:
245        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
246        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
247        * Makefile.am: Remove AUTOMAKE_OPTIONS.
248
2492001-02-05      Joel Sherrill <joel@OARcorp.com>
250
251        * rtems/Makefile.am, rtems/score/Makefile.am: Removed again.
252
2532002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * rtems/Makefile.am: Removed.
256        * rtems/score/Makefile.am: Removed.
257        * configure.ac: Reflect changes above.
258        * Makefile.am: Reflect changes above.
259
2602001-01-30      Joel Sherrill <joel@OARcorp.com>
261
262        * Makefile.am: Corrected so .h files from rtems/score/ are installed.
263
2642002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
267
2682001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * Makefile.am: Add multilib support.
271
2722001-11-28      Joel Sherrill <joel@OARcorp.com>,
273
274        This was tracked as PR91.
275        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
276        is used to specify if the port uses the standard macro for this (FALSE).
277        A TRUE setting indicates the port provides its own implementation.
278
2792001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
282        * configure.in: Remove.
283        * configure.ac: New file, generated from configure.in by autoupdate.
284
2852001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
288        * Makefile.am: Use 'PREINSTALL_FILES ='.
289
2902001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * Makefile.am, rtems/score/Makefile.am:
293        Apply include_*HEADERS instead of H_FILES.
294
2952001-01-03      Joel Sherrill <joel@OARcorp.com>
296
297        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
298
2992000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
302
3032000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
306
3072000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
310        Switch to GNU canonicalization.
311
3122000-09-12      Joel Sherrill <joel@OARcorp.com>
313
314        * rtems/score/i386.h: Corrected "#elsif" to be "#elif".
315
3162000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * Makefile.am: Include compile.am.
319
3202000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * rtems/score/i386.h: cpu-variant define handling
323          Rewrite due to introduction of multilib defines.
324        * asm.h: include cpuopts.h instead of targopts.h
325
3262000-08-10      Joel Sherrill <joel@OARcorp.com>
327
328        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.