source: rtems/c/src/lib/libcpu/i386/ChangeLog @ 73b5bd5d

4.104.114.84.95
Last change on this file since 73b5bd5d was 6caf92f8, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/01/04 at 10:06:06

2004-04-01 Ralf Corsepius <ralf_corsepius@…>

  • cpuModel.S: Include <rtems/asm.h> instead of <asm.h>.
  • idtr.S: Include <rtems/asm.h> instead of <asm.h>.
  • Property mode set to 100644
File size: 5.5 KB
Line 
12004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * cpuModel.S: Include <rtems/asm.h> instead of <asm.h>.
4        * idtr.S: Include <rtems/asm.h> instead of <asm.h>.
5
62004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        * page.c: Convert to using c99 fixed size types.
9
102004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
11
12        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
13
142004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Don't include .../lib.am.
17
182004-01-21      Joel Sherrill <joel@OARcorp.com>
19
20        PR 557/bsps
21        * cpu.c: Removed. File appears to have been orphaned around June 2000
22
232004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Split the blob of *.o into cache.rel, page.rel and
26        score.rel. Add PREINSTALL_DIRS.
27        Use automake compilation rules.
28        * page.c, cpuModel.S: Remove stray blanks.
29        * configure.ac: Require automake >= 1.8.2.
30        Add AM_PROG_CC_C_O. Add subdir-objects to AUTOMAKE_OPTIONS.
31
322004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
35        Add PRE/TMPINSTALL_FILES to CLEANFILES.
36
372003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am: Eliminate VPATH.
40
412003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
44
452003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
48
492003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * Makefile.am: Remove all-local: $(ARCH).
52
532003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: Reformat. Use dirstamps for preinstallation.
56
572003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.ac: Remove RTEMS_CANONICAL_HOST.
60
612003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * configure.ac: Remove RTEMS_CHECK_CPU.
64
652003-09-04      Joel Sherrill <joel@OARcorp.com>
66
67        * cpu.c, cpu.h, cpuModel.S, cpuModel.h, displayCpu.c, idtr.S, page.c:
68        URL for license changed.
69
702003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am: Reflect having moved aclocal/.
73
742003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: Reflect having moved automake/.
77
782003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
81
822003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.ac: Remove AC_CONFIG_AUX_DIR.
85
862003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
89
902003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.ac: AC_PREREQ(2.57).
93
942002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Don't include @RTEMS_BSP@.cfg.
97        Eliminate *_O_FILES.
98        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
99
1002002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
103
1042002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * configure.ac: Add RTEMS_PROG_CCAS.
107
1082002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * .cvsignore: Reformat.
111        Add autom4te*cache.
112        Remove autom4te.cache.
113
1142002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Use .$(OBJEXT) instead of .o.
117
1182002-07-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * cpuModel.S: Include <rtems/score/registers.h> instead of
121        <libcpu/registers.h>.
122        * registers.h: Removed.
123        * Makefile.am: Remove registers.h.
124
1252002-03-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * cache.c: Include <rtems/score/registers.h> instead of
128        <libcpu/registers.h>.
129        * cpu.h: Ditto. Remove parts moved to score/cpu/i386.
130        * registers.h: Add BIG-FAT warning.
131
1322002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * configure.ac:
135        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
136        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
137        * Makefile.am: Remove AUTOMAKE_OPTIONS.
138
1392002-03-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * cpuModel.h: PR 146.
142        Adding guards. Remove unnecessary headers.
143
1442002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * i386/displayCpu.c: Include rtems/bspIo.h instead of bspIo.h.
147        * i386/page.c: Include rtems/bspIo.h instead of bspIo.h.
148
1492001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
152        * configure.in: Remove.
153        * configure.ac: New file, generated from configure.in by autoupdate.
154
1552001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: Use 'PREINSTALL_FILES ='.
158        * Makefile.am: Use 'CLEANFILES ='.
159
1602001-02-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Makefile.am: Apply include_*HEADERS instead of H_FILES.
163        * .cvsignore: Add cache.h.
164
1652000-12-06      Joel Sherrill <joel@OARcorp.com>
166
167        * displayCpu.c: Added include of <rtems.h> to eliminate warnings.
168
1692000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
172
1732000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
176
1772000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
180        Switch to GNU canonicalization.
181
1822000-10-19      Joel Sherrill <joel@OARcorp.com>
183
184        * page.c: Readd deleted comment lines.
185
1862000-10-18      Joel Sherrill <joel@OARcorp.com>
187
188        * page.c: Replaced prototype of printk() with include of <bspIo.h>.
189
1902000-10-17      Joel Sherrill <joel@OARcorp.com>
191
192        * idt.c, Makefile.am: Moved idt.c to libbsp/i386/shared so
193        i386 RTEMS can be multilib'ed.
194
1952000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * Makefile.am: Include compile.am
198
1992000-08-10      Joel Sherrill <joel@OARcorp.com>
200
201        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.