source: rtems/cpukit/score/cpu/powerpc/ChangeLog @ 3ccb4b0

4.104.114.84.95
Last change on this file since 3ccb4b0 was 8ea0d7d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/17/07 at 05:58:04

2007-04-17 Ralf Corsépius <ralf.corsepius@…>

  • rtems/score/cpu.h: Use Context_Control_fp* instead of void* for fp_contexts. Eliminate evil casts.
  • Property mode set to 100644
File size: 22.4 KB
Line 
12007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * rtems/score/cpu.h:
4          Use Context_Control_fp* instead of void* for fp_contexts.
5          Eliminate evil casts.
6
72006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
8
9        * rtems/score/ppc.h: Remove (Deprecated in 4.7).
10        * Makefile: Remove rtems/score/ppc.h.
11
122006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
13
14        * rtems/score/types.h: Remove unsigned64, signed64.
15
162006-08-09      Joel Sherrill <joel@OARcorp.com>
17
18        * rtems/score/cpu.h: Because gcc implicitly uses floating point turn on
19        floating point for all threads if there is a hardware FPU.
20
212006-07-12      Till Straumann <strauman@slac.stanford.edu>
22
23        * rtems/old-exceptions/cpu.h, rtems/powerpc/registers.h:
24        Checked inline assembly; added early-clobber '&' to output operands
25        of multi-instruction asms.
26
272006-01-16      Joel Sherrill <joel@OARcorp.com>
28
29        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
30        rtems/score/cpu.h: Part of a large patch to improve Doxygen output.
31        As a side-effect, grammar and spelling errors were corrected, spacing
32        errors were address, and some variable names were improved.
33
342005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
35
36        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
37
382005-11-02      Till Straumann <strauman@slac.stanford.edu>
39
40        * rtems/powerpc/registers.h: recognize mpc7457 CPU; added definitions
41        for high bats (#4..7) on 7450 CPUs
42
432005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
44
45        * rtems/asm.h: Remove private version of CONCAT macros.
46        Include <rtems/concat.h> instead.
47
482005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
49
50        * rtems/score/powerpc.h: Removed warning
51
522005-02-21      Ralf Corsepius <ralf.corsepius@rtems.org>
53
54        * rtems/score/powerpc.h: Add  "defined(mpc7400) || defined(mpc7450)
55        || defined(mpc7455)" to altivec (gcc-3.2.x compatibility).
56
572005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
58
59        * rtems/new-exceptions/cpu.h (CPU_HARDWARE_FP, CPU_ALL_TASKS_ARE_FP,
60        CPU_IDLE_TASK_IS_FP): Remove.
61        * rtems/old-exceptions/cpu.h (CPU_HARDWARE_FP, CPU_ALL_TASKS_ARE_FP,
62        CPU_IDLE_TASK_IS_FP): Remove.
63        * rtems/score/cpu.h (CPU_HARDWARE_FP, CPU_ALL_TASKS_ARE_FP,
64        CPU_IDLE_TASK_IS_FP, CPU_SOFTWARE_FP): New.
65
662005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
67
68        * rtems/score/cpu.h: Derive CPU_{BIG|LITTLE}_ENDIAN from
69        __BIG_ENDIAN__.
70
712005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
72
73        * rtems/score/cpu.h (CPU_PROVIDES_IDLE_THREAD_BODY,
74        CPU_STACK_GROWS_UP, CPU_STRUCTURE_ALIGNMENT,
75        CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES, CPU_BIG_ENDIAN,
76        CPU_LITTLE_ENDIAN): Add.
77        * rtems/old-exceptions/cpu.h (CPU_PROVIDES_IDLE_THREAD_BODY,
78        CPU_STACK_GROWS_UP, CPU_STRUCTURE_ALIGNMENT,
79        CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES, CPU_BIG_ENDIAN,
80        CPU_LITTLE_ENDIAN): Remove.
81        * rtems/new-exceptions/cpu.h (CPU_PROVIDES_IDLE_THREAD_BODY,
82        CPU_STACK_GROWS_UP, CPU_STRUCTURE_ALIGNMENT,
83        CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES, CPU_BIG_ENDIAN,
84        CPU_LITTLE_ENDIAN): Remove.
85
862005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
87
88        * rtems/score/cpu.h:
89        (rtems_cpu_configuration_get_serial_per_sec,
90        rtems_cpu_configuration_get_serial_external_clock,
91        rtems_cpu_configuration_get_serial_xon_xoff,
92        rtems_cpu_configuration_get_serial_cts_rts,
93        rtems_cpu_configuration_get_serial_rate,
94        rtems_cpu_configuration_get_timer_average_overhead,
95        rtems_cpu_configuration_get_timer_least_valid,
96        rtems_cpu_configuration_get_timer_internal_clock,
97        rtems_cpu_configuration_get_clock_speed): New.
98        * rtems/old-exceptions/cpu.h:
99        (rtems_cpu_configuration_get_serial_per_sec,
100        rtems_cpu_configuration_get_serial_external_clock,
101        rtems_cpu_configuration_get_serial_xon_xoff,
102        rtems_cpu_configuration_get_serial_cts_rts,
103        rtems_cpu_configuration_get_serial_rate,
104        rtems_cpu_configuration_get_timer_average_overhead,
105        rtems_cpu_configuration_get_timer_least_valid,
106        rtems_cpu_configuration_get_timer_internal_clock,
107        rtems_cpu_configuration_get_clock_speed): Remove.
108
1092005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
110
111        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h
112        (rtems_cpu_table): Sync defines between {old|new}-exceptions.
113
1142005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
115
116        * rtems/new-exceptions/cpu.h (Context_Control,
117        Context_Control_fp, CPU_Interrupt_frame): Remove.
118        * rtems/old-exceptions/cpu.h (Context_Control,
119        Context_Control_fp, CPU_Interrupt_frame): Remove.
120        * rtems/score/cpu.h (Context_Control,
121        Context_Control_fp, CPU_Interrupt_frame): Add.
122
1232005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
124
125        * rtems/new-exceptions/cpu.h (CPU_STACK_MINIMUM_SIZE,
126        CPU_ALIGNMENT, CPU_HEAP_ALIGNMENT,
127        CPU_PARTITION_ALIGNMENT, CPU_STACK_ALIGNMENT): Remove.
128        * rtems/old-exceptions/cpu.h (CPU_STACK_MINIMUM_SIZE,
129        CPU_ALIGNMENT, CPU_HEAP_ALIGNMENT,
130        CPU_PARTITION_ALIGNMENT, CPU_STACK_ALIGNMENT): Remove.
131        * rtems/score/cpu.h (CPU_STACK_MINIMUM_SIZE,
132        CPU_ALIGNMENT, CPU_HEAP_ALIGNMENT,
133        CPU_PARTITION_ALIGNMENT, CPU_STACK_ALIGNMENT): Add.
134
1352005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
136
137        * rtems/new-exceptions/cpu.h: Remove CPU_MINIMUM_STACK_FRAME_SIZE.
138
1392005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
140
141        * rtems/new-exceptions/cpu.h (_CPU_Bitfield_Find_first_bit,
142        _CPU_Priority_Mask, _CPU_Priority_bits_index): Remove.
143        * rtems/old-exceptions/cpu.h (_CPU_Bitfield_Find_first_bit,
144        _CPU_Priority_Mask, _CPU_Priority_bits_index): Remove.
145        * rtems/score/cpu.h (_CPU_Bitfield_Find_first_bit,
146        _CPU_Priority_Mask, _CPU_Priority_bits_index): New.
147
1482005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
149
150        * rtems/new-exceptions/cpu.h (_CPU_msrs): Remove (Unused).
151        * rtems/old-exceptions/cpu.h (_CPU_msrs): Remove (Unused).
152
1532005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
154
155        * rtems/new-exceptions/cpu.h (_CPU_ISR_install_vector,
156        _CPU_Initialize, _CPU_Install_interrupt_stack, _CPU_Context_switch,
157        _CPU_Context_restore, _CPU_Context_save_fp, _CPU_Context_restore_fp,
158        _CPU_Fatal_error): Remove.
159        * rtems/old-exceptions/cpu.h (_CPU_ISR_install_vector,
160        _CPU_Initialize, _CPU_Install_interrupt_stack, _CPU_Context_switch,
161        _CPU_Context_restore, _CPU_Context_save_fp, _CPU_Context_restore_fp,
162        _CPU_Fatal_error): Remove.
163        * rtems/score/cpu.h (_CPU_ISR_install_vector,
164        _CPU_Initialize, _CPU_Install_interrupt_stack, _CPU_Context_switch,
165        _CPU_Context_restore, _CPU_Context_save_fp, _CPU_Context_restore_fp,
166        _CPU_Fatal_error): New.
167
1682005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
169
170        * rtems/old-exceptions/cpu.h (_CPU_Context_Initialize,
171        _CPU_Context_Restart_self, _CPU_Context_Fp_start,
172        _CPU_Context_Initialize_fp): Remove.
173        * rtems/new-exceptions/cpu.h (_CPU_Context_Initialize,
174        _CPU_Context_Restart_self, _CPU_Context_Fp_start,
175        _CPU_Context_Initialize_fp): Remove.
176        * rtems/score/cpu.h (_CPU_Context_Initialize,
177        _CPU_Context_Restart_self, _CPU_Context_Fp_start,
178        _CPU_Context_Initialize_fp): New.
179
1802005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
181
182        * rtems/old-exceptions/cpu.h (PPC_Get_timebase_register): Remove.
183        * rtems/powerpc/registers.h (PPC_Get_timebase_register,
184        PPC_Set_timebase_register): Remove.
185        * rtems/score/cpu.h (PPC_Get_timebase_register,
186        PPC_Set_timebase_register): New.
187
1882005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
189
190        * rtems/powerpc/registers.h (PPC_Set_decrementer,
191        PPC_Get_decrementer): Remove.
192        * rtems/old-exceptions/cpu.h (PPC_Set_decrementer): Remove.
193        * rtems/score/cpu.h (PPC_Set_decrementer, PPC_Get_decrementer): New.
194
1952005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
196
197        * rtems/old-exceptions/cpu.h (CPU_Get_timebase_low, rtems_bsp_delay,
198        rtems_bsp_delay_in_bus_cycles): Remove.
199        * rtems/powerpc/registers.h (CPU_Get_timebase_low, rtems_bsp_delay,
200        rtems_bsp_delay_in_bus_cycles): Remove.
201        * rtems/score/cpu.h (CPU_Get_timebase_low, rtems_bsp_delay,
202        rtems_bsp_delay_in_bus_cycles): New.
203
2042005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
205
206        * rtems/new-exceptions/cpu.h
207        (rtems_cpu_configuration_get_clicks_per_usec,
208        rtems_cpu_configuration_get_exceptions_in_ram): Remove.
209        * rtems/old-exceptions/cpu.h
210        (rtems_cpu_configuration_get_clicks_per_usec,
211        rtems_cpu_configuration_get_exceptions_in_ram): Remove.
212        * rtems/score/cpu.h
213        (rtems_cpu_configuration_get_clicks_per_usec,
214        rtems_cpu_configuration_get_exceptions_in_ram): New.
215
2162005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
217
218        * rtems/new-exceptions/cpu.h (CPU_swap_u32, CPU_swap_u16): Remove.
219        * rtems/old-exceptions/cpu.h (CPU_swap_u32, CPU_swap_u16): Remove.
220        * rtems/score/cpu.h (CPU_swap_u32, CPU_swap_u16): New.
221
2222005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
223
224        * rtems/old-exceptions/cpu.h: Add _CPU_MSG_GET
225        (old/new exception processing ABI compatibility).
226        * rtems/powerpc/registers.h: Use C99 fixed size types.
227
2282005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
229
230        * rtems/score/powerpc.h: Add __ALTIVEC__ support.
231
2322005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
233
234        * rtems/score/powerpc.h: Merge ppc603 and ppc603e
235        PPC_IRQ_*/PPC_TLB_* defines.
236
2372005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
238
239        * rtems/score/powerpc.h (mpc8260): PPC_ALIGNMENT 8.
240
2412005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
242
243        * rtems/score/powerpc.h: Remove PPC_HAS_RFCI (Unused).
244
2452005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
246
247        * rtems/score/powerpc.h: Remove PPC_HAS_EXCEPTION_PREFIX (Unused).
248
2492005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
250
251        * rtems/score/powerpc.h: Remove PPC_CACHE_ALIGN_POWER (Unused).
252
2532005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
254
255        * rtems/score/powerpc.h: Remove PPC_LOW_POWER_MODE* (Unused).
256
2572005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
258
259        * rtems/score/powerpc.h: Remove PPC_HAS_EVPR (Unused).
260
2612005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
262
263        * rtems/score/powerpc.h: Remove PPC_USE_MULTIPLE (Unused).
264
2652005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
266
267        * rtems/score/powerpc.h: Remove PPC_D_CACHE, PPC_I_CACHE defines.
268
2692005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
270
271        * rtems/score/powerpc.h: Remove PPC_MSR_* defines.
272
2732005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
274
275        * rtems/old-exceptions/cpu.h: Add _PPC_MSR_DISABLE_MASK.
276        Use _PPC_MSR_DISABLE_MASK instead of PPC_MSR_DISABLE_MASK to set up
277        _disable_mask.
278
2792005-02-12      Ralf Corsepius <ralf.corsepius@rtems.org>
280
281        * cpu.c: New (Stub file for consistency with other ports).
282        * Makefile.am: Reflect changes above.
283
2842005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
285
286        * rtems/asm.h, rtems/old-exceptions/cpu.h, rtems/score/powerpc.h:
287        Remove PPC_ABI_POWEROPEN.
288
2892005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
290
291        * rtems/score/powerpc.h: Remove hard-coded PPC_HAS_FPU.
292        Tie PPC_HAS_FPU to _SOFT_FLOAT.
293
2942005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
295
296        * rtems/old-exceptions/cpu.h, rtems/score/powerpc.h:
297        Remove PPC_ABI_GCC27.
298
2992005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
300
301        * rtems/asm.h, rtems/score/powerpc.h: Remove XCOFF support.
302
3032005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
304
305        * Makefile.am: Split out preinstallation rules.
306        * preinstall.am: New (Split out from Makefile.am).
307
3082005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
309
310        PR 754/rtems
311        * rtems/asm.h: New (relocated from .).
312        * asm.h: Remove (moved to rtems/asm.h).
313        * Makefile.am: Reflect changes above.
314
3152004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
316
317        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
318        rtems/powerpc/registers.h: New header guards.
319
3202004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
321
322        * asm.h, rtems/score/cpu.h, rtems/score/powerpc.h,
323        rtems/score/ppc.h, rtems/score/types.h: New header guards.
324
3252005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
326
327        * rtems/score/types.h: Remove signed8, signed16, signed32,
328        unsigned8, unsigned16, unsigned32.
329
3302005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
331
332        * rtems/new-exceptions/cpu.h: *_swap_u32( uint32_t ).
333        * rtems/old-exceptions/cpu.h: *_swap_u32( uint32_t ).
334
3352005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
336
337        * rtems/score/types.h: #include <rtems/stdint.h>.
338
3392004-11-22      Joel Sherrill <joel@OARcorp.com>
340
341        * rtems/old-exceptions/cpu.h: Make compile in assembly.
342
3432004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
344
345        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
346        guard.
347
3482004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
349
350        * asm.h: Add doxygen preamble.
351
3522004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
353
354        * rtems/score/cpu.h: Add doxygen preamble.
355        * rtems/score/powerpc.h: Add doxygen preamble.
356        * rtems/score/ppc.h: Add doxygen preamble.
357        * rtems/score/types.h: Add doxygen preamble.
358
3592004-10-20      Eric Norum <norume@aps.anl.gov>
360
361        Add Kate Feng's MVME5500 BSP
362        * rtems/powerpc/registers.h, rtems/score/powerpc.h
363
3642004-09-29      Joel Sherrill <joel@OARcorp.com>
365
366        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: i960
367        obsoleted and all references removed.
368
3692004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
370
371        * asm.h: Include rtems/score/powerpc.h instead of
372        rtems/score/ppc.h.
373
3742004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
375
376        * rtems/score/powerpc.h: New (Copied and renamed from rtems/score/ppc.h)
377        for consistency with other ports.
378        * rtems/score/ppc.h: Deprecation wrapper to rtems/score/powerpc.h.
379        * Makefile.am: Reflect changes above.
380        * rtems/score/cpu.h: Include rtems/score/powerpc.h instead of
381        rtems/score/ppc.h.
382
3832004-04-12      David Querbach <querbach@realtime.bc.ca>
384
385        * asm.h, rtems/new-exceptions/cpu.h, rtems/score/ppc.h: addition of
386        MPC555 support as part of the addition of the SS555 BSP.
387
3882004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
389
390        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
391        * Makefile.am: Don't include multilib.am.
392        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
393
3942004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
395
396        * Makefile.am: Install asm.h to $(includedir)/rtems.
397
3982004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
399
400        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
401        rtems/powerpc/registers.h: Convert to using c99 fixed size types.
402
4032004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
404
405        * configure.ac: RTEMS_TOP([../../../..]).
406
4072004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * configure.ac: Move RTEMS_TOP one subdir down.
410
4112004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * Makefile.am: Add PREINSTALL_DIRS.
414
4152004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
418        Add PREINSTALL_FILES to CLEANFILES.
419
4202004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * configure.ac: Requires automake >= 1.8.1.
423
4242004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * Makefile.am: Include compile.am, again.
427
4282004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * Makefile.am: Convert to using automake compilation rules.
431
4322003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
435
4362003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
439
4402003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * Makefile.am: Add $(dirstamp) to preinstallation rules.
443
4442003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * Makefile.am: Remove all LIB-related rules.
447
4482003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * Makefile.am: Don't use gmake rules for preinstallation.
451
4522003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * configure.ac: Remove RTEMS_CANONICAL_HOST.
455
4562003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * configure.ac: Remove RTEMS_CHECK_CPU.
459
4602003-09-26      Joel Sherrill <joel@OARcorp.com>
461
462        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: Obsoleting HP
463        PA-RISC port and removing all references.
464
4652003-09-04      Joel Sherrill <joel@OARcorp.com>
466
467        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
468        rtems/powerpc/registers.h, rtems/score/ppc.h, rtems/score/types.h:
469        URL for license changed.
470
4712003-08-21      Till Straumann <strauman@slac.stanford.edu>
472
473        PR 457/bsps
474        * rtems/powerpc/registers.h: Add a few definitions for the PowerPC
475        thermal assistance unit.
476
4772003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
480
4812003-07-18      Till Straumann <strauman@slac.stanford.edu>
482
483        PR 288/rtems
484        * rtems/new-exceptions/cpu.h: _ISR_Nest_level is now properly
485        maintained and does not reside in SPRG0.
486
4872003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * configure.ac: Remove AC_CONFIG_AUX_DIR.
490
4912003-02-20      Till Straumann <strauman@slac.stanford.edu>
492
493        PR 349/bsps
494        * rtems/powerpc/registers.h: Add definitions for HID1 and DABR SPRs.
495
4962002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
499        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
500
5012002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * configure.ac: Fix package name.
504
5052002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * rtems/new-exceptions/cpu.h: Remove sections on
508        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
509        * rtems/old-exceptions/cpu.h: Remove sections on
510        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
511        * rtems/score/cpu.h: Insert sections on
512        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
513
5142002-10-31      Joel Sherrill <joel@OARcorp.com>
515
516        * rtems/new-exceptions/cpu.h: Removed warnings.
517
518
5192002-10-31      Joel Sherrill <joel@OARcorp.com>
520
521        * rtems/new-exceptions/cpu.h: Removed warnings.
522
5232002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
526
5272002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * .cvsignore: Reformat.
530        Add autom4te*cache.
531        Remove autom4te.cache.
532
5332002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
534
535        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
536
5372002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * Makefile.am: Use .$(OBJEXT) instead of .o.
540
5412002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * configure.ac: RTEMS_TOP(../../../..).
544
5452002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546
547        * configure.ac: Remove RTEMS_PROJECT_ROOT.
548
5492002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * configure.ac: Add RTEMS_PROG_CCAS
552
5532002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
556        Add AC_PROG_RANLIB.
557
5582002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
561        Use ../../../aclocal.
562
5632002-05-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * rtems/score/ppc.h: Remove PPC_DEBUG_MODEL.
566
5672001-05-14      Till Straumann <strauman@slac.stanford.edu>
568
569        * rtems/powerpc/registers.h, rtems/score/ppc.h: Per PR213, add
570        support for the MPC74000 (AKA G4); there is no AltiVec support yet,
571        however.
5722002-04-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        * rtems/score/ppc.h: Remove rtems_multilib.
575        Add mpc555 (Based on comments from Sergei Organov <osv@javad.ru>).
576        * rtems/old-exceptions/cpu.h: Remove _CPU_Data_Cache_Block_Flush.
577        Remove _CPU_Data_Cache_Block_Invalidate.
578
5792002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
580
581        * asm.h: Include cpuopts.h instead of targopts.h.
582        * rtems/new-exceptions/cpu.h: Relocated from
583        libbsp/powerpc/support/new_exception_processing/rtems/score/cpu.h
584        * rtems/old-exceptions/cpu.h: Relocated from
585        c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/cpu.h
586        * rtems/powerpc/registers.h: Relocated and renamed from
587        libcpu/powerpc/shared/include/cpu.h.
588        * rtems/score/cpu.h: New.
589        * Makefile.am: Reflect changes above.
590
5912001-04-03      Joel Sherrill <joel@OARcorp.com>
592
593        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
594        * rtems/score/ppctypes.h: Removed.
595        * rtems/score/types.h: New file via CVS magic.
596        * Makefile.am, rtems/score/cpu.h: Account for name change.
597
5982002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
599
600        * configure.ac:
601        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
602        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
603        * Makefile.am: Remove AUTOMAKE_OPTIONS.
604
6052002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
606
607        * Makefile.am: Reflect changes from 2002-01-23.
608
6092002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
610
611        * rtems/Makefile.am: Removed.
612        * rtems/score/Makefile.am: Removed.
613        * configure.ac: Reflect changes above.
614        AC_CONFIG_SRCDIR(asm.h).
615
6162002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
617
618        * rtems/Makefile.am: New.
619        * rtems/.cvsignore: New.
620        * rtems/score/Makefile.am: New.
621        * rtems/score/.cvsignore: New.
622        * rtems/score/ppc.h: Relocated from shared/.
623        * rtems/score/ppctypes.h: Relocated from shared/.
624        * asm.h: Relocated from shared/.
625        * shared/Makefile.am: Removed.
626        * shared/asm.h: Removed.
627        * shared/ppc.h: Removed.
628        * shared/ppctypes.h: Removed.
629        * shared/.cvsignore: Removed.
630        * Makefile.am: Reflect changes above.
631        * configure.ac: Reflect changes above.
632
6332001-11-28      Joel Sherrill <joel@OARcorp.com>,
634
635        This was tracked as PR91.
636        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
637        is used to specify if the port uses the standard macro for this (FALSE).
638        A TRUE setting indicates the port provides its own implementation.
639
6402001-11-14      Joel Sherrill <joel@OARcorp.com>
641
642        * shared/ppc.h: The mpc8260 uses the new exception processing model
643        and thus does not need to define PPC_USE_SPRG.
644
6452001-11-14      Andrew Dachs <A.Dachs@SSTL.co.uk>
646
647        * shared/ppc.h: mpc8260 has double FPU not single FPU.
648
6492001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
650
651        This modification is part of the submitted modifications necessary to
652        support the IBM PPC405 family.  This submission was reviewed by
653        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
654        not negatively impact the ppc403 BSPs.  The submission and tracking
655        process was captured as PR50.
656        * shared/asm.h, shared/ppc.h: Added PPC405 support.
657
6582001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
659
660        * shared/ppc.h: Added mpc8260 support.
661
6622001-10-12      Joel Sherrill <joel@OARcorp.com>
663
664        * shared/ppctypes.h: Fixed typo.
665
6662001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
667
668        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
669        * configure.in: Remove.
670        * configure.ac: New file, generated from configure.in by autoupdate.
671
6722001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
673
674        * shared/Makefile.am: Use 'PREINSTALL_FILES ='.
675
6762001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
677
678        * Makefile.am, rtems/score/Makefile.am:
679        Apply include_*HEADERS instead of H_FILES.
680
6812000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
682
683        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
684
6852000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
686
687        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
688
6892000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
690
691        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
692        Switch to GNU canonicalization.
693
6942000-10-20      Joel Sherrill <joel@OARcorp.com>
695
696        * shared/ppc.h: For multilibs, derive PPC_HAS_FPU from _SOFT_FLOAT.
697
6982000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
699
700        * Makefile.am: Include compile.am.
701
7022000-08-10      Joel Sherrill <joel@OARcorp.com>
703
704        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.