source: rtems/cpukit/score/cpu/arm/ChangeLog @ 3926b05

4.104.115
Last change on this file since 3926b05 was f98ce8b8, checked in by Joel Sherrill <joel.sherrill@…>, on 10/01/09 at 12:57:30

2009-10-01 Joel Sherrill <joel.sherrill@…>

  • rtems/score/arm.h: Recognize ARMv6J as needed by arm1136 variants.
  • Property mode set to 100644
File size: 16.5 KB
Line 
12009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * rtems/score/arm.h: Recognize ARMv6J as needed by arm1136 variants.
4
52009-09-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
6
7        * rtems/score/cpu.h: Fix for inline asm in _CPU_Fatal_halt().
8        * rtems/asm.h: Added macro to define ARM functions.
9        * cpu_asm.S, arm_exc_handler_low.S: Use macro from above.
10
112009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
12
13        * rtems/score/cpu.h: Mark _CPU_Context_restore() as noreturn so the
14        compiler will not generate code thinking it returns.
15
162009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
17
18        * arm_exc_handler_high.c, arm_exc_handler_low.S, arm_exc_interrupt.S:
19        New files.
20        * Makefile.am: Update.
21        * rtems/score/cpu.h:  Removed all generic comments.  Changed inline
22        assembler of interrupt support functions.  Removed operating system
23        support for fast interrupts (FIQ).  Overall cleanup.
24        * cpu.c: Changed type of arm_cpu_mode to uint32_t to match the type in
25        _CPU_Context_Initialize().  Moved exception handler code into
26        'arm_exc_handler_high.c'.  _CPU_ISR_install_vector() writes now only
27        if necessary.
28        * cpu_asm.S: Moved exception handler code into 'arm_exc_handler_low.S'.
29        * rtems/score/types.h: Removed superfluous defines.
30        * ChangeLog, thumb_isr.c: Removed files.
31
322009-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
33
34        * rtems/score/cpu.h: Remove warnings.
35
362009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
37
38        * cpu.c, rtems/score/cpu.h: Eliminate _CPU_Thread_dispatch_pointer and
39        passing address of _Thread_Dispatch to _CPU_Initialize. Clean up
40        comments.
41
422008-09-11      Ralf Corsépius <ralf.corsepius@rtems.org>
43
44        * rtems/score/types.h: Do not define boolean, single_precision,
45        double_precision unless RTEMS_DEPRECATED_TYPES is given.
46
472008-09-08      Joel Sherrill <joel.sherrill@oarcorp.com>
48
49        * cpu.c: Remove extraneous spaces.
50
512008-09-07      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * Makefile.am: Merge thumb/Makefile.am.
54        * thumb/Makefile.am: Remove (superfluous).
55
562008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * cpu.c, rtems/score/cpu.h: Convert to "bool".
59
602008-08-21      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * rtems/score/types.h: Include stdbool.h.
63        Use bool as base-type for boolean.
64
652008-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
66
67        * cpu.c, rtems/score/cpu.h: Add void.
68
692008-04-18      Joel Sherrill <joel.sherrill@OARcorp.com>
70
71        * cpu.c: Add comment.
72
732008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * cpu.c: Add arm_cpu_mode so ARM BSP can overrid default value for
76        cpsr.
77
782007-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
79
80        * rtems/score/cpu.h: Add _CPU_Context_Get_SP() for stack check utility.
81
822007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
83
84        * rtems/score/cpu_asm.h: Sweep to make sure grep for COPYRIGHT passes.
85
862007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
87
88        * rtems/score/cpu.h: Temporarily use C implementation of swap u32 for
89        thumb mode.
90
912007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
92
93        * cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU
94        Table to Configuration Table. Eliminate CPU Table from all ports.
95        Delete references to CPU Table in all forms.
96
972007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
98
99        * rtems/score/cpu.h: Moved most of the remaining CPU Table fields to
100        the Configuration Table. This included pretasking_hook,
101        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
102        extra_mpci_receive_server_stack, stack_allocate_hook, and
103        stack_free_hook. As a side-effect of this effort some multiprocessing
104        code was made conditional and some style clean up occurred.
105
1062007-11-27      Joel Sherrill <joel.sherrill@OARcorp.com>
107
108        * rtems/score/cpu.h: Do not inline _Thread_Enable_dispatch for Thumb to
109        save space.
110
1112007-11-26      Ray Xu <rayx.cn@gmail.com>
112
113        * cpu.c, score/cpu.h: Fix headers. Remove extra inline definition.
114        * cpu_asm.S: Note origin of Thumb support.
115
1162007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
117
118        * cpu.c: Fix headers.
119
1202007-11-03      Ray Xu <rayx.cn@gmail.com>
121
122        * cpu.c, cpu_asm.S, score/cpu.h : add support for ARM<->THUMB veneer
123          thumb  new dir to controll CPSR/SPRS in thumb mode
124
1252007-05-09      Ray Xu <rayx.cn@gmail.com>
126
127        * cpu.c: move do_data_abort() to libbsp/arm/shared/abort/
128          implement a compact do_data_abort() in simple_abort.c
129
1302007-05-09      Ray Xu <rayx@gmail.com>
131
132        * cpu.c: move do_data_abort() to libbsp/arm/shared/abort/
133          implement a compact do_data_abort() in simple_abort.c
134
1352007-05-09      Ray Xu <rayx@gmail.com>
136
137        * cpu.c: move do_data_abort() to libbsp/arm/shared/abort/
138          implement a compact do_data_abort() in simple_abort.c
139
1402007-05-09      Ralf Corsépius <ralf.corsepius@rtems.org>
141
142        * rtems/score/cpu.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
143
1442007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
145
146        * rtems/score/cpu.h:
147          Use Context_Control_fp* instead of void* for fp_contexts.
148          Eliminate evil casts.
149
1502006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
151
152        * rtems/score/types.h: Remove unsigned64, signed64.
153
1542006-09-11      Joel Sherrill <joel@OARcorp.com>
155
156        * cpu.c: Remove warning.
157
1582006-06-02      Jay Monkman <jtm@lopingdog.com>
159
160        * cpu.c, cpu_asm.S: Fixed ARM Data Abort handling.
161
1622005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
163
164        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
165
1662005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
167
168        * rtems/asm.h: Remove private version of CONCAT macros.
169        Include <rtems/concat.h> instead.
170
1712005-09-15      Jay Monkman <jtm@lopingdog.com>
172
173        PR 365/rtems
174        * rtems/score/arm.h, rtems/score/cpu.h: Removed unused ARM_HAS_CLZ
175        macro.
176
1772005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
178
179        * Makefile.am: Split out preinstallation rules.
180        * preinstall.am: New (Split out from Makefile.am).
181
1822005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
183
184        PR 754/rtems
185        * rtems/asm.h: New (relocated from .).
186        * asm.h: Remove (moved to rtems/asm.h).
187        * Makefile.am: Reflect changes above.
188
1892004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
190
191        * asm.h, rtems/score/arm.h, rtems/score/cpu.h,
192        rtems/score/cpu_asm.h, rtems/score/types.h: New header guards.
193
1942005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
195
196        * rtems/score/types.h: Remove signed8, signed16, signed32,
197        unsigned8, unsigned16, unsigned32.
198
1992005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
200
201        * rtems/score/cpu.h: *_swap_u32( uint32_t ).
202
2032005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
204
205        * rtems/score/types.h: #include <rtems/stdint.h>.
206
2072005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
208
209        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
210
2112005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
212
213        * Makefile.am: Remove build-variant support.
214
2152004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
216
217        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
218        guard.
219
2202004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
221
222        * asm.h: Add doxygen preamble.
223
2242004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
225
226        * rtems/score/arm.h: Add doxygen preamble.
227        * rtems/score/cpu.h: Add doxygen preamble.
228        * rtems/score/cpu_asm.h: Add doxygen preamble.
229        * rtems/score/types.h: Add doxygen preamble.
230
2312004-09-29      Joel Sherrill <joel@OARcorp.com>
232
233        * rtems/score/cpu.h: i960 obsoleted and all references removed.
234
2352004-08-19      Jay Monkman <jtm@lopingdog.com>
236
237        PR 671/bsps
238        * rtems/score/cpu.h: Fixed bug in _CPU_ISR_Set_level, where input param
239        was always ignored.
240
2412004-04-09      Joel Sherrill <joel@OARcorp.com>
242
243        * rtems/score/cpu.h: Fix typo.
244
2452004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
246
247        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
248        * Makefile.am: Don't include multilib.am.
249        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
250
2512004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
252
253        * Makefile.am: Install asm.h to $(includedir)/rtems.
254
2552004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
256
257        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
258
2592004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
260
261        * cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
262
2632004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
264
265        * configure.ac: RTEMS_TOP([../../../..]).
266
2672004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * configure.ac: Move RTEMS_TOP one subdir down.
270
2712004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * Makefile.am: Add PREINSTALL_DIRS.
274
2752004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
278        Add PREINSTALL_FILES to CLEANFILES.
279
2802004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * configure.ac: Requires automake >= 1.8.1.
283
2842004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * Makefile.am: Include compile.am, again.
287
2882004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * Makefile.am: Convert to using automake compilation rules.
291
2922003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
295
2962003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
299
3002003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * Makefile.am: Remove TMPINSTALL_FILES.
303
3042003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * Makefile.am: Add $(dirstamp) to preinstallation rules.
307
3082003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * Makefile.am: Add $(dirstamp) to preinstallation rules.
311
3122003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * Makefile.am: Don't use gmake rules for preinstallation.
315
3162003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * configure.ac: Remove RTEMS_CANONICAL_HOST.
319
3202003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * configure.ac: Remove RTEMS_CHECK_CPU.
323
3242003-09-26      Joel Sherrill <joel@OARcorp.com>
325
326        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
327        references.
328
3292003-09-04      Joel Sherrill <joel@OARcorp.com>
330
331        * asm.h, cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
332        rtems/score/cpu_asm.h, rtems/score/types.h: URL for license changed.
333
3342003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
337
3382003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * Makefile.am: Use "all-local:" instead of "all:".
341
3422003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * configure.ac: Remove AC_CONFIG_AUX_DIR.
345
3462003-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * rtems/score/arm.h: Remove ARM_HAS_THUMB (Unused).
349
3502003-03-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * rtems/score/cpu.h: Set up CPU_*_ENDIAN based on -D__ARMEL__ and
353        -D__ARMEB__. Fix minor typo in comment.
354
3552003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * rtems/score/arm.h: Set up ARM_HAS_FPU based on -D__SOFTFP__.
358
3592002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
362        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
363
3642002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * configure.ac: Fix package name.
367
3682002-11-04      Joel Sherrill <joel@OARcorp.com>
369
370        * cpu.c: Removed warning.
371
3722002-11-01      Joel Sherrill <joel@OARcorp.com>
373
374        * cpu.c: Removed warnings.
375
3762002-10-31      Joel Sherrill <joel@OARcorp.com>
377
378        * rtems/score/cpu.h: Removed warning.
379
3802002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
383
3842002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * .cvsignore: Reformat.
387        Add autom4te*cache.
388        Remove autom4te.cache.
389
3902002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
391
392        * rtems/score/cpu.h: Fix u16 and u32 swap routines.
393
3942002-08-05      Joel Sherrill <joel@OARcorp.com>
395
396        * rtems/score/cpu.h, rtems/score/types.h: Updated to fix some typos.
397
3982002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
399
400        * cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
401        rtems/score/cpu_asm.h, rtems/score/types.h: ARM port works
402        well enough to run all sptests, tmtests, and ttcp. 
403        In addition to general cleanup, there has been considerable
404        optimization to interrupt disable/enable, endian swapping,
405        and context switching.
406
4072002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
410
4112002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * Makefile.am: Use .$(OBJEXT) instead of .o.
414
4152002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * Makefile.am: Use . instead of .o.
418
4192002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
420
421        * rtems/score/cpu_asm.h: Enhanced to include register offsets.
422        * Makefile.am: Install rtems/score/cpu_asm.h.
423        * cpu.c: Significantly enhanced including the implementation of
424        _CPU_ISR_Get_level.
425        * cpu_asm.S: Improved behavior of context switch and interrupt
426        dispatching.
427        * rtems/score/arm.h: Improved the CPU model name determination.
428        * rtems/score/cpu.h: Improved interrupt disable/enable functions.
429
4302002-07-05      Joel Sherrill <joel@OARcorp.com>
431
432        * rtems/score/cpu.h: Filled in something that was marked XXX.
433
4342002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * configure.ac: RTEMS_TOP(../../../..).
437
4382002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * rtems.c: Remove.
441        * Makefile.am: Reflect changes above.
442
4432002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * configure.ac: Remove RTEMS_PROJECT_ROOT.
446
4472002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * configure.ac: Add RTEMS_PROG_CCAS
450
4512002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
454        Add AC_PROG_RANLIB.
455
4562002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
459        Use ../../../aclocal.
460
4612002-04-18      Jay Monkman <jtm@smoothsmoothie.com>
462
463        * rtems/score/cpu.h (CPU_ISR_Disable and CPU_ISR_Enable): Correct them
464        where they correctly inform the compiler about the register they
465        are modifying.
466
4672001-04-03      Joel Sherrill <joel@OARcorp.com>
468
469        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
470        * rtems/score/a29ktypes.h: Removed.
471        * rtems/score/types.h: New file via CVS magic.
472        * Makefile.am, rtems/score/cpu.h: Account for name change.
473
4742002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * configure.ac:
477        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
478        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
479        * Makefile.am: Remove AUTOMAKE_OPTIONS.
480
4812001-02-04      Joel Sherrill <joel@OARcorp.com>
482
483        * configure.ac: Removed references to rtems/Makefile and
484        rtems/score/Makefile.
485
4862002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * rtems/Makefile.am: Removed.
489        * rtems/score/Makefile.am: Removed.
490        * configure.ac: Reflect changes above.
491        * Makefile.am: Reflect changes above.
492
4932002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
496
4972002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
500
5012001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
504
5052001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * Makefile.am: Add multilib support.
508
5092001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * asm.h: include cpuopts.h instead of targopts.h
512        * rtems/score/arm.h: Use __arm__.
513
5142001-11-28      Joel Sherrill <joel@OARcorp.com>,
515
516        This was tracked as PR91.
517        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
518        is used to specify if the port uses the standard macro for this (FALSE).
519        A TRUE setting indicates the port provides its own implementation.
520
5212001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
524        * configure.in: Remove.
525        * configure.ac: New file, generated from configure.in by autoupdate.
526
5272001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
530        * Makefile.am: Use 'PREINSTALL_FILES ='.
531
5322001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * Makefile.am, rtems/score/Makefile.am:
535        Apply include_*HEADERS instead of H_FILES.
536
5372001-01-03      Joel Sherrill <joel@OARcorp.com>
538
539        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
540
5412000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
544
5452000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546
547        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
548
5492000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
552        Switch to GNU canonicalization.
553
5542000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
555
556        * Makefile.am: Include compile.am, formatting.
557        * rtems/Makefile.am: Formatting.
558        * rtems/score/Makefile.am: Formatting.
559
5602000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
561
562        * cpu.c: Spacing issues.
563        * rtems/score/cpu.h: Removed warning by setting _level.
564
5652000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
566
567        * Makefile.am: Added S_O_FILES to list of objects.
568
5692000-08-10      Joel Sherrill <joel@OARcorp.com>
570
571        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.