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

4.104.114.84.95
Last change on this file since f172fc89 was 795da078, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/17/06 at 05:58:06

2006-11-17 Ralf Corsépius <ralf.corsepius@…>

  • rtems/score/types.h: Remove unsigned64, signed64.
  • Property mode set to 100644
File size: 11.6 KB
Line 
12006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * rtems/score/types.h: Remove unsigned64, signed64.
4
52006-09-11      Joel Sherrill <joel@OARcorp.com>
6
7        * cpu.c: Remove warning.
8
92006-06-02      Jay Monkman <jtm@lopingdog.com>
10
11        * cpu.c, cpu_asm.S: Fixed ARM Data Abort handling.
12
132005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
14
15        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
16
172005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * rtems/asm.h: Remove private version of CONCAT macros.
20        Include <rtems/concat.h> instead.
21
222005-09-15      Jay Monkman <jtm@lopingdog.com>
23
24        PR 365/rtems
25        * rtems/score/arm.h, rtems/score/cpu.h: Removed unused ARM_HAS_CLZ
26        macro.
27
282005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
29
30        * Makefile.am: Split out preinstallation rules.
31        * preinstall.am: New (Split out from Makefile.am).
32
332005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
34
35        PR 754/rtems
36        * rtems/asm.h: New (relocated from .).
37        * asm.h: Remove (moved to rtems/asm.h).
38        * Makefile.am: Reflect changes above.
39
402004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
41
42        * asm.h, rtems/score/arm.h, rtems/score/cpu.h,
43        rtems/score/cpu_asm.h, rtems/score/types.h: New header guards.
44
452005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
46
47        * rtems/score/types.h: Remove signed8, signed16, signed32,
48        unsigned8, unsigned16, unsigned32.
49
502005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
51
52        * rtems/score/cpu.h: *_swap_u32( uint32_t ).
53
542005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
55
56        * rtems/score/types.h: #include <rtems/stdint.h>.
57
582005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
59
60        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
61
622005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
63
64        * Makefile.am: Remove build-variant support.
65
662004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
67
68        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
69        guard.
70
712004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
72
73        * asm.h: Add doxygen preamble.
74
752004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
76
77        * rtems/score/arm.h: Add doxygen preamble.
78        * rtems/score/cpu.h: Add doxygen preamble.
79        * rtems/score/cpu_asm.h: Add doxygen preamble.
80        * rtems/score/types.h: Add doxygen preamble.
81
822004-09-29      Joel Sherrill <joel@OARcorp.com>
83
84        * rtems/score/cpu.h: i960 obsoleted and all references removed.
85
862004-08-19      Jay Monkman <jtm@lopingdog.com>
87
88        PR 671/bsps
89        * rtems/score/cpu.h: Fixed bug in _CPU_ISR_Set_level, where input param
90        was always ignored.
91
922004-04-09      Joel Sherrill <joel@OARcorp.com>
93
94        * rtems/score/cpu.h: Fix typo.
95
962004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
97
98        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
99        * Makefile.am: Don't include multilib.am.
100        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
101
1022004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
103
104        * Makefile.am: Install asm.h to $(includedir)/rtems.
105
1062004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
107
108        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
109
1102004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
111
112        * cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
113
1142004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
115
116        * configure.ac: RTEMS_TOP([../../../..]).
117
1182004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.ac: Move RTEMS_TOP one subdir down.
121
1222004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: Add PREINSTALL_DIRS.
125
1262004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
129        Add PREINSTALL_FILES to CLEANFILES.
130
1312004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * configure.ac: Requires automake >= 1.8.1.
134
1352004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: Include compile.am, again.
138
1392004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Convert to using automake compilation rules.
142
1432003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
146
1472003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
150
1512003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Remove TMPINSTALL_FILES.
154
1552003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: Add $(dirstamp) to preinstallation rules.
158
1592003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * Makefile.am: Add $(dirstamp) to preinstallation rules.
162
1632003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am: Don't use gmake rules for preinstallation.
166
1672003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * configure.ac: Remove RTEMS_CANONICAL_HOST.
170
1712003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * configure.ac: Remove RTEMS_CHECK_CPU.
174
1752003-09-26      Joel Sherrill <joel@OARcorp.com>
176
177        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
178        references.
179
1802003-09-04      Joel Sherrill <joel@OARcorp.com>
181
182        * asm.h, cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
183        rtems/score/cpu_asm.h, rtems/score/types.h: URL for license changed.
184
1852003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
188
1892003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * Makefile.am: Use "all-local:" instead of "all:".
192
1932003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * configure.ac: Remove AC_CONFIG_AUX_DIR.
196
1972003-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * rtems/score/arm.h: Remove ARM_HAS_THUMB (Unused).
200
2012003-03-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * rtems/score/cpu.h: Set up CPU_*_ENDIAN based on -D__ARMEL__ and
204        -D__ARMEB__. Fix minor typo in comment.
205
2062003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * rtems/score/arm.h: Set up ARM_HAS_FPU based on -D__SOFTFP__.
209
2102002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
213        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
214
2152002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * configure.ac: Fix package name.
218
2192002-11-04      Joel Sherrill <joel@OARcorp.com>
220
221        * cpu.c: Removed warning.
222
2232002-11-01      Joel Sherrill <joel@OARcorp.com>
224
225        * cpu.c: Removed warnings.
226
2272002-10-31      Joel Sherrill <joel@OARcorp.com>
228
229        * rtems/score/cpu.h: Removed warning.
230
2312002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
234
2352002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * .cvsignore: Reformat.
238        Add autom4te*cache.
239        Remove autom4te.cache.
240
2412002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
242
243        * rtems/score/cpu.h: Fix u16 and u32 swap routines.
244
2452002-08-05      Joel Sherrill <joel@OARcorp.com>
246
247        * rtems/score/cpu.h, rtems/score/types.h: Updated to fix some typos.
248
2492002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
250
251        * cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
252        rtems/score/cpu_asm.h, rtems/score/types.h: ARM port works
253        well enough to run all sptests, tmtests, and ttcp. 
254        In addition to general cleanup, there has been considerable
255        optimization to interrupt disable/enable, endian swapping,
256        and context switching.
257
2582002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
261
2622002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * Makefile.am: Use .$(OBJEXT) instead of .o.
265
2662002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * Makefile.am: Use . instead of .o.
269
2702002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
271
272        * rtems/score/cpu_asm.h: Enhanced to include register offsets.
273        * Makefile.am: Install rtems/score/cpu_asm.h.
274        * cpu.c: Significantly enhanced including the implementation of
275        _CPU_ISR_Get_level.
276        * cpu_asm.S: Improved behavior of context switch and interrupt
277        dispatching.
278        * rtems/score/arm.h: Improved the CPU model name determination.
279        * rtems/score/cpu.h: Improved interrupt disable/enable functions.
280
2812002-07-05      Joel Sherrill <joel@OARcorp.com>
282
283        * rtems/score/cpu.h: Filled in something that was marked XXX.
284
2852002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * configure.ac: RTEMS_TOP(../../../..).
288
2892002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * rtems.c: Remove.
292        * Makefile.am: Reflect changes above.
293
2942002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * configure.ac: Remove RTEMS_PROJECT_ROOT.
297
2982002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * configure.ac: Add RTEMS_PROG_CCAS
301
3022002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
305        Add AC_PROG_RANLIB.
306
3072002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
310        Use ../../../aclocal.
311
3122002-04-18      Jay Monkman <jtm@smoothsmoothie.com>
313
314        * rtems/score/cpu.h (CPU_ISR_Disable and CPU_ISR_Enable): Correct them
315        where they correctly inform the compiler about the register they
316        are modifying.
317
3182001-04-03      Joel Sherrill <joel@OARcorp.com>
319
320        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
321        * rtems/score/a29ktypes.h: Removed.
322        * rtems/score/types.h: New file via CVS magic.
323        * Makefile.am, rtems/score/cpu.h: Account for name change.
324
3252002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * configure.ac:
328        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
329        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
330        * Makefile.am: Remove AUTOMAKE_OPTIONS.
331
3322001-02-04      Joel Sherrill <joel@OARcorp.com>
333
334        * configure.ac: Removed references to rtems/Makefile and
335        rtems/score/Makefile.
336
3372002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * rtems/Makefile.am: Removed.
340        * rtems/score/Makefile.am: Removed.
341        * configure.ac: Reflect changes above.
342        * Makefile.am: Reflect changes above.
343
3442002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
347
3482002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
351
3522001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
355
3562001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * Makefile.am: Add multilib support.
359
3602001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * asm.h: include cpuopts.h instead of targopts.h
363        * rtems/score/arm.h: Use __arm__.
364
3652001-11-28      Joel Sherrill <joel@OARcorp.com>,
366
367        This was tracked as PR91.
368        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
369        is used to specify if the port uses the standard macro for this (FALSE).
370        A TRUE setting indicates the port provides its own implementation.
371
3722001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
375        * configure.in: Remove.
376        * configure.ac: New file, generated from configure.in by autoupdate.
377
3782001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
381        * Makefile.am: Use 'PREINSTALL_FILES ='.
382
3832001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * Makefile.am, rtems/score/Makefile.am:
386        Apply include_*HEADERS instead of H_FILES.
387
3882001-01-03      Joel Sherrill <joel@OARcorp.com>
389
390        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
391
3922000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
395
3962000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
399
4002000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
403        Switch to GNU canonicalization.
404
4052000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * Makefile.am: Include compile.am, formatting.
408        * rtems/Makefile.am: Formatting.
409        * rtems/score/Makefile.am: Formatting.
410
4112000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
412
413        * cpu.c: Spacing issues.
414        * rtems/score/cpu.h: Removed warning by setting _level.
415
4162000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
417
418        * Makefile.am: Added S_O_FILES to list of objects.
419
4202000-08-10      Joel Sherrill <joel@OARcorp.com>
421
422        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.