source: rtems/c/src/lib/libcpu/i386/ChangeLog @ 1715986

4.104.114.84.95
Last change on this file since 1715986 was 1715986, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:53:01

2003-09-04 Joel Sherrill <joel@…>

  • cpu.c, cpu.h, cpuModel.S, cpuModel.h, displayCpu.c, idtr.S, page.c: URL for license changed.
  • Property mode set to 100644
File size: 3.7 KB
Line 
12003-09-04      Joel Sherrill <joel@OARcorp.com>
2
3        * cpu.c, cpu.h, cpuModel.S, cpuModel.h, displayCpu.c, idtr.S, page.c:
4        URL for license changed.
5
62003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * Makefile.am: Reflect having moved aclocal/.
9
102003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Reflect having moved automake/.
13
142003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
17
182003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: Remove AC_CONFIG_AUX_DIR.
21
222003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
25
262003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac: AC_PREREQ(2.57).
29
302002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Don't include @RTEMS_BSP@.cfg.
33        Eliminate *_O_FILES.
34        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
35
362002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
39
402002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac: Add RTEMS_PROG_CCAS.
43
442002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * .cvsignore: Reformat.
47        Add autom4te*cache.
48        Remove autom4te.cache.
49
502002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: Use .$(OBJEXT) instead of .o.
53
542002-07-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * cpuModel.S: Include <rtems/score/registers.h> instead of
57        <libcpu/registers.h>.
58        * registers.h: Removed.
59        * Makefile.am: Remove registers.h.
60
612002-03-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * cache.c: Include <rtems/score/registers.h> instead of
64        <libcpu/registers.h>.
65        * cpu.h: Ditto. Remove parts moved to score/cpu/i386.
66        * registers.h: Add BIG-FAT warning.
67
682002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac:
71        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
72        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
73        * Makefile.am: Remove AUTOMAKE_OPTIONS.
74
752002-03-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * cpuModel.h: PR 146.
78        Adding guards. Remove unnecessary headers.
79
802002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * i386/displayCpu.c: Include rtems/bspIo.h instead of bspIo.h.
83        * i386/page.c: Include rtems/bspIo.h instead of bspIo.h.
84
852001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
88        * configure.in: Remove.
89        * configure.ac: New file, generated from configure.in by autoupdate.
90
912001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am: Use 'PREINSTALL_FILES ='.
94        * Makefile.am: Use 'CLEANFILES ='.
95
962001-02-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: Apply include_*HEADERS instead of H_FILES.
99        * .cvsignore: Add cache.h.
100
1012000-12-06      Joel Sherrill <joel@OARcorp.com>
102
103        * displayCpu.c: Added include of <rtems.h> to eliminate warnings.
104
1052000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
108
1092000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
112
1132000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
116        Switch to GNU canonicalization.
117
1182000-10-19      Joel Sherrill <joel@OARcorp.com>
119
120        * page.c: Readd deleted comment lines.
121
1222000-10-18      Joel Sherrill <joel@OARcorp.com>
123
124        * page.c: Replaced prototype of printk() with include of <bspIo.h>.
125
1262000-10-17      Joel Sherrill <joel@OARcorp.com>
127
128        * idt.c, Makefile.am: Moved idt.c to libbsp/i386/shared so
129        i386 RTEMS can be multilib'ed.
130
1312000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: Include compile.am
134
1352000-08-10      Joel Sherrill <joel@OARcorp.com>
136
137        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.