source: rtems/cpukit/score/cpu/no_cpu/ChangeLog @ 1f24914a

4.104.114.84.95
Last change on this file since 1f24914a was 1f24914a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/04/05 at 05:25:15

2005-02-04 Ralf Corsepius <ralf.corsepius@…>

PR 754/rtems

  • rtems/asm.h: New (relocated from .).
  • asm.h: Remove (moved to rtems/asm.h).
  • Makefile.am: Reflect changes above.
  • Property mode set to 100644
File size: 7.8 KB
Line 
12005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        PR 754/rtems
4        * rtems/asm.h: New (relocated from .).
5        * asm.h: Remove (moved to rtems/asm.h).
6        * Makefile.am: Reflect changes above.
7
82004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
9
10        * asm.h, rtems/score/cpu.h, rtems/score/cpu_asm.h,
11        rtems/score/no_cpu.h, rtems/score/types.h: New header guards.
12
132005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
14
15        * rtems/score/types.h: Remove signed8, signed16, signed32,
16        unsigned8, unsigned16, unsigned32.
17
182005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
19
20        * rtems/score/cpu.h: *_swap_u32( uint32_t ).
21
222005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
23
24        * rtems/score/types.h: #include <rtems/stdint.h>.
25
262005-01-07      Ralf Corsepius <ralf.corsepius@freenet.de>
27
28        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
29
302005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
31
32        * Makefile.am: Remove build-variant support.
33
342004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
35
36        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
37        guard.
38
392004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
40
41        * asm.h: Add doxygen preamble.
42
432004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
44
45        * rtems/score/cpu.h: Add doxygen preamble.
46        * rtems/score/cpu_asm.h: Add doxygen preamble.
47        * rtems/score/types.h: Add doxygen preamble.
48
492004-09-29      Joel Sherrill <joel@OARcorp.com>
50
51        * rtems/score/cpu.h: i960 obsoleted and all references removed.
52
532004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
54
55        * configure.ac: Remove (Merged into$(top_srcdir)/configure.ac).
56        * Makefile.am: Don't include multilib.am.
57        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
58
592004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
60
61        * Makefile.am: Install asm.h to $(includedir)/rtems.
62
632004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
64
65        * cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
66
672004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
68
69        * configure.ac: RTEMS_TOP([../../../..]).
70
712004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * configure.ac: Move RTEMS_TOP one subdir down.
74
752004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Add PREINSTALL_DIRS.
78
792004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
82        Add PREINSTALL_FILES to CLEANFILES.
83
842004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * configure.ac: Requires automake >= 1.8.1.
87
882004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: Include compile.am, again.
91
922004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * Makefile.am: Convert to using automake compilation rules.
95
962003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
99
1002003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
103
1042003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Remove TMPINSTALL_FILES.
107
1082003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * Makefile.am: Add $(dirstamp) to preinstallation rules.
111
1122003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Don't use gmake rules for preinstallation.
115
1162003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * configure.ac: Remove RTEMS_CANONICAL_HOST.
119
1202003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.ac: Remove RTEMS_CHECK_CPU.
123
1242003-09-26      Joel Sherrill <joel@OARcorp.com>
125
126        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
127        references.
128
1292003-09-04      Joel Sherrill <joel@OARcorp.com>
130
131        * cpu.c, cpu_asm.c, rtems/score/cpu.h, rtems/score/cpu_asm.h,
132        rtems/score/no_cpu.h, rtems/score/types.h: URL for license changed.
133
1342003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
137
1382003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.ac: Remove AC_CONFIG_AUX_DIR.
141
1422003-02-11      Joel Sherrill <joel@OARcorp.com>
143
144        * cpu_asm.c: Rework logic that decides when to call
145        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru>
146        determined that _ISR_Signals_to_thread_executing was not being
147        honored and/or cleared properly.
148
1492002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
152        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
153
1542002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: Fix package name.
157
1582002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
161
1622002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * .cvsignore: Reformat.
165        Add autom4te*cache.
166        Remove autom4te.cache.
167
1682002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
171
1722002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * Makefile.am: Use .$(OBJEXT) instead of .o.
175
1762002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * configure.ac: RTEMS_TOP(../../../..).
179
1802002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * rtems.c: Remove.
183        * Makefile.am: Reflect changes above.
184
1852002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: Remove RTEMS_PROJECT_ROOT.
188
1892002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * configure.ac: Add RTEMS_PROG_CCAS
192
1932002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
196        Add AC_PROG_RANLIB.
197
1982002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
201        Use ../../../aclocal.
202
2032001-04-03      Joel Sherrill <joel@OARcorp.com>
204
205        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
206        * rtems/score/no_cputypes.h: Removed.
207        * rtems/score/types.h: New file via CVS magic.
208        * Makefile.am, rtems/score/cpu.h: Account for name change.
209
2102002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * configure.ac:
213        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
214        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
215        * Makefile.am: Remove AUTOMAKE_OPTIONS.
216
2172002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * rtems/Makefile.am: Removed.
220        * rtems/score/Makefile.am: Removed.
221        * configure.ac: Reflect changes above.
222        * Makefile.am: Reflect changes above.
223
2242001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * Makefile.am: Add multilib support.
227
2282001-11-28      Joel Sherrill <joel@OARcorp.com>,
229
230        This was tracked as PR91.
231        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
232        is used to specify if the port uses the standard macro for this (FALSE).
233        A TRUE setting indicates the port provides its own implementation.
234
2352001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
238        * configure.in: Remove.
239        * configure.ac: New file, generated from configure.in by autoupdate.
240
2412001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
244        * Makefile.am: Use 'PREINSTALL_FILES ='.
245
2462001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * Makefile.am, rtems/score/Makefile.am:
249        Apply include_*HEADERS instead of H_FILES.
250
2512001-01-03      Joel Sherrill <joel@OARcorp.com>
252
253        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
254
2552000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
258
2592000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
262
2632000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
266        Switch to GNU canonicalization.
267
2682000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * Makefile.am: Include compile.am.
271
2722000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
273
274        * rtems/score/no_cpu.h: Modified so there are fewer and
275        more consistent variations on "no cpu" so it is easier
276        to sed the source as the starting point for a new port.
277
2782000-08-10      Joel Sherrill <joel@OARcorp.com>
279
280        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.