source: rtems/cpukit/score/cpu/arm/ChangeLog @ 9374ed49

4.104.114.84.95
Last change on this file since 9374ed49 was 9374ed49, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/17/07 at 05:11:31

2007-04-17 Ralf Corsépius <ralf.corsepius@…>

  • rtems/score/cpu.h: Use Context_Control_fp* instead of void* for fp_contexts. Eliminate evil casts.
  • Property mode set to 100644
File size: 11.8 KB
Line 
12007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * rtems/score/cpu.h:
4          Use Context_Control_fp* instead of void* for fp_contexts.
5          Eliminate evil casts.
6
72006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
8
9        * rtems/score/types.h: Remove unsigned64, signed64.
10
112006-09-11      Joel Sherrill <joel@OARcorp.com>
12
13        * cpu.c: Remove warning.
14
152006-06-02      Jay Monkman <jtm@lopingdog.com>
16
17        * cpu.c, cpu_asm.S: Fixed ARM Data Abort handling.
18
192005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
20
21        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
22
232005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
24
25        * rtems/asm.h: Remove private version of CONCAT macros.
26        Include <rtems/concat.h> instead.
27
282005-09-15      Jay Monkman <jtm@lopingdog.com>
29
30        PR 365/rtems
31        * rtems/score/arm.h, rtems/score/cpu.h: Removed unused ARM_HAS_CLZ
32        macro.
33
342005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
35
36        * Makefile.am: Split out preinstallation rules.
37        * preinstall.am: New (Split out from Makefile.am).
38
392005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
40
41        PR 754/rtems
42        * rtems/asm.h: New (relocated from .).
43        * asm.h: Remove (moved to rtems/asm.h).
44        * Makefile.am: Reflect changes above.
45
462004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
47
48        * asm.h, rtems/score/arm.h, rtems/score/cpu.h,
49        rtems/score/cpu_asm.h, rtems/score/types.h: New header guards.
50
512005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
52
53        * rtems/score/types.h: Remove signed8, signed16, signed32,
54        unsigned8, unsigned16, unsigned32.
55
562005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
57
58        * rtems/score/cpu.h: *_swap_u32( uint32_t ).
59
602005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
61
62        * rtems/score/types.h: #include <rtems/stdint.h>.
63
642005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
65
66        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
67
682005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
69
70        * Makefile.am: Remove build-variant support.
71
722004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
73
74        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
75        guard.
76
772004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
78
79        * asm.h: Add doxygen preamble.
80
812004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
82
83        * rtems/score/arm.h: Add doxygen preamble.
84        * rtems/score/cpu.h: Add doxygen preamble.
85        * rtems/score/cpu_asm.h: Add doxygen preamble.
86        * rtems/score/types.h: Add doxygen preamble.
87
882004-09-29      Joel Sherrill <joel@OARcorp.com>
89
90        * rtems/score/cpu.h: i960 obsoleted and all references removed.
91
922004-08-19      Jay Monkman <jtm@lopingdog.com>
93
94        PR 671/bsps
95        * rtems/score/cpu.h: Fixed bug in _CPU_ISR_Set_level, where input param
96        was always ignored.
97
982004-04-09      Joel Sherrill <joel@OARcorp.com>
99
100        * rtems/score/cpu.h: Fix typo.
101
1022004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
103
104        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
105        * Makefile.am: Don't include multilib.am.
106        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
107
1082004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
109
110        * Makefile.am: Install asm.h to $(includedir)/rtems.
111
1122004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
113
114        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
115
1162004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
117
118        * cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
119
1202004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
121
122        * configure.ac: RTEMS_TOP([../../../..]).
123
1242004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * configure.ac: Move RTEMS_TOP one subdir down.
127
1282004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Add PREINSTALL_DIRS.
131
1322004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
135        Add PREINSTALL_FILES to CLEANFILES.
136
1372004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * configure.ac: Requires automake >= 1.8.1.
140
1412004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * Makefile.am: Include compile.am, again.
144
1452004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Makefile.am: Convert to using automake compilation rules.
148
1492003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
152
1532003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
156
1572003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * Makefile.am: Remove TMPINSTALL_FILES.
160
1612003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * Makefile.am: Add $(dirstamp) to preinstallation rules.
164
1652003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: Add $(dirstamp) to preinstallation rules.
168
1692003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * Makefile.am: Don't use gmake rules for preinstallation.
172
1732003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * configure.ac: Remove RTEMS_CANONICAL_HOST.
176
1772003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * configure.ac: Remove RTEMS_CHECK_CPU.
180
1812003-09-26      Joel Sherrill <joel@OARcorp.com>
182
183        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
184        references.
185
1862003-09-04      Joel Sherrill <joel@OARcorp.com>
187
188        * asm.h, cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
189        rtems/score/cpu_asm.h, rtems/score/types.h: URL for license changed.
190
1912003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
194
1952003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * Makefile.am: Use "all-local:" instead of "all:".
198
1992003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * configure.ac: Remove AC_CONFIG_AUX_DIR.
202
2032003-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * rtems/score/arm.h: Remove ARM_HAS_THUMB (Unused).
206
2072003-03-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * rtems/score/cpu.h: Set up CPU_*_ENDIAN based on -D__ARMEL__ and
210        -D__ARMEB__. Fix minor typo in comment.
211
2122003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * rtems/score/arm.h: Set up ARM_HAS_FPU based on -D__SOFTFP__.
215
2162002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
219        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
220
2212002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * configure.ac: Fix package name.
224
2252002-11-04      Joel Sherrill <joel@OARcorp.com>
226
227        * cpu.c: Removed warning.
228
2292002-11-01      Joel Sherrill <joel@OARcorp.com>
230
231        * cpu.c: Removed warnings.
232
2332002-10-31      Joel Sherrill <joel@OARcorp.com>
234
235        * rtems/score/cpu.h: Removed warning.
236
2372002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
240
2412002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * .cvsignore: Reformat.
244        Add autom4te*cache.
245        Remove autom4te.cache.
246
2472002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
248
249        * rtems/score/cpu.h: Fix u16 and u32 swap routines.
250
2512002-08-05      Joel Sherrill <joel@OARcorp.com>
252
253        * rtems/score/cpu.h, rtems/score/types.h: Updated to fix some typos.
254
2552002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
256
257        * cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
258        rtems/score/cpu_asm.h, rtems/score/types.h: ARM port works
259        well enough to run all sptests, tmtests, and ttcp. 
260        In addition to general cleanup, there has been considerable
261        optimization to interrupt disable/enable, endian swapping,
262        and context switching.
263
2642002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
267
2682002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * Makefile.am: Use .$(OBJEXT) instead of .o.
271
2722002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * Makefile.am: Use . instead of .o.
275
2762002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
277
278        * rtems/score/cpu_asm.h: Enhanced to include register offsets.
279        * Makefile.am: Install rtems/score/cpu_asm.h.
280        * cpu.c: Significantly enhanced including the implementation of
281        _CPU_ISR_Get_level.
282        * cpu_asm.S: Improved behavior of context switch and interrupt
283        dispatching.
284        * rtems/score/arm.h: Improved the CPU model name determination.
285        * rtems/score/cpu.h: Improved interrupt disable/enable functions.
286
2872002-07-05      Joel Sherrill <joel@OARcorp.com>
288
289        * rtems/score/cpu.h: Filled in something that was marked XXX.
290
2912002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * configure.ac: RTEMS_TOP(../../../..).
294
2952002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * rtems.c: Remove.
298        * Makefile.am: Reflect changes above.
299
3002002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * configure.ac: Remove RTEMS_PROJECT_ROOT.
303
3042002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * configure.ac: Add RTEMS_PROG_CCAS
307
3082002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
311        Add AC_PROG_RANLIB.
312
3132002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
316        Use ../../../aclocal.
317
3182002-04-18      Jay Monkman <jtm@smoothsmoothie.com>
319
320        * rtems/score/cpu.h (CPU_ISR_Disable and CPU_ISR_Enable): Correct them
321        where they correctly inform the compiler about the register they
322        are modifying.
323
3242001-04-03      Joel Sherrill <joel@OARcorp.com>
325
326        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
327        * rtems/score/a29ktypes.h: Removed.
328        * rtems/score/types.h: New file via CVS magic.
329        * Makefile.am, rtems/score/cpu.h: Account for name change.
330
3312002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * configure.ac:
334        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
335        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
336        * Makefile.am: Remove AUTOMAKE_OPTIONS.
337
3382001-02-04      Joel Sherrill <joel@OARcorp.com>
339
340        * configure.ac: Removed references to rtems/Makefile and
341        rtems/score/Makefile.
342
3432002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * rtems/Makefile.am: Removed.
346        * rtems/score/Makefile.am: Removed.
347        * configure.ac: Reflect changes above.
348        * Makefile.am: Reflect changes above.
349
3502002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
353
3542002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
357
3582001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
361
3622001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * Makefile.am: Add multilib support.
365
3662001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * asm.h: include cpuopts.h instead of targopts.h
369        * rtems/score/arm.h: Use __arm__.
370
3712001-11-28      Joel Sherrill <joel@OARcorp.com>,
372
373        This was tracked as PR91.
374        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
375        is used to specify if the port uses the standard macro for this (FALSE).
376        A TRUE setting indicates the port provides its own implementation.
377
3782001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
381        * configure.in: Remove.
382        * configure.ac: New file, generated from configure.in by autoupdate.
383
3842001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
387        * Makefile.am: Use 'PREINSTALL_FILES ='.
388
3892001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * Makefile.am, rtems/score/Makefile.am:
392        Apply include_*HEADERS instead of H_FILES.
393
3942001-01-03      Joel Sherrill <joel@OARcorp.com>
395
396        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
397
3982000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
401
4022000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
405
4062000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
409        Switch to GNU canonicalization.
410
4112000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * Makefile.am: Include compile.am, formatting.
414        * rtems/Makefile.am: Formatting.
415        * rtems/score/Makefile.am: Formatting.
416
4172000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
418
419        * cpu.c: Spacing issues.
420        * rtems/score/cpu.h: Removed warning by setting _level.
421
4222000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
423
424        * Makefile.am: Added S_O_FILES to list of objects.
425
4262000-08-10      Joel Sherrill <joel@OARcorp.com>
427
428        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.