source: rtems/cpukit/score/cpu/arm/ChangeLog @ 78623bce

4.104.115
Last change on this file since 78623bce was 78623bce, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 04/08/10 at 10:13:46

add/adapt documentation

  • Property mode set to 100644
File size: 17.8 KB
RevLine 
[78623bce]12010-04-08      Sebastian Huber <sebastian.huber@embedded-brains.de>
2
3        * arm_exc_abort.S, arm_exc_handler_high.c, arm_exc_handler_low.S,
4        arm_exc_interrupt.S, cpu.c, cpu_asm.S, rtems/asm.h, rtems/score/arm.h,
5        rtems/score/cpu.h, rtems/score/cpu_asm.h, rtems/score/types.h:
6        Documentation.
7
[58597dd]82010-04-07      Joel Sherrill <joel.sherrill@oarcorp.com>
9
10        * arm_exc_abort.S: Fix warnings about TRUE/FALSE not defined.
11
[0acc9af3]122010-03-27      Joel Sherrill <joel.sherrill@oarcorp.com>
13
14        * arm_exc_abort.S, arm_exc_handler_high.c, arm_exc_handler_low.S,
15        arm_exc_interrupt.S, cpu.c, cpu_asm.S: Add include of config.h
16
[39c8fdb]172010-01-12      Sebastian Huber <sebastian.huber@embedded-brains.de>
18
19        * arm_exc_abort.S: New file.
20        * Makefile.am: Update for new file.
21        * arm_exc_interrupt.S, cpu.c, rtems/asm.h, rtems/score/cpu.h: Changed
22        macros which switch from and to THUMB mode.  Added a default prefetch
23        and data abort handler which reports the complete processor context.
24        Added PSR defines.
25
[9db18dd]262009-12-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
27
28        * rtems/score/arm.h: Recognize ARMv5TEJ.
29        * arm_exc_interrupt.S: The previous implementation was broken.  In
30        case of a nested interrupt the link register of the INT mode was not
31        properly restored.  This lead to a major rewrite.  Interrupt
32        processing is now done in SVC mode.
33
[13c5cea]342009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * rtems/score/arm.h: Recognize ARMv7A.
37
[f98ce8b8]382009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
39
40        * rtems/score/arm.h: Recognize ARMv6J as needed by arm1136 variants.
41
[5e61c80]422009-09-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
43
44        * rtems/score/cpu.h: Fix for inline asm in _CPU_Fatal_halt().
45        * rtems/asm.h: Added macro to define ARM functions.
46        * cpu_asm.S, arm_exc_handler_low.S: Use macro from above.
47
[db0df7b]482009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
49
50        * rtems/score/cpu.h: Mark _CPU_Context_restore() as noreturn so the
51        compiler will not generate code thinking it returns.
52
[632e4306]532009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
54
55        * arm_exc_handler_high.c, arm_exc_handler_low.S, arm_exc_interrupt.S:
56        New files.
57        * Makefile.am: Update.
58        * rtems/score/cpu.h:  Removed all generic comments.  Changed inline
59        assembler of interrupt support functions.  Removed operating system
60        support for fast interrupts (FIQ).  Overall cleanup.
61        * cpu.c: Changed type of arm_cpu_mode to uint32_t to match the type in
62        _CPU_Context_Initialize().  Moved exception handler code into
63        'arm_exc_handler_high.c'.  _CPU_ISR_install_vector() writes now only
64        if necessary.
65        * cpu_asm.S: Moved exception handler code into 'arm_exc_handler_low.S'.
66        * rtems/score/types.h: Removed superfluous defines.
67        * ChangeLog, thumb_isr.c: Removed files.
68
[4848b56]692009-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
70
71        * rtems/score/cpu.h: Remove warnings.
72
[c03e2bc]732009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * cpu.c, rtems/score/cpu.h: Eliminate _CPU_Thread_dispatch_pointer and
76        passing address of _Thread_Dispatch to _CPU_Initialize. Clean up
77        comments.
78
[6162bc2]792008-09-11      Ralf Corsépius <ralf.corsepius@rtems.org>
80
81        * rtems/score/types.h: Do not define boolean, single_precision,
82        double_precision unless RTEMS_DEPRECATED_TYPES is given.
83
[df4fcaa]842008-09-08      Joel Sherrill <joel.sherrill@oarcorp.com>
85
86        * cpu.c: Remove extraneous spaces.
87
[6c283cbf]882008-09-07      Ralf Corsépius <ralf.corsepius@rtems.org>
89
90        * Makefile.am: Merge thumb/Makefile.am.
91        * thumb/Makefile.am: Remove (superfluous).
92
[cfdef834]932008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
94
95        * cpu.c, rtems/score/cpu.h: Convert to "bool".
96
[b7b6100]972008-08-21      Ralf Corsépius <ralf.corsepius@rtems.org>
98
99        * rtems/score/types.h: Include stdbool.h.
100        Use bool as base-type for boolean.
101
[226b1626]1022008-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
103
104        * cpu.c, rtems/score/cpu.h: Add void.
105
[547af38]1062008-04-18      Joel Sherrill <joel.sherrill@OARcorp.com>
107
108        * cpu.c: Add comment.
109
[4f2cd78]1102008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
111
112        * cpu.c: Add arm_cpu_mode so ARM BSP can overrid default value for
113        cpsr.
114
[0ca6d0d9]1152007-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
116
117        * rtems/score/cpu.h: Add _CPU_Context_Get_SP() for stack check utility.
118
[5ce8a0d]1192007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
120
121        * rtems/score/cpu_asm.h: Sweep to make sure grep for COPYRIGHT passes.
122
[1c62f169]1232007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
124
125        * rtems/score/cpu.h: Temporarily use C implementation of swap u32 for
126        thumb mode.
127
[ee29de05]1282007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
129
130        * cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU
131        Table to Configuration Table. Eliminate CPU Table from all ports.
132        Delete references to CPU Table in all forms.
133
[4b89ba7]1342007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
135
136        * rtems/score/cpu.h: Moved most of the remaining CPU Table fields to
137        the Configuration Table. This included pretasking_hook,
138        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
139        extra_mpci_receive_server_stack, stack_allocate_hook, and
140        stack_free_hook. As a side-effect of this effort some multiprocessing
141        code was made conditional and some style clean up occurred.
142
[248e29a]1432007-11-27      Joel Sherrill <joel.sherrill@OARcorp.com>
144
145        * rtems/score/cpu.h: Do not inline _Thread_Enable_dispatch for Thumb to
146        save space.
147
[a3ff693]1482007-11-26      Ray Xu <rayx.cn@gmail.com>
149
150        * cpu.c, score/cpu.h: Fix headers. Remove extra inline definition.
151        * cpu_asm.S: Note origin of Thumb support.
152
[bf0a3b2]1532007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
154
155        * cpu.c: Fix headers.
156
[661e5de4]1572007-11-03      Ray Xu <rayx.cn@gmail.com>
158
159        * cpu.c, cpu_asm.S, score/cpu.h : add support for ARM<->THUMB veneer
160          thumb  new dir to controll CPSR/SPRS in thumb mode
161
1622007-05-09      Ray Xu <rayx.cn@gmail.com>
163
164        * cpu.c: move do_data_abort() to libbsp/arm/shared/abort/
165          implement a compact do_data_abort() in simple_abort.c
166
[91e07d0]1672007-05-09      Ray Xu <rayx@gmail.com>
168
169        * cpu.c: move do_data_abort() to libbsp/arm/shared/abort/
170          implement a compact do_data_abort() in simple_abort.c
171
1722007-05-09      Ray Xu <rayx@gmail.com>
173
174        * cpu.c: move do_data_abort() to libbsp/arm/shared/abort/
175          implement a compact do_data_abort() in simple_abort.c
176
[8b56aa3]1772007-05-09      Ralf Corsépius <ralf.corsepius@rtems.org>
178
179        * rtems/score/cpu.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
180
[9374ed49]1812007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
182
183        * rtems/score/cpu.h:
184          Use Context_Control_fp* instead of void* for fp_contexts.
185          Eliminate evil casts.
186
[795da078]1872006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
188
189        * rtems/score/types.h: Remove unsigned64, signed64.
190
[ea1d598f]1912006-09-11      Joel Sherrill <joel@OARcorp.com>
192
193        * cpu.c: Remove warning.
194
[7a4b5cb4]1952006-06-02      Jay Monkman <jtm@lopingdog.com>
196
197        * cpu.c, cpu_asm.S: Fixed ARM Data Abort handling.
198
[7a3f018]1992005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
200
201        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
202
[c6ea319]2032005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
204
205        * rtems/asm.h: Remove private version of CONCAT macros.
206        Include <rtems/concat.h> instead.
207
[e0f60887]2082005-09-15      Jay Monkman <jtm@lopingdog.com>
209
210        PR 365/rtems
211        * rtems/score/arm.h, rtems/score/cpu.h: Removed unused ARM_HAS_CLZ
212        macro.
213
[babf575]2142005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
215
216        * Makefile.am: Split out preinstallation rules.
217        * preinstall.am: New (Split out from Makefile.am).
218
[1f24914a]2192005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
220
221        PR 754/rtems
222        * rtems/asm.h: New (relocated from .).
223        * asm.h: Remove (moved to rtems/asm.h).
224        * Makefile.am: Reflect changes above.
225
[60f6375c]2262004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
227
228        * asm.h, rtems/score/arm.h, rtems/score/cpu.h,
229        rtems/score/cpu_asm.h, rtems/score/types.h: New header guards.
230
[609b924]2312005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
232
233        * rtems/score/types.h: Remove signed8, signed16, signed32,
234        unsigned8, unsigned16, unsigned32.
235
[ec8973ed]2362005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
237
238        * rtems/score/cpu.h: *_swap_u32( uint32_t ).
239
[b9b531f]2402005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
241
242        * rtems/score/types.h: #include <rtems/stdint.h>.
243
[8fab7fa9]2442005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
[2bc236ba]245
246        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
247
[f346774d]2482005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
249
250        * Makefile.am: Remove build-variant support.
251
[af413e95]2522004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
253
254        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
255        guard.
256
[b8ed8a9f]2572004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
258
259        * asm.h: Add doxygen preamble.
260
[da215ded]2612004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
262
263        * rtems/score/arm.h: Add doxygen preamble.
264        * rtems/score/cpu.h: Add doxygen preamble.
265        * rtems/score/cpu_asm.h: Add doxygen preamble.
266        * rtems/score/types.h: Add doxygen preamble.
267
[90550fe]2682004-09-29      Joel Sherrill <joel@OARcorp.com>
269
270        * rtems/score/cpu.h: i960 obsoleted and all references removed.
271
[22eb2e1]2722004-08-19      Jay Monkman <jtm@lopingdog.com>
273
274        PR 671/bsps
275        * rtems/score/cpu.h: Fixed bug in _CPU_ISR_Set_level, where input param
276        was always ignored.
277
[b3786fc]2782004-04-09      Joel Sherrill <joel@OARcorp.com>
279
280        * rtems/score/cpu.h: Fix typo.
281
[be2ed3e]2822004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
283
284        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
285        * Makefile.am: Don't include multilib.am.
286        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
287
[5f8d82b7]2882004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
289
290        * Makefile.am: Install asm.h to $(includedir)/rtems.
291
[b49bcfc]2922004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
293
294        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
295
[c346f33d]2962004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
297
298        * cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
299
[d3b09bf4]3002004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
301
302        * configure.ac: RTEMS_TOP([../../../..]).
303
[7ea55607]3042004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * configure.ac: Move RTEMS_TOP one subdir down.
307
[3d1de20]3082004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * Makefile.am: Add PREINSTALL_DIRS.
311
[8956e27]3122004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
315        Add PREINSTALL_FILES to CLEANFILES.
316
[36e48b1]3172004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * configure.ac: Requires automake >= 1.8.1.
320
[f08808e]3212004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * Makefile.am: Include compile.am, again.
324
[ec8c1949]3252004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * Makefile.am: Convert to using automake compilation rules.
328
[7fccd6d6]3292003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
332
[810720b6]3332003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
336
[60f7da2]3372003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * Makefile.am: Remove TMPINSTALL_FILES.
340
[7d0eba02]3412003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * Makefile.am: Add $(dirstamp) to preinstallation rules.
344
3452003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * Makefile.am: Add $(dirstamp) to preinstallation rules.
348
[d6a444d]3492003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * Makefile.am: Don't use gmake rules for preinstallation.
352
[9ca05b1]3532003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * configure.ac: Remove RTEMS_CANONICAL_HOST.
356
[8727808e]3572003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * configure.ac: Remove RTEMS_CHECK_CPU.
360
[3b1c100]3612003-09-26      Joel Sherrill <joel@OARcorp.com>
362
363        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
364        references.
365
[57b8a7b6]3662003-09-04      Joel Sherrill <joel@OARcorp.com>
367
368        * asm.h, cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
369        rtems/score/cpu_asm.h, rtems/score/types.h: URL for license changed.
370
[7dcc3fe]3712003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
374
[ccb1a6ec]3752003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * Makefile.am: Use "all-local:" instead of "all:".
378
[d2c26e4b]3792003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * configure.ac: Remove AC_CONFIG_AUX_DIR.
382
[5372f16]3832003-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * rtems/score/arm.h: Remove ARM_HAS_THUMB (Unused).
386
3872003-03-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * rtems/score/cpu.h: Set up CPU_*_ENDIAN based on -D__ARMEL__ and
390        -D__ARMEB__. Fix minor typo in comment.
391
[9c59c2d9]3922003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * rtems/score/arm.h: Set up ARM_HAS_FPU based on -D__SOFTFP__.
395
[53021d4]3962002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
399        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
400
[47c0220]4012002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * configure.ac: Fix package name.
404
[8491956]4052002-11-04      Joel Sherrill <joel@OARcorp.com>
406
407        * cpu.c: Removed warning.
408
[69f7d7e]4092002-11-01      Joel Sherrill <joel@OARcorp.com>
410
411        * cpu.c: Removed warnings.
412
[7df02840]4132002-10-31      Joel Sherrill <joel@OARcorp.com>
414
415        * rtems/score/cpu.h: Removed warning.
416
[5c8b6b6]4172002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
420
[f8cb04a5]4212002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * .cvsignore: Reformat.
424        Add autom4te*cache.
425        Remove autom4te.cache.
426
[b32fe793]4272002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
428
429        * rtems/score/cpu.h: Fix u16 and u32 swap routines.
430
[8b58477]4312002-08-05      Joel Sherrill <joel@OARcorp.com>
432
433        * rtems/score/cpu.h, rtems/score/types.h: Updated to fix some typos.
434
[fa237002]4352002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
436
437        * cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
438        rtems/score/cpu_asm.h, rtems/score/types.h: ARM port works
439        well enough to run all sptests, tmtests, and ttcp. 
440        In addition to general cleanup, there has been considerable
441        optimization to interrupt disable/enable, endian swapping,
442        and context switching.
443
[a85d8ec]4442002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
447
[53f6727]4482002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * Makefile.am: Use .$(OBJEXT) instead of .o.
451
4522002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * Makefile.am: Use . instead of .o.
455
[4f0b287]4562002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
457
458        * rtems/score/cpu_asm.h: Enhanced to include register offsets.
459        * Makefile.am: Install rtems/score/cpu_asm.h.
460        * cpu.c: Significantly enhanced including the implementation of
461        _CPU_ISR_Get_level.
462        * cpu_asm.S: Improved behavior of context switch and interrupt
463        dispatching.
464        * rtems/score/arm.h: Improved the CPU model name determination.
465        * rtems/score/cpu.h: Improved interrupt disable/enable functions.
466
[2540208]4672002-07-05      Joel Sherrill <joel@OARcorp.com>
468
469        * rtems/score/cpu.h: Filled in something that was marked XXX.
470
[af81910]4712002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * configure.ac: RTEMS_TOP(../../../..).
474
[84fa187]4752002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * rtems.c: Remove.
478        * Makefile.am: Reflect changes above.
479
[8c746fe]4802002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * configure.ac: Remove RTEMS_PROJECT_ROOT.
483
[a25b63b]4842002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * configure.ac: Add RTEMS_PROG_CCAS
487
[6f79a970]4882002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
491        Add AC_PROG_RANLIB.
492
[2f6261d]4932002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
496        Use ../../../aclocal.
497
[e80ac7f6]4982002-04-18      Jay Monkman <jtm@smoothsmoothie.com>
499
500        * rtems/score/cpu.h (CPU_ISR_Disable and CPU_ISR_Enable): Correct them
501        where they correctly inform the compiler about the register they
502        are modifying.
503
[68f0058]5042001-04-03      Joel Sherrill <joel@OARcorp.com>
505
506        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
507        * rtems/score/a29ktypes.h: Removed.
508        * rtems/score/types.h: New file via CVS magic.
509        * Makefile.am, rtems/score/cpu.h: Account for name change.
510
[7273b6e]5112002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * configure.ac:
514        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
515        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
516        * Makefile.am: Remove AUTOMAKE_OPTIONS.
517
[96ecd879]5182001-02-04      Joel Sherrill <joel@OARcorp.com>
519
520        * configure.ac: Removed references to rtems/Makefile and
521        rtems/score/Makefile.
522
[14926c2e]5232002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * rtems/Makefile.am: Removed.
526        * rtems/score/Makefile.am: Removed.
527        * configure.ac: Reflect changes above.
528        * Makefile.am: Reflect changes above.
529
[1bab6c6d]5302002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
533
[d56918c9]5342002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
537
[e6dc43d]5382001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
541
[e9718415]5422001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * Makefile.am: Add multilib support.
545
[7e950a4]5462001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * asm.h: include cpuopts.h instead of targopts.h
549        * rtems/score/arm.h: Use __arm__.
550
[4db30283]5512001-11-28      Joel Sherrill <joel@OARcorp.com>,
552
553        This was tracked as PR91.
554        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
555        is used to specify if the port uses the standard macro for this (FALSE).
556        A TRUE setting indicates the port provides its own implementation.
557
[66387986]5582001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
561        * configure.in: Remove.
562        * configure.ac: New file, generated from configure.in by autoupdate.
563
[684eebc8]5642001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
567        * Makefile.am: Use 'PREINSTALL_FILES ='.
568
[329509fb]5692001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
570
571        * Makefile.am, rtems/score/Makefile.am:
572        Apply include_*HEADERS instead of H_FILES.
573
[2d877aa]5742001-01-03      Joel Sherrill <joel@OARcorp.com>
575
576        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
577
[feead226]5782000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
581
[a314d3b4]5822000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
583
584        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
585
[5582de1]5862000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
589        Switch to GNU canonicalization.
590
[178fae8]5912000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
592
593        * Makefile.am: Include compile.am, formatting.
594        * rtems/Makefile.am: Formatting.
595        * rtems/score/Makefile.am: Formatting.
596
[0b456f72]5972000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
598
599        * cpu.c: Spacing issues.
600        * rtems/score/cpu.h: Removed warning by setting _level.
601
[ce6411d6]6022000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
603
604        * Makefile.am: Added S_O_FILES to list of objects.
605
[e94ad1fe]6062000-08-10      Joel Sherrill <joel@OARcorp.com>
607
608        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.