source: rtems/cpukit/score/cpu/arm/ChangeLog @ be2ed3e

4.104.114.84.95
Last change on this file since be2ed3e was be2ed3e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/06/04 at 02:21:50

2004-04-06 Ralf Corsepius <ralf_corsepius@…>

  • configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
  • Makefile.am: Don't include multilib.am. Reflect merging configure.ac into $(top_srcdir)/configure.ac.
  • Property mode set to 100644
File size: 9.1 KB
Line 
12004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
4        * Makefile.am: Don't include multilib.am.
5        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
6
72004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
8
9        * Makefile.am: Install asm.h to $(includedir)/rtems.
10
112004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
12
13        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
14
152004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
16
17        * cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
18
192004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
20
21        * configure.ac: RTEMS_TOP([../../../..]).
22
232004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: Move RTEMS_TOP one subdir down.
26
272004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * Makefile.am: Add PREINSTALL_DIRS.
30
312004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
34        Add PREINSTALL_FILES to CLEANFILES.
35
362004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Requires automake >= 1.8.1.
39
402004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * Makefile.am: Include compile.am, again.
43
442004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * Makefile.am: Convert to using automake compilation rules.
47
482003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
51
522003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
55
562003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * Makefile.am: Remove TMPINSTALL_FILES.
59
602003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * Makefile.am: Add $(dirstamp) to preinstallation rules.
63
642003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: Add $(dirstamp) to preinstallation rules.
67
682003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * Makefile.am: Don't use gmake rules for preinstallation.
71
722003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac: Remove RTEMS_CANONICAL_HOST.
75
762003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac: Remove RTEMS_CHECK_CPU.
79
802003-09-26      Joel Sherrill <joel@OARcorp.com>
81
82        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
83        references.
84
852003-09-04      Joel Sherrill <joel@OARcorp.com>
86
87        * asm.h, cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
88        rtems/score/cpu_asm.h, rtems/score/types.h: URL for license changed.
89
902003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
93
942003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Use "all-local:" instead of "all:".
97
982003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac: Remove AC_CONFIG_AUX_DIR.
101
1022003-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * rtems/score/arm.h: Remove ARM_HAS_THUMB (Unused).
105
1062003-03-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * rtems/score/cpu.h: Set up CPU_*_ENDIAN based on -D__ARMEL__ and
109        -D__ARMEB__. Fix minor typo in comment.
110
1112003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * rtems/score/arm.h: Set up ARM_HAS_FPU based on -D__SOFTFP__.
114
1152002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
118        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
119
1202002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.ac: Fix package name.
123
1242002-11-04      Joel Sherrill <joel@OARcorp.com>
125
126        * cpu.c: Removed warning.
127
1282002-11-01      Joel Sherrill <joel@OARcorp.com>
129
130        * cpu.c: Removed warnings.
131
1322002-10-31      Joel Sherrill <joel@OARcorp.com>
133
134        * rtems/score/cpu.h: Removed warning.
135
1362002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
139
1402002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * .cvsignore: Reformat.
143        Add autom4te*cache.
144        Remove autom4te.cache.
145
1462002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
147
148        * rtems/score/cpu.h: Fix u16 and u32 swap routines.
149
1502002-08-05      Joel Sherrill <joel@OARcorp.com>
151
152        * rtems/score/cpu.h, rtems/score/types.h: Updated to fix some typos.
153
1542002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
155
156        * cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
157        rtems/score/cpu_asm.h, rtems/score/types.h: ARM port works
158        well enough to run all sptests, tmtests, and ttcp. 
159        In addition to general cleanup, there has been considerable
160        optimization to interrupt disable/enable, endian swapping,
161        and context switching.
162
1632002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
166
1672002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * Makefile.am: Use .$(OBJEXT) instead of .o.
170
1712002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am: Use . instead of .o.
174
1752002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
176
177        * rtems/score/cpu_asm.h: Enhanced to include register offsets.
178        * Makefile.am: Install rtems/score/cpu_asm.h.
179        * cpu.c: Significantly enhanced including the implementation of
180        _CPU_ISR_Get_level.
181        * cpu_asm.S: Improved behavior of context switch and interrupt
182        dispatching.
183        * rtems/score/arm.h: Improved the CPU model name determination.
184        * rtems/score/cpu.h: Improved interrupt disable/enable functions.
185
1862002-07-05      Joel Sherrill <joel@OARcorp.com>
187
188        * rtems/score/cpu.h: Filled in something that was marked XXX.
189
1902002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.ac: RTEMS_TOP(../../../..).
193
1942002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * rtems.c: Remove.
197        * Makefile.am: Reflect changes above.
198
1992002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * configure.ac: Remove RTEMS_PROJECT_ROOT.
202
2032002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * configure.ac: Add RTEMS_PROG_CCAS
206
2072002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
210        Add AC_PROG_RANLIB.
211
2122002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
215        Use ../../../aclocal.
216
2172002-04-18      Jay Monkman <jtm@smoothsmoothie.com>
218
219        * rtems/score/cpu.h (CPU_ISR_Disable and CPU_ISR_Enable): Correct them
220        where they correctly inform the compiler about the register they
221        are modifying.
222
2232001-04-03      Joel Sherrill <joel@OARcorp.com>
224
225        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
226        * rtems/score/a29ktypes.h: Removed.
227        * rtems/score/types.h: New file via CVS magic.
228        * Makefile.am, rtems/score/cpu.h: Account for name change.
229
2302002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * configure.ac:
233        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
234        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
235        * Makefile.am: Remove AUTOMAKE_OPTIONS.
236
2372001-02-04      Joel Sherrill <joel@OARcorp.com>
238
239        * configure.ac: Removed references to rtems/Makefile and
240        rtems/score/Makefile.
241
2422002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * rtems/Makefile.am: Removed.
245        * rtems/score/Makefile.am: Removed.
246        * configure.ac: Reflect changes above.
247        * Makefile.am: Reflect changes above.
248
2492002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
252
2532002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
256
2572001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
260
2612001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * Makefile.am: Add multilib support.
264
2652001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * asm.h: include cpuopts.h instead of targopts.h
268        * rtems/score/arm.h: Use __arm__.
269
2702001-11-28      Joel Sherrill <joel@OARcorp.com>,
271
272        This was tracked as PR91.
273        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
274        is used to specify if the port uses the standard macro for this (FALSE).
275        A TRUE setting indicates the port provides its own implementation.
276
2772001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
280        * configure.in: Remove.
281        * configure.ac: New file, generated from configure.in by autoupdate.
282
2832001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
286        * Makefile.am: Use 'PREINSTALL_FILES ='.
287
2882001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * Makefile.am, rtems/score/Makefile.am:
291        Apply include_*HEADERS instead of H_FILES.
292
2932001-01-03      Joel Sherrill <joel@OARcorp.com>
294
295        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
296
2972000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
300
3012000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
304
3052000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
308        Switch to GNU canonicalization.
309
3102000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * Makefile.am: Include compile.am, formatting.
313        * rtems/Makefile.am: Formatting.
314        * rtems/score/Makefile.am: Formatting.
315
3162000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
317
318        * cpu.c: Spacing issues.
319        * rtems/score/cpu.h: Removed warning by setting _level.
320
3212000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
322
323        * Makefile.am: Added S_O_FILES to list of objects.
324
3252000-08-10      Joel Sherrill <joel@OARcorp.com>
326
327        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.