source: rtems/cpukit/score/cpu/arm/ChangeLog @ 91e07d0

4.104.114.84.95
Last change on this file since 91e07d0 was 91e07d0, checked in by Joel Sherrill <joel.sherrill@…>, on 05/15/07 at 17:59:47

2007-05-09 Ray Xu <rayx@…>

  • cpu.c: move do_data_abort() to libbsp/arm/shared/abort/ implement a compact do_data_abort() in simple_abort.c
  • Property mode set to 100644
File size: 12.2 KB
Line 
12007-05-09      Ray Xu <rayx@gmail.com>
2
3        * cpu.c: move do_data_abort() to libbsp/arm/shared/abort/
4          implement a compact do_data_abort() in simple_abort.c
5
62007-05-09      Ray Xu <rayx@gmail.com>
7
8        * cpu.c: move do_data_abort() to libbsp/arm/shared/abort/
9          implement a compact do_data_abort() in simple_abort.c
10
112007-05-09      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * rtems/score/cpu.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
14
152007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * rtems/score/cpu.h:
18          Use Context_Control_fp* instead of void* for fp_contexts.
19          Eliminate evil casts.
20
212006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * rtems/score/types.h: Remove unsigned64, signed64.
24
252006-09-11      Joel Sherrill <joel@OARcorp.com>
26
27        * cpu.c: Remove warning.
28
292006-06-02      Jay Monkman <jtm@lopingdog.com>
30
31        * cpu.c, cpu_asm.S: Fixed ARM Data Abort handling.
32
332005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
34
35        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
36
372005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
38
39        * rtems/asm.h: Remove private version of CONCAT macros.
40        Include <rtems/concat.h> instead.
41
422005-09-15      Jay Monkman <jtm@lopingdog.com>
43
44        PR 365/rtems
45        * rtems/score/arm.h, rtems/score/cpu.h: Removed unused ARM_HAS_CLZ
46        macro.
47
482005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
49
50        * Makefile.am: Split out preinstallation rules.
51        * preinstall.am: New (Split out from Makefile.am).
52
532005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
54
55        PR 754/rtems
56        * rtems/asm.h: New (relocated from .).
57        * asm.h: Remove (moved to rtems/asm.h).
58        * Makefile.am: Reflect changes above.
59
602004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
61
62        * asm.h, rtems/score/arm.h, rtems/score/cpu.h,
63        rtems/score/cpu_asm.h, rtems/score/types.h: New header guards.
64
652005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
66
67        * rtems/score/types.h: Remove signed8, signed16, signed32,
68        unsigned8, unsigned16, unsigned32.
69
702005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
71
72        * rtems/score/cpu.h: *_swap_u32( uint32_t ).
73
742005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
75
76        * rtems/score/types.h: #include <rtems/stdint.h>.
77
782005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
79
80        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
81
822005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
83
84        * Makefile.am: Remove build-variant support.
85
862004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
87
88        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
89        guard.
90
912004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
92
93        * asm.h: Add doxygen preamble.
94
952004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
96
97        * rtems/score/arm.h: Add doxygen preamble.
98        * rtems/score/cpu.h: Add doxygen preamble.
99        * rtems/score/cpu_asm.h: Add doxygen preamble.
100        * rtems/score/types.h: Add doxygen preamble.
101
1022004-09-29      Joel Sherrill <joel@OARcorp.com>
103
104        * rtems/score/cpu.h: i960 obsoleted and all references removed.
105
1062004-08-19      Jay Monkman <jtm@lopingdog.com>
107
108        PR 671/bsps
109        * rtems/score/cpu.h: Fixed bug in _CPU_ISR_Set_level, where input param
110        was always ignored.
111
1122004-04-09      Joel Sherrill <joel@OARcorp.com>
113
114        * rtems/score/cpu.h: Fix typo.
115
1162004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
117
118        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
119        * Makefile.am: Don't include multilib.am.
120        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
121
1222004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
123
124        * Makefile.am: Install asm.h to $(includedir)/rtems.
125
1262004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
127
128        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
129
1302004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
131
132        * cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
133
1342004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
135
136        * configure.ac: RTEMS_TOP([../../../..]).
137
1382004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.ac: Move RTEMS_TOP one subdir down.
141
1422004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: Add PREINSTALL_DIRS.
145
1462004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
149        Add PREINSTALL_FILES to CLEANFILES.
150
1512004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * configure.ac: Requires automake >= 1.8.1.
154
1552004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: Include compile.am, again.
158
1592004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * Makefile.am: Convert to using automake compilation rules.
162
1632003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
166
1672003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
170
1712003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am: Remove TMPINSTALL_FILES.
174
1752003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * Makefile.am: Add $(dirstamp) to preinstallation rules.
178
1792003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * Makefile.am: Add $(dirstamp) to preinstallation rules.
182
1832003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * Makefile.am: Don't use gmake rules for preinstallation.
186
1872003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * configure.ac: Remove RTEMS_CANONICAL_HOST.
190
1912003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * configure.ac: Remove RTEMS_CHECK_CPU.
194
1952003-09-26      Joel Sherrill <joel@OARcorp.com>
196
197        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
198        references.
199
2002003-09-04      Joel Sherrill <joel@OARcorp.com>
201
202        * asm.h, cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
203        rtems/score/cpu_asm.h, rtems/score/types.h: URL for license changed.
204
2052003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
208
2092003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * Makefile.am: Use "all-local:" instead of "all:".
212
2132003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * configure.ac: Remove AC_CONFIG_AUX_DIR.
216
2172003-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * rtems/score/arm.h: Remove ARM_HAS_THUMB (Unused).
220
2212003-03-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * rtems/score/cpu.h: Set up CPU_*_ENDIAN based on -D__ARMEL__ and
224        -D__ARMEB__. Fix minor typo in comment.
225
2262003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * rtems/score/arm.h: Set up ARM_HAS_FPU based on -D__SOFTFP__.
229
2302002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
233        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
234
2352002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * configure.ac: Fix package name.
238
2392002-11-04      Joel Sherrill <joel@OARcorp.com>
240
241        * cpu.c: Removed warning.
242
2432002-11-01      Joel Sherrill <joel@OARcorp.com>
244
245        * cpu.c: Removed warnings.
246
2472002-10-31      Joel Sherrill <joel@OARcorp.com>
248
249        * rtems/score/cpu.h: Removed warning.
250
2512002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
254
2552002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * .cvsignore: Reformat.
258        Add autom4te*cache.
259        Remove autom4te.cache.
260
2612002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
262
263        * rtems/score/cpu.h: Fix u16 and u32 swap routines.
264
2652002-08-05      Joel Sherrill <joel@OARcorp.com>
266
267        * rtems/score/cpu.h, rtems/score/types.h: Updated to fix some typos.
268
2692002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
270
271        * cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
272        rtems/score/cpu_asm.h, rtems/score/types.h: ARM port works
273        well enough to run all sptests, tmtests, and ttcp. 
274        In addition to general cleanup, there has been considerable
275        optimization to interrupt disable/enable, endian swapping,
276        and context switching.
277
2782002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
281
2822002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * Makefile.am: Use .$(OBJEXT) instead of .o.
285
2862002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * Makefile.am: Use . instead of .o.
289
2902002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
291
292        * rtems/score/cpu_asm.h: Enhanced to include register offsets.
293        * Makefile.am: Install rtems/score/cpu_asm.h.
294        * cpu.c: Significantly enhanced including the implementation of
295        _CPU_ISR_Get_level.
296        * cpu_asm.S: Improved behavior of context switch and interrupt
297        dispatching.
298        * rtems/score/arm.h: Improved the CPU model name determination.
299        * rtems/score/cpu.h: Improved interrupt disable/enable functions.
300
3012002-07-05      Joel Sherrill <joel@OARcorp.com>
302
303        * rtems/score/cpu.h: Filled in something that was marked XXX.
304
3052002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * configure.ac: RTEMS_TOP(../../../..).
308
3092002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * rtems.c: Remove.
312        * Makefile.am: Reflect changes above.
313
3142002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * configure.ac: Remove RTEMS_PROJECT_ROOT.
317
3182002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * configure.ac: Add RTEMS_PROG_CCAS
321
3222002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
325        Add AC_PROG_RANLIB.
326
3272002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
330        Use ../../../aclocal.
331
3322002-04-18      Jay Monkman <jtm@smoothsmoothie.com>
333
334        * rtems/score/cpu.h (CPU_ISR_Disable and CPU_ISR_Enable): Correct them
335        where they correctly inform the compiler about the register they
336        are modifying.
337
3382001-04-03      Joel Sherrill <joel@OARcorp.com>
339
340        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
341        * rtems/score/a29ktypes.h: Removed.
342        * rtems/score/types.h: New file via CVS magic.
343        * Makefile.am, rtems/score/cpu.h: Account for name change.
344
3452002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * configure.ac:
348        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
349        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
350        * Makefile.am: Remove AUTOMAKE_OPTIONS.
351
3522001-02-04      Joel Sherrill <joel@OARcorp.com>
353
354        * configure.ac: Removed references to rtems/Makefile and
355        rtems/score/Makefile.
356
3572002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * rtems/Makefile.am: Removed.
360        * rtems/score/Makefile.am: Removed.
361        * configure.ac: Reflect changes above.
362        * Makefile.am: Reflect changes above.
363
3642002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
367
3682002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
371
3722001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
375
3762001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * Makefile.am: Add multilib support.
379
3802001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * asm.h: include cpuopts.h instead of targopts.h
383        * rtems/score/arm.h: Use __arm__.
384
3852001-11-28      Joel Sherrill <joel@OARcorp.com>,
386
387        This was tracked as PR91.
388        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
389        is used to specify if the port uses the standard macro for this (FALSE).
390        A TRUE setting indicates the port provides its own implementation.
391
3922001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
395        * configure.in: Remove.
396        * configure.ac: New file, generated from configure.in by autoupdate.
397
3982001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
401        * Makefile.am: Use 'PREINSTALL_FILES ='.
402
4032001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * Makefile.am, rtems/score/Makefile.am:
406        Apply include_*HEADERS instead of H_FILES.
407
4082001-01-03      Joel Sherrill <joel@OARcorp.com>
409
410        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
411
4122000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
415
4162000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
419
4202000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
423        Switch to GNU canonicalization.
424
4252000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * Makefile.am: Include compile.am, formatting.
428        * rtems/Makefile.am: Formatting.
429        * rtems/score/Makefile.am: Formatting.
430
4312000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
432
433        * cpu.c: Spacing issues.
434        * rtems/score/cpu.h: Removed warning by setting _level.
435
4362000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
437
438        * Makefile.am: Added S_O_FILES to list of objects.
439
4402000-08-10      Joel Sherrill <joel@OARcorp.com>
441
442        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.