source: rtems/cpukit/score/cpu/arm/ChangeLog @ 5ce8a0d

4.104.114.95
Last change on this file since 5ce8a0d was 5ce8a0d, checked in by Joel Sherrill <joel.sherrill@…>, on 12/17/07 at 16:12:34

2007-12-17 Joel Sherrill <joel.sherrill@…>

  • rtems/score/cpu_asm.h: Sweep to make sure grep for COPYRIGHT passes.
  • Property mode set to 100644
File size: 13.9 KB
Line 
12007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * rtems/score/cpu_asm.h: Sweep to make sure grep for COPYRIGHT passes.
4
52007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * rtems/score/cpu.h: Temporarily use C implementation of swap u32 for
8        thumb mode.
9
102007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
11
12        * cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU
13        Table to Configuration Table. Eliminate CPU Table from all ports.
14        Delete references to CPU Table in all forms.
15
162007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
17
18        * rtems/score/cpu.h: Moved most of the remaining CPU Table fields to
19        the Configuration Table. This included pretasking_hook,
20        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
21        extra_mpci_receive_server_stack, stack_allocate_hook, and
22        stack_free_hook. As a side-effect of this effort some multiprocessing
23        code was made conditional and some style clean up occurred.
24
252007-11-27      Joel Sherrill <joel.sherrill@OARcorp.com>
26
27        * rtems/score/cpu.h: Do not inline _Thread_Enable_dispatch for Thumb to
28        save space.
29
302007-11-26      Ray Xu <rayx.cn@gmail.com>
31
32        * cpu.c, score/cpu.h: Fix headers. Remove extra inline definition.
33        * cpu_asm.S: Note origin of Thumb support.
34
352007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
36
37        * cpu.c: Fix headers.
38
392007-11-03      Ray Xu <rayx.cn@gmail.com>
40
41        * cpu.c, cpu_asm.S, score/cpu.h : add support for ARM<->THUMB veneer
42          thumb  new dir to controll CPSR/SPRS in thumb mode
43
442007-05-09      Ray Xu <rayx.cn@gmail.com>
45
46        * cpu.c: move do_data_abort() to libbsp/arm/shared/abort/
47          implement a compact do_data_abort() in simple_abort.c
48
492007-05-09      Ray Xu <rayx@gmail.com>
50
51        * cpu.c: move do_data_abort() to libbsp/arm/shared/abort/
52          implement a compact do_data_abort() in simple_abort.c
53
542007-05-09      Ray Xu <rayx@gmail.com>
55
56        * cpu.c: move do_data_abort() to libbsp/arm/shared/abort/
57          implement a compact do_data_abort() in simple_abort.c
58
592007-05-09      Ralf Corsépius <ralf.corsepius@rtems.org>
60
61        * rtems/score/cpu.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
62
632007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * rtems/score/cpu.h:
66          Use Context_Control_fp* instead of void* for fp_contexts.
67          Eliminate evil casts.
68
692006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
70
71        * rtems/score/types.h: Remove unsigned64, signed64.
72
732006-09-11      Joel Sherrill <joel@OARcorp.com>
74
75        * cpu.c: Remove warning.
76
772006-06-02      Jay Monkman <jtm@lopingdog.com>
78
79        * cpu.c, cpu_asm.S: Fixed ARM Data Abort handling.
80
812005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
82
83        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
84
852005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
86
87        * rtems/asm.h: Remove private version of CONCAT macros.
88        Include <rtems/concat.h> instead.
89
902005-09-15      Jay Monkman <jtm@lopingdog.com>
91
92        PR 365/rtems
93        * rtems/score/arm.h, rtems/score/cpu.h: Removed unused ARM_HAS_CLZ
94        macro.
95
962005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
97
98        * Makefile.am: Split out preinstallation rules.
99        * preinstall.am: New (Split out from Makefile.am).
100
1012005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
102
103        PR 754/rtems
104        * rtems/asm.h: New (relocated from .).
105        * asm.h: Remove (moved to rtems/asm.h).
106        * Makefile.am: Reflect changes above.
107
1082004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
109
110        * asm.h, rtems/score/arm.h, rtems/score/cpu.h,
111        rtems/score/cpu_asm.h, rtems/score/types.h: New header guards.
112
1132005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
114
115        * rtems/score/types.h: Remove signed8, signed16, signed32,
116        unsigned8, unsigned16, unsigned32.
117
1182005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
119
120        * rtems/score/cpu.h: *_swap_u32( uint32_t ).
121
1222005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
123
124        * rtems/score/types.h: #include <rtems/stdint.h>.
125
1262005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
127
128        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
129
1302005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
131
132        * Makefile.am: Remove build-variant support.
133
1342004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
135
136        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
137        guard.
138
1392004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
140
141        * asm.h: Add doxygen preamble.
142
1432004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
144
145        * rtems/score/arm.h: Add doxygen preamble.
146        * rtems/score/cpu.h: Add doxygen preamble.
147        * rtems/score/cpu_asm.h: Add doxygen preamble.
148        * rtems/score/types.h: Add doxygen preamble.
149
1502004-09-29      Joel Sherrill <joel@OARcorp.com>
151
152        * rtems/score/cpu.h: i960 obsoleted and all references removed.
153
1542004-08-19      Jay Monkman <jtm@lopingdog.com>
155
156        PR 671/bsps
157        * rtems/score/cpu.h: Fixed bug in _CPU_ISR_Set_level, where input param
158        was always ignored.
159
1602004-04-09      Joel Sherrill <joel@OARcorp.com>
161
162        * rtems/score/cpu.h: Fix typo.
163
1642004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
165
166        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
167        * Makefile.am: Don't include multilib.am.
168        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
169
1702004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
171
172        * Makefile.am: Install asm.h to $(includedir)/rtems.
173
1742004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
175
176        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
177
1782004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
179
180        * cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
181
1822004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
183
184        * configure.ac: RTEMS_TOP([../../../..]).
185
1862004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * configure.ac: Move RTEMS_TOP one subdir down.
189
1902004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * Makefile.am: Add PREINSTALL_DIRS.
193
1942004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
197        Add PREINSTALL_FILES to CLEANFILES.
198
1992004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * configure.ac: Requires automake >= 1.8.1.
202
2032004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * Makefile.am: Include compile.am, again.
206
2072004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * Makefile.am: Convert to using automake compilation rules.
210
2112003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
214
2152003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
218
2192003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * Makefile.am: Remove TMPINSTALL_FILES.
222
2232003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * Makefile.am: Add $(dirstamp) to preinstallation rules.
226
2272003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * Makefile.am: Add $(dirstamp) to preinstallation rules.
230
2312003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * Makefile.am: Don't use gmake rules for preinstallation.
234
2352003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * configure.ac: Remove RTEMS_CANONICAL_HOST.
238
2392003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * configure.ac: Remove RTEMS_CHECK_CPU.
242
2432003-09-26      Joel Sherrill <joel@OARcorp.com>
244
245        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
246        references.
247
2482003-09-04      Joel Sherrill <joel@OARcorp.com>
249
250        * asm.h, cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
251        rtems/score/cpu_asm.h, rtems/score/types.h: URL for license changed.
252
2532003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
256
2572003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * Makefile.am: Use "all-local:" instead of "all:".
260
2612003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * configure.ac: Remove AC_CONFIG_AUX_DIR.
264
2652003-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * rtems/score/arm.h: Remove ARM_HAS_THUMB (Unused).
268
2692003-03-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * rtems/score/cpu.h: Set up CPU_*_ENDIAN based on -D__ARMEL__ and
272        -D__ARMEB__. Fix minor typo in comment.
273
2742003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * rtems/score/arm.h: Set up ARM_HAS_FPU based on -D__SOFTFP__.
277
2782002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
281        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
282
2832002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * configure.ac: Fix package name.
286
2872002-11-04      Joel Sherrill <joel@OARcorp.com>
288
289        * cpu.c: Removed warning.
290
2912002-11-01      Joel Sherrill <joel@OARcorp.com>
292
293        * cpu.c: Removed warnings.
294
2952002-10-31      Joel Sherrill <joel@OARcorp.com>
296
297        * rtems/score/cpu.h: Removed warning.
298
2992002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
302
3032002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * .cvsignore: Reformat.
306        Add autom4te*cache.
307        Remove autom4te.cache.
308
3092002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
310
311        * rtems/score/cpu.h: Fix u16 and u32 swap routines.
312
3132002-08-05      Joel Sherrill <joel@OARcorp.com>
314
315        * rtems/score/cpu.h, rtems/score/types.h: Updated to fix some typos.
316
3172002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
318
319        * cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
320        rtems/score/cpu_asm.h, rtems/score/types.h: ARM port works
321        well enough to run all sptests, tmtests, and ttcp. 
322        In addition to general cleanup, there has been considerable
323        optimization to interrupt disable/enable, endian swapping,
324        and context switching.
325
3262002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
329
3302002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * Makefile.am: Use .$(OBJEXT) instead of .o.
333
3342002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * Makefile.am: Use . instead of .o.
337
3382002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
339
340        * rtems/score/cpu_asm.h: Enhanced to include register offsets.
341        * Makefile.am: Install rtems/score/cpu_asm.h.
342        * cpu.c: Significantly enhanced including the implementation of
343        _CPU_ISR_Get_level.
344        * cpu_asm.S: Improved behavior of context switch and interrupt
345        dispatching.
346        * rtems/score/arm.h: Improved the CPU model name determination.
347        * rtems/score/cpu.h: Improved interrupt disable/enable functions.
348
3492002-07-05      Joel Sherrill <joel@OARcorp.com>
350
351        * rtems/score/cpu.h: Filled in something that was marked XXX.
352
3532002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * configure.ac: RTEMS_TOP(../../../..).
356
3572002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * rtems.c: Remove.
360        * Makefile.am: Reflect changes above.
361
3622002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * configure.ac: Remove RTEMS_PROJECT_ROOT.
365
3662002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * configure.ac: Add RTEMS_PROG_CCAS
369
3702002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
373        Add AC_PROG_RANLIB.
374
3752002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
378        Use ../../../aclocal.
379
3802002-04-18      Jay Monkman <jtm@smoothsmoothie.com>
381
382        * rtems/score/cpu.h (CPU_ISR_Disable and CPU_ISR_Enable): Correct them
383        where they correctly inform the compiler about the register they
384        are modifying.
385
3862001-04-03      Joel Sherrill <joel@OARcorp.com>
387
388        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
389        * rtems/score/a29ktypes.h: Removed.
390        * rtems/score/types.h: New file via CVS magic.
391        * Makefile.am, rtems/score/cpu.h: Account for name change.
392
3932002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * configure.ac:
396        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
397        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
398        * Makefile.am: Remove AUTOMAKE_OPTIONS.
399
4002001-02-04      Joel Sherrill <joel@OARcorp.com>
401
402        * configure.ac: Removed references to rtems/Makefile and
403        rtems/score/Makefile.
404
4052002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * rtems/Makefile.am: Removed.
408        * rtems/score/Makefile.am: Removed.
409        * configure.ac: Reflect changes above.
410        * Makefile.am: Reflect changes above.
411
4122002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
415
4162002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
419
4202001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
423
4242001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * Makefile.am: Add multilib support.
427
4282001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * asm.h: include cpuopts.h instead of targopts.h
431        * rtems/score/arm.h: Use __arm__.
432
4332001-11-28      Joel Sherrill <joel@OARcorp.com>,
434
435        This was tracked as PR91.
436        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
437        is used to specify if the port uses the standard macro for this (FALSE).
438        A TRUE setting indicates the port provides its own implementation.
439
4402001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
443        * configure.in: Remove.
444        * configure.ac: New file, generated from configure.in by autoupdate.
445
4462001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
449        * Makefile.am: Use 'PREINSTALL_FILES ='.
450
4512001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * Makefile.am, rtems/score/Makefile.am:
454        Apply include_*HEADERS instead of H_FILES.
455
4562001-01-03      Joel Sherrill <joel@OARcorp.com>
457
458        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
459
4602000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
463
4642000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
467
4682000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
471        Switch to GNU canonicalization.
472
4732000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * Makefile.am: Include compile.am, formatting.
476        * rtems/Makefile.am: Formatting.
477        * rtems/score/Makefile.am: Formatting.
478
4792000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
480
481        * cpu.c: Spacing issues.
482        * rtems/score/cpu.h: Removed warning by setting _level.
483
4842000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
485
486        * Makefile.am: Added S_O_FILES to list of objects.
487
4882000-08-10      Joel Sherrill <joel@OARcorp.com>
489
490        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.