source: rtems/cpukit/score/cpu/i386/ChangeLog @ 962c247e

4.104.114.84.95
Last change on this file since 962c247e was 962c247e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/24/05 at 05:40:48

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

  • rtems/score/i386.h: *_swap_u32( uint32_t ).
  • Property mode set to 100644
File size: 8.7 KB
Line 
12005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * rtems/score/i386.h: *_swap_u32( uint32_t ).
4
52005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * rtems/score/i386.h: *_swap_u16( uint16_t ).
8
92005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * rtems/score/types.h: #include <rtems/stdint.h>.
12
132005-01-07      Ralf Corsepius <ralf.corsepius@freenet.de>
14
15        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
16
172005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * Makefile.am: Remove build-variant support.
20
212004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
22
23        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
24        guard.
25
262004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
27
28        * asm.h: Add doxygen preamble.
29
302004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
31
32        * rtems/score/cpu.h: Add doxygen preamble.
33        * rtems/score/i386.h: Add doxygen preamble.
34        * rtems/score/idtr.h: Add doxygen preamble.
35        * rtems/score/interrupts.h: Add doxygen preamble.
36        * rtems/score/registers.h: Add doxygen preamble.
37        * rtems/score/types.h: Add doxygen preamble.
38
392004-04-16      Ralf Corsepius <ralf_corsepius@rtems.org>
40
41        * rtems/score/i386.h: Rename i386_swap_U* to i386_swap_u* (API
42        consistency with other ports).
43
442004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
45
46        * cpu_asm.S: Convert asm comments to C-comments to prevent gcc-3.4.0pre
47        from choking on them.
48
492004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
50
51        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
52        * Makefile.am: Don't include multilib.am.
53        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
54
552004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
56
57        * Makefile.am: Install asm.h to $(includedir)/rtems.
58
592004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
60
61        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
62
632004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
64
65        * cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/interrupts.h:
66        Convert to using c99 fixed size types.
67
682004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
69
70        * configure.ac: RTEMS_TOP([../../../..]).
71
722004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        PR 565/rtems
75        * asm.h: Various hacks.
76
772004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac: Move RTEMS_TOP one subdir down.
80
812004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * Makefile.am: Add PREINSTALL_DIRS.
84
852004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
88        Add PREINSTALL_FILES to CLEANFILES.
89
902004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.ac: Requires automake >= 1.8.1.
93
942004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Include compile.am, again.
97
982004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: Convert to using automake compilation rules.
101
1022003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
105
1062003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
109
1102003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * Makefile.am: Remove TMPINSTALL_FILES.
113
1142003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Add $(dirstamp) to preinstallation rules.
117
1182003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: Don't use gmake rules for preinstallation.
121
1222003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * configure.ac: Remove RTEMS_CANONICAL_HOST.
125
1262003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * configure.ac: Remove RTEMS_CHECK_CPU.
129
1302003-09-04      Joel Sherrill <joel@OARcorp.com>
131
132        * cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/i386.h,
133        rtems/score/idtr.h, rtems/score/interrupts.h,
134        rtems/score/registers.h, rtems/score/types.h: URL for license
135        changed.
136
1372003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
140
1412003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * configure.ac: Remove AC_CONFIG_AUX_DIR.
144
1452002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
148        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
149
1502002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac: Fix package name.
153
1542002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
157
1582002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * .cvsignore: Reformat.
161        Add autom4te*cache.
162        Remove autom4te.cache.
163
1642002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
167
1682002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: Use .$(OBJEXT) instead of .o.
171
1722002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * Makefile.am: Use . instead of .o.
175
1762002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * configure.ac: RTEMS_TOP(../../../..).
179
1802002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * rtems.S: Remove.
183        * Makefile.am: Reflect changes above.
184
1852002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: Remove RTEMS_PROJECT_ROOT.
188
1892002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * configure.ac: Add RTEMS_PROG_CCAS
192
1932002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
196        Add AC_PROG_RANLIB.
197
1982002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
201        Use ../../../aclocal.
202
2032002-03-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * rtems/score/idtr.h: New file, extracted from libcpu/cpu.h.
206        * rtems/score/interrupts.h: New file, extracted from libcpu/cpu.h.
207        * rtems/score/registers.h: New file, moved from libcpu.
208        * Makefile.am: Reflect changes above.
209        * cpu.c: Don't include cpuModel.h,
210          #include <rtems.h>,
211          #include <rtems/score/i386types.h>,
212          #include <rtems/score/idtr.h>.
213        * rtems/score/cpu.h: Don't include libcpu/cpu.h.
214          #include <rtems/score/interrupts.h>,
215          #include <rtems/score/registers.h>.
216
2172001-04-03      Joel Sherrill <joel@OARcorp.com>
218
219        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
220        * rtems/score/i386types.h: Removed.
221        * rtems/score/types.h: New file via CVS magic.
222        * Makefile.am, rtems/score/cpu.h: Account for name change.
223
2242002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * configure.ac:
227        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
228        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
229        * Makefile.am: Remove AUTOMAKE_OPTIONS.
230
2312001-02-05      Joel Sherrill <joel@OARcorp.com>
232
233        * rtems/Makefile.am, rtems/score/Makefile.am: Removed again.
234
2352002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * rtems/Makefile.am: Removed.
238        * rtems/score/Makefile.am: Removed.
239        * configure.ac: Reflect changes above.
240        * Makefile.am: Reflect changes above.
241
2422001-01-30      Joel Sherrill <joel@OARcorp.com>
243
244        * Makefile.am: Corrected so .h files from rtems/score/ are installed.
245
2462002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
249
2502001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * Makefile.am: Add multilib support.
253
2542001-11-28      Joel Sherrill <joel@OARcorp.com>,
255
256        This was tracked as PR91.
257        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
258        is used to specify if the port uses the standard macro for this (FALSE).
259        A TRUE setting indicates the port provides its own implementation.
260
2612001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
264        * configure.in: Remove.
265        * configure.ac: New file, generated from configure.in by autoupdate.
266
2672001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
270        * Makefile.am: Use 'PREINSTALL_FILES ='.
271
2722001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * Makefile.am, rtems/score/Makefile.am:
275        Apply include_*HEADERS instead of H_FILES.
276
2772001-01-03      Joel Sherrill <joel@OARcorp.com>
278
279        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
280
2812000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
284
2852000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
288
2892000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
292        Switch to GNU canonicalization.
293
2942000-09-12      Joel Sherrill <joel@OARcorp.com>
295
296        * rtems/score/i386.h: Corrected "#elsif" to be "#elif".
297
2982000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * Makefile.am: Include compile.am.
301
3022000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * rtems/score/i386.h: cpu-variant define handling
305          Rewrite due to introduction of multilib defines.
306        * asm.h: include cpuopts.h instead of targopts.h
307
3082000-08-10      Joel Sherrill <joel@OARcorp.com>
309
310        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.