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

4.115
Last change on this file since a44edd15 was a44edd15, checked in by Joel Sherrill <joel.sherrill@…>, on 07/29/10 at 17:52:00

2010-07-29 Gedare Bloom <giddyup44@…>

PR 1635/cpukit

  • rtems/score/types.h: Refactoring of priority handling, to isolate the bitmap implementation of priorities in the supercore so that priority management is a little more modular. This change is in anticipation of scheduler implementations that can select how they manage tracking priority levels / finding the highest priority ready task. Note that most of the changes here are simple renaming, to clarify the use of the bitmap-based priority management.
  • Property mode set to 100644
File size: 19.1 KB
Line 
12010-07-29      Gedare Bloom <giddyup44@yahoo.com>
2
3        PR 1635/cpukit
4        * rtems/score/types.h: Refactoring of priority handling, to isolate the
5        bitmap implementation of priorities in the supercore so that priority
6        management is a little more modular. This change is in anticipation
7        of scheduler implementations that can select how they manage tracking
8        priority levels / finding the highest priority ready task. Note that
9        most of the changes here are simple renaming, to clarify the use of
10        the bitmap-based priority management.
11
122010-07-16      Sebastian Huber <sebastian.huber@embedded-brains.de>
13
14        * rtems/score/cpu.h: Include <rtems/score/types.h> first.
15        * rtems/score/types.h: Use <rtems/score/basedefs.h> header file.
16
172010-07-06      Sebastian Huber <sebastian.huber@embedded-brains.de>
18
19        * rtems/score/cpu.h: Removed CPU_ENABLE_C_ISR_DISPATCH_IMPLEMENTATION
20        define.
21
222010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
23
24        PR 1573/cpukit
25        * arm_exc_interrupt.S: Add a per cpu data structure which contains the
26        information required by RTEMS for each CPU core. This encapsulates
27        information such as thread executing, heir, idle and dispatch needed.
28
292010-05-10      Joel Sherrill <joel.sherrilL@OARcorp.com>
30
31        * rtems/score/arm.h: Make it a warning not error that the FPU multilib
32        is not supported yet.
33
342010-04-08      Sebastian Huber <sebastian.huber@embedded-brains.de>
35
36        * arm_exc_abort.S, arm_exc_handler_high.c, arm_exc_handler_low.S,
37        arm_exc_interrupt.S, cpu.c, cpu_asm.S, rtems/asm.h, rtems/score/arm.h,
38        rtems/score/cpu.h, rtems/score/cpu_asm.h, rtems/score/types.h:
39        Documentation.
40
412010-04-07      Joel Sherrill <joel.sherrill@oarcorp.com>
42
43        * arm_exc_abort.S: Fix warnings about TRUE/FALSE not defined.
44
452010-03-27      Joel Sherrill <joel.sherrill@oarcorp.com>
46
47        * arm_exc_abort.S, arm_exc_handler_high.c, arm_exc_handler_low.S,
48        arm_exc_interrupt.S, cpu.c, cpu_asm.S: Add include of config.h
49
502010-01-12      Sebastian Huber <sebastian.huber@embedded-brains.de>
51
52        * arm_exc_abort.S: New file.
53        * Makefile.am: Update for new file.
54        * arm_exc_interrupt.S, cpu.c, rtems/asm.h, rtems/score/cpu.h: Changed
55        macros which switch from and to THUMB mode.  Added a default prefetch
56        and data abort handler which reports the complete processor context.
57        Added PSR defines.
58
592009-12-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
60
61        * rtems/score/arm.h: Recognize ARMv5TEJ.
62        * arm_exc_interrupt.S: The previous implementation was broken.  In
63        case of a nested interrupt the link register of the INT mode was not
64        properly restored.  This lead to a major rewrite.  Interrupt
65        processing is now done in SVC mode.
66
672009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        * rtems/score/arm.h: Recognize ARMv7A.
70
712009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
72
73        * rtems/score/arm.h: Recognize ARMv6J as needed by arm1136 variants.
74
752009-09-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
76
77        * rtems/score/cpu.h: Fix for inline asm in _CPU_Fatal_halt().
78        * rtems/asm.h: Added macro to define ARM functions.
79        * cpu_asm.S, arm_exc_handler_low.S: Use macro from above.
80
812009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
82
83        * rtems/score/cpu.h: Mark _CPU_Context_restore() as noreturn so the
84        compiler will not generate code thinking it returns.
85
862009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
87
88        * arm_exc_handler_high.c, arm_exc_handler_low.S, arm_exc_interrupt.S:
89        New files.
90        * Makefile.am: Update.
91        * rtems/score/cpu.h:  Removed all generic comments.  Changed inline
92        assembler of interrupt support functions.  Removed operating system
93        support for fast interrupts (FIQ).  Overall cleanup.
94        * cpu.c: Changed type of arm_cpu_mode to uint32_t to match the type in
95        _CPU_Context_Initialize().  Moved exception handler code into
96        'arm_exc_handler_high.c'.  _CPU_ISR_install_vector() writes now only
97        if necessary.
98        * cpu_asm.S: Moved exception handler code into 'arm_exc_handler_low.S'.
99        * rtems/score/types.h: Removed superfluous defines.
100        * ChangeLog, thumb_isr.c: Removed files.
101
1022009-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
103
104        * rtems/score/cpu.h: Remove warnings.
105
1062009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
107
108        * cpu.c, rtems/score/cpu.h: Eliminate _CPU_Thread_dispatch_pointer and
109        passing address of _Thread_Dispatch to _CPU_Initialize. Clean up
110        comments.
111
1122008-09-11      Ralf Corsépius <ralf.corsepius@rtems.org>
113
114        * rtems/score/types.h: Do not define boolean, single_precision,
115        double_precision unless RTEMS_DEPRECATED_TYPES is given.
116
1172008-09-08      Joel Sherrill <joel.sherrill@oarcorp.com>
118
119        * cpu.c: Remove extraneous spaces.
120
1212008-09-07      Ralf Corsépius <ralf.corsepius@rtems.org>
122
123        * Makefile.am: Merge thumb/Makefile.am.
124        * thumb/Makefile.am: Remove (superfluous).
125
1262008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
127
128        * cpu.c, rtems/score/cpu.h: Convert to "bool".
129
1302008-08-21      Ralf Corsépius <ralf.corsepius@rtems.org>
131
132        * rtems/score/types.h: Include stdbool.h.
133        Use bool as base-type for boolean.
134
1352008-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
136
137        * cpu.c, rtems/score/cpu.h: Add void.
138
1392008-04-18      Joel Sherrill <joel.sherrill@OARcorp.com>
140
141        * cpu.c: Add comment.
142
1432008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
144
145        * cpu.c: Add arm_cpu_mode so ARM BSP can overrid default value for
146        cpsr.
147
1482007-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
149
150        * rtems/score/cpu.h: Add _CPU_Context_Get_SP() for stack check utility.
151
1522007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
153
154        * rtems/score/cpu_asm.h: Sweep to make sure grep for COPYRIGHT passes.
155
1562007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
157
158        * rtems/score/cpu.h: Temporarily use C implementation of swap u32 for
159        thumb mode.
160
1612007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
162
163        * cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU
164        Table to Configuration Table. Eliminate CPU Table from all ports.
165        Delete references to CPU Table in all forms.
166
1672007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
168
169        * rtems/score/cpu.h: Moved most of the remaining CPU Table fields to
170        the Configuration Table. This included pretasking_hook,
171        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
172        extra_mpci_receive_server_stack, stack_allocate_hook, and
173        stack_free_hook. As a side-effect of this effort some multiprocessing
174        code was made conditional and some style clean up occurred.
175
1762007-11-27      Joel Sherrill <joel.sherrill@OARcorp.com>
177
178        * rtems/score/cpu.h: Do not inline _Thread_Enable_dispatch for Thumb to
179        save space.
180
1812007-11-26      Ray Xu <rayx.cn@gmail.com>
182
183        * cpu.c, score/cpu.h: Fix headers. Remove extra inline definition.
184        * cpu_asm.S: Note origin of Thumb support.
185
1862007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
187
188        * cpu.c: Fix headers.
189
1902007-11-03      Ray Xu <rayx.cn@gmail.com>
191
192        * cpu.c, cpu_asm.S, score/cpu.h : add support for ARM<->THUMB veneer
193          thumb  new dir to controll CPSR/SPRS in thumb mode
194
1952007-05-09      Ray Xu <rayx.cn@gmail.com>
196
197        * cpu.c: move do_data_abort() to libbsp/arm/shared/abort/
198          implement a compact do_data_abort() in simple_abort.c
199
2002007-05-09      Ray Xu <rayx@gmail.com>
201
202        * cpu.c: move do_data_abort() to libbsp/arm/shared/abort/
203          implement a compact do_data_abort() in simple_abort.c
204
2052007-05-09      Ray Xu <rayx@gmail.com>
206
207        * cpu.c: move do_data_abort() to libbsp/arm/shared/abort/
208          implement a compact do_data_abort() in simple_abort.c
209
2102007-05-09      Ralf Corsépius <ralf.corsepius@rtems.org>
211
212        * rtems/score/cpu.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
213
2142007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
215
216        * rtems/score/cpu.h:
217          Use Context_Control_fp* instead of void* for fp_contexts.
218          Eliminate evil casts.
219
2202006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
221
222        * rtems/score/types.h: Remove unsigned64, signed64.
223
2242006-09-11      Joel Sherrill <joel@OARcorp.com>
225
226        * cpu.c: Remove warning.
227
2282006-06-02      Jay Monkman <jtm@lopingdog.com>
229
230        * cpu.c, cpu_asm.S: Fixed ARM Data Abort handling.
231
2322005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
233
234        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
235
2362005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
237
238        * rtems/asm.h: Remove private version of CONCAT macros.
239        Include <rtems/concat.h> instead.
240
2412005-09-15      Jay Monkman <jtm@lopingdog.com>
242
243        PR 365/rtems
244        * rtems/score/arm.h, rtems/score/cpu.h: Removed unused ARM_HAS_CLZ
245        macro.
246
2472005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
248
249        * Makefile.am: Split out preinstallation rules.
250        * preinstall.am: New (Split out from Makefile.am).
251
2522005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
253
254        PR 754/rtems
255        * rtems/asm.h: New (relocated from .).
256        * asm.h: Remove (moved to rtems/asm.h).
257        * Makefile.am: Reflect changes above.
258
2592004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
260
261        * asm.h, rtems/score/arm.h, rtems/score/cpu.h,
262        rtems/score/cpu_asm.h, rtems/score/types.h: New header guards.
263
2642005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
265
266        * rtems/score/types.h: Remove signed8, signed16, signed32,
267        unsigned8, unsigned16, unsigned32.
268
2692005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
270
271        * rtems/score/cpu.h: *_swap_u32( uint32_t ).
272
2732005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
274
275        * rtems/score/types.h: #include <rtems/stdint.h>.
276
2772005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
278
279        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
280
2812005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
282
283        * Makefile.am: Remove build-variant support.
284
2852004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
286
287        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
288        guard.
289
2902004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
291
292        * asm.h: Add doxygen preamble.
293
2942004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
295
296        * rtems/score/arm.h: Add doxygen preamble.
297        * rtems/score/cpu.h: Add doxygen preamble.
298        * rtems/score/cpu_asm.h: Add doxygen preamble.
299        * rtems/score/types.h: Add doxygen preamble.
300
3012004-09-29      Joel Sherrill <joel@OARcorp.com>
302
303        * rtems/score/cpu.h: i960 obsoleted and all references removed.
304
3052004-08-19      Jay Monkman <jtm@lopingdog.com>
306
307        PR 671/bsps
308        * rtems/score/cpu.h: Fixed bug in _CPU_ISR_Set_level, where input param
309        was always ignored.
310
3112004-04-09      Joel Sherrill <joel@OARcorp.com>
312
313        * rtems/score/cpu.h: Fix typo.
314
3152004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
316
317        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
318        * Makefile.am: Don't include multilib.am.
319        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
320
3212004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
322
323        * Makefile.am: Install asm.h to $(includedir)/rtems.
324
3252004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
326
327        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
328
3292004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
330
331        * cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
332
3332004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
334
335        * configure.ac: RTEMS_TOP([../../../..]).
336
3372004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * configure.ac: Move RTEMS_TOP one subdir down.
340
3412004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * Makefile.am: Add PREINSTALL_DIRS.
344
3452004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
348        Add PREINSTALL_FILES to CLEANFILES.
349
3502004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * configure.ac: Requires automake >= 1.8.1.
353
3542004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * Makefile.am: Include compile.am, again.
357
3582004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * Makefile.am: Convert to using automake compilation rules.
361
3622003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
365
3662003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
369
3702003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * Makefile.am: Remove TMPINSTALL_FILES.
373
3742003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * Makefile.am: Add $(dirstamp) to preinstallation rules.
377
3782003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * Makefile.am: Add $(dirstamp) to preinstallation rules.
381
3822003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * Makefile.am: Don't use gmake rules for preinstallation.
385
3862003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * configure.ac: Remove RTEMS_CANONICAL_HOST.
389
3902003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * configure.ac: Remove RTEMS_CHECK_CPU.
393
3942003-09-26      Joel Sherrill <joel@OARcorp.com>
395
396        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
397        references.
398
3992003-09-04      Joel Sherrill <joel@OARcorp.com>
400
401        * asm.h, cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
402        rtems/score/cpu_asm.h, rtems/score/types.h: URL for license changed.
403
4042003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
407
4082003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * Makefile.am: Use "all-local:" instead of "all:".
411
4122003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * configure.ac: Remove AC_CONFIG_AUX_DIR.
415
4162003-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * rtems/score/arm.h: Remove ARM_HAS_THUMB (Unused).
419
4202003-03-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * rtems/score/cpu.h: Set up CPU_*_ENDIAN based on -D__ARMEL__ and
423        -D__ARMEB__. Fix minor typo in comment.
424
4252003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * rtems/score/arm.h: Set up ARM_HAS_FPU based on -D__SOFTFP__.
428
4292002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
432        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
433
4342002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * configure.ac: Fix package name.
437
4382002-11-04      Joel Sherrill <joel@OARcorp.com>
439
440        * cpu.c: Removed warning.
441
4422002-11-01      Joel Sherrill <joel@OARcorp.com>
443
444        * cpu.c: Removed warnings.
445
4462002-10-31      Joel Sherrill <joel@OARcorp.com>
447
448        * rtems/score/cpu.h: Removed warning.
449
4502002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
453
4542002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * .cvsignore: Reformat.
457        Add autom4te*cache.
458        Remove autom4te.cache.
459
4602002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
461
462        * rtems/score/cpu.h: Fix u16 and u32 swap routines.
463
4642002-08-05      Joel Sherrill <joel@OARcorp.com>
465
466        * rtems/score/cpu.h, rtems/score/types.h: Updated to fix some typos.
467
4682002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
469
470        * cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
471        rtems/score/cpu_asm.h, rtems/score/types.h: ARM port works
472        well enough to run all sptests, tmtests, and ttcp. 
473        In addition to general cleanup, there has been considerable
474        optimization to interrupt disable/enable, endian swapping,
475        and context switching.
476
4772002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
480
4812002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * Makefile.am: Use .$(OBJEXT) instead of .o.
484
4852002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * Makefile.am: Use . instead of .o.
488
4892002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
490
491        * rtems/score/cpu_asm.h: Enhanced to include register offsets.
492        * Makefile.am: Install rtems/score/cpu_asm.h.
493        * cpu.c: Significantly enhanced including the implementation of
494        _CPU_ISR_Get_level.
495        * cpu_asm.S: Improved behavior of context switch and interrupt
496        dispatching.
497        * rtems/score/arm.h: Improved the CPU model name determination.
498        * rtems/score/cpu.h: Improved interrupt disable/enable functions.
499
5002002-07-05      Joel Sherrill <joel@OARcorp.com>
501
502        * rtems/score/cpu.h: Filled in something that was marked XXX.
503
5042002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * configure.ac: RTEMS_TOP(../../../..).
507
5082002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * rtems.c: Remove.
511        * Makefile.am: Reflect changes above.
512
5132002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * configure.ac: Remove RTEMS_PROJECT_ROOT.
516
5172002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * configure.ac: Add RTEMS_PROG_CCAS
520
5212002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
524        Add AC_PROG_RANLIB.
525
5262002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
529        Use ../../../aclocal.
530
5312002-04-18      Jay Monkman <jtm@smoothsmoothie.com>
532
533        * rtems/score/cpu.h (CPU_ISR_Disable and CPU_ISR_Enable): Correct them
534        where they correctly inform the compiler about the register they
535        are modifying.
536
5372001-04-03      Joel Sherrill <joel@OARcorp.com>
538
539        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
540        * rtems/score/a29ktypes.h: Removed.
541        * rtems/score/types.h: New file via CVS magic.
542        * Makefile.am, rtems/score/cpu.h: Account for name change.
543
5442002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * configure.ac:
547        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
548        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
549        * Makefile.am: Remove AUTOMAKE_OPTIONS.
550
5512001-02-04      Joel Sherrill <joel@OARcorp.com>
552
553        * configure.ac: Removed references to rtems/Makefile and
554        rtems/score/Makefile.
555
5562002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
557
558        * rtems/Makefile.am: Removed.
559        * rtems/score/Makefile.am: Removed.
560        * configure.ac: Reflect changes above.
561        * Makefile.am: Reflect changes above.
562
5632002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
566
5672002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
570
5712001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
572
573        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
574
5752001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
576
577        * Makefile.am: Add multilib support.
578
5792001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
580
581        * asm.h: include cpuopts.h instead of targopts.h
582        * rtems/score/arm.h: Use __arm__.
583
5842001-11-28      Joel Sherrill <joel@OARcorp.com>,
585
586        This was tracked as PR91.
587        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
588        is used to specify if the port uses the standard macro for this (FALSE).
589        A TRUE setting indicates the port provides its own implementation.
590
5912001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
592
593        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
594        * configure.in: Remove.
595        * configure.ac: New file, generated from configure.in by autoupdate.
596
5972001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
598
599        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
600        * Makefile.am: Use 'PREINSTALL_FILES ='.
601
6022001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
603
604        * Makefile.am, rtems/score/Makefile.am:
605        Apply include_*HEADERS instead of H_FILES.
606
6072001-01-03      Joel Sherrill <joel@OARcorp.com>
608
609        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
610
6112000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
612
613        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
614
6152000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
616
617        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
618
6192000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
620
621        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
622        Switch to GNU canonicalization.
623
6242000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
625
626        * Makefile.am: Include compile.am, formatting.
627        * rtems/Makefile.am: Formatting.
628        * rtems/score/Makefile.am: Formatting.
629
6302000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
631
632        * cpu.c: Spacing issues.
633        * rtems/score/cpu.h: Removed warning by setting _level.
634
6352000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
636
637        * Makefile.am: Added S_O_FILES to list of objects.
638
6392000-08-10      Joel Sherrill <joel@OARcorp.com>
640
641        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.