source: rtems/cpukit/score/cpu/no_cpu/ChangeLog @ 8adc214

4.104.114.84.95
Last change on this file since 8adc214 was af413e95, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/21/04 at 11:06:03

2004-11-21 Ralf Corsepius <ralf.corsepius@…>

  • rtems/score/types.h: Use rtems_score_types_h as preprocessor guard.
  • Property mode set to 100644
File size: 6.9 KB
Line 
12004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
4        guard.
5
62004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
7
8        * asm.h: Add doxygen preamble.
9
102004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
11
12        * rtems/score/cpu.h: Add doxygen preamble.
13        * rtems/score/cpu_asm.h: Add doxygen preamble.
14        * rtems/score/types.h: Add doxygen preamble.
15
162004-09-29      Joel Sherrill <joel@OARcorp.com>
17
18        * rtems/score/cpu.h: i960 obsoleted and all references removed.
19
202004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
21
22        * configure.ac: Remove (Merged into$(top_srcdir)/configure.ac).
23        * Makefile.am: Don't include multilib.am.
24        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
25
262004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
27
28        * Makefile.am: Install asm.h to $(includedir)/rtems.
29
302004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
31
32        * cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
33
342004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
35
36        * configure.ac: RTEMS_TOP([../../../..]).
37
382004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.ac: Move RTEMS_TOP one subdir down.
41
422004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * Makefile.am: Add PREINSTALL_DIRS.
45
462004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
49        Add PREINSTALL_FILES to CLEANFILES.
50
512004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac: Requires automake >= 1.8.1.
54
552004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * Makefile.am: Include compile.am, again.
58
592004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * Makefile.am: Convert to using automake compilation rules.
62
632003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
66
672003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
70
712003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * Makefile.am: Remove TMPINSTALL_FILES.
74
752003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Add $(dirstamp) to preinstallation rules.
78
792003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am: Don't use gmake rules for preinstallation.
82
832003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac: Remove RTEMS_CANONICAL_HOST.
86
872003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.ac: Remove RTEMS_CHECK_CPU.
90
912003-09-26      Joel Sherrill <joel@OARcorp.com>
92
93        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
94        references.
95
962003-09-04      Joel Sherrill <joel@OARcorp.com>
97
98        * cpu.c, cpu_asm.c, rtems/score/cpu.h, rtems/score/cpu_asm.h,
99        rtems/score/no_cpu.h, rtems/score/types.h: URL for license changed.
100
1012003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
104
1052003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * configure.ac: Remove AC_CONFIG_AUX_DIR.
108
1092003-02-11      Joel Sherrill <joel@OARcorp.com>
110
111        * cpu_asm.c: Rework logic that decides when to call
112        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru>
113        determined that _ISR_Signals_to_thread_executing was not being
114        honored and/or cleared properly.
115
1162002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
119        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
120
1212002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * configure.ac: Fix package name.
124
1252002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
128
1292002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * .cvsignore: Reformat.
132        Add autom4te*cache.
133        Remove autom4te.cache.
134
1352002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
138
1392002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Use .$(OBJEXT) instead of .o.
142
1432002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * configure.ac: RTEMS_TOP(../../../..).
146
1472002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * rtems.c: Remove.
150        * Makefile.am: Reflect changes above.
151
1522002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * configure.ac: Remove RTEMS_PROJECT_ROOT.
155
1562002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * configure.ac: Add RTEMS_PROG_CCAS
159
1602002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
163        Add AC_PROG_RANLIB.
164
1652002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
168        Use ../../../aclocal.
169
1702001-04-03      Joel Sherrill <joel@OARcorp.com>
171
172        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
173        * rtems/score/no_cputypes.h: Removed.
174        * rtems/score/types.h: New file via CVS magic.
175        * Makefile.am, rtems/score/cpu.h: Account for name change.
176
1772002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * configure.ac:
180        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
181        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
182        * Makefile.am: Remove AUTOMAKE_OPTIONS.
183
1842002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * rtems/Makefile.am: Removed.
187        * rtems/score/Makefile.am: Removed.
188        * configure.ac: Reflect changes above.
189        * Makefile.am: Reflect changes above.
190
1912001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * Makefile.am: Add multilib support.
194
1952001-11-28      Joel Sherrill <joel@OARcorp.com>,
196
197        This was tracked as PR91.
198        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
199        is used to specify if the port uses the standard macro for this (FALSE).
200        A TRUE setting indicates the port provides its own implementation.
201
2022001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
205        * configure.in: Remove.
206        * configure.ac: New file, generated from configure.in by autoupdate.
207
2082001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
211        * Makefile.am: Use 'PREINSTALL_FILES ='.
212
2132001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * Makefile.am, rtems/score/Makefile.am:
216        Apply include_*HEADERS instead of H_FILES.
217
2182001-01-03      Joel Sherrill <joel@OARcorp.com>
219
220        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
221
2222000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
225
2262000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
229
2302000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
233        Switch to GNU canonicalization.
234
2352000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * Makefile.am: Include compile.am.
238
2392000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
240
241        * rtems/score/no_cpu.h: Modified so there are fewer and
242        more consistent variations on "no cpu" so it is easier
243        to sed the source as the starting point for a new port.
244
2452000-08-10      Joel Sherrill <joel@OARcorp.com>
246
247        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.