source: rtems/cpukit/score/cpu/powerpc/ChangeLog @ e48c50d

4.104.114.84.95
Last change on this file since e48c50d was e48c50d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/18/05 at 10:52:30

2005-02-18 Ralf Corsepius <ralf.corsepius@…>

  • rtems/score/cpu.h (CPU_PROVIDES_IDLE_THREAD_BODY, CPU_STACK_GROWS_UP, CPU_STRUCTURE_ALIGNMENT, CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES, CPU_BIG_ENDIAN, CPU_LITTLE_ENDIAN): Add.
  • rtems/old-exceptions/cpu.h (CPU_PROVIDES_IDLE_THREAD_BODY, CPU_STACK_GROWS_UP, CPU_STRUCTURE_ALIGNMENT, CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES, CPU_BIG_ENDIAN, CPU_LITTLE_ENDIAN): Remove.
  • rtems/new-exceptions/cpu.h (CPU_PROVIDES_IDLE_THREAD_BODY, CPU_STACK_GROWS_UP, CPU_STRUCTURE_ALIGNMENT, CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES, CPU_BIG_ENDIAN, CPU_LITTLE_ENDIAN): Remove.
  • Property mode set to 100644
File size: 20.1 KB
Line 
12005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * rtems/score/cpu.h (CPU_PROVIDES_IDLE_THREAD_BODY,
4        CPU_STACK_GROWS_UP, CPU_STRUCTURE_ALIGNMENT,
5        CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES, CPU_BIG_ENDIAN,
6        CPU_LITTLE_ENDIAN): Add.
7        * rtems/old-exceptions/cpu.h (CPU_PROVIDES_IDLE_THREAD_BODY,
8        CPU_STACK_GROWS_UP, CPU_STRUCTURE_ALIGNMENT,
9        CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES, CPU_BIG_ENDIAN,
10        CPU_LITTLE_ENDIAN): Remove.
11        * rtems/new-exceptions/cpu.h (CPU_PROVIDES_IDLE_THREAD_BODY,
12        CPU_STACK_GROWS_UP, CPU_STRUCTURE_ALIGNMENT,
13        CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES, CPU_BIG_ENDIAN,
14        CPU_LITTLE_ENDIAN): Remove.
15
162005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
17
18        * rtems/score/cpu.h:
19        (rtems_cpu_configuration_get_serial_per_sec,
20        rtems_cpu_configuration_get_serial_external_clock,
21        rtems_cpu_configuration_get_serial_xon_xoff,
22        rtems_cpu_configuration_get_serial_cts_rts,
23        rtems_cpu_configuration_get_serial_rate,
24        rtems_cpu_configuration_get_timer_average_overhead,
25        rtems_cpu_configuration_get_timer_least_valid,
26        rtems_cpu_configuration_get_timer_internal_clock,
27        rtems_cpu_configuration_get_clock_speed): New.
28        * rtems/old-exceptions/cpu.h:
29        (rtems_cpu_configuration_get_serial_per_sec,
30        rtems_cpu_configuration_get_serial_external_clock,
31        rtems_cpu_configuration_get_serial_xon_xoff,
32        rtems_cpu_configuration_get_serial_cts_rts,
33        rtems_cpu_configuration_get_serial_rate,
34        rtems_cpu_configuration_get_timer_average_overhead,
35        rtems_cpu_configuration_get_timer_least_valid,
36        rtems_cpu_configuration_get_timer_internal_clock,
37        rtems_cpu_configuration_get_clock_speed): Remove.
38
392005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
40
41        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h
42        (rtems_cpu_table): Sync defines between {old|new}-exceptions.
43
442005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
45
46        * rtems/new-exceptions/cpu.h (Context_Control,
47        Context_Control_fp, CPU_Interrupt_frame): Remove.
48        * rtems/old-exceptions/cpu.h (Context_Control,
49        Context_Control_fp, CPU_Interrupt_frame): Remove.
50        * rtems/score/cpu.h (Context_Control,
51        Context_Control_fp, CPU_Interrupt_frame): Add.
52
532005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
54
55        * rtems/new-exceptions/cpu.h (CPU_STACK_MINIMUM_SIZE,
56        CPU_ALIGNMENT, CPU_HEAP_ALIGNMENT,
57        CPU_PARTITION_ALIGNMENT, CPU_STACK_ALIGNMENT): Remove.
58        * rtems/old-exceptions/cpu.h (CPU_STACK_MINIMUM_SIZE,
59        CPU_ALIGNMENT, CPU_HEAP_ALIGNMENT,
60        CPU_PARTITION_ALIGNMENT, CPU_STACK_ALIGNMENT): Remove.
61        * rtems/score/cpu.h (CPU_STACK_MINIMUM_SIZE,
62        CPU_ALIGNMENT, CPU_HEAP_ALIGNMENT,
63        CPU_PARTITION_ALIGNMENT, CPU_STACK_ALIGNMENT): Add.
64
652005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
66
67        * rtems/new-exceptions/cpu.h: Remove CPU_MINIMUM_STACK_FRAME_SIZE.
68
692005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
70
71        * rtems/new-exceptions/cpu.h (_CPU_Bitfield_Find_first_bit,
72        _CPU_Priority_Mask, _CPU_Priority_bits_index): Remove.
73        * rtems/old-exceptions/cpu.h (_CPU_Bitfield_Find_first_bit,
74        _CPU_Priority_Mask, _CPU_Priority_bits_index): Remove.
75        * rtems/score/cpu.h (_CPU_Bitfield_Find_first_bit,
76        _CPU_Priority_Mask, _CPU_Priority_bits_index): New.
77
782005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
79
80        * rtems/new-exceptions/cpu.h (_CPU_msrs): Remove (Unused).
81        * rtems/old-exceptions/cpu.h (_CPU_msrs): Remove (Unused).
82
832005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
84
85        * rtems/new-exceptions/cpu.h (_CPU_ISR_install_vector,
86        _CPU_Initialize, _CPU_Install_interrupt_stack, _CPU_Context_switch,
87        _CPU_Context_restore, _CPU_Context_save_fp, _CPU_Context_restore_fp,
88        _CPU_Fatal_error): Remove.
89        * rtems/old-exceptions/cpu.h (_CPU_ISR_install_vector,
90        _CPU_Initialize, _CPU_Install_interrupt_stack, _CPU_Context_switch,
91        _CPU_Context_restore, _CPU_Context_save_fp, _CPU_Context_restore_fp,
92        _CPU_Fatal_error): Remove.
93        * rtems/score/cpu.h (_CPU_ISR_install_vector,
94        _CPU_Initialize, _CPU_Install_interrupt_stack, _CPU_Context_switch,
95        _CPU_Context_restore, _CPU_Context_save_fp, _CPU_Context_restore_fp,
96        _CPU_Fatal_error): New.
97
982005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
99
100        * rtems/old-exceptions/cpu.h (_CPU_Context_Initialize,
101        _CPU_Context_Restart_self, _CPU_Context_Fp_start,
102        _CPU_Context_Initialize_fp): Remove.
103        * rtems/new-exceptions/cpu.h (_CPU_Context_Initialize,
104        _CPU_Context_Restart_self, _CPU_Context_Fp_start,
105        _CPU_Context_Initialize_fp): Remove.
106        * rtems/score/cpu.h (_CPU_Context_Initialize,
107        _CPU_Context_Restart_self, _CPU_Context_Fp_start,
108        _CPU_Context_Initialize_fp): New.
109
1102005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
111
112        * rtems/old-exceptions/cpu.h (PPC_Get_timebase_register): Remove.
113        * rtems/powerpc/registers.h (PPC_Get_timebase_register,
114        PPC_Set_timebase_register): Remove.
115        * rtems/score/cpu.h (PPC_Get_timebase_register,
116        PPC_Set_timebase_register): New.
117
1182005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
119
120        * rtems/powerpc/registers.h (PPC_Set_decrementer,
121        PPC_Get_decrementer): Remove.
122        * rtems/old-exceptions/cpu.h (PPC_Set_decrementer): Remove.
123        * rtems/score/cpu.h (PPC_Set_decrementer, PPC_Get_decrementer): New.
124
1252005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
126
127        * rtems/old-exceptions/cpu.h (CPU_Get_timebase_low, rtems_bsp_delay,
128        rtems_bsp_delay_in_bus_cycles): Remove.
129        * rtems/powerpc/registers.h (CPU_Get_timebase_low, rtems_bsp_delay,
130        rtems_bsp_delay_in_bus_cycles): Remove.
131        * rtems/score/cpu.h (CPU_Get_timebase_low, rtems_bsp_delay,
132        rtems_bsp_delay_in_bus_cycles): New.
133
1342005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
135
136        * rtems/new-exceptions/cpu.h
137        (rtems_cpu_configuration_get_clicks_per_usec,
138        rtems_cpu_configuration_get_exceptions_in_ram): Remove.
139        * rtems/old-exceptions/cpu.h
140        (rtems_cpu_configuration_get_clicks_per_usec,
141        rtems_cpu_configuration_get_exceptions_in_ram): Remove.
142        * rtems/score/cpu.h
143        (rtems_cpu_configuration_get_clicks_per_usec,
144        rtems_cpu_configuration_get_exceptions_in_ram): New.
145
1462005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
147
148        * rtems/new-exceptions/cpu.h (CPU_swap_u32, CPU_swap_u16): Remove.
149        * rtems/old-exceptions/cpu.h (CPU_swap_u32, CPU_swap_u16): Remove.
150        * rtems/score/cpu.h (CPU_swap_u32, CPU_swap_u16): New.
151
1522005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
153
154        * rtems/old-exceptions/cpu.h: Add _CPU_MSG_GET
155        (old/new exception processing ABI compatibility).
156        * rtems/powerpc/registers.h: Use C99 fixed size types.
157
1582005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
159
160        * rtems/score/powerpc.h: Add __ALTIVEC__ support.
161
1622005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
163
164        * rtems/score/powerpc.h: Merge ppc603 and ppc603e
165        PPC_IRQ_*/PPC_TLB_* defines.
166
1672005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
168
169        * rtems/score/powerpc.h (mpc8260): PPC_ALIGNMENT 8.
170
1712005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
172
173        * rtems/score/powerpc.h: Remove PPC_HAS_RFCI (Unused).
174
1752005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
176
177        * rtems/score/powerpc.h: Remove PPC_HAS_EXCEPTION_PREFIX (Unused).
178
1792005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
180
181        * rtems/score/powerpc.h: Remove PPC_CACHE_ALIGN_POWER (Unused).
182
1832005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
184
185        * rtems/score/powerpc.h: Remove PPC_LOW_POWER_MODE* (Unused).
186
1872005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
188
189        * rtems/score/powerpc.h: Remove PPC_HAS_EVPR (Unused).
190
1912005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
192
193        * rtems/score/powerpc.h: Remove PPC_USE_MULTIPLE (Unused).
194
1952005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
196
197        * rtems/score/powerpc.h: Remove PPC_D_CACHE, PPC_I_CACHE defines.
198
1992005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
200
201        * rtems/score/powerpc.h: Remove PPC_MSR_* defines.
202
2032005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
204
205        * rtems/old-exceptions/cpu.h: Add _PPC_MSR_DISABLE_MASK.
206        Use _PPC_MSR_DISABLE_MASK instead of PPC_MSR_DISABLE_MASK to set up
207        _disable_mask.
208
2092005-02-12      Ralf Corsepius <ralf.corsepius@rtems.org>
210
211        * cpu.c: New (Stub file for consistency with other ports).
212        * Makefile.am: Reflect changes above.
213
2142005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
215
216        * rtems/asm.h, rtems/old-exceptions/cpu.h, rtems/score/powerpc.h:
217        Remove PPC_ABI_POWEROPEN.
218
2192005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
220
221        * rtems/score/powerpc.h: Remove hard-coded PPC_HAS_FPU.
222        Tie PPC_HAS_FPU to _SOFT_FLOAT.
223
2242005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
225
226        * rtems/old-exceptions/cpu.h, rtems/score/powerpc.h:
227        Remove PPC_ABI_GCC27.
228
2292005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
230
231        * rtems/asm.h, rtems/score/powerpc.h: Remove XCOFF support.
232
2332005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
234
235        * Makefile.am: Split out preinstallation rules.
236        * preinstall.am: New (Split out from Makefile.am).
237
2382005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
239
240        PR 754/rtems
241        * rtems/asm.h: New (relocated from .).
242        * asm.h: Remove (moved to rtems/asm.h).
243        * Makefile.am: Reflect changes above.
244
2452004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
246
247        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
248        rtems/powerpc/registers.h: New header guards.
249
2502004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
251
252        * asm.h, rtems/score/cpu.h, rtems/score/powerpc.h,
253        rtems/score/ppc.h, rtems/score/types.h: New header guards.
254
2552005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
256
257        * rtems/score/types.h: Remove signed8, signed16, signed32,
258        unsigned8, unsigned16, unsigned32.
259
2602005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
261
262        * rtems/new-exceptions/cpu.h: *_swap_u32( uint32_t ).
263        * rtems/old-exceptions/cpu.h: *_swap_u32( uint32_t ).
264
2652005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
266
267        * rtems/score/types.h: #include <rtems/stdint.h>.
268
2692004-11-22      Joel Sherrill <joel@OARcorp.com>
270
271        * rtems/old-exceptions/cpu.h: Make compile in assembly.
272
2732004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
274
275        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
276        guard.
277
2782004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
279
280        * asm.h: Add doxygen preamble.
281
2822004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
283
284        * rtems/score/cpu.h: Add doxygen preamble.
285        * rtems/score/powerpc.h: Add doxygen preamble.
286        * rtems/score/ppc.h: Add doxygen preamble.
287        * rtems/score/types.h: Add doxygen preamble.
288
2892004-10-20      Eric Norum <norume@aps.anl.gov>
290
291        Add Kate Feng's MVME5500 BSP
292        * rtems/powerpc/registers.h, rtems/score/powerpc.h
293
2942004-09-29      Joel Sherrill <joel@OARcorp.com>
295
296        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: i960
297        obsoleted and all references removed.
298
2992004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
300
301        * asm.h: Include rtems/score/powerpc.h instead of
302        rtems/score/ppc.h.
303
3042004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
305
306        * rtems/score/powerpc.h: New (Copied and renamed from rtems/score/ppc.h)
307        for consistency with other ports.
308        * rtems/score/ppc.h: Deprecation wrapper to rtems/score/powerpc.h.
309        * Makefile.am: Reflect changes above.
310        * rtems/score/cpu.h: Include rtems/score/powerpc.h instead of
311        rtems/score/ppc.h.
312
3132004-04-12      David Querbach <querbach@realtime.bc.ca>
314
315        * asm.h, rtems/new-exceptions/cpu.h, rtems/score/ppc.h: addition of
316        MPC555 support as part of the addition of the SS555 BSP.
317
3182004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
319
320        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
321        * Makefile.am: Don't include multilib.am.
322        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
323
3242004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
325
326        * Makefile.am: Install asm.h to $(includedir)/rtems.
327
3282004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
329
330        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
331        rtems/powerpc/registers.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-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * Makefile.am: Add $(dirstamp) to preinstallation rules.
373
3742003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * Makefile.am: Remove all LIB-related rules.
377
3782003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * Makefile.am: Don't use gmake rules for preinstallation.
381
3822003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * configure.ac: Remove RTEMS_CANONICAL_HOST.
385
3862003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * configure.ac: Remove RTEMS_CHECK_CPU.
389
3902003-09-26      Joel Sherrill <joel@OARcorp.com>
391
392        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: Obsoleting HP
393        PA-RISC port and removing all references.
394
3952003-09-04      Joel Sherrill <joel@OARcorp.com>
396
397        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
398        rtems/powerpc/registers.h, rtems/score/ppc.h, rtems/score/types.h:
399        URL for license changed.
400
4012003-08-21      Till Straumann <strauman@slac.stanford.edu>
402
403        PR 457/bsps
404        * rtems/powerpc/registers.h: Add a few definitions for the PowerPC
405        thermal assistance unit.
406
4072003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
410
4112003-07-18      Till Straumann <strauman@slac.stanford.edu>
412
413        PR 288/rtems
414        * rtems/new-exceptions/cpu.h: _ISR_Nest_level is now properly
415        maintained and does not reside in SPRG0.
416
4172003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * configure.ac: Remove AC_CONFIG_AUX_DIR.
420
4212003-02-20      Till Straumann <strauman@slac.stanford.edu>
422
423        PR 349/bsps
424        * rtems/powerpc/registers.h: Add definitions for HID1 and DABR SPRs.
425
4262002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
429        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
430
4312002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * configure.ac: Fix package name.
434
4352002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * rtems/new-exceptions/cpu.h: Remove sections on
438        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
439        * rtems/old-exceptions/cpu.h: Remove sections on
440        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
441        * rtems/score/cpu.h: Insert sections on
442        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
443
4442002-10-31      Joel Sherrill <joel@OARcorp.com>
445
446        * rtems/new-exceptions/cpu.h: Removed warnings.
447
448
4492002-10-31      Joel Sherrill <joel@OARcorp.com>
450
451        * rtems/new-exceptions/cpu.h: Removed warnings.
452
4532002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
456
4572002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * .cvsignore: Reformat.
460        Add autom4te*cache.
461        Remove autom4te.cache.
462
4632002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
466
4672002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * Makefile.am: Use .$(OBJEXT) instead of .o.
470
4712002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * configure.ac: RTEMS_TOP(../../../..).
474
4752002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * configure.ac: Remove RTEMS_PROJECT_ROOT.
478
4792002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * configure.ac: Add RTEMS_PROG_CCAS
482
4832002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
486        Add AC_PROG_RANLIB.
487
4882002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
491        Use ../../../aclocal.
492
4932002-05-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * rtems/score/ppc.h: Remove PPC_DEBUG_MODEL.
496
4972001-05-14      Till Straumann <strauman@slac.stanford.edu>
498
499        * rtems/powerpc/registers.h, rtems/score/ppc.h: Per PR213, add
500        support for the MPC74000 (AKA G4); there is no AltiVec support yet,
501        however.
5022002-04-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * rtems/score/ppc.h: Remove rtems_multilib.
505        Add mpc555 (Based on comments from Sergei Organov <osv@javad.ru>).
506        * rtems/old-exceptions/cpu.h: Remove _CPU_Data_Cache_Block_Flush.
507        Remove _CPU_Data_Cache_Block_Invalidate.
508
5092002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * asm.h: Include cpuopts.h instead of targopts.h.
512        * rtems/new-exceptions/cpu.h: Relocated from
513        libbsp/powerpc/support/new_exception_processing/rtems/score/cpu.h
514        * rtems/old-exceptions/cpu.h: Relocated from
515        c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/cpu.h
516        * rtems/powerpc/registers.h: Relocated and renamed from
517        libcpu/powerpc/shared/include/cpu.h.
518        * rtems/score/cpu.h: New.
519        * Makefile.am: Reflect changes above.
520
5212001-04-03      Joel Sherrill <joel@OARcorp.com>
522
523        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
524        * rtems/score/ppctypes.h: Removed.
525        * rtems/score/types.h: New file via CVS magic.
526        * Makefile.am, rtems/score/cpu.h: Account for name change.
527
5282002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * configure.ac:
531        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
532        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
533        * Makefile.am: Remove AUTOMAKE_OPTIONS.
534
5352002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * Makefile.am: Reflect changes from 2002-01-23.
538
5392002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * rtems/Makefile.am: Removed.
542        * rtems/score/Makefile.am: Removed.
543        * configure.ac: Reflect changes above.
544        AC_CONFIG_SRCDIR(asm.h).
545
5462002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * rtems/Makefile.am: New.
549        * rtems/.cvsignore: New.
550        * rtems/score/Makefile.am: New.
551        * rtems/score/.cvsignore: New.
552        * rtems/score/ppc.h: Relocated from shared/.
553        * rtems/score/ppctypes.h: Relocated from shared/.
554        * asm.h: Relocated from shared/.
555        * shared/Makefile.am: Removed.
556        * shared/asm.h: Removed.
557        * shared/ppc.h: Removed.
558        * shared/ppctypes.h: Removed.
559        * shared/.cvsignore: Removed.
560        * Makefile.am: Reflect changes above.
561        * configure.ac: Reflect changes above.
562
5632001-11-28      Joel Sherrill <joel@OARcorp.com>,
564
565        This was tracked as PR91.
566        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
567        is used to specify if the port uses the standard macro for this (FALSE).
568        A TRUE setting indicates the port provides its own implementation.
569
5702001-11-14      Joel Sherrill <joel@OARcorp.com>
571
572        * shared/ppc.h: The mpc8260 uses the new exception processing model
573        and thus does not need to define PPC_USE_SPRG.
574
5752001-11-14      Andrew Dachs <A.Dachs@SSTL.co.uk>
576
577        * shared/ppc.h: mpc8260 has double FPU not single FPU.
578
5792001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
580
581        This modification is part of the submitted modifications necessary to
582        support the IBM PPC405 family.  This submission was reviewed by
583        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
584        not negatively impact the ppc403 BSPs.  The submission and tracking
585        process was captured as PR50.
586        * shared/asm.h, shared/ppc.h: Added PPC405 support.
587
5882001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
589
590        * shared/ppc.h: Added mpc8260 support.
591
5922001-10-12      Joel Sherrill <joel@OARcorp.com>
593
594        * shared/ppctypes.h: Fixed typo.
595
5962001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
597
598        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
599        * configure.in: Remove.
600        * configure.ac: New file, generated from configure.in by autoupdate.
601
6022001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
603
604        * shared/Makefile.am: Use 'PREINSTALL_FILES ='.
605
6062001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
607
608        * Makefile.am, rtems/score/Makefile.am:
609        Apply include_*HEADERS instead of H_FILES.
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-10-20      Joel Sherrill <joel@OARcorp.com>
625
626        * shared/ppc.h: For multilibs, derive PPC_HAS_FPU from _SOFT_FLOAT.
627
6282000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
629
630        * Makefile.am: Include compile.am.
631
6322000-08-10      Joel Sherrill <joel@OARcorp.com>
633
634        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.