source: rtems/c/src/lib/libcpu/i386/ChangeLog @ 359e537

4.104.115
Last change on this file since 359e537 was b80e857, checked in by Till Straumann <strauman@…>, on 10/29/09 at 03:16:47

2009-10-28 Till Straumann <strauman@…>

  • displayCpu.c: Fixed formatting for prettier printing; don't print more than 8 flags on a single line of output.
  • Property mode set to 100644
File size: 7.4 KB
Line 
12009-10-28  Till Straumann <strauman@slac.stanford.edu>
2
3        * displayCpu.c: Fixed formatting for prettier printing;
4        don't print more than 8 flags on a single line of output.
5
62009-10-28  Till Straumann <strauman@slac.stanford.edu>
7
8        * cpuModel.S, cpuModel.h, displayCpu.c: Save/cache CPUID:ECX
9        (extended capabilities) in a new variable (x86_capability_x).
10        Added more known flag description strings (printCpuInfo())
11        and let 'printCpuInfo()' dump the extended feature flags, too.
12
132009-05-06      Joel Sherrill <joel.sherrill@oarcorp.com>
14
15        * page.c: Fixed warnings.
16
172008-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
18                Michael South <msouth@msouth.org>
19
20        PR 1344/bsps
21        * cpuModel.h: Add use of TSC for nanoseconds granularity. i8254 is very
22        slow on some systems. TSC use is auto-detected by default.
23
242008-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
25
26        * cache.c, displayCpu.c, page.c: Add missing prototypes.
27
282007-03-28      Joel Sherrill <joel@OARcorp.com>
29
30        * page.c: Redo print to not have cvs conflict marker.
31
322006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * configure.ac: New BUG-REPORT address.
35
362006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * configure.ac: Require autoconf-2.60. Require automake-1.10.
39
402006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * configure.ac: Use RTEMS_AMPOLISH3.
43
442005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
45
46        * Makefile.am: Add preinstall.am
47        * preinstall.am: New.
48        * configure.ac: Add AMPOLISH3.
49        * byteorder.h: New.
50
512005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
52
53        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
54
552005-01-03      Joel Sherrill <joel@OARcorp.com>
56
57        * Makefile.am: Fix typo.
58
592005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
60
61        * Makefile.am: Remove build-variant support.
62
632004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
64
65        * configure.ac: Remove RTEMS_ENABLE_BARE.
66
672004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
68
69        * configure.ac: Require automake > 1.9.
70
712004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
72
73        * cpuModel.S: Include <rtems/asm.h> instead of <asm.h>.
74        * idtr.S: Include <rtems/asm.h> instead of <asm.h>.
75
762004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
77
78        * page.c: Convert to using c99 fixed size types.
79
802004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
81
82        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
83
842004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Don't include .../lib.am.
87
882004-01-21      Joel Sherrill <joel@OARcorp.com>
89
90        PR 557/bsps
91        * cpu.c: Removed. File appears to have been orphaned around June 2000
92
932004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: Split the blob of *.o into cache.rel, page.rel and
96        score.rel. Add PREINSTALL_DIRS.
97        Use automake compilation rules.
98        * page.c, cpuModel.S: Remove stray blanks.
99        * configure.ac: Require automake >= 1.8.2.
100        Add AM_PROG_CC_C_O. Add subdir-objects to AUTOMAKE_OPTIONS.
101
1022004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
105        Add PRE/TMPINSTALL_FILES to CLEANFILES.
106
1072003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Eliminate VPATH.
110
1112003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
114
1152003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
118
1192003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Remove all-local: $(ARCH).
122
1232003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: Reformat. Use dirstamps for preinstallation.
126
1272003-10-22      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.h, cpuModel.S, cpuModel.h, displayCpu.c, idtr.S, page.c:
138        URL for license changed.
139
1402003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * Makefile.am: Reflect having moved aclocal/.
143
1442003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * Makefile.am: Reflect having moved automake/.
147
1482003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
151
1522003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * configure.ac: Remove AC_CONFIG_AUX_DIR.
155
1562003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
159
1602003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.ac: AC_PREREQ(2.57).
163
1642002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am: Don't include @RTEMS_BSP@.cfg.
167        Eliminate *_O_FILES.
168        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
169
1702002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
173
1742002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * configure.ac: Add RTEMS_PROG_CCAS.
177
1782002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * .cvsignore: Reformat.
181        Add autom4te*cache.
182        Remove autom4te.cache.
183
1842002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: Use .$(OBJEXT) instead of .o.
187
1882002-07-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * cpuModel.S: Include <rtems/score/registers.h> instead of
191        <libcpu/registers.h>.
192        * registers.h: Removed.
193        * Makefile.am: Remove registers.h.
194
1952002-03-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * cache.c: Include <rtems/score/registers.h> instead of
198        <libcpu/registers.h>.
199        * cpu.h: Ditto. Remove parts moved to score/cpu/i386.
200        * registers.h: Add BIG-FAT warning.
201
2022002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * configure.ac:
205        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
206        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
207        * Makefile.am: Remove AUTOMAKE_OPTIONS.
208
2092002-03-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * cpuModel.h: PR 146.
212        Adding guards. Remove unnecessary headers.
213
2142002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * i386/displayCpu.c: Include rtems/bspIo.h instead of bspIo.h.
217        * i386/page.c: Include rtems/bspIo.h instead of bspIo.h.
218
2192001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
222        * configure.in: Remove.
223        * configure.ac: New file, generated from configure.in by autoupdate.
224
2252001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * Makefile.am: Use 'PREINSTALL_FILES ='.
228        * Makefile.am: Use 'CLEANFILES ='.
229
2302001-02-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * Makefile.am: Apply include_*HEADERS instead of H_FILES.
233        * .cvsignore: Add cache.h.
234
2352000-12-06      Joel Sherrill <joel@OARcorp.com>
236
237        * displayCpu.c: Added include of <rtems.h> to eliminate warnings.
238
2392000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
242
2432000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
246
2472000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
250        Switch to GNU canonicalization.
251
2522000-10-19      Joel Sherrill <joel@OARcorp.com>
253
254        * page.c: Readd deleted comment lines.
255
2562000-10-18      Joel Sherrill <joel@OARcorp.com>
257
258        * page.c: Replaced prototype of printk() with include of <bspIo.h>.
259
2602000-10-17      Joel Sherrill <joel@OARcorp.com>
261
262        * idt.c, Makefile.am: Moved idt.c to libbsp/i386/shared so
263        i386 RTEMS can be multilib'ed.
264
2652000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * Makefile.am: Include compile.am
268
2692000-08-10      Joel Sherrill <joel@OARcorp.com>
270
271        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.