source: rtems/cpukit/score/cpu/arm/ChangeLog @ 665446c1

4.104.115
Last change on this file since 665446c1 was 0acc9af3, checked in by Joel Sherrill <joel.sherrill@…>, on 03/27/10 at 15:01:19

2010-03-27 Joel Sherrill <joel.sherrill@…>

  • arm_exc_abort.S, arm_exc_handler_high.c, arm_exc_handler_low.S, arm_exc_interrupt.S, cpu.c, cpu_asm.S: Add include of config.h
  • Property mode set to 100644
File size: 17.4 KB
Line 
12010-03-27      Joel Sherrill <joel.sherrill@oarcorp.com>
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: Add include of config.h
5
62010-01-12      Sebastian Huber <sebastian.huber@embedded-brains.de>
7
8        * arm_exc_abort.S: New file.
9        * Makefile.am: Update for new file.
10        * arm_exc_interrupt.S, cpu.c, rtems/asm.h, rtems/score/cpu.h: Changed
11        macros which switch from and to THUMB mode.  Added a default prefetch
12        and data abort handler which reports the complete processor context.
13        Added PSR defines.
14
152009-12-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
16
17        * rtems/score/arm.h: Recognize ARMv5TEJ.
18        * arm_exc_interrupt.S: The previous implementation was broken.  In
19        case of a nested interrupt the link register of the INT mode was not
20        properly restored.  This lead to a major rewrite.  Interrupt
21        processing is now done in SVC mode.
22
232009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
24
25        * rtems/score/arm.h: Recognize ARMv7A.
26
272009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
28
29        * rtems/score/arm.h: Recognize ARMv6J as needed by arm1136 variants.
30
312009-09-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
32
33        * rtems/score/cpu.h: Fix for inline asm in _CPU_Fatal_halt().
34        * rtems/asm.h: Added macro to define ARM functions.
35        * cpu_asm.S, arm_exc_handler_low.S: Use macro from above.
36
372009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
38
39        * rtems/score/cpu.h: Mark _CPU_Context_restore() as noreturn so the
40        compiler will not generate code thinking it returns.
41
422009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
43
44        * arm_exc_handler_high.c, arm_exc_handler_low.S, arm_exc_interrupt.S:
45        New files.
46        * Makefile.am: Update.
47        * rtems/score/cpu.h:  Removed all generic comments.  Changed inline
48        assembler of interrupt support functions.  Removed operating system
49        support for fast interrupts (FIQ).  Overall cleanup.
50        * cpu.c: Changed type of arm_cpu_mode to uint32_t to match the type in
51        _CPU_Context_Initialize().  Moved exception handler code into
52        'arm_exc_handler_high.c'.  _CPU_ISR_install_vector() writes now only
53        if necessary.
54        * cpu_asm.S: Moved exception handler code into 'arm_exc_handler_low.S'.
55        * rtems/score/types.h: Removed superfluous defines.
56        * ChangeLog, thumb_isr.c: Removed files.
57
582009-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
59
60        * rtems/score/cpu.h: Remove warnings.
61
622009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
63
64        * cpu.c, rtems/score/cpu.h: Eliminate _CPU_Thread_dispatch_pointer and
65        passing address of _Thread_Dispatch to _CPU_Initialize. Clean up
66        comments.
67
682008-09-11      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * rtems/score/types.h: Do not define boolean, single_precision,
71        double_precision unless RTEMS_DEPRECATED_TYPES is given.
72
732008-09-08      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * cpu.c: Remove extraneous spaces.
76
772008-09-07      Ralf Corsépius <ralf.corsepius@rtems.org>
78
79        * Makefile.am: Merge thumb/Makefile.am.
80        * thumb/Makefile.am: Remove (superfluous).
81
822008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
83
84        * cpu.c, rtems/score/cpu.h: Convert to "bool".
85
862008-08-21      Ralf Corsépius <ralf.corsepius@rtems.org>
87
88        * rtems/score/types.h: Include stdbool.h.
89        Use bool as base-type for boolean.
90
912008-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
92
93        * cpu.c, rtems/score/cpu.h: Add void.
94
952008-04-18      Joel Sherrill <joel.sherrill@OARcorp.com>
96
97        * cpu.c: Add comment.
98
992008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
100
101        * cpu.c: Add arm_cpu_mode so ARM BSP can overrid default value for
102        cpsr.
103
1042007-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
105
106        * rtems/score/cpu.h: Add _CPU_Context_Get_SP() for stack check utility.
107
1082007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
109
110        * rtems/score/cpu_asm.h: Sweep to make sure grep for COPYRIGHT passes.
111
1122007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
113
114        * rtems/score/cpu.h: Temporarily use C implementation of swap u32 for
115        thumb mode.
116
1172007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
118
119        * cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU
120        Table to Configuration Table. Eliminate CPU Table from all ports.
121        Delete references to CPU Table in all forms.
122
1232007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
124
125        * rtems/score/cpu.h: Moved most of the remaining CPU Table fields to
126        the Configuration Table. This included pretasking_hook,
127        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
128        extra_mpci_receive_server_stack, stack_allocate_hook, and
129        stack_free_hook. As a side-effect of this effort some multiprocessing
130        code was made conditional and some style clean up occurred.
131
1322007-11-27      Joel Sherrill <joel.sherrill@OARcorp.com>
133
134        * rtems/score/cpu.h: Do not inline _Thread_Enable_dispatch for Thumb to
135        save space.
136
1372007-11-26      Ray Xu <rayx.cn@gmail.com>
138
139        * cpu.c, score/cpu.h: Fix headers. Remove extra inline definition.
140        * cpu_asm.S: Note origin of Thumb support.
141
1422007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
143
144        * cpu.c: Fix headers.
145
1462007-11-03      Ray Xu <rayx.cn@gmail.com>
147
148        * cpu.c, cpu_asm.S, score/cpu.h : add support for ARM<->THUMB veneer
149          thumb  new dir to controll CPSR/SPRS in thumb mode
150
1512007-05-09      Ray Xu <rayx.cn@gmail.com>
152
153        * cpu.c: move do_data_abort() to libbsp/arm/shared/abort/
154          implement a compact do_data_abort() in simple_abort.c
155
1562007-05-09      Ray Xu <rayx@gmail.com>
157
158        * cpu.c: move do_data_abort() to libbsp/arm/shared/abort/
159          implement a compact do_data_abort() in simple_abort.c
160
1612007-05-09      Ray Xu <rayx@gmail.com>
162
163        * cpu.c: move do_data_abort() to libbsp/arm/shared/abort/
164          implement a compact do_data_abort() in simple_abort.c
165
1662007-05-09      Ralf Corsépius <ralf.corsepius@rtems.org>
167
168        * rtems/score/cpu.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
169
1702007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
171
172        * rtems/score/cpu.h:
173          Use Context_Control_fp* instead of void* for fp_contexts.
174          Eliminate evil casts.
175
1762006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
177
178        * rtems/score/types.h: Remove unsigned64, signed64.
179
1802006-09-11      Joel Sherrill <joel@OARcorp.com>
181
182        * cpu.c: Remove warning.
183
1842006-06-02      Jay Monkman <jtm@lopingdog.com>
185
186        * cpu.c, cpu_asm.S: Fixed ARM Data Abort handling.
187
1882005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
189
190        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
191
1922005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
193
194        * rtems/asm.h: Remove private version of CONCAT macros.
195        Include <rtems/concat.h> instead.
196
1972005-09-15      Jay Monkman <jtm@lopingdog.com>
198
199        PR 365/rtems
200        * rtems/score/arm.h, rtems/score/cpu.h: Removed unused ARM_HAS_CLZ
201        macro.
202
2032005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
204
205        * Makefile.am: Split out preinstallation rules.
206        * preinstall.am: New (Split out from Makefile.am).
207
2082005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
209
210        PR 754/rtems
211        * rtems/asm.h: New (relocated from .).
212        * asm.h: Remove (moved to rtems/asm.h).
213        * Makefile.am: Reflect changes above.
214
2152004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
216
217        * asm.h, rtems/score/arm.h, rtems/score/cpu.h,
218        rtems/score/cpu_asm.h, rtems/score/types.h: New header guards.
219
2202005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
221
222        * rtems/score/types.h: Remove signed8, signed16, signed32,
223        unsigned8, unsigned16, unsigned32.
224
2252005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
226
227        * rtems/score/cpu.h: *_swap_u32( uint32_t ).
228
2292005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
230
231        * rtems/score/types.h: #include <rtems/stdint.h>.
232
2332005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
234
235        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
236
2372005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
238
239        * Makefile.am: Remove build-variant support.
240
2412004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
242
243        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
244        guard.
245
2462004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
247
248        * asm.h: Add doxygen preamble.
249
2502004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
251
252        * rtems/score/arm.h: Add doxygen preamble.
253        * rtems/score/cpu.h: Add doxygen preamble.
254        * rtems/score/cpu_asm.h: Add doxygen preamble.
255        * rtems/score/types.h: Add doxygen preamble.
256
2572004-09-29      Joel Sherrill <joel@OARcorp.com>
258
259        * rtems/score/cpu.h: i960 obsoleted and all references removed.
260
2612004-08-19      Jay Monkman <jtm@lopingdog.com>
262
263        PR 671/bsps
264        * rtems/score/cpu.h: Fixed bug in _CPU_ISR_Set_level, where input param
265        was always ignored.
266
2672004-04-09      Joel Sherrill <joel@OARcorp.com>
268
269        * rtems/score/cpu.h: Fix typo.
270
2712004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
272
273        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
274        * Makefile.am: Don't include multilib.am.
275        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
276
2772004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
278
279        * Makefile.am: Install asm.h to $(includedir)/rtems.
280
2812004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
282
283        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
284
2852004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
286
287        * cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
288
2892004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
290
291        * configure.ac: RTEMS_TOP([../../../..]).
292
2932004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * configure.ac: Move RTEMS_TOP one subdir down.
296
2972004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * Makefile.am: Add PREINSTALL_DIRS.
300
3012004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
304        Add PREINSTALL_FILES to CLEANFILES.
305
3062004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * configure.ac: Requires automake >= 1.8.1.
309
3102004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * Makefile.am: Include compile.am, again.
313
3142004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * Makefile.am: Convert to using automake compilation rules.
317
3182003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
321
3222003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
325
3262003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * Makefile.am: Remove TMPINSTALL_FILES.
329
3302003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * Makefile.am: Add $(dirstamp) to preinstallation rules.
333
3342003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * Makefile.am: Add $(dirstamp) to preinstallation rules.
337
3382003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * Makefile.am: Don't use gmake rules for preinstallation.
341
3422003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * configure.ac: Remove RTEMS_CANONICAL_HOST.
345
3462003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * configure.ac: Remove RTEMS_CHECK_CPU.
349
3502003-09-26      Joel Sherrill <joel@OARcorp.com>
351
352        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
353        references.
354
3552003-09-04      Joel Sherrill <joel@OARcorp.com>
356
357        * asm.h, cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
358        rtems/score/cpu_asm.h, rtems/score/types.h: URL for license changed.
359
3602003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
363
3642003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * Makefile.am: Use "all-local:" instead of "all:".
367
3682003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * configure.ac: Remove AC_CONFIG_AUX_DIR.
371
3722003-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * rtems/score/arm.h: Remove ARM_HAS_THUMB (Unused).
375
3762003-03-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * rtems/score/cpu.h: Set up CPU_*_ENDIAN based on -D__ARMEL__ and
379        -D__ARMEB__. Fix minor typo in comment.
380
3812003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * rtems/score/arm.h: Set up ARM_HAS_FPU based on -D__SOFTFP__.
384
3852002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
388        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
389
3902002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * configure.ac: Fix package name.
393
3942002-11-04      Joel Sherrill <joel@OARcorp.com>
395
396        * cpu.c: Removed warning.
397
3982002-11-01      Joel Sherrill <joel@OARcorp.com>
399
400        * cpu.c: Removed warnings.
401
4022002-10-31      Joel Sherrill <joel@OARcorp.com>
403
404        * rtems/score/cpu.h: Removed warning.
405
4062002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
409
4102002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * .cvsignore: Reformat.
413        Add autom4te*cache.
414        Remove autom4te.cache.
415
4162002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
417
418        * rtems/score/cpu.h: Fix u16 and u32 swap routines.
419
4202002-08-05      Joel Sherrill <joel@OARcorp.com>
421
422        * rtems/score/cpu.h, rtems/score/types.h: Updated to fix some typos.
423
4242002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
425
426        * cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
427        rtems/score/cpu_asm.h, rtems/score/types.h: ARM port works
428        well enough to run all sptests, tmtests, and ttcp. 
429        In addition to general cleanup, there has been considerable
430        optimization to interrupt disable/enable, endian swapping,
431        and context switching.
432
4332002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
436
4372002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * Makefile.am: Use .$(OBJEXT) instead of .o.
440
4412002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * Makefile.am: Use . instead of .o.
444
4452002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
446
447        * rtems/score/cpu_asm.h: Enhanced to include register offsets.
448        * Makefile.am: Install rtems/score/cpu_asm.h.
449        * cpu.c: Significantly enhanced including the implementation of
450        _CPU_ISR_Get_level.
451        * cpu_asm.S: Improved behavior of context switch and interrupt
452        dispatching.
453        * rtems/score/arm.h: Improved the CPU model name determination.
454        * rtems/score/cpu.h: Improved interrupt disable/enable functions.
455
4562002-07-05      Joel Sherrill <joel@OARcorp.com>
457
458        * rtems/score/cpu.h: Filled in something that was marked XXX.
459
4602002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * configure.ac: RTEMS_TOP(../../../..).
463
4642002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * rtems.c: Remove.
467        * Makefile.am: Reflect changes above.
468
4692002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * configure.ac: Remove RTEMS_PROJECT_ROOT.
472
4732002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * configure.ac: Add RTEMS_PROG_CCAS
476
4772002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
480        Add AC_PROG_RANLIB.
481
4822002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
485        Use ../../../aclocal.
486
4872002-04-18      Jay Monkman <jtm@smoothsmoothie.com>
488
489        * rtems/score/cpu.h (CPU_ISR_Disable and CPU_ISR_Enable): Correct them
490        where they correctly inform the compiler about the register they
491        are modifying.
492
4932001-04-03      Joel Sherrill <joel@OARcorp.com>
494
495        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
496        * rtems/score/a29ktypes.h: Removed.
497        * rtems/score/types.h: New file via CVS magic.
498        * Makefile.am, rtems/score/cpu.h: Account for name change.
499
5002002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * configure.ac:
503        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
504        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
505        * Makefile.am: Remove AUTOMAKE_OPTIONS.
506
5072001-02-04      Joel Sherrill <joel@OARcorp.com>
508
509        * configure.ac: Removed references to rtems/Makefile and
510        rtems/score/Makefile.
511
5122002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * rtems/Makefile.am: Removed.
515        * rtems/score/Makefile.am: Removed.
516        * configure.ac: Reflect changes above.
517        * Makefile.am: Reflect changes above.
518
5192002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
522
5232002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
526
5272001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
530
5312001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * Makefile.am: Add multilib support.
534
5352001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * asm.h: include cpuopts.h instead of targopts.h
538        * rtems/score/arm.h: Use __arm__.
539
5402001-11-28      Joel Sherrill <joel@OARcorp.com>,
541
542        This was tracked as PR91.
543        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
544        is used to specify if the port uses the standard macro for this (FALSE).
545        A TRUE setting indicates the port provides its own implementation.
546
5472001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
550        * configure.in: Remove.
551        * configure.ac: New file, generated from configure.in by autoupdate.
552
5532001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
556        * Makefile.am: Use 'PREINSTALL_FILES ='.
557
5582001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        * Makefile.am, rtems/score/Makefile.am:
561        Apply include_*HEADERS instead of H_FILES.
562
5632001-01-03      Joel Sherrill <joel@OARcorp.com>
564
565        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
566
5672000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
570
5712000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
572
573        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
574
5752000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
576
577        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
578        Switch to GNU canonicalization.
579
5802000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
581
582        * Makefile.am: Include compile.am, formatting.
583        * rtems/Makefile.am: Formatting.
584        * rtems/score/Makefile.am: Formatting.
585
5862000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
587
588        * cpu.c: Spacing issues.
589        * rtems/score/cpu.h: Removed warning by setting _level.
590
5912000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
592
593        * Makefile.am: Added S_O_FILES to list of objects.
594
5952000-08-10      Joel Sherrill <joel@OARcorp.com>
596
597        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.