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

4.104.114.84.95
Last change on this file since a19034d was a19034d, checked in by Joel Sherrill <joel.sherrill@…>, on 08/09/06 at 23:04:47

2006-08-09 Joel Sherrill <joel@…>

  • rtems/score/cpu.h: Because gcc implicitly uses floating point turn on floating point for all threads if there is a hardware FPU.
  • Property mode set to 100644
File size: 22.0 KB
Line 
12006-08-09      Joel Sherrill <joel@OARcorp.com>
2
3        * rtems/score/cpu.h: Because gcc implicitly uses floating point turn on
4        floating point for all threads if there is a hardware FPU.
5
62006-07-12      Till Straumann <strauman@slac.stanford.edu>
7
8        * rtems/old-exceptions/cpu.h, rtems/powerpc/registers.h:
9        Checked inline assembly; added early-clobber '&' to output operands
10        of multi-instruction asms.
11
122006-01-16      Joel Sherrill <joel@OARcorp.com>
13
14        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
15        rtems/score/cpu.h: Part of a large patch to improve Doxygen output.
16        As a side-effect, grammar and spelling errors were corrected, spacing
17        errors were address, and some variable names were improved.
18
192005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
20
21        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
22
232005-11-02      Till Straumann <strauman@slac.stanford.edu>
24
25        * rtems/powerpc/registers.h: recognize mpc7457 CPU; added definitions
26        for high bats (#4..7) on 7450 CPUs
27
282005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
29
30        * rtems/asm.h: Remove private version of CONCAT macros.
31        Include <rtems/concat.h> instead.
32
332005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
34
35        * rtems/score/powerpc.h: Removed warning
36
372005-02-21      Ralf Corsepius <ralf.corsepius@rtems.org>
38
39        * rtems/score/powerpc.h: Add  "defined(mpc7400) || defined(mpc7450)
40        || defined(mpc7455)" to altivec (gcc-3.2.x compatibility).
41
422005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
43
44        * rtems/new-exceptions/cpu.h (CPU_HARDWARE_FP, CPU_ALL_TASKS_ARE_FP,
45        CPU_IDLE_TASK_IS_FP): Remove.
46        * rtems/old-exceptions/cpu.h (CPU_HARDWARE_FP, CPU_ALL_TASKS_ARE_FP,
47        CPU_IDLE_TASK_IS_FP): Remove.
48        * rtems/score/cpu.h (CPU_HARDWARE_FP, CPU_ALL_TASKS_ARE_FP,
49        CPU_IDLE_TASK_IS_FP, CPU_SOFTWARE_FP): New.
50
512005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
52
53        * rtems/score/cpu.h: Derive CPU_{BIG|LITTLE}_ENDIAN from
54        __BIG_ENDIAN__.
55
562005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
57
58        * rtems/score/cpu.h (CPU_PROVIDES_IDLE_THREAD_BODY,
59        CPU_STACK_GROWS_UP, CPU_STRUCTURE_ALIGNMENT,
60        CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES, CPU_BIG_ENDIAN,
61        CPU_LITTLE_ENDIAN): Add.
62        * rtems/old-exceptions/cpu.h (CPU_PROVIDES_IDLE_THREAD_BODY,
63        CPU_STACK_GROWS_UP, CPU_STRUCTURE_ALIGNMENT,
64        CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES, CPU_BIG_ENDIAN,
65        CPU_LITTLE_ENDIAN): Remove.
66        * rtems/new-exceptions/cpu.h (CPU_PROVIDES_IDLE_THREAD_BODY,
67        CPU_STACK_GROWS_UP, CPU_STRUCTURE_ALIGNMENT,
68        CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES, CPU_BIG_ENDIAN,
69        CPU_LITTLE_ENDIAN): Remove.
70
712005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
72
73        * rtems/score/cpu.h:
74        (rtems_cpu_configuration_get_serial_per_sec,
75        rtems_cpu_configuration_get_serial_external_clock,
76        rtems_cpu_configuration_get_serial_xon_xoff,
77        rtems_cpu_configuration_get_serial_cts_rts,
78        rtems_cpu_configuration_get_serial_rate,
79        rtems_cpu_configuration_get_timer_average_overhead,
80        rtems_cpu_configuration_get_timer_least_valid,
81        rtems_cpu_configuration_get_timer_internal_clock,
82        rtems_cpu_configuration_get_clock_speed): New.
83        * rtems/old-exceptions/cpu.h:
84        (rtems_cpu_configuration_get_serial_per_sec,
85        rtems_cpu_configuration_get_serial_external_clock,
86        rtems_cpu_configuration_get_serial_xon_xoff,
87        rtems_cpu_configuration_get_serial_cts_rts,
88        rtems_cpu_configuration_get_serial_rate,
89        rtems_cpu_configuration_get_timer_average_overhead,
90        rtems_cpu_configuration_get_timer_least_valid,
91        rtems_cpu_configuration_get_timer_internal_clock,
92        rtems_cpu_configuration_get_clock_speed): Remove.
93
942005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
95
96        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h
97        (rtems_cpu_table): Sync defines between {old|new}-exceptions.
98
992005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
100
101        * rtems/new-exceptions/cpu.h (Context_Control,
102        Context_Control_fp, CPU_Interrupt_frame): Remove.
103        * rtems/old-exceptions/cpu.h (Context_Control,
104        Context_Control_fp, CPU_Interrupt_frame): Remove.
105        * rtems/score/cpu.h (Context_Control,
106        Context_Control_fp, CPU_Interrupt_frame): Add.
107
1082005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
109
110        * rtems/new-exceptions/cpu.h (CPU_STACK_MINIMUM_SIZE,
111        CPU_ALIGNMENT, CPU_HEAP_ALIGNMENT,
112        CPU_PARTITION_ALIGNMENT, CPU_STACK_ALIGNMENT): Remove.
113        * rtems/old-exceptions/cpu.h (CPU_STACK_MINIMUM_SIZE,
114        CPU_ALIGNMENT, CPU_HEAP_ALIGNMENT,
115        CPU_PARTITION_ALIGNMENT, CPU_STACK_ALIGNMENT): Remove.
116        * rtems/score/cpu.h (CPU_STACK_MINIMUM_SIZE,
117        CPU_ALIGNMENT, CPU_HEAP_ALIGNMENT,
118        CPU_PARTITION_ALIGNMENT, CPU_STACK_ALIGNMENT): Add.
119
1202005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
121
122        * rtems/new-exceptions/cpu.h: Remove CPU_MINIMUM_STACK_FRAME_SIZE.
123
1242005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
125
126        * rtems/new-exceptions/cpu.h (_CPU_Bitfield_Find_first_bit,
127        _CPU_Priority_Mask, _CPU_Priority_bits_index): Remove.
128        * rtems/old-exceptions/cpu.h (_CPU_Bitfield_Find_first_bit,
129        _CPU_Priority_Mask, _CPU_Priority_bits_index): Remove.
130        * rtems/score/cpu.h (_CPU_Bitfield_Find_first_bit,
131        _CPU_Priority_Mask, _CPU_Priority_bits_index): New.
132
1332005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
134
135        * rtems/new-exceptions/cpu.h (_CPU_msrs): Remove (Unused).
136        * rtems/old-exceptions/cpu.h (_CPU_msrs): Remove (Unused).
137
1382005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
139
140        * rtems/new-exceptions/cpu.h (_CPU_ISR_install_vector,
141        _CPU_Initialize, _CPU_Install_interrupt_stack, _CPU_Context_switch,
142        _CPU_Context_restore, _CPU_Context_save_fp, _CPU_Context_restore_fp,
143        _CPU_Fatal_error): Remove.
144        * rtems/old-exceptions/cpu.h (_CPU_ISR_install_vector,
145        _CPU_Initialize, _CPU_Install_interrupt_stack, _CPU_Context_switch,
146        _CPU_Context_restore, _CPU_Context_save_fp, _CPU_Context_restore_fp,
147        _CPU_Fatal_error): Remove.
148        * rtems/score/cpu.h (_CPU_ISR_install_vector,
149        _CPU_Initialize, _CPU_Install_interrupt_stack, _CPU_Context_switch,
150        _CPU_Context_restore, _CPU_Context_save_fp, _CPU_Context_restore_fp,
151        _CPU_Fatal_error): New.
152
1532005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
154
155        * rtems/old-exceptions/cpu.h (_CPU_Context_Initialize,
156        _CPU_Context_Restart_self, _CPU_Context_Fp_start,
157        _CPU_Context_Initialize_fp): Remove.
158        * rtems/new-exceptions/cpu.h (_CPU_Context_Initialize,
159        _CPU_Context_Restart_self, _CPU_Context_Fp_start,
160        _CPU_Context_Initialize_fp): Remove.
161        * rtems/score/cpu.h (_CPU_Context_Initialize,
162        _CPU_Context_Restart_self, _CPU_Context_Fp_start,
163        _CPU_Context_Initialize_fp): New.
164
1652005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
166
167        * rtems/old-exceptions/cpu.h (PPC_Get_timebase_register): Remove.
168        * rtems/powerpc/registers.h (PPC_Get_timebase_register,
169        PPC_Set_timebase_register): Remove.
170        * rtems/score/cpu.h (PPC_Get_timebase_register,
171        PPC_Set_timebase_register): New.
172
1732005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
174
175        * rtems/powerpc/registers.h (PPC_Set_decrementer,
176        PPC_Get_decrementer): Remove.
177        * rtems/old-exceptions/cpu.h (PPC_Set_decrementer): Remove.
178        * rtems/score/cpu.h (PPC_Set_decrementer, PPC_Get_decrementer): New.
179
1802005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
181
182        * rtems/old-exceptions/cpu.h (CPU_Get_timebase_low, rtems_bsp_delay,
183        rtems_bsp_delay_in_bus_cycles): Remove.
184        * rtems/powerpc/registers.h (CPU_Get_timebase_low, rtems_bsp_delay,
185        rtems_bsp_delay_in_bus_cycles): Remove.
186        * rtems/score/cpu.h (CPU_Get_timebase_low, rtems_bsp_delay,
187        rtems_bsp_delay_in_bus_cycles): New.
188
1892005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
190
191        * rtems/new-exceptions/cpu.h
192        (rtems_cpu_configuration_get_clicks_per_usec,
193        rtems_cpu_configuration_get_exceptions_in_ram): Remove.
194        * rtems/old-exceptions/cpu.h
195        (rtems_cpu_configuration_get_clicks_per_usec,
196        rtems_cpu_configuration_get_exceptions_in_ram): Remove.
197        * rtems/score/cpu.h
198        (rtems_cpu_configuration_get_clicks_per_usec,
199        rtems_cpu_configuration_get_exceptions_in_ram): New.
200
2012005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
202
203        * rtems/new-exceptions/cpu.h (CPU_swap_u32, CPU_swap_u16): Remove.
204        * rtems/old-exceptions/cpu.h (CPU_swap_u32, CPU_swap_u16): Remove.
205        * rtems/score/cpu.h (CPU_swap_u32, CPU_swap_u16): New.
206
2072005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
208
209        * rtems/old-exceptions/cpu.h: Add _CPU_MSG_GET
210        (old/new exception processing ABI compatibility).
211        * rtems/powerpc/registers.h: Use C99 fixed size types.
212
2132005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
214
215        * rtems/score/powerpc.h: Add __ALTIVEC__ support.
216
2172005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
218
219        * rtems/score/powerpc.h: Merge ppc603 and ppc603e
220        PPC_IRQ_*/PPC_TLB_* defines.
221
2222005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
223
224        * rtems/score/powerpc.h (mpc8260): PPC_ALIGNMENT 8.
225
2262005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
227
228        * rtems/score/powerpc.h: Remove PPC_HAS_RFCI (Unused).
229
2302005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
231
232        * rtems/score/powerpc.h: Remove PPC_HAS_EXCEPTION_PREFIX (Unused).
233
2342005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
235
236        * rtems/score/powerpc.h: Remove PPC_CACHE_ALIGN_POWER (Unused).
237
2382005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
239
240        * rtems/score/powerpc.h: Remove PPC_LOW_POWER_MODE* (Unused).
241
2422005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
243
244        * rtems/score/powerpc.h: Remove PPC_HAS_EVPR (Unused).
245
2462005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
247
248        * rtems/score/powerpc.h: Remove PPC_USE_MULTIPLE (Unused).
249
2502005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
251
252        * rtems/score/powerpc.h: Remove PPC_D_CACHE, PPC_I_CACHE defines.
253
2542005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
255
256        * rtems/score/powerpc.h: Remove PPC_MSR_* defines.
257
2582005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
259
260        * rtems/old-exceptions/cpu.h: Add _PPC_MSR_DISABLE_MASK.
261        Use _PPC_MSR_DISABLE_MASK instead of PPC_MSR_DISABLE_MASK to set up
262        _disable_mask.
263
2642005-02-12      Ralf Corsepius <ralf.corsepius@rtems.org>
265
266        * cpu.c: New (Stub file for consistency with other ports).
267        * Makefile.am: Reflect changes above.
268
2692005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
270
271        * rtems/asm.h, rtems/old-exceptions/cpu.h, rtems/score/powerpc.h:
272        Remove PPC_ABI_POWEROPEN.
273
2742005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
275
276        * rtems/score/powerpc.h: Remove hard-coded PPC_HAS_FPU.
277        Tie PPC_HAS_FPU to _SOFT_FLOAT.
278
2792005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
280
281        * rtems/old-exceptions/cpu.h, rtems/score/powerpc.h:
282        Remove PPC_ABI_GCC27.
283
2842005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
285
286        * rtems/asm.h, rtems/score/powerpc.h: Remove XCOFF support.
287
2882005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
289
290        * Makefile.am: Split out preinstallation rules.
291        * preinstall.am: New (Split out from Makefile.am).
292
2932005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
294
295        PR 754/rtems
296        * rtems/asm.h: New (relocated from .).
297        * asm.h: Remove (moved to rtems/asm.h).
298        * Makefile.am: Reflect changes above.
299
3002004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
301
302        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
303        rtems/powerpc/registers.h: New header guards.
304
3052004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
306
307        * asm.h, rtems/score/cpu.h, rtems/score/powerpc.h,
308        rtems/score/ppc.h, rtems/score/types.h: New header guards.
309
3102005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
311
312        * rtems/score/types.h: Remove signed8, signed16, signed32,
313        unsigned8, unsigned16, unsigned32.
314
3152005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
316
317        * rtems/new-exceptions/cpu.h: *_swap_u32( uint32_t ).
318        * rtems/old-exceptions/cpu.h: *_swap_u32( uint32_t ).
319
3202005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
321
322        * rtems/score/types.h: #include <rtems/stdint.h>.
323
3242004-11-22      Joel Sherrill <joel@OARcorp.com>
325
326        * rtems/old-exceptions/cpu.h: Make compile in assembly.
327
3282004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
329
330        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
331        guard.
332
3332004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
334
335        * asm.h: Add doxygen preamble.
336
3372004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
338
339        * rtems/score/cpu.h: Add doxygen preamble.
340        * rtems/score/powerpc.h: Add doxygen preamble.
341        * rtems/score/ppc.h: Add doxygen preamble.
342        * rtems/score/types.h: Add doxygen preamble.
343
3442004-10-20      Eric Norum <norume@aps.anl.gov>
345
346        Add Kate Feng's MVME5500 BSP
347        * rtems/powerpc/registers.h, rtems/score/powerpc.h
348
3492004-09-29      Joel Sherrill <joel@OARcorp.com>
350
351        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: i960
352        obsoleted and all references removed.
353
3542004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
355
356        * asm.h: Include rtems/score/powerpc.h instead of
357        rtems/score/ppc.h.
358
3592004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
360
361        * rtems/score/powerpc.h: New (Copied and renamed from rtems/score/ppc.h)
362        for consistency with other ports.
363        * rtems/score/ppc.h: Deprecation wrapper to rtems/score/powerpc.h.
364        * Makefile.am: Reflect changes above.
365        * rtems/score/cpu.h: Include rtems/score/powerpc.h instead of
366        rtems/score/ppc.h.
367
3682004-04-12      David Querbach <querbach@realtime.bc.ca>
369
370        * asm.h, rtems/new-exceptions/cpu.h, rtems/score/ppc.h: addition of
371        MPC555 support as part of the addition of the SS555 BSP.
372
3732004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
374
375        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
376        * Makefile.am: Don't include multilib.am.
377        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
378
3792004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
380
381        * Makefile.am: Install asm.h to $(includedir)/rtems.
382
3832004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
384
385        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
386        rtems/powerpc/registers.h: Convert to using c99 fixed size types.
387
3882004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
389
390        * configure.ac: RTEMS_TOP([../../../..]).
391
3922004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * configure.ac: Move RTEMS_TOP one subdir down.
395
3962004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * Makefile.am: Add PREINSTALL_DIRS.
399
4002004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
403        Add PREINSTALL_FILES to CLEANFILES.
404
4052004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * configure.ac: Requires automake >= 1.8.1.
408
4092004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * Makefile.am: Include compile.am, again.
412
4132004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * Makefile.am: Convert to using automake compilation rules.
416
4172003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
420
4212003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
424
4252003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * Makefile.am: Add $(dirstamp) to preinstallation rules.
428
4292003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * Makefile.am: Remove all LIB-related rules.
432
4332003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * Makefile.am: Don't use gmake rules for preinstallation.
436
4372003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * configure.ac: Remove RTEMS_CANONICAL_HOST.
440
4412003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * configure.ac: Remove RTEMS_CHECK_CPU.
444
4452003-09-26      Joel Sherrill <joel@OARcorp.com>
446
447        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: Obsoleting HP
448        PA-RISC port and removing all references.
449
4502003-09-04      Joel Sherrill <joel@OARcorp.com>
451
452        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
453        rtems/powerpc/registers.h, rtems/score/ppc.h, rtems/score/types.h:
454        URL for license changed.
455
4562003-08-21      Till Straumann <strauman@slac.stanford.edu>
457
458        PR 457/bsps
459        * rtems/powerpc/registers.h: Add a few definitions for the PowerPC
460        thermal assistance unit.
461
4622003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
465
4662003-07-18      Till Straumann <strauman@slac.stanford.edu>
467
468        PR 288/rtems
469        * rtems/new-exceptions/cpu.h: _ISR_Nest_level is now properly
470        maintained and does not reside in SPRG0.
471
4722003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        * configure.ac: Remove AC_CONFIG_AUX_DIR.
475
4762003-02-20      Till Straumann <strauman@slac.stanford.edu>
477
478        PR 349/bsps
479        * rtems/powerpc/registers.h: Add definitions for HID1 and DABR SPRs.
480
4812002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
484        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
485
4862002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * configure.ac: Fix package name.
489
4902002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
491
492        * rtems/new-exceptions/cpu.h: Remove sections on
493        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
494        * rtems/old-exceptions/cpu.h: Remove sections on
495        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
496        * rtems/score/cpu.h: Insert sections on
497        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
498
4992002-10-31      Joel Sherrill <joel@OARcorp.com>
500
501        * rtems/new-exceptions/cpu.h: Removed warnings.
502
503
5042002-10-31      Joel Sherrill <joel@OARcorp.com>
505
506        * rtems/new-exceptions/cpu.h: Removed warnings.
507
5082002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
511
5122002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * .cvsignore: Reformat.
515        Add autom4te*cache.
516        Remove autom4te.cache.
517
5182002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
521
5222002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * Makefile.am: Use .$(OBJEXT) instead of .o.
525
5262002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * configure.ac: RTEMS_TOP(../../../..).
529
5302002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * configure.ac: Remove RTEMS_PROJECT_ROOT.
533
5342002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * configure.ac: Add RTEMS_PROG_CCAS
537
5382002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
541        Add AC_PROG_RANLIB.
542
5432002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
546        Use ../../../aclocal.
547
5482002-05-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
549
550        * rtems/score/ppc.h: Remove PPC_DEBUG_MODEL.
551
5522001-05-14      Till Straumann <strauman@slac.stanford.edu>
553
554        * rtems/powerpc/registers.h, rtems/score/ppc.h: Per PR213, add
555        support for the MPC74000 (AKA G4); there is no AltiVec support yet,
556        however.
5572002-04-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * rtems/score/ppc.h: Remove rtems_multilib.
560        Add mpc555 (Based on comments from Sergei Organov <osv@javad.ru>).
561        * rtems/old-exceptions/cpu.h: Remove _CPU_Data_Cache_Block_Flush.
562        Remove _CPU_Data_Cache_Block_Invalidate.
563
5642002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        * asm.h: Include cpuopts.h instead of targopts.h.
567        * rtems/new-exceptions/cpu.h: Relocated from
568        libbsp/powerpc/support/new_exception_processing/rtems/score/cpu.h
569        * rtems/old-exceptions/cpu.h: Relocated from
570        c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/cpu.h
571        * rtems/powerpc/registers.h: Relocated and renamed from
572        libcpu/powerpc/shared/include/cpu.h.
573        * rtems/score/cpu.h: New.
574        * Makefile.am: Reflect changes above.
575
5762001-04-03      Joel Sherrill <joel@OARcorp.com>
577
578        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
579        * rtems/score/ppctypes.h: Removed.
580        * rtems/score/types.h: New file via CVS magic.
581        * Makefile.am, rtems/score/cpu.h: Account for name change.
582
5832002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
584
585        * configure.ac:
586        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
587        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
588        * Makefile.am: Remove AUTOMAKE_OPTIONS.
589
5902002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
591
592        * Makefile.am: Reflect changes from 2002-01-23.
593
5942002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
595
596        * rtems/Makefile.am: Removed.
597        * rtems/score/Makefile.am: Removed.
598        * configure.ac: Reflect changes above.
599        AC_CONFIG_SRCDIR(asm.h).
600
6012002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
602
603        * rtems/Makefile.am: New.
604        * rtems/.cvsignore: New.
605        * rtems/score/Makefile.am: New.
606        * rtems/score/.cvsignore: New.
607        * rtems/score/ppc.h: Relocated from shared/.
608        * rtems/score/ppctypes.h: Relocated from shared/.
609        * asm.h: Relocated from shared/.
610        * shared/Makefile.am: Removed.
611        * shared/asm.h: Removed.
612        * shared/ppc.h: Removed.
613        * shared/ppctypes.h: Removed.
614        * shared/.cvsignore: Removed.
615        * Makefile.am: Reflect changes above.
616        * configure.ac: Reflect changes above.
617
6182001-11-28      Joel Sherrill <joel@OARcorp.com>,
619
620        This was tracked as PR91.
621        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
622        is used to specify if the port uses the standard macro for this (FALSE).
623        A TRUE setting indicates the port provides its own implementation.
624
6252001-11-14      Joel Sherrill <joel@OARcorp.com>
626
627        * shared/ppc.h: The mpc8260 uses the new exception processing model
628        and thus does not need to define PPC_USE_SPRG.
629
6302001-11-14      Andrew Dachs <A.Dachs@SSTL.co.uk>
631
632        * shared/ppc.h: mpc8260 has double FPU not single FPU.
633
6342001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
635
636        This modification is part of the submitted modifications necessary to
637        support the IBM PPC405 family.  This submission was reviewed by
638        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
639        not negatively impact the ppc403 BSPs.  The submission and tracking
640        process was captured as PR50.
641        * shared/asm.h, shared/ppc.h: Added PPC405 support.
642
6432001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
644
645        * shared/ppc.h: Added mpc8260 support.
646
6472001-10-12      Joel Sherrill <joel@OARcorp.com>
648
649        * shared/ppctypes.h: Fixed typo.
650
6512001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
652
653        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
654        * configure.in: Remove.
655        * configure.ac: New file, generated from configure.in by autoupdate.
656
6572001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
658
659        * shared/Makefile.am: Use 'PREINSTALL_FILES ='.
660
6612001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
662
663        * Makefile.am, rtems/score/Makefile.am:
664        Apply include_*HEADERS instead of H_FILES.
665
6662000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
667
668        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
669
6702000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
671
672        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
673
6742000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
675
676        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
677        Switch to GNU canonicalization.
678
6792000-10-20      Joel Sherrill <joel@OARcorp.com>
680
681        * shared/ppc.h: For multilibs, derive PPC_HAS_FPU from _SOFT_FLOAT.
682
6832000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
684
685        * Makefile.am: Include compile.am.
686
6872000-08-10      Joel Sherrill <joel@OARcorp.com>
688
689        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.