source: rtems/cpukit/score/cpu/i386/ChangeLog @ 3a648a06

4.104.114.84.95
Last change on this file since 3a648a06 was 609b924, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/24/05 at 16:10:39

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

  • rtems/score/types.h: Remove signed8, signed16, signed32, unsigned8, unsigned16, unsigned32.
  • Property mode set to 100644
File size: 8.8 KB
Line 
12005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * rtems/score/types.h: Remove signed8, signed16, signed32,
4        unsigned8, unsigned16, unsigned32.
5
62005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
7
8        * rtems/score/i386.h: *_swap_u32( uint32_t ).
9
102005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
11
12        * rtems/score/i386.h: *_swap_u16( uint16_t ).
13
142005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
15
16        * rtems/score/types.h: #include <rtems/stdint.h>.
17
182005-01-07      Ralf Corsepius <ralf.corsepius@freenet.de>
19
20        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
21
222005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
23
24        * Makefile.am: Remove build-variant support.
25
262004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
27
28        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
29        guard.
30
312004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
32
33        * asm.h: Add doxygen preamble.
34
352004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
36
37        * rtems/score/cpu.h: Add doxygen preamble.
38        * rtems/score/i386.h: Add doxygen preamble.
39        * rtems/score/idtr.h: Add doxygen preamble.
40        * rtems/score/interrupts.h: Add doxygen preamble.
41        * rtems/score/registers.h: Add doxygen preamble.
42        * rtems/score/types.h: Add doxygen preamble.
43
442004-04-16      Ralf Corsepius <ralf_corsepius@rtems.org>
45
46        * rtems/score/i386.h: Rename i386_swap_U* to i386_swap_u* (API
47        consistency with other ports).
48
492004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
50
51        * cpu_asm.S: Convert asm comments to C-comments to prevent gcc-3.4.0pre
52        from choking on them.
53
542004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
55
56        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
57        * Makefile.am: Don't include multilib.am.
58        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
59
602004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
61
62        * Makefile.am: Install asm.h to $(includedir)/rtems.
63
642004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
65
66        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
67
682004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
69
70        * cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/interrupts.h:
71        Convert to using c99 fixed size types.
72
732004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
74
75        * configure.ac: RTEMS_TOP([../../../..]).
76
772004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        PR 565/rtems
80        * asm.h: Various hacks.
81
822004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.ac: Move RTEMS_TOP one subdir down.
85
862004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * Makefile.am: Add PREINSTALL_DIRS.
89
902004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
93        Add PREINSTALL_FILES to CLEANFILES.
94
952004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * configure.ac: Requires automake >= 1.8.1.
98
992004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Include compile.am, again.
102
1032004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Convert to using automake compilation rules.
106
1072003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
110
1112003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
114
1152003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * Makefile.am: Remove TMPINSTALL_FILES.
118
1192003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Add $(dirstamp) to preinstallation rules.
122
1232003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: Don't use gmake rules for preinstallation.
126
1272003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.ac: Remove RTEMS_CANONICAL_HOST.
130
1312003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * configure.ac: Remove RTEMS_CHECK_CPU.
134
1352003-09-04      Joel Sherrill <joel@OARcorp.com>
136
137        * cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/i386.h,
138        rtems/score/idtr.h, rtems/score/interrupts.h,
139        rtems/score/registers.h, rtems/score/types.h: URL for license
140        changed.
141
1422003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
145
1462003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.ac: Remove AC_CONFIG_AUX_DIR.
149
1502002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
153        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
154
1552002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * configure.ac: Fix package name.
158
1592002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
162
1632002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * .cvsignore: Reformat.
166        Add autom4te*cache.
167        Remove autom4te.cache.
168
1692002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
172
1732002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: Use .$(OBJEXT) instead of .o.
176
1772002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * Makefile.am: Use . instead of .o.
180
1812002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * configure.ac: RTEMS_TOP(../../../..).
184
1852002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * rtems.S: Remove.
188        * Makefile.am: Reflect changes above.
189
1902002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.ac: Remove RTEMS_PROJECT_ROOT.
193
1942002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.ac: Add RTEMS_PROG_CCAS
197
1982002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
201        Add AC_PROG_RANLIB.
202
2032002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
206        Use ../../../aclocal.
207
2082002-03-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * rtems/score/idtr.h: New file, extracted from libcpu/cpu.h.
211        * rtems/score/interrupts.h: New file, extracted from libcpu/cpu.h.
212        * rtems/score/registers.h: New file, moved from libcpu.
213        * Makefile.am: Reflect changes above.
214        * cpu.c: Don't include cpuModel.h,
215          #include <rtems.h>,
216          #include <rtems/score/i386types.h>,
217          #include <rtems/score/idtr.h>.
218        * rtems/score/cpu.h: Don't include libcpu/cpu.h.
219          #include <rtems/score/interrupts.h>,
220          #include <rtems/score/registers.h>.
221
2222001-04-03      Joel Sherrill <joel@OARcorp.com>
223
224        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
225        * rtems/score/i386types.h: Removed.
226        * rtems/score/types.h: New file via CVS magic.
227        * Makefile.am, rtems/score/cpu.h: Account for name change.
228
2292002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * configure.ac:
232        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
233        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
234        * Makefile.am: Remove AUTOMAKE_OPTIONS.
235
2362001-02-05      Joel Sherrill <joel@OARcorp.com>
237
238        * rtems/Makefile.am, rtems/score/Makefile.am: Removed again.
239
2402002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * rtems/Makefile.am: Removed.
243        * rtems/score/Makefile.am: Removed.
244        * configure.ac: Reflect changes above.
245        * Makefile.am: Reflect changes above.
246
2472001-01-30      Joel Sherrill <joel@OARcorp.com>
248
249        * Makefile.am: Corrected so .h files from rtems/score/ are installed.
250
2512002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
254
2552001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * Makefile.am: Add multilib support.
258
2592001-11-28      Joel Sherrill <joel@OARcorp.com>,
260
261        This was tracked as PR91.
262        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
263        is used to specify if the port uses the standard macro for this (FALSE).
264        A TRUE setting indicates the port provides its own implementation.
265
2662001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
269        * configure.in: Remove.
270        * configure.ac: New file, generated from configure.in by autoupdate.
271
2722001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
275        * Makefile.am: Use 'PREINSTALL_FILES ='.
276
2772001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * Makefile.am, rtems/score/Makefile.am:
280        Apply include_*HEADERS instead of H_FILES.
281
2822001-01-03      Joel Sherrill <joel@OARcorp.com>
283
284        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
285
2862000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
289
2902000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
293
2942000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
297        Switch to GNU canonicalization.
298
2992000-09-12      Joel Sherrill <joel@OARcorp.com>
300
301        * rtems/score/i386.h: Corrected "#elsif" to be "#elif".
302
3032000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * Makefile.am: Include compile.am.
306
3072000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * rtems/score/i386.h: cpu-variant define handling
310          Rewrite due to introduction of multilib defines.
311        * asm.h: include cpuopts.h instead of targopts.h
312
3132000-08-10      Joel Sherrill <joel@OARcorp.com>
314
315        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.