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

4.104.114.84.95
Last change on this file since c6ea319 was c6ea319, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/27/05 at 07:29:04

2005-10-27 Ralf Corsepius <ralf.corsepius@…>

  • rtems/asm.h: Remove private version of CONCAT macros. Include <rtems/concat.h> instead.
  • Property mode set to 100644
File size: 21.1 KB
Line 
12005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * rtems/asm.h: Remove private version of CONCAT macros.
4        Include <rtems/concat.h> instead.
5
62005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
7
8        * rtems/score/powerpc.h: Removed warning
9
102005-02-21      Ralf Corsepius <ralf.corsepius@rtems.org>
11
12        * rtems/score/powerpc.h: Add  "defined(mpc7400) || defined(mpc7450)
13        || defined(mpc7455)" to altivec (gcc-3.2.x compatibility).
14
152005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
16
17        * rtems/new-exceptions/cpu.h (CPU_HARDWARE_FP, CPU_ALL_TASKS_ARE_FP,
18        CPU_IDLE_TASK_IS_FP): Remove.
19        * rtems/old-exceptions/cpu.h (CPU_HARDWARE_FP, CPU_ALL_TASKS_ARE_FP,
20        CPU_IDLE_TASK_IS_FP): Remove.
21        * rtems/score/cpu.h (CPU_HARDWARE_FP, CPU_ALL_TASKS_ARE_FP,
22        CPU_IDLE_TASK_IS_FP, CPU_SOFTWARE_FP): New.
23
242005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
25
26        * rtems/score/cpu.h: Derive CPU_{BIG|LITTLE}_ENDIAN from
27        __BIG_ENDIAN__.
28
292005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
30
31        * rtems/score/cpu.h (CPU_PROVIDES_IDLE_THREAD_BODY,
32        CPU_STACK_GROWS_UP, CPU_STRUCTURE_ALIGNMENT,
33        CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES, CPU_BIG_ENDIAN,
34        CPU_LITTLE_ENDIAN): Add.
35        * rtems/old-exceptions/cpu.h (CPU_PROVIDES_IDLE_THREAD_BODY,
36        CPU_STACK_GROWS_UP, CPU_STRUCTURE_ALIGNMENT,
37        CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES, CPU_BIG_ENDIAN,
38        CPU_LITTLE_ENDIAN): Remove.
39        * rtems/new-exceptions/cpu.h (CPU_PROVIDES_IDLE_THREAD_BODY,
40        CPU_STACK_GROWS_UP, CPU_STRUCTURE_ALIGNMENT,
41        CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES, CPU_BIG_ENDIAN,
42        CPU_LITTLE_ENDIAN): Remove.
43
442005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
45
46        * rtems/score/cpu.h:
47        (rtems_cpu_configuration_get_serial_per_sec,
48        rtems_cpu_configuration_get_serial_external_clock,
49        rtems_cpu_configuration_get_serial_xon_xoff,
50        rtems_cpu_configuration_get_serial_cts_rts,
51        rtems_cpu_configuration_get_serial_rate,
52        rtems_cpu_configuration_get_timer_average_overhead,
53        rtems_cpu_configuration_get_timer_least_valid,
54        rtems_cpu_configuration_get_timer_internal_clock,
55        rtems_cpu_configuration_get_clock_speed): New.
56        * rtems/old-exceptions/cpu.h:
57        (rtems_cpu_configuration_get_serial_per_sec,
58        rtems_cpu_configuration_get_serial_external_clock,
59        rtems_cpu_configuration_get_serial_xon_xoff,
60        rtems_cpu_configuration_get_serial_cts_rts,
61        rtems_cpu_configuration_get_serial_rate,
62        rtems_cpu_configuration_get_timer_average_overhead,
63        rtems_cpu_configuration_get_timer_least_valid,
64        rtems_cpu_configuration_get_timer_internal_clock,
65        rtems_cpu_configuration_get_clock_speed): Remove.
66
672005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
68
69        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h
70        (rtems_cpu_table): Sync defines between {old|new}-exceptions.
71
722005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
73
74        * rtems/new-exceptions/cpu.h (Context_Control,
75        Context_Control_fp, CPU_Interrupt_frame): Remove.
76        * rtems/old-exceptions/cpu.h (Context_Control,
77        Context_Control_fp, CPU_Interrupt_frame): Remove.
78        * rtems/score/cpu.h (Context_Control,
79        Context_Control_fp, CPU_Interrupt_frame): Add.
80
812005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
82
83        * rtems/new-exceptions/cpu.h (CPU_STACK_MINIMUM_SIZE,
84        CPU_ALIGNMENT, CPU_HEAP_ALIGNMENT,
85        CPU_PARTITION_ALIGNMENT, CPU_STACK_ALIGNMENT): Remove.
86        * rtems/old-exceptions/cpu.h (CPU_STACK_MINIMUM_SIZE,
87        CPU_ALIGNMENT, CPU_HEAP_ALIGNMENT,
88        CPU_PARTITION_ALIGNMENT, CPU_STACK_ALIGNMENT): Remove.
89        * rtems/score/cpu.h (CPU_STACK_MINIMUM_SIZE,
90        CPU_ALIGNMENT, CPU_HEAP_ALIGNMENT,
91        CPU_PARTITION_ALIGNMENT, CPU_STACK_ALIGNMENT): Add.
92
932005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
94
95        * rtems/new-exceptions/cpu.h: Remove CPU_MINIMUM_STACK_FRAME_SIZE.
96
972005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
98
99        * rtems/new-exceptions/cpu.h (_CPU_Bitfield_Find_first_bit,
100        _CPU_Priority_Mask, _CPU_Priority_bits_index): Remove.
101        * rtems/old-exceptions/cpu.h (_CPU_Bitfield_Find_first_bit,
102        _CPU_Priority_Mask, _CPU_Priority_bits_index): Remove.
103        * rtems/score/cpu.h (_CPU_Bitfield_Find_first_bit,
104        _CPU_Priority_Mask, _CPU_Priority_bits_index): New.
105
1062005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
107
108        * rtems/new-exceptions/cpu.h (_CPU_msrs): Remove (Unused).
109        * rtems/old-exceptions/cpu.h (_CPU_msrs): Remove (Unused).
110
1112005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
112
113        * rtems/new-exceptions/cpu.h (_CPU_ISR_install_vector,
114        _CPU_Initialize, _CPU_Install_interrupt_stack, _CPU_Context_switch,
115        _CPU_Context_restore, _CPU_Context_save_fp, _CPU_Context_restore_fp,
116        _CPU_Fatal_error): Remove.
117        * rtems/old-exceptions/cpu.h (_CPU_ISR_install_vector,
118        _CPU_Initialize, _CPU_Install_interrupt_stack, _CPU_Context_switch,
119        _CPU_Context_restore, _CPU_Context_save_fp, _CPU_Context_restore_fp,
120        _CPU_Fatal_error): Remove.
121        * rtems/score/cpu.h (_CPU_ISR_install_vector,
122        _CPU_Initialize, _CPU_Install_interrupt_stack, _CPU_Context_switch,
123        _CPU_Context_restore, _CPU_Context_save_fp, _CPU_Context_restore_fp,
124        _CPU_Fatal_error): New.
125
1262005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
127
128        * rtems/old-exceptions/cpu.h (_CPU_Context_Initialize,
129        _CPU_Context_Restart_self, _CPU_Context_Fp_start,
130        _CPU_Context_Initialize_fp): Remove.
131        * rtems/new-exceptions/cpu.h (_CPU_Context_Initialize,
132        _CPU_Context_Restart_self, _CPU_Context_Fp_start,
133        _CPU_Context_Initialize_fp): Remove.
134        * rtems/score/cpu.h (_CPU_Context_Initialize,
135        _CPU_Context_Restart_self, _CPU_Context_Fp_start,
136        _CPU_Context_Initialize_fp): New.
137
1382005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
139
140        * rtems/old-exceptions/cpu.h (PPC_Get_timebase_register): Remove.
141        * rtems/powerpc/registers.h (PPC_Get_timebase_register,
142        PPC_Set_timebase_register): Remove.
143        * rtems/score/cpu.h (PPC_Get_timebase_register,
144        PPC_Set_timebase_register): New.
145
1462005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
147
148        * rtems/powerpc/registers.h (PPC_Set_decrementer,
149        PPC_Get_decrementer): Remove.
150        * rtems/old-exceptions/cpu.h (PPC_Set_decrementer): Remove.
151        * rtems/score/cpu.h (PPC_Set_decrementer, PPC_Get_decrementer): New.
152
1532005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
154
155        * rtems/old-exceptions/cpu.h (CPU_Get_timebase_low, rtems_bsp_delay,
156        rtems_bsp_delay_in_bus_cycles): Remove.
157        * rtems/powerpc/registers.h (CPU_Get_timebase_low, rtems_bsp_delay,
158        rtems_bsp_delay_in_bus_cycles): Remove.
159        * rtems/score/cpu.h (CPU_Get_timebase_low, rtems_bsp_delay,
160        rtems_bsp_delay_in_bus_cycles): New.
161
1622005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
163
164        * rtems/new-exceptions/cpu.h
165        (rtems_cpu_configuration_get_clicks_per_usec,
166        rtems_cpu_configuration_get_exceptions_in_ram): Remove.
167        * rtems/old-exceptions/cpu.h
168        (rtems_cpu_configuration_get_clicks_per_usec,
169        rtems_cpu_configuration_get_exceptions_in_ram): Remove.
170        * rtems/score/cpu.h
171        (rtems_cpu_configuration_get_clicks_per_usec,
172        rtems_cpu_configuration_get_exceptions_in_ram): New.
173
1742005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
175
176        * rtems/new-exceptions/cpu.h (CPU_swap_u32, CPU_swap_u16): Remove.
177        * rtems/old-exceptions/cpu.h (CPU_swap_u32, CPU_swap_u16): Remove.
178        * rtems/score/cpu.h (CPU_swap_u32, CPU_swap_u16): New.
179
1802005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
181
182        * rtems/old-exceptions/cpu.h: Add _CPU_MSG_GET
183        (old/new exception processing ABI compatibility).
184        * rtems/powerpc/registers.h: Use C99 fixed size types.
185
1862005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
187
188        * rtems/score/powerpc.h: Add __ALTIVEC__ support.
189
1902005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
191
192        * rtems/score/powerpc.h: Merge ppc603 and ppc603e
193        PPC_IRQ_*/PPC_TLB_* defines.
194
1952005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
196
197        * rtems/score/powerpc.h (mpc8260): PPC_ALIGNMENT 8.
198
1992005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
200
201        * rtems/score/powerpc.h: Remove PPC_HAS_RFCI (Unused).
202
2032005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
204
205        * rtems/score/powerpc.h: Remove PPC_HAS_EXCEPTION_PREFIX (Unused).
206
2072005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
208
209        * rtems/score/powerpc.h: Remove PPC_CACHE_ALIGN_POWER (Unused).
210
2112005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
212
213        * rtems/score/powerpc.h: Remove PPC_LOW_POWER_MODE* (Unused).
214
2152005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
216
217        * rtems/score/powerpc.h: Remove PPC_HAS_EVPR (Unused).
218
2192005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
220
221        * rtems/score/powerpc.h: Remove PPC_USE_MULTIPLE (Unused).
222
2232005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
224
225        * rtems/score/powerpc.h: Remove PPC_D_CACHE, PPC_I_CACHE defines.
226
2272005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
228
229        * rtems/score/powerpc.h: Remove PPC_MSR_* defines.
230
2312005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
232
233        * rtems/old-exceptions/cpu.h: Add _PPC_MSR_DISABLE_MASK.
234        Use _PPC_MSR_DISABLE_MASK instead of PPC_MSR_DISABLE_MASK to set up
235        _disable_mask.
236
2372005-02-12      Ralf Corsepius <ralf.corsepius@rtems.org>
238
239        * cpu.c: New (Stub file for consistency with other ports).
240        * Makefile.am: Reflect changes above.
241
2422005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
243
244        * rtems/asm.h, rtems/old-exceptions/cpu.h, rtems/score/powerpc.h:
245        Remove PPC_ABI_POWEROPEN.
246
2472005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
248
249        * rtems/score/powerpc.h: Remove hard-coded PPC_HAS_FPU.
250        Tie PPC_HAS_FPU to _SOFT_FLOAT.
251
2522005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
253
254        * rtems/old-exceptions/cpu.h, rtems/score/powerpc.h:
255        Remove PPC_ABI_GCC27.
256
2572005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
258
259        * rtems/asm.h, rtems/score/powerpc.h: Remove XCOFF support.
260
2612005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
262
263        * Makefile.am: Split out preinstallation rules.
264        * preinstall.am: New (Split out from Makefile.am).
265
2662005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
267
268        PR 754/rtems
269        * rtems/asm.h: New (relocated from .).
270        * asm.h: Remove (moved to rtems/asm.h).
271        * Makefile.am: Reflect changes above.
272
2732004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
274
275        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
276        rtems/powerpc/registers.h: New header guards.
277
2782004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
279
280        * asm.h, rtems/score/cpu.h, rtems/score/powerpc.h,
281        rtems/score/ppc.h, rtems/score/types.h: New header guards.
282
2832005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
284
285        * rtems/score/types.h: Remove signed8, signed16, signed32,
286        unsigned8, unsigned16, unsigned32.
287
2882005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
289
290        * rtems/new-exceptions/cpu.h: *_swap_u32( uint32_t ).
291        * rtems/old-exceptions/cpu.h: *_swap_u32( uint32_t ).
292
2932005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
294
295        * rtems/score/types.h: #include <rtems/stdint.h>.
296
2972004-11-22      Joel Sherrill <joel@OARcorp.com>
298
299        * rtems/old-exceptions/cpu.h: Make compile in assembly.
300
3012004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
302
303        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
304        guard.
305
3062004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
307
308        * asm.h: Add doxygen preamble.
309
3102004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
311
312        * rtems/score/cpu.h: Add doxygen preamble.
313        * rtems/score/powerpc.h: Add doxygen preamble.
314        * rtems/score/ppc.h: Add doxygen preamble.
315        * rtems/score/types.h: Add doxygen preamble.
316
3172004-10-20      Eric Norum <norume@aps.anl.gov>
318
319        Add Kate Feng's MVME5500 BSP
320        * rtems/powerpc/registers.h, rtems/score/powerpc.h
321
3222004-09-29      Joel Sherrill <joel@OARcorp.com>
323
324        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: i960
325        obsoleted and all references removed.
326
3272004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
328
329        * asm.h: Include rtems/score/powerpc.h instead of
330        rtems/score/ppc.h.
331
3322004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
333
334        * rtems/score/powerpc.h: New (Copied and renamed from rtems/score/ppc.h)
335        for consistency with other ports.
336        * rtems/score/ppc.h: Deprecation wrapper to rtems/score/powerpc.h.
337        * Makefile.am: Reflect changes above.
338        * rtems/score/cpu.h: Include rtems/score/powerpc.h instead of
339        rtems/score/ppc.h.
340
3412004-04-12      David Querbach <querbach@realtime.bc.ca>
342
343        * asm.h, rtems/new-exceptions/cpu.h, rtems/score/ppc.h: addition of
344        MPC555 support as part of the addition of the SS555 BSP.
345
3462004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
347
348        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
349        * Makefile.am: Don't include multilib.am.
350        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
351
3522004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
353
354        * Makefile.am: Install asm.h to $(includedir)/rtems.
355
3562004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
357
358        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
359        rtems/powerpc/registers.h: Convert to using c99 fixed size types.
360
3612004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
362
363        * configure.ac: RTEMS_TOP([../../../..]).
364
3652004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * configure.ac: Move RTEMS_TOP one subdir down.
368
3692004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * Makefile.am: Add PREINSTALL_DIRS.
372
3732004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
376        Add PREINSTALL_FILES to CLEANFILES.
377
3782004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * configure.ac: Requires automake >= 1.8.1.
381
3822004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * Makefile.am: Include compile.am, again.
385
3862004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * Makefile.am: Convert to using automake compilation rules.
389
3902003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
393
3942003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
397
3982003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * Makefile.am: Add $(dirstamp) to preinstallation rules.
401
4022003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * Makefile.am: Remove all LIB-related rules.
405
4062003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * Makefile.am: Don't use gmake rules for preinstallation.
409
4102003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * configure.ac: Remove RTEMS_CANONICAL_HOST.
413
4142003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * configure.ac: Remove RTEMS_CHECK_CPU.
417
4182003-09-26      Joel Sherrill <joel@OARcorp.com>
419
420        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: Obsoleting HP
421        PA-RISC port and removing all references.
422
4232003-09-04      Joel Sherrill <joel@OARcorp.com>
424
425        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
426        rtems/powerpc/registers.h, rtems/score/ppc.h, rtems/score/types.h:
427        URL for license changed.
428
4292003-08-21      Till Straumann <strauman@slac.stanford.edu>
430
431        PR 457/bsps
432        * rtems/powerpc/registers.h: Add a few definitions for the PowerPC
433        thermal assistance unit.
434
4352003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
438
4392003-07-18      Till Straumann <strauman@slac.stanford.edu>
440
441        PR 288/rtems
442        * rtems/new-exceptions/cpu.h: _ISR_Nest_level is now properly
443        maintained and does not reside in SPRG0.
444
4452003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * configure.ac: Remove AC_CONFIG_AUX_DIR.
448
4492003-02-20      Till Straumann <strauman@slac.stanford.edu>
450
451        PR 349/bsps
452        * rtems/powerpc/registers.h: Add definitions for HID1 and DABR SPRs.
453
4542002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
457        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
458
4592002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * configure.ac: Fix package name.
462
4632002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * rtems/new-exceptions/cpu.h: Remove sections on
466        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
467        * rtems/old-exceptions/cpu.h: Remove sections on
468        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
469        * rtems/score/cpu.h: Insert sections on
470        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
471
4722002-10-31      Joel Sherrill <joel@OARcorp.com>
473
474        * rtems/new-exceptions/cpu.h: Removed warnings.
475
476
4772002-10-31      Joel Sherrill <joel@OARcorp.com>
478
479        * rtems/new-exceptions/cpu.h: Removed warnings.
480
4812002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
484
4852002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * .cvsignore: Reformat.
488        Add autom4te*cache.
489        Remove autom4te.cache.
490
4912002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
494
4952002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * Makefile.am: Use .$(OBJEXT) instead of .o.
498
4992002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
500
501        * configure.ac: RTEMS_TOP(../../../..).
502
5032002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * configure.ac: Remove RTEMS_PROJECT_ROOT.
506
5072002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * configure.ac: Add RTEMS_PROG_CCAS
510
5112002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
514        Add AC_PROG_RANLIB.
515
5162002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
517
518        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
519        Use ../../../aclocal.
520
5212002-05-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * rtems/score/ppc.h: Remove PPC_DEBUG_MODEL.
524
5252001-05-14      Till Straumann <strauman@slac.stanford.edu>
526
527        * rtems/powerpc/registers.h, rtems/score/ppc.h: Per PR213, add
528        support for the MPC74000 (AKA G4); there is no AltiVec support yet,
529        however.
5302002-04-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * rtems/score/ppc.h: Remove rtems_multilib.
533        Add mpc555 (Based on comments from Sergei Organov <osv@javad.ru>).
534        * rtems/old-exceptions/cpu.h: Remove _CPU_Data_Cache_Block_Flush.
535        Remove _CPU_Data_Cache_Block_Invalidate.
536
5372002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * asm.h: Include cpuopts.h instead of targopts.h.
540        * rtems/new-exceptions/cpu.h: Relocated from
541        libbsp/powerpc/support/new_exception_processing/rtems/score/cpu.h
542        * rtems/old-exceptions/cpu.h: Relocated from
543        c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/cpu.h
544        * rtems/powerpc/registers.h: Relocated and renamed from
545        libcpu/powerpc/shared/include/cpu.h.
546        * rtems/score/cpu.h: New.
547        * Makefile.am: Reflect changes above.
548
5492001-04-03      Joel Sherrill <joel@OARcorp.com>
550
551        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
552        * rtems/score/ppctypes.h: Removed.
553        * rtems/score/types.h: New file via CVS magic.
554        * Makefile.am, rtems/score/cpu.h: Account for name change.
555
5562002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
557
558        * configure.ac:
559        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
560        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
561        * Makefile.am: Remove AUTOMAKE_OPTIONS.
562
5632002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * Makefile.am: Reflect changes from 2002-01-23.
566
5672002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * rtems/Makefile.am: Removed.
570        * rtems/score/Makefile.am: Removed.
571        * configure.ac: Reflect changes above.
572        AC_CONFIG_SRCDIR(asm.h).
573
5742002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
575
576        * rtems/Makefile.am: New.
577        * rtems/.cvsignore: New.
578        * rtems/score/Makefile.am: New.
579        * rtems/score/.cvsignore: New.
580        * rtems/score/ppc.h: Relocated from shared/.
581        * rtems/score/ppctypes.h: Relocated from shared/.
582        * asm.h: Relocated from shared/.
583        * shared/Makefile.am: Removed.
584        * shared/asm.h: Removed.
585        * shared/ppc.h: Removed.
586        * shared/ppctypes.h: Removed.
587        * shared/.cvsignore: Removed.
588        * Makefile.am: Reflect changes above.
589        * configure.ac: Reflect changes above.
590
5912001-11-28      Joel Sherrill <joel@OARcorp.com>,
592
593        This was tracked as PR91.
594        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
595        is used to specify if the port uses the standard macro for this (FALSE).
596        A TRUE setting indicates the port provides its own implementation.
597
5982001-11-14      Joel Sherrill <joel@OARcorp.com>
599
600        * shared/ppc.h: The mpc8260 uses the new exception processing model
601        and thus does not need to define PPC_USE_SPRG.
602
6032001-11-14      Andrew Dachs <A.Dachs@SSTL.co.uk>
604
605        * shared/ppc.h: mpc8260 has double FPU not single FPU.
606
6072001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
608
609        This modification is part of the submitted modifications necessary to
610        support the IBM PPC405 family.  This submission was reviewed by
611        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
612        not negatively impact the ppc403 BSPs.  The submission and tracking
613        process was captured as PR50.
614        * shared/asm.h, shared/ppc.h: Added PPC405 support.
615
6162001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
617
618        * shared/ppc.h: Added mpc8260 support.
619
6202001-10-12      Joel Sherrill <joel@OARcorp.com>
621
622        * shared/ppctypes.h: Fixed typo.
623
6242001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
625
626        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
627        * configure.in: Remove.
628        * configure.ac: New file, generated from configure.in by autoupdate.
629
6302001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
631
632        * shared/Makefile.am: Use 'PREINSTALL_FILES ='.
633
6342001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
635
636        * Makefile.am, rtems/score/Makefile.am:
637        Apply include_*HEADERS instead of H_FILES.
638
6392000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
640
641        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
642
6432000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
644
645        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
646
6472000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
648
649        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
650        Switch to GNU canonicalization.
651
6522000-10-20      Joel Sherrill <joel@OARcorp.com>
653
654        * shared/ppc.h: For multilibs, derive PPC_HAS_FPU from _SOFT_FLOAT.
655
6562000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
657
658        * Makefile.am: Include compile.am.
659
6602000-08-10      Joel Sherrill <joel@OARcorp.com>
661
662        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.