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

4.104.114.84.95
Last change on this file since afbadfb was afbadfb, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/24/05 at 05:37:30

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

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