source: rtems/cpukit/score/cpu/arm/ChangeLog @ 58597dd

4.104.115
Last change on this file since 58597dd was 58597dd, checked in by Joel Sherrill <joel.sherrill@…>, on 04/07/10 at 14:04:12

2010-04-07 Joel Sherrill <joel.sherrill@…>

  • arm_exc_abort.S: Fix warnings about TRUE/FALSE not defined.
  • Property mode set to 100644
File size: 17.6 KB
RevLine 
[58597dd]12010-04-07      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * arm_exc_abort.S: Fix warnings about TRUE/FALSE not defined.
4
[0acc9af3]52010-03-27      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * arm_exc_abort.S, arm_exc_handler_high.c, arm_exc_handler_low.S,
8        arm_exc_interrupt.S, cpu.c, cpu_asm.S: Add include of config.h
9
[39c8fdb]102010-01-12      Sebastian Huber <sebastian.huber@embedded-brains.de>
11
12        * arm_exc_abort.S: New file.
13        * Makefile.am: Update for new file.
14        * arm_exc_interrupt.S, cpu.c, rtems/asm.h, rtems/score/cpu.h: Changed
15        macros which switch from and to THUMB mode.  Added a default prefetch
16        and data abort handler which reports the complete processor context.
17        Added PSR defines.
18
[9db18dd]192009-12-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
20
21        * rtems/score/arm.h: Recognize ARMv5TEJ.
22        * arm_exc_interrupt.S: The previous implementation was broken.  In
23        case of a nested interrupt the link register of the INT mode was not
24        properly restored.  This lead to a major rewrite.  Interrupt
25        processing is now done in SVC mode.
26
[13c5cea]272009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
28
29        * rtems/score/arm.h: Recognize ARMv7A.
30
[f98ce8b8]312009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
32
33        * rtems/score/arm.h: Recognize ARMv6J as needed by arm1136 variants.
34
[5e61c80]352009-09-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
36
37        * rtems/score/cpu.h: Fix for inline asm in _CPU_Fatal_halt().
38        * rtems/asm.h: Added macro to define ARM functions.
39        * cpu_asm.S, arm_exc_handler_low.S: Use macro from above.
40
[db0df7b]412009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
42
43        * rtems/score/cpu.h: Mark _CPU_Context_restore() as noreturn so the
44        compiler will not generate code thinking it returns.
45
[632e4306]462009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
47
48        * arm_exc_handler_high.c, arm_exc_handler_low.S, arm_exc_interrupt.S:
49        New files.
50        * Makefile.am: Update.
51        * rtems/score/cpu.h:  Removed all generic comments.  Changed inline
52        assembler of interrupt support functions.  Removed operating system
53        support for fast interrupts (FIQ).  Overall cleanup.
54        * cpu.c: Changed type of arm_cpu_mode to uint32_t to match the type in
55        _CPU_Context_Initialize().  Moved exception handler code into
56        'arm_exc_handler_high.c'.  _CPU_ISR_install_vector() writes now only
57        if necessary.
58        * cpu_asm.S: Moved exception handler code into 'arm_exc_handler_low.S'.
59        * rtems/score/types.h: Removed superfluous defines.
60        * ChangeLog, thumb_isr.c: Removed files.
61
[4848b56]622009-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
63
64        * rtems/score/cpu.h: Remove warnings.
65
[c03e2bc]662009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
67
68        * cpu.c, rtems/score/cpu.h: Eliminate _CPU_Thread_dispatch_pointer and
69        passing address of _Thread_Dispatch to _CPU_Initialize. Clean up
70        comments.
71
[6162bc2]722008-09-11      Ralf Corsépius <ralf.corsepius@rtems.org>
73
74        * rtems/score/types.h: Do not define boolean, single_precision,
75        double_precision unless RTEMS_DEPRECATED_TYPES is given.
76
[df4fcaa]772008-09-08      Joel Sherrill <joel.sherrill@oarcorp.com>
78
79        * cpu.c: Remove extraneous spaces.
80
[6c283cbf]812008-09-07      Ralf Corsépius <ralf.corsepius@rtems.org>
82
83        * Makefile.am: Merge thumb/Makefile.am.
84        * thumb/Makefile.am: Remove (superfluous).
85
[cfdef834]862008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
87
88        * cpu.c, rtems/score/cpu.h: Convert to "bool".
89
[b7b6100]902008-08-21      Ralf Corsépius <ralf.corsepius@rtems.org>
91
92        * rtems/score/types.h: Include stdbool.h.
93        Use bool as base-type for boolean.
94
[226b1626]952008-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
96
97        * cpu.c, rtems/score/cpu.h: Add void.
98
[547af38]992008-04-18      Joel Sherrill <joel.sherrill@OARcorp.com>
100
101        * cpu.c: Add comment.
102
[4f2cd78]1032008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
104
105        * cpu.c: Add arm_cpu_mode so ARM BSP can overrid default value for
106        cpsr.
107
[0ca6d0d9]1082007-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
109
110        * rtems/score/cpu.h: Add _CPU_Context_Get_SP() for stack check utility.
111
[5ce8a0d]1122007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
113
114        * rtems/score/cpu_asm.h: Sweep to make sure grep for COPYRIGHT passes.
115
[1c62f169]1162007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
117
118        * rtems/score/cpu.h: Temporarily use C implementation of swap u32 for
119        thumb mode.
120
[ee29de05]1212007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
122
123        * cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU
124        Table to Configuration Table. Eliminate CPU Table from all ports.
125        Delete references to CPU Table in all forms.
126
[4b89ba7]1272007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
128
129        * rtems/score/cpu.h: Moved most of the remaining CPU Table fields to
130        the Configuration Table. This included pretasking_hook,
131        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
132        extra_mpci_receive_server_stack, stack_allocate_hook, and
133        stack_free_hook. As a side-effect of this effort some multiprocessing
134        code was made conditional and some style clean up occurred.
135
[248e29a]1362007-11-27      Joel Sherrill <joel.sherrill@OARcorp.com>
137
138        * rtems/score/cpu.h: Do not inline _Thread_Enable_dispatch for Thumb to
139        save space.
140
[a3ff693]1412007-11-26      Ray Xu <rayx.cn@gmail.com>
142
143        * cpu.c, score/cpu.h: Fix headers. Remove extra inline definition.
144        * cpu_asm.S: Note origin of Thumb support.
145
[bf0a3b2]1462007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
147
148        * cpu.c: Fix headers.
149
[661e5de4]1502007-11-03      Ray Xu <rayx.cn@gmail.com>
151
152        * cpu.c, cpu_asm.S, score/cpu.h : add support for ARM<->THUMB veneer
153          thumb  new dir to controll CPSR/SPRS in thumb mode
154
1552007-05-09      Ray Xu <rayx.cn@gmail.com>
156
157        * cpu.c: move do_data_abort() to libbsp/arm/shared/abort/
158          implement a compact do_data_abort() in simple_abort.c
159
[91e07d0]1602007-05-09      Ray Xu <rayx@gmail.com>
161
162        * cpu.c: move do_data_abort() to libbsp/arm/shared/abort/
163          implement a compact do_data_abort() in simple_abort.c
164
1652007-05-09      Ray Xu <rayx@gmail.com>
166
167        * cpu.c: move do_data_abort() to libbsp/arm/shared/abort/
168          implement a compact do_data_abort() in simple_abort.c
169
[8b56aa3]1702007-05-09      Ralf Corsépius <ralf.corsepius@rtems.org>
171
172        * rtems/score/cpu.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
173
[9374ed49]1742007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
175
176        * rtems/score/cpu.h:
177          Use Context_Control_fp* instead of void* for fp_contexts.
178          Eliminate evil casts.
179
[795da078]1802006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
181
182        * rtems/score/types.h: Remove unsigned64, signed64.
183
[ea1d598f]1842006-09-11      Joel Sherrill <joel@OARcorp.com>
185
186        * cpu.c: Remove warning.
187
[7a4b5cb4]1882006-06-02      Jay Monkman <jtm@lopingdog.com>
189
190        * cpu.c, cpu_asm.S: Fixed ARM Data Abort handling.
191
[7a3f018]1922005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
193
194        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
195
[c6ea319]1962005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
197
198        * rtems/asm.h: Remove private version of CONCAT macros.
199        Include <rtems/concat.h> instead.
200
[e0f60887]2012005-09-15      Jay Monkman <jtm@lopingdog.com>
202
203        PR 365/rtems
204        * rtems/score/arm.h, rtems/score/cpu.h: Removed unused ARM_HAS_CLZ
205        macro.
206
[babf575]2072005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
208
209        * Makefile.am: Split out preinstallation rules.
210        * preinstall.am: New (Split out from Makefile.am).
211
[1f24914a]2122005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
213
214        PR 754/rtems
215        * rtems/asm.h: New (relocated from .).
216        * asm.h: Remove (moved to rtems/asm.h).
217        * Makefile.am: Reflect changes above.
218
[60f6375c]2192004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
220
221        * asm.h, rtems/score/arm.h, rtems/score/cpu.h,
222        rtems/score/cpu_asm.h, rtems/score/types.h: New header guards.
223
[609b924]2242005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
225
226        * rtems/score/types.h: Remove signed8, signed16, signed32,
227        unsigned8, unsigned16, unsigned32.
228
[ec8973ed]2292005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
230
231        * rtems/score/cpu.h: *_swap_u32( uint32_t ).
232
[b9b531f]2332005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
234
235        * rtems/score/types.h: #include <rtems/stdint.h>.
236
[8fab7fa9]2372005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
[2bc236ba]238
239        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
240
[f346774d]2412005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
242
243        * Makefile.am: Remove build-variant support.
244
[af413e95]2452004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
246
247        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
248        guard.
249
[b8ed8a9f]2502004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
251
252        * asm.h: Add doxygen preamble.
253
[da215ded]2542004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
255
256        * rtems/score/arm.h: Add doxygen preamble.
257        * rtems/score/cpu.h: Add doxygen preamble.
258        * rtems/score/cpu_asm.h: Add doxygen preamble.
259        * rtems/score/types.h: Add doxygen preamble.
260
[90550fe]2612004-09-29      Joel Sherrill <joel@OARcorp.com>
262
263        * rtems/score/cpu.h: i960 obsoleted and all references removed.
264
[22eb2e1]2652004-08-19      Jay Monkman <jtm@lopingdog.com>
266
267        PR 671/bsps
268        * rtems/score/cpu.h: Fixed bug in _CPU_ISR_Set_level, where input param
269        was always ignored.
270
[b3786fc]2712004-04-09      Joel Sherrill <joel@OARcorp.com>
272
273        * rtems/score/cpu.h: Fix typo.
274
[be2ed3e]2752004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
276
277        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
278        * Makefile.am: Don't include multilib.am.
279        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
280
[5f8d82b7]2812004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
282
283        * Makefile.am: Install asm.h to $(includedir)/rtems.
284
[b49bcfc]2852004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
286
287        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
288
[c346f33d]2892004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
290
291        * cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
292
[d3b09bf4]2932004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
294
295        * configure.ac: RTEMS_TOP([../../../..]).
296
[7ea55607]2972004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * configure.ac: Move RTEMS_TOP one subdir down.
300
[3d1de20]3012004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * Makefile.am: Add PREINSTALL_DIRS.
304
[8956e27]3052004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
308        Add PREINSTALL_FILES to CLEANFILES.
309
[36e48b1]3102004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * configure.ac: Requires automake >= 1.8.1.
313
[f08808e]3142004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * Makefile.am: Include compile.am, again.
317
[ec8c1949]3182004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * Makefile.am: Convert to using automake compilation rules.
321
[7fccd6d6]3222003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
325
[810720b6]3262003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
329
[60f7da2]3302003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * Makefile.am: Remove TMPINSTALL_FILES.
333
[7d0eba02]3342003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * Makefile.am: Add $(dirstamp) to preinstallation rules.
337
3382003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * Makefile.am: Add $(dirstamp) to preinstallation rules.
341
[d6a444d]3422003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * Makefile.am: Don't use gmake rules for preinstallation.
345
[9ca05b1]3462003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * configure.ac: Remove RTEMS_CANONICAL_HOST.
349
[8727808e]3502003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * configure.ac: Remove RTEMS_CHECK_CPU.
353
[3b1c100]3542003-09-26      Joel Sherrill <joel@OARcorp.com>
355
356        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
357        references.
358
[57b8a7b6]3592003-09-04      Joel Sherrill <joel@OARcorp.com>
360
361        * asm.h, cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
362        rtems/score/cpu_asm.h, rtems/score/types.h: URL for license changed.
363
[7dcc3fe]3642003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
367
[ccb1a6ec]3682003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * Makefile.am: Use "all-local:" instead of "all:".
371
[d2c26e4b]3722003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * configure.ac: Remove AC_CONFIG_AUX_DIR.
375
[5372f16]3762003-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * rtems/score/arm.h: Remove ARM_HAS_THUMB (Unused).
379
3802003-03-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * rtems/score/cpu.h: Set up CPU_*_ENDIAN based on -D__ARMEL__ and
383        -D__ARMEB__. Fix minor typo in comment.
384
[9c59c2d9]3852003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * rtems/score/arm.h: Set up ARM_HAS_FPU based on -D__SOFTFP__.
388
[53021d4]3892002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
392        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
393
[47c0220]3942002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * configure.ac: Fix package name.
397
[8491956]3982002-11-04      Joel Sherrill <joel@OARcorp.com>
399
400        * cpu.c: Removed warning.
401
[69f7d7e]4022002-11-01      Joel Sherrill <joel@OARcorp.com>
403
404        * cpu.c: Removed warnings.
405
[7df02840]4062002-10-31      Joel Sherrill <joel@OARcorp.com>
407
408        * rtems/score/cpu.h: Removed warning.
409
[5c8b6b6]4102002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
413
[f8cb04a5]4142002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * .cvsignore: Reformat.
417        Add autom4te*cache.
418        Remove autom4te.cache.
419
[b32fe793]4202002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
421
422        * rtems/score/cpu.h: Fix u16 and u32 swap routines.
423
[8b58477]4242002-08-05      Joel Sherrill <joel@OARcorp.com>
425
426        * rtems/score/cpu.h, rtems/score/types.h: Updated to fix some typos.
427
[fa237002]4282002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
429
430        * cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
431        rtems/score/cpu_asm.h, rtems/score/types.h: ARM port works
432        well enough to run all sptests, tmtests, and ttcp. 
433        In addition to general cleanup, there has been considerable
434        optimization to interrupt disable/enable, endian swapping,
435        and context switching.
436
[a85d8ec]4372002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
440
[53f6727]4412002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * Makefile.am: Use .$(OBJEXT) instead of .o.
444
4452002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * Makefile.am: Use . instead of .o.
448
[4f0b287]4492002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
450
451        * rtems/score/cpu_asm.h: Enhanced to include register offsets.
452        * Makefile.am: Install rtems/score/cpu_asm.h.
453        * cpu.c: Significantly enhanced including the implementation of
454        _CPU_ISR_Get_level.
455        * cpu_asm.S: Improved behavior of context switch and interrupt
456        dispatching.
457        * rtems/score/arm.h: Improved the CPU model name determination.
458        * rtems/score/cpu.h: Improved interrupt disable/enable functions.
459
[2540208]4602002-07-05      Joel Sherrill <joel@OARcorp.com>
461
462        * rtems/score/cpu.h: Filled in something that was marked XXX.
463
[af81910]4642002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * configure.ac: RTEMS_TOP(../../../..).
467
[84fa187]4682002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * rtems.c: Remove.
471        * Makefile.am: Reflect changes above.
472
[8c746fe]4732002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * configure.ac: Remove RTEMS_PROJECT_ROOT.
476
[a25b63b]4772002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * configure.ac: Add RTEMS_PROG_CCAS
480
[6f79a970]4812002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
484        Add AC_PROG_RANLIB.
485
[2f6261d]4862002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
489        Use ../../../aclocal.
490
[e80ac7f6]4912002-04-18      Jay Monkman <jtm@smoothsmoothie.com>
492
493        * rtems/score/cpu.h (CPU_ISR_Disable and CPU_ISR_Enable): Correct them
494        where they correctly inform the compiler about the register they
495        are modifying.
496
[68f0058]4972001-04-03      Joel Sherrill <joel@OARcorp.com>
498
499        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
500        * rtems/score/a29ktypes.h: Removed.
501        * rtems/score/types.h: New file via CVS magic.
502        * Makefile.am, rtems/score/cpu.h: Account for name change.
503
[7273b6e]5042002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * configure.ac:
507        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
508        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
509        * Makefile.am: Remove AUTOMAKE_OPTIONS.
510
[96ecd879]5112001-02-04      Joel Sherrill <joel@OARcorp.com>
512
513        * configure.ac: Removed references to rtems/Makefile and
514        rtems/score/Makefile.
515
[14926c2e]5162002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
517
518        * rtems/Makefile.am: Removed.
519        * rtems/score/Makefile.am: Removed.
520        * configure.ac: Reflect changes above.
521        * Makefile.am: Reflect changes above.
522
[1bab6c6d]5232002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
526
[d56918c9]5272002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
530
[e6dc43d]5312001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
534
[e9718415]5352001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * Makefile.am: Add multilib support.
538
[7e950a4]5392001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * asm.h: include cpuopts.h instead of targopts.h
542        * rtems/score/arm.h: Use __arm__.
543
[4db30283]5442001-11-28      Joel Sherrill <joel@OARcorp.com>,
545
546        This was tracked as PR91.
547        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
548        is used to specify if the port uses the standard macro for this (FALSE).
549        A TRUE setting indicates the port provides its own implementation.
550
[66387986]5512001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
554        * configure.in: Remove.
555        * configure.ac: New file, generated from configure.in by autoupdate.
556
[684eebc8]5572001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
560        * Makefile.am: Use 'PREINSTALL_FILES ='.
561
[329509fb]5622001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * Makefile.am, rtems/score/Makefile.am:
565        Apply include_*HEADERS instead of H_FILES.
566
[2d877aa]5672001-01-03      Joel Sherrill <joel@OARcorp.com>
568
569        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
570
[feead226]5712000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
572
573        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
574
[a314d3b4]5752000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
576
577        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
578
[5582de1]5792000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
580
581        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
582        Switch to GNU canonicalization.
583
[178fae8]5842000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
585
586        * Makefile.am: Include compile.am, formatting.
587        * rtems/Makefile.am: Formatting.
588        * rtems/score/Makefile.am: Formatting.
589
[0b456f72]5902000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
591
592        * cpu.c: Spacing issues.
593        * rtems/score/cpu.h: Removed warning by setting _level.
594
[ce6411d6]5952000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
596
597        * Makefile.am: Added S_O_FILES to list of objects.
598
[e94ad1fe]5992000-08-10      Joel Sherrill <joel@OARcorp.com>
600
601        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.