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

4.104.114.84.95
Last change on this file since aed1db6c was 7a4b5cb4, checked in by Jay Monkman <jtm@…>, on 06/02/06 at 21:48:05

Fixed ARM Data Abort handling.

  • Property mode set to 100644
File size: 11.4 KB
Line 
12006-06-02      Jay Monkman <jtm@lopingdog.com>
2
3        * cpu.c, cpu_asm.S: Fixed ARM Data Abort handling.
4
52005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
8
92005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * rtems/asm.h: Remove private version of CONCAT macros.
12        Include <rtems/concat.h> instead.
13
142005-09-15      Jay Monkman <jtm@lopingdog.com>
15
16        PR 365/rtems
17        * rtems/score/arm.h, rtems/score/cpu.h: Removed unused ARM_HAS_CLZ
18        macro.
19
202005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
21
22        * Makefile.am: Split out preinstallation rules.
23        * preinstall.am: New (Split out from Makefile.am).
24
252005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
26
27        PR 754/rtems
28        * rtems/asm.h: New (relocated from .).
29        * asm.h: Remove (moved to rtems/asm.h).
30        * Makefile.am: Reflect changes above.
31
322004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
33
34        * asm.h, rtems/score/arm.h, rtems/score/cpu.h,
35        rtems/score/cpu_asm.h, rtems/score/types.h: New header guards.
36
372005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
38
39        * rtems/score/types.h: Remove signed8, signed16, signed32,
40        unsigned8, unsigned16, unsigned32.
41
422005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
43
44        * rtems/score/cpu.h: *_swap_u32( uint32_t ).
45
462005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
47
48        * rtems/score/types.h: #include <rtems/stdint.h>.
49
502005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
51
52        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
53
542005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
55
56        * Makefile.am: Remove build-variant support.
57
582004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
59
60        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
61        guard.
62
632004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
64
65        * asm.h: Add doxygen preamble.
66
672004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
68
69        * rtems/score/arm.h: Add doxygen preamble.
70        * rtems/score/cpu.h: Add doxygen preamble.
71        * rtems/score/cpu_asm.h: Add doxygen preamble.
72        * rtems/score/types.h: Add doxygen preamble.
73
742004-09-29      Joel Sherrill <joel@OARcorp.com>
75
76        * rtems/score/cpu.h: i960 obsoleted and all references removed.
77
782004-08-19      Jay Monkman <jtm@lopingdog.com>
79
80        PR 671/bsps
81        * rtems/score/cpu.h: Fixed bug in _CPU_ISR_Set_level, where input param
82        was always ignored.
83
842004-04-09      Joel Sherrill <joel@OARcorp.com>
85
86        * rtems/score/cpu.h: Fix typo.
87
882004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
89
90        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
91        * Makefile.am: Don't include multilib.am.
92        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
93
942004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
95
96        * Makefile.am: Install asm.h to $(includedir)/rtems.
97
982004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
99
100        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
101
1022004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
103
104        * cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
105
1062004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
107
108        * configure.ac: RTEMS_TOP([../../../..]).
109
1102004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * configure.ac: Move RTEMS_TOP one subdir down.
113
1142004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Add PREINSTALL_DIRS.
117
1182004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
121        Add PREINSTALL_FILES to CLEANFILES.
122
1232004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * configure.ac: Requires automake >= 1.8.1.
126
1272004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Include compile.am, again.
130
1312004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: Convert to using automake compilation rules.
134
1352003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
138
1392003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
142
1432003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * Makefile.am: Remove TMPINSTALL_FILES.
146
1472003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * Makefile.am: Add $(dirstamp) to preinstallation rules.
150
1512003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Add $(dirstamp) to preinstallation rules.
154
1552003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: Don't use gmake rules for preinstallation.
158
1592003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * configure.ac: Remove RTEMS_CANONICAL_HOST.
162
1632003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.ac: Remove RTEMS_CHECK_CPU.
166
1672003-09-26      Joel Sherrill <joel@OARcorp.com>
168
169        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
170        references.
171
1722003-09-04      Joel Sherrill <joel@OARcorp.com>
173
174        * asm.h, cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
175        rtems/score/cpu_asm.h, rtems/score/types.h: URL for license changed.
176
1772003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
180
1812003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * Makefile.am: Use "all-local:" instead of "all:".
184
1852003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: Remove AC_CONFIG_AUX_DIR.
188
1892003-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * rtems/score/arm.h: Remove ARM_HAS_THUMB (Unused).
192
1932003-03-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * rtems/score/cpu.h: Set up CPU_*_ENDIAN based on -D__ARMEL__ and
196        -D__ARMEB__. Fix minor typo in comment.
197
1982003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * rtems/score/arm.h: Set up ARM_HAS_FPU based on -D__SOFTFP__.
201
2022002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
205        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
206
2072002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * configure.ac: Fix package name.
210
2112002-11-04      Joel Sherrill <joel@OARcorp.com>
212
213        * cpu.c: Removed warning.
214
2152002-11-01      Joel Sherrill <joel@OARcorp.com>
216
217        * cpu.c: Removed warnings.
218
2192002-10-31      Joel Sherrill <joel@OARcorp.com>
220
221        * rtems/score/cpu.h: Removed warning.
222
2232002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
226
2272002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * .cvsignore: Reformat.
230        Add autom4te*cache.
231        Remove autom4te.cache.
232
2332002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
234
235        * rtems/score/cpu.h: Fix u16 and u32 swap routines.
236
2372002-08-05      Joel Sherrill <joel@OARcorp.com>
238
239        * rtems/score/cpu.h, rtems/score/types.h: Updated to fix some typos.
240
2412002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
242
243        * cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
244        rtems/score/cpu_asm.h, rtems/score/types.h: ARM port works
245        well enough to run all sptests, tmtests, and ttcp. 
246        In addition to general cleanup, there has been considerable
247        optimization to interrupt disable/enable, endian swapping,
248        and context switching.
249
2502002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
253
2542002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * Makefile.am: Use .$(OBJEXT) instead of .o.
257
2582002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * Makefile.am: Use . instead of .o.
261
2622002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
263
264        * rtems/score/cpu_asm.h: Enhanced to include register offsets.
265        * Makefile.am: Install rtems/score/cpu_asm.h.
266        * cpu.c: Significantly enhanced including the implementation of
267        _CPU_ISR_Get_level.
268        * cpu_asm.S: Improved behavior of context switch and interrupt
269        dispatching.
270        * rtems/score/arm.h: Improved the CPU model name determination.
271        * rtems/score/cpu.h: Improved interrupt disable/enable functions.
272
2732002-07-05      Joel Sherrill <joel@OARcorp.com>
274
275        * rtems/score/cpu.h: Filled in something that was marked XXX.
276
2772002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * configure.ac: RTEMS_TOP(../../../..).
280
2812002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * rtems.c: Remove.
284        * Makefile.am: Reflect changes above.
285
2862002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * configure.ac: Remove RTEMS_PROJECT_ROOT.
289
2902002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * configure.ac: Add RTEMS_PROG_CCAS
293
2942002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
297        Add AC_PROG_RANLIB.
298
2992002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
302        Use ../../../aclocal.
303
3042002-04-18      Jay Monkman <jtm@smoothsmoothie.com>
305
306        * rtems/score/cpu.h (CPU_ISR_Disable and CPU_ISR_Enable): Correct them
307        where they correctly inform the compiler about the register they
308        are modifying.
309
3102001-04-03      Joel Sherrill <joel@OARcorp.com>
311
312        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
313        * rtems/score/a29ktypes.h: Removed.
314        * rtems/score/types.h: New file via CVS magic.
315        * Makefile.am, rtems/score/cpu.h: Account for name change.
316
3172002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * configure.ac:
320        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
321        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
322        * Makefile.am: Remove AUTOMAKE_OPTIONS.
323
3242001-02-04      Joel Sherrill <joel@OARcorp.com>
325
326        * configure.ac: Removed references to rtems/Makefile and
327        rtems/score/Makefile.
328
3292002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * rtems/Makefile.am: Removed.
332        * rtems/score/Makefile.am: Removed.
333        * configure.ac: Reflect changes above.
334        * Makefile.am: Reflect changes above.
335
3362002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
339
3402002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
343
3442001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
347
3482001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * Makefile.am: Add multilib support.
351
3522001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * asm.h: include cpuopts.h instead of targopts.h
355        * rtems/score/arm.h: Use __arm__.
356
3572001-11-28      Joel Sherrill <joel@OARcorp.com>,
358
359        This was tracked as PR91.
360        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
361        is used to specify if the port uses the standard macro for this (FALSE).
362        A TRUE setting indicates the port provides its own implementation.
363
3642001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
367        * configure.in: Remove.
368        * configure.ac: New file, generated from configure.in by autoupdate.
369
3702001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
373        * Makefile.am: Use 'PREINSTALL_FILES ='.
374
3752001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * Makefile.am, rtems/score/Makefile.am:
378        Apply include_*HEADERS instead of H_FILES.
379
3802001-01-03      Joel Sherrill <joel@OARcorp.com>
381
382        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
383
3842000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
387
3882000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
391
3922000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
395        Switch to GNU canonicalization.
396
3972000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * Makefile.am: Include compile.am, formatting.
400        * rtems/Makefile.am: Formatting.
401        * rtems/score/Makefile.am: Formatting.
402
4032000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
404
405        * cpu.c: Spacing issues.
406        * rtems/score/cpu.h: Removed warning by setting _level.
407
4082000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
409
410        * Makefile.am: Added S_O_FILES to list of objects.
411
4122000-08-10      Joel Sherrill <joel@OARcorp.com>
413
414        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.