OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [score/] [cpu/] [i386/] [ChangeLog] - Blame information for rev 1780

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
2002-07-26      Ralf Corsepius 
2
 
3
        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
4
 
5
2002-07-22      Ralf Corsepius 
6
 
7
        * Makefile.am: Use .$(OBJEXT) instead of .o.
8
 
9
2002-07-22      Ralf Corsepius 
10
 
11
        * Makefile.am: Use . instead of .o.
12
 
13
2002-07-05      Ralf Corsepius 
14
 
15
        * configure.ac: RTEMS_TOP(../../../..).
16
 
17
2002-07-03      Ralf Corsepius 
18
 
19
        * rtems.S: Remove.
20
        * Makefile.am: Reflect changes above.
21
 
22
2002-07-01      Ralf Corsepius 
23
 
24
        * configure.ac: Remove RTEMS_PROJECT_ROOT.
25
 
26
2002-06-27      Ralf Corsepius 
27
 
28
        * configure.ac: Add RTEMS_PROG_CCAS
29
 
30
2002-06-27      Ralf Corsepius 
31
 
32
        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
33
        Add AC_PROG_RANLIB.
34
 
35
2002-06-17      Ralf Corsepius 
36
 
37
        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
38
        Use ../../../aclocal.
39
 
40
2002-03-29      Ralf Corsepius 
41
 
42
        * rtems/score/idtr.h: New file, extracted from libcpu/cpu.h.
43
        * rtems/score/interrupts.h: New file, extracted from libcpu/cpu.h.
44
        * rtems/score/registers.h: New file, moved from libcpu.
45
        * Makefile.am: Reflect changes above.
46
        * cpu.c: Don't include cpuModel.h,
47
          #include ,
48
          #include ,
49
          #include .
50
        * rtems/score/cpu.h: Don't include libcpu/cpu.h.
51
          #include ,
52
          #include .
53
 
54
2001-04-03      Joel Sherrill 
55
 
56
        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
57
        * rtems/score/i386types.h: Removed.
58
        * rtems/score/types.h: New file via CVS magic.
59
        * Makefile.am, rtems/score/cpu.h: Account for name change.
60
 
61
2002-03-27      Ralf Corsepius 
62
 
63
        * configure.ac:
64
        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
65
        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
66
        * Makefile.am: Remove AUTOMAKE_OPTIONS.
67
 
68
2001-02-05      Joel Sherrill 
69
 
70
        * rtems/Makefile.am, rtems/score/Makefile.am: Removed again.
71
 
72
2002-01-31      Ralf Corsepius 
73
 
74
        * rtems/Makefile.am: Removed.
75
        * rtems/score/Makefile.am: Removed.
76
        * configure.ac: Reflect changes above.
77
        * Makefile.am: Reflect changes above.
78
 
79
2001-01-30      Joel Sherrill 
80
 
81
        * Makefile.am: Corrected so .h files from rtems/score/ are installed.
82
 
83
2002-01-03      Ralf Corsepius 
84
 
85
        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
86
 
87
2001-12-19      Ralf Corsepius 
88
 
89
        * Makefile.am: Add multilib support.
90
 
91
2001-11-28      Joel Sherrill ,
92
 
93
        This was tracked as PR91.
94
        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
95
        is used to specify if the port uses the standard macro for this (FALSE).
96
        A TRUE setting indicates the port provides its own implementation.
97
 
98
2001-10-11      Ralf Corsepius 
99
 
100
        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
101
        * configure.in: Remove.
102
        * configure.ac: New file, generated from configure.in by autoupdate.
103
 
104
2001-09-23      Ralf Corsepius 
105
 
106
        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
107
        * Makefile.am: Use 'PREINSTALL_FILES ='.
108
 
109
2001-02-04      Ralf Corsepius 
110
 
111
        * Makefile.am, rtems/score/Makefile.am:
112
        Apply include_*HEADERS instead of H_FILES.
113
 
114
2001-01-03      Joel Sherrill 
115
 
116
        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
117
 
118
2000-11-09      Ralf Corsepius 
119
 
120
        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
121
 
122
2000-11-02      Ralf Corsepius 
123
 
124
        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
125
 
126
2000-10-25      Ralf Corsepius 
127
 
128
        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
129
        Switch to GNU canonicalization.
130
 
131
2000-09-12      Joel Sherrill 
132
 
133
        * rtems/score/i386.h: Corrected "#elsif" to be "#elif".
134
 
135
2000-09-04      Ralf Corsepius 
136
 
137
        * Makefile.am: Include compile.am.
138
 
139
2000-08-17      Ralf Corsepius 
140
 
141
        * rtems/score/i386.h: cpu-variant define handling
142
          Rewrite due to introduction of multilib defines.
143
        * asm.h: include cpuopts.h instead of targopts.h
144
 
145
2000-08-10      Joel Sherrill 
146
 
147
        * ChangeLog: New file.

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.