source: rtems/c/src/lib/libcpu/i386/ChangeLog @ 2ae7e0c

Last change on this file since 2ae7e0c was 6aa7c1a, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:45:43

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.5 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-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
9
102003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Remove AC_CONFIG_AUX_DIR.
13
142003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
17
182003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: AC_PREREQ(2.57).
21
222002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * Makefile.am: Don't include @RTEMS_BSP@.cfg.
25        Eliminate *_O_FILES.
26        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
27
282002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
31
322002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: Add RTEMS_PROG_CCAS.
35
362002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * .cvsignore: Reformat.
39        Add autom4te*cache.
40        Remove autom4te.cache.
41
422002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * Makefile.am: Use .$(OBJEXT) instead of .o.
45
462002-07-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * cpuModel.S: Include <rtems/score/registers.h> instead of
49        <libcpu/registers.h>.
50        * registers.h: Removed.
51        * Makefile.am: Remove registers.h.
52
532002-03-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * cache.c: Include <rtems/score/registers.h> instead of
56        <libcpu/registers.h>.
57        * cpu.h: Ditto. Remove parts moved to score/cpu/i386.
58        * registers.h: Add BIG-FAT warning.
59
602002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac:
63        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
64        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
65        * Makefile.am: Remove AUTOMAKE_OPTIONS.
66
672002-03-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * cpuModel.h: PR 146.
70        Adding guards. Remove unnecessary headers.
71
722002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * i386/displayCpu.c: Include rtems/bspIo.h instead of bspIo.h.
75        * i386/page.c: Include rtems/bspIo.h instead of bspIo.h.
76
772001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
80        * configure.in: Remove.
81        * configure.ac: New file, generated from configure.in by autoupdate.
82
832001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: Use 'PREINSTALL_FILES ='.
86        * Makefile.am: Use 'CLEANFILES ='.
87
882001-02-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: Apply include_*HEADERS instead of H_FILES.
91        * .cvsignore: Add cache.h.
92
932000-12-06      Joel Sherrill <joel@OARcorp.com>
94
95        * displayCpu.c: Added include of <rtems.h> to eliminate warnings.
96
972000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
100
1012000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
104
1052000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
108        Switch to GNU canonicalization.
109
1102000-10-19      Joel Sherrill <joel@OARcorp.com>
111
112        * page.c: Readd deleted comment lines.
113
1142000-10-18      Joel Sherrill <joel@OARcorp.com>
115
116        * page.c: Replaced prototype of printk() with include of <bspIo.h>.
117
1182000-10-17      Joel Sherrill <joel@OARcorp.com>
119
120        * idt.c, Makefile.am: Moved idt.c to libbsp/i386/shared so
121        i386 RTEMS can be multilib'ed.
122
1232000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: Include compile.am
126
1272000-08-10      Joel Sherrill <joel@OARcorp.com>
128
129        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.