source: rtems/cpukit/score/cpu/i386/ChangeLog @ a324355

4.104.114.84.95
Last change on this file since a324355 was a324355, checked in by Joel Sherrill <joel.sherrill@…>, on 04/12/02 at 15:08:13

2002-03-29 Ralf Corsepius <corsepiu@…>

  • rtems/score/idtr.h: New file, extracted from libcpu/cpu.h.
  • rtems/score/interrupts.h: New file, extracted from libcpu/cpu.h.
  • rtems/score/registers.h: New file, moved from libcpu.
  • Makefile.am: Reflect changes above.
  • cpu.c: Don't include cpuModel.h, #include <rtems.h>, #include <rtems/score/i386types.h>, #include <rtems/score/idtr.h>.
  • rtems/score/cpu.h: Don't include libcpu/cpu.h. #include <rtems/score/interrupts.h>, #include <rtems/score/registers.h>.
  • Property mode set to 100644
File size: 3.3 KB
Line 
12002-03-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * rtems/score/idtr.h: New file, extracted from libcpu/cpu.h.
4        * rtems/score/interrupts.h: New file, extracted from libcpu/cpu.h.
5        * rtems/score/registers.h: New file, moved from libcpu.
6        * Makefile.am: Reflect changes above.
7        * cpu.c: Don't include cpuModel.h,
8          #include <rtems.h>,
9          #include <rtems/score/i386types.h>,
10          #include <rtems/score/idtr.h>.
11        * rtems/score/cpu.h: Don't include libcpu/cpu.h.
12          #include <rtems/score/interrupts.h>,
13          #include <rtems/score/registers.h>.
14
152001-04-03      Joel Sherrill <joel@OARcorp.com>
16
17        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
18        * rtems/score/i386types.h: Removed.
19        * rtems/score/types.h: New file via CVS magic.
20        * Makefile.am, rtems/score/cpu.h: Account for name change.
21
222002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac:
25        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
26        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
27        * Makefile.am: Remove AUTOMAKE_OPTIONS.
28
292001-02-05      Joel Sherrill <joel@OARcorp.com>
30
31        * rtems/Makefile.am, rtems/score/Makefile.am: Removed again.
32
332002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * rtems/Makefile.am: Removed.
36        * rtems/score/Makefile.am: Removed.
37        * configure.ac: Reflect changes above.
38        * Makefile.am: Reflect changes above.
39
402001-01-30      Joel Sherrill <joel@OARcorp.com>
41
42        * Makefile.am: Corrected so .h files from rtems/score/ are installed.
43
442002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
47
482001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * Makefile.am: Add multilib support.
51
522001-11-28      Joel Sherrill <joel@OARcorp.com>,
53
54        This was tracked as PR91.
55        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
56        is used to specify if the port uses the standard macro for this (FALSE).
57        A TRUE setting indicates the port provides its own implementation.
58
592001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
62        * configure.in: Remove.
63        * configure.ac: New file, generated from configure.in by autoupdate.
64
652001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
68        * Makefile.am: Use 'PREINSTALL_FILES ='.
69
702001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am, rtems/score/Makefile.am:
73        Apply include_*HEADERS instead of H_FILES.
74
752001-01-03      Joel Sherrill <joel@OARcorp.com>
76
77        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
78
792000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
82
832000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
86
872000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
90        Switch to GNU canonicalization.
91
922000-09-12      Joel Sherrill <joel@OARcorp.com>
93
94        * rtems/score/i386.h: Corrected "#elsif" to be "#elif".
95
962000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: Include compile.am.
99
1002000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * rtems/score/i386.h: cpu-variant define handling
103          Rewrite due to introduction of multilib defines.
104        * asm.h: include cpuopts.h instead of targopts.h
105
1062000-08-10      Joel Sherrill <joel@OARcorp.com>
107
108        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.