source: rtems/c/src/lib/libcpu/i386/ChangeLog @ 5c9be63

4.104.114.95
Last change on this file since 5c9be63 was d7cefbf6, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/07 at 18:15:06

2007-03-28 Joel Sherrill <joel@…>

  • page.c: Redo print to not have cvs conflict marker.
  • Property mode set to 100644
File size: 6.5 KB
Line 
12007-03-28      Joel Sherrill <joel@OARcorp.com>
2
3        * page.c: Redo print to not have cvs conflict marker.
4
52006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: New BUG-REPORT address.
8
92006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * configure.ac: Require autoconf-2.60. Require automake-1.10.
12
132006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * configure.ac: Use RTEMS_AMPOLISH3.
16
172005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * Makefile.am: Add preinstall.am
20        * preinstall.am: New.
21        * configure.ac: Add AMPOLISH3.
22        * byteorder.h: New.
23
242005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
25
26        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
27
282005-01-03      Joel Sherrill <joel@OARcorp.com>
29
30        * Makefile.am: Fix typo.
31
322005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
33
34        * Makefile.am: Remove build-variant support.
35
362004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
37
38        * configure.ac: Remove RTEMS_ENABLE_BARE.
39
402004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
41
42        * configure.ac: Require automake > 1.9.
43
442004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
45
46        * cpuModel.S: Include <rtems/asm.h> instead of <asm.h>.
47        * idtr.S: Include <rtems/asm.h> instead of <asm.h>.
48
492004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
50
51        * page.c: Convert to using c99 fixed size types.
52
532004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
54
55        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
56
572004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Don't include .../lib.am.
60
612004-01-21      Joel Sherrill <joel@OARcorp.com>
62
63        PR 557/bsps
64        * cpu.c: Removed. File appears to have been orphaned around June 2000
65
662004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * Makefile.am: Split the blob of *.o into cache.rel, page.rel and
69        score.rel. Add PREINSTALL_DIRS.
70        Use automake compilation rules.
71        * page.c, cpuModel.S: Remove stray blanks.
72        * configure.ac: Require automake >= 1.8.2.
73        Add AM_PROG_CC_C_O. Add subdir-objects to AUTOMAKE_OPTIONS.
74
752004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
78        Add PRE/TMPINSTALL_FILES to CLEANFILES.
79
802003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: Eliminate VPATH.
83
842003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
87
882003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
91
922003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * Makefile.am: Remove all-local: $(ARCH).
95
962003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: Reformat. Use dirstamps for preinstallation.
99
1002003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: Remove RTEMS_CANONICAL_HOST.
103
1042003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * configure.ac: Remove RTEMS_CHECK_CPU.
107
1082003-09-04      Joel Sherrill <joel@OARcorp.com>
109
110        * cpu.c, cpu.h, cpuModel.S, cpuModel.h, displayCpu.c, idtr.S, page.c:
111        URL for license changed.
112
1132003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: Reflect having moved aclocal/.
116
1172003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Reflect having moved automake/.
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
1292003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
132
1332003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * configure.ac: AC_PREREQ(2.57).
136
1372002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: Don't include @RTEMS_BSP@.cfg.
140        Eliminate *_O_FILES.
141        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
142
1432002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
146
1472002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * configure.ac: Add RTEMS_PROG_CCAS.
150
1512002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * .cvsignore: Reformat.
154        Add autom4te*cache.
155        Remove autom4te.cache.
156
1572002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * Makefile.am: Use .$(OBJEXT) instead of .o.
160
1612002-07-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * cpuModel.S: Include <rtems/score/registers.h> instead of
164        <libcpu/registers.h>.
165        * registers.h: Removed.
166        * Makefile.am: Remove registers.h.
167
1682002-03-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * cache.c: Include <rtems/score/registers.h> instead of
171        <libcpu/registers.h>.
172        * cpu.h: Ditto. Remove parts moved to score/cpu/i386.
173        * registers.h: Add BIG-FAT warning.
174
1752002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.ac:
178        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
179        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
180        * Makefile.am: Remove AUTOMAKE_OPTIONS.
181
1822002-03-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * cpuModel.h: PR 146.
185        Adding guards. Remove unnecessary headers.
186
1872002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * i386/displayCpu.c: Include rtems/bspIo.h instead of bspIo.h.
190        * i386/page.c: Include rtems/bspIo.h instead of bspIo.h.
191
1922001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
195        * configure.in: Remove.
196        * configure.ac: New file, generated from configure.in by autoupdate.
197
1982001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * Makefile.am: Use 'PREINSTALL_FILES ='.
201        * Makefile.am: Use 'CLEANFILES ='.
202
2032001-02-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * Makefile.am: Apply include_*HEADERS instead of H_FILES.
206        * .cvsignore: Add cache.h.
207
2082000-12-06      Joel Sherrill <joel@OARcorp.com>
209
210        * displayCpu.c: Added include of <rtems.h> to eliminate warnings.
211
2122000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
215
2162000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
219
2202000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
223        Switch to GNU canonicalization.
224
2252000-10-19      Joel Sherrill <joel@OARcorp.com>
226
227        * page.c: Readd deleted comment lines.
228
2292000-10-18      Joel Sherrill <joel@OARcorp.com>
230
231        * page.c: Replaced prototype of printk() with include of <bspIo.h>.
232
2332000-10-17      Joel Sherrill <joel@OARcorp.com>
234
235        * idt.c, Makefile.am: Moved idt.c to libbsp/i386/shared so
236        i386 RTEMS can be multilib'ed.
237
2382000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * Makefile.am: Include compile.am
241
2422000-08-10      Joel Sherrill <joel@OARcorp.com>
243
244        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.