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

4.104.114.84.95
Last change on this file since a031fc22 was a031fc22, checked in by Till Straumann <strauman@…>, on 07/13/06 at 00:36:15
  • rtems/old-exceptions/cpu.h, rtems/powerpc/registers.h: Checked inline assembly; added early-clobber '&' to output operands of multi-instruction asms.
  • Property mode set to 100644
File size: 21.8 KB
Line 
12006-07-12      Till Straumann <strauman@slac.stanford.edu>
2
3        * rtems/old-exceptions/cpu.h, rtems/powerpc/registers.h:
4        Checked inline assembly; added early-clobber '&' to output operands
5        of multi-instruction asms.
6
72006-01-16      Joel Sherrill <joel@OARcorp.com>
8
9        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
10        rtems/score/cpu.h: Part of a large patch to improve Doxygen output.
11        As a side-effect, grammar and spelling errors were corrected, spacing
12        errors were address, and some variable names were improved.
13
142005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
15
16        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
17
182005-11-02      Till Straumann <strauman@slac.stanford.edu>
19
20        * rtems/powerpc/registers.h: recognize mpc7457 CPU; added definitions
21        for high bats (#4..7) on 7450 CPUs
22
232005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
24
25        * rtems/asm.h: Remove private version of CONCAT macros.
26        Include <rtems/concat.h> instead.
27
282005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
29
30        * rtems/score/powerpc.h: Removed warning
31
322005-02-21      Ralf Corsepius <ralf.corsepius@rtems.org>
33
34        * rtems/score/powerpc.h: Add  "defined(mpc7400) || defined(mpc7450)
35        || defined(mpc7455)" to altivec (gcc-3.2.x compatibility).
36
372005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
38
39        * rtems/new-exceptions/cpu.h (CPU_HARDWARE_FP, CPU_ALL_TASKS_ARE_FP,
40        CPU_IDLE_TASK_IS_FP): Remove.
41        * rtems/old-exceptions/cpu.h (CPU_HARDWARE_FP, CPU_ALL_TASKS_ARE_FP,
42        CPU_IDLE_TASK_IS_FP): Remove.
43        * rtems/score/cpu.h (CPU_HARDWARE_FP, CPU_ALL_TASKS_ARE_FP,
44        CPU_IDLE_TASK_IS_FP, CPU_SOFTWARE_FP): New.
45
462005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
47
48        * rtems/score/cpu.h: Derive CPU_{BIG|LITTLE}_ENDIAN from
49        __BIG_ENDIAN__.
50
512005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
52
53        * rtems/score/cpu.h (CPU_PROVIDES_IDLE_THREAD_BODY,
54        CPU_STACK_GROWS_UP, CPU_STRUCTURE_ALIGNMENT,
55        CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES, CPU_BIG_ENDIAN,
56        CPU_LITTLE_ENDIAN): Add.
57        * rtems/old-exceptions/cpu.h (CPU_PROVIDES_IDLE_THREAD_BODY,
58        CPU_STACK_GROWS_UP, CPU_STRUCTURE_ALIGNMENT,
59        CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES, CPU_BIG_ENDIAN,
60        CPU_LITTLE_ENDIAN): Remove.
61        * rtems/new-exceptions/cpu.h (CPU_PROVIDES_IDLE_THREAD_BODY,
62        CPU_STACK_GROWS_UP, CPU_STRUCTURE_ALIGNMENT,
63        CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES, CPU_BIG_ENDIAN,
64        CPU_LITTLE_ENDIAN): Remove.
65
662005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
67
68        * rtems/score/cpu.h:
69        (rtems_cpu_configuration_get_serial_per_sec,
70        rtems_cpu_configuration_get_serial_external_clock,
71        rtems_cpu_configuration_get_serial_xon_xoff,
72        rtems_cpu_configuration_get_serial_cts_rts,
73        rtems_cpu_configuration_get_serial_rate,
74        rtems_cpu_configuration_get_timer_average_overhead,
75        rtems_cpu_configuration_get_timer_least_valid,
76        rtems_cpu_configuration_get_timer_internal_clock,
77        rtems_cpu_configuration_get_clock_speed): New.
78        * rtems/old-exceptions/cpu.h:
79        (rtems_cpu_configuration_get_serial_per_sec,
80        rtems_cpu_configuration_get_serial_external_clock,
81        rtems_cpu_configuration_get_serial_xon_xoff,
82        rtems_cpu_configuration_get_serial_cts_rts,
83        rtems_cpu_configuration_get_serial_rate,
84        rtems_cpu_configuration_get_timer_average_overhead,
85        rtems_cpu_configuration_get_timer_least_valid,
86        rtems_cpu_configuration_get_timer_internal_clock,
87        rtems_cpu_configuration_get_clock_speed): Remove.
88
892005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
90
91        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h
92        (rtems_cpu_table): Sync defines between {old|new}-exceptions.
93
942005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
95
96        * rtems/new-exceptions/cpu.h (Context_Control,
97        Context_Control_fp, CPU_Interrupt_frame): Remove.
98        * rtems/old-exceptions/cpu.h (Context_Control,
99        Context_Control_fp, CPU_Interrupt_frame): Remove.
100        * rtems/score/cpu.h (Context_Control,
101        Context_Control_fp, CPU_Interrupt_frame): Add.
102
1032005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
104
105        * rtems/new-exceptions/cpu.h (CPU_STACK_MINIMUM_SIZE,
106        CPU_ALIGNMENT, CPU_HEAP_ALIGNMENT,
107        CPU_PARTITION_ALIGNMENT, CPU_STACK_ALIGNMENT): Remove.
108        * rtems/old-exceptions/cpu.h (CPU_STACK_MINIMUM_SIZE,
109        CPU_ALIGNMENT, CPU_HEAP_ALIGNMENT,
110        CPU_PARTITION_ALIGNMENT, CPU_STACK_ALIGNMENT): Remove.
111        * rtems/score/cpu.h (CPU_STACK_MINIMUM_SIZE,
112        CPU_ALIGNMENT, CPU_HEAP_ALIGNMENT,
113        CPU_PARTITION_ALIGNMENT, CPU_STACK_ALIGNMENT): Add.
114
1152005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
116
117        * rtems/new-exceptions/cpu.h: Remove CPU_MINIMUM_STACK_FRAME_SIZE.
118
1192005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
120
121        * rtems/new-exceptions/cpu.h (_CPU_Bitfield_Find_first_bit,
122        _CPU_Priority_Mask, _CPU_Priority_bits_index): Remove.
123        * rtems/old-exceptions/cpu.h (_CPU_Bitfield_Find_first_bit,
124        _CPU_Priority_Mask, _CPU_Priority_bits_index): Remove.
125        * rtems/score/cpu.h (_CPU_Bitfield_Find_first_bit,
126        _CPU_Priority_Mask, _CPU_Priority_bits_index): New.
127
1282005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
129
130        * rtems/new-exceptions/cpu.h (_CPU_msrs): Remove (Unused).
131        * rtems/old-exceptions/cpu.h (_CPU_msrs): Remove (Unused).
132
1332005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
134
135        * rtems/new-exceptions/cpu.h (_CPU_ISR_install_vector,
136        _CPU_Initialize, _CPU_Install_interrupt_stack, _CPU_Context_switch,
137        _CPU_Context_restore, _CPU_Context_save_fp, _CPU_Context_restore_fp,
138        _CPU_Fatal_error): Remove.
139        * rtems/old-exceptions/cpu.h (_CPU_ISR_install_vector,
140        _CPU_Initialize, _CPU_Install_interrupt_stack, _CPU_Context_switch,
141        _CPU_Context_restore, _CPU_Context_save_fp, _CPU_Context_restore_fp,
142        _CPU_Fatal_error): Remove.
143        * rtems/score/cpu.h (_CPU_ISR_install_vector,
144        _CPU_Initialize, _CPU_Install_interrupt_stack, _CPU_Context_switch,
145        _CPU_Context_restore, _CPU_Context_save_fp, _CPU_Context_restore_fp,
146        _CPU_Fatal_error): New.
147
1482005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
149
150        * rtems/old-exceptions/cpu.h (_CPU_Context_Initialize,
151        _CPU_Context_Restart_self, _CPU_Context_Fp_start,
152        _CPU_Context_Initialize_fp): Remove.
153        * rtems/new-exceptions/cpu.h (_CPU_Context_Initialize,
154        _CPU_Context_Restart_self, _CPU_Context_Fp_start,
155        _CPU_Context_Initialize_fp): Remove.
156        * rtems/score/cpu.h (_CPU_Context_Initialize,
157        _CPU_Context_Restart_self, _CPU_Context_Fp_start,
158        _CPU_Context_Initialize_fp): New.
159
1602005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
161
162        * rtems/old-exceptions/cpu.h (PPC_Get_timebase_register): Remove.
163        * rtems/powerpc/registers.h (PPC_Get_timebase_register,
164        PPC_Set_timebase_register): Remove.
165        * rtems/score/cpu.h (PPC_Get_timebase_register,
166        PPC_Set_timebase_register): New.
167
1682005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
169
170        * rtems/powerpc/registers.h (PPC_Set_decrementer,
171        PPC_Get_decrementer): Remove.
172        * rtems/old-exceptions/cpu.h (PPC_Set_decrementer): Remove.
173        * rtems/score/cpu.h (PPC_Set_decrementer, PPC_Get_decrementer): New.
174
1752005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
176
177        * rtems/old-exceptions/cpu.h (CPU_Get_timebase_low, rtems_bsp_delay,
178        rtems_bsp_delay_in_bus_cycles): Remove.
179        * rtems/powerpc/registers.h (CPU_Get_timebase_low, rtems_bsp_delay,
180        rtems_bsp_delay_in_bus_cycles): Remove.
181        * rtems/score/cpu.h (CPU_Get_timebase_low, rtems_bsp_delay,
182        rtems_bsp_delay_in_bus_cycles): New.
183
1842005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
185
186        * rtems/new-exceptions/cpu.h
187        (rtems_cpu_configuration_get_clicks_per_usec,
188        rtems_cpu_configuration_get_exceptions_in_ram): Remove.
189        * rtems/old-exceptions/cpu.h
190        (rtems_cpu_configuration_get_clicks_per_usec,
191        rtems_cpu_configuration_get_exceptions_in_ram): Remove.
192        * rtems/score/cpu.h
193        (rtems_cpu_configuration_get_clicks_per_usec,
194        rtems_cpu_configuration_get_exceptions_in_ram): New.
195
1962005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
197
198        * rtems/new-exceptions/cpu.h (CPU_swap_u32, CPU_swap_u16): Remove.
199        * rtems/old-exceptions/cpu.h (CPU_swap_u32, CPU_swap_u16): Remove.
200        * rtems/score/cpu.h (CPU_swap_u32, CPU_swap_u16): New.
201
2022005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
203
204        * rtems/old-exceptions/cpu.h: Add _CPU_MSG_GET
205        (old/new exception processing ABI compatibility).
206        * rtems/powerpc/registers.h: Use C99 fixed size types.
207
2082005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
209
210        * rtems/score/powerpc.h: Add __ALTIVEC__ support.
211
2122005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
213
214        * rtems/score/powerpc.h: Merge ppc603 and ppc603e
215        PPC_IRQ_*/PPC_TLB_* defines.
216
2172005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
218
219        * rtems/score/powerpc.h (mpc8260): PPC_ALIGNMENT 8.
220
2212005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
222
223        * rtems/score/powerpc.h: Remove PPC_HAS_RFCI (Unused).
224
2252005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
226
227        * rtems/score/powerpc.h: Remove PPC_HAS_EXCEPTION_PREFIX (Unused).
228
2292005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
230
231        * rtems/score/powerpc.h: Remove PPC_CACHE_ALIGN_POWER (Unused).
232
2332005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
234
235        * rtems/score/powerpc.h: Remove PPC_LOW_POWER_MODE* (Unused).
236
2372005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
238
239        * rtems/score/powerpc.h: Remove PPC_HAS_EVPR (Unused).
240
2412005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
242
243        * rtems/score/powerpc.h: Remove PPC_USE_MULTIPLE (Unused).
244
2452005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
246
247        * rtems/score/powerpc.h: Remove PPC_D_CACHE, PPC_I_CACHE defines.
248
2492005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
250
251        * rtems/score/powerpc.h: Remove PPC_MSR_* defines.
252
2532005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
254
255        * rtems/old-exceptions/cpu.h: Add _PPC_MSR_DISABLE_MASK.
256        Use _PPC_MSR_DISABLE_MASK instead of PPC_MSR_DISABLE_MASK to set up
257        _disable_mask.
258
2592005-02-12      Ralf Corsepius <ralf.corsepius@rtems.org>
260
261        * cpu.c: New (Stub file for consistency with other ports).
262        * Makefile.am: Reflect changes above.
263
2642005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
265
266        * rtems/asm.h, rtems/old-exceptions/cpu.h, rtems/score/powerpc.h:
267        Remove PPC_ABI_POWEROPEN.
268
2692005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
270
271        * rtems/score/powerpc.h: Remove hard-coded PPC_HAS_FPU.
272        Tie PPC_HAS_FPU to _SOFT_FLOAT.
273
2742005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
275
276        * rtems/old-exceptions/cpu.h, rtems/score/powerpc.h:
277        Remove PPC_ABI_GCC27.
278
2792005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
280
281        * rtems/asm.h, rtems/score/powerpc.h: Remove XCOFF support.
282
2832005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
284
285        * Makefile.am: Split out preinstallation rules.
286        * preinstall.am: New (Split out from Makefile.am).
287
2882005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
289
290        PR 754/rtems
291        * rtems/asm.h: New (relocated from .).
292        * asm.h: Remove (moved to rtems/asm.h).
293        * Makefile.am: Reflect changes above.
294
2952004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
296
297        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
298        rtems/powerpc/registers.h: New header guards.
299
3002004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
301
302        * asm.h, rtems/score/cpu.h, rtems/score/powerpc.h,
303        rtems/score/ppc.h, rtems/score/types.h: New header guards.
304
3052005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
306
307        * rtems/score/types.h: Remove signed8, signed16, signed32,
308        unsigned8, unsigned16, unsigned32.
309
3102005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
311
312        * rtems/new-exceptions/cpu.h: *_swap_u32( uint32_t ).
313        * rtems/old-exceptions/cpu.h: *_swap_u32( uint32_t ).
314
3152005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
316
317        * rtems/score/types.h: #include <rtems/stdint.h>.
318
3192004-11-22      Joel Sherrill <joel@OARcorp.com>
320
321        * rtems/old-exceptions/cpu.h: Make compile in assembly.
322
3232004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
324
325        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
326        guard.
327
3282004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
329
330        * asm.h: Add doxygen preamble.
331
3322004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
333
334        * rtems/score/cpu.h: Add doxygen preamble.
335        * rtems/score/powerpc.h: Add doxygen preamble.
336        * rtems/score/ppc.h: Add doxygen preamble.
337        * rtems/score/types.h: Add doxygen preamble.
338
3392004-10-20      Eric Norum <norume@aps.anl.gov>
340
341        Add Kate Feng's MVME5500 BSP
342        * rtems/powerpc/registers.h, rtems/score/powerpc.h
343
3442004-09-29      Joel Sherrill <joel@OARcorp.com>
345
346        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: i960
347        obsoleted and all references removed.
348
3492004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
350
351        * asm.h: Include rtems/score/powerpc.h instead of
352        rtems/score/ppc.h.
353
3542004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
355
356        * rtems/score/powerpc.h: New (Copied and renamed from rtems/score/ppc.h)
357        for consistency with other ports.
358        * rtems/score/ppc.h: Deprecation wrapper to rtems/score/powerpc.h.
359        * Makefile.am: Reflect changes above.
360        * rtems/score/cpu.h: Include rtems/score/powerpc.h instead of
361        rtems/score/ppc.h.
362
3632004-04-12      David Querbach <querbach@realtime.bc.ca>
364
365        * asm.h, rtems/new-exceptions/cpu.h, rtems/score/ppc.h: addition of
366        MPC555 support as part of the addition of the SS555 BSP.
367
3682004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
369
370        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
371        * Makefile.am: Don't include multilib.am.
372        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
373
3742004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
375
376        * Makefile.am: Install asm.h to $(includedir)/rtems.
377
3782004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
379
380        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
381        rtems/powerpc/registers.h: Convert to using c99 fixed size types.
382
3832004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
384
385        * configure.ac: RTEMS_TOP([../../../..]).
386
3872004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * configure.ac: Move RTEMS_TOP one subdir down.
390
3912004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * Makefile.am: Add PREINSTALL_DIRS.
394
3952004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
398        Add PREINSTALL_FILES to CLEANFILES.
399
4002004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * configure.ac: Requires automake >= 1.8.1.
403
4042004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * Makefile.am: Include compile.am, again.
407
4082004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * Makefile.am: Convert to using automake compilation rules.
411
4122003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
415
4162003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
419
4202003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * Makefile.am: Add $(dirstamp) to preinstallation rules.
423
4242003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * Makefile.am: Remove all LIB-related rules.
427
4282003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * Makefile.am: Don't use gmake rules for preinstallation.
431
4322003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * configure.ac: Remove RTEMS_CANONICAL_HOST.
435
4362003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * configure.ac: Remove RTEMS_CHECK_CPU.
439
4402003-09-26      Joel Sherrill <joel@OARcorp.com>
441
442        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: Obsoleting HP
443        PA-RISC port and removing all references.
444
4452003-09-04      Joel Sherrill <joel@OARcorp.com>
446
447        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
448        rtems/powerpc/registers.h, rtems/score/ppc.h, rtems/score/types.h:
449        URL for license changed.
450
4512003-08-21      Till Straumann <strauman@slac.stanford.edu>
452
453        PR 457/bsps
454        * rtems/powerpc/registers.h: Add a few definitions for the PowerPC
455        thermal assistance unit.
456
4572003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
460
4612003-07-18      Till Straumann <strauman@slac.stanford.edu>
462
463        PR 288/rtems
464        * rtems/new-exceptions/cpu.h: _ISR_Nest_level is now properly
465        maintained and does not reside in SPRG0.
466
4672003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * configure.ac: Remove AC_CONFIG_AUX_DIR.
470
4712003-02-20      Till Straumann <strauman@slac.stanford.edu>
472
473        PR 349/bsps
474        * rtems/powerpc/registers.h: Add definitions for HID1 and DABR SPRs.
475
4762002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
479        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
480
4812002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * configure.ac: Fix package name.
484
4852002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * rtems/new-exceptions/cpu.h: Remove sections on
488        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
489        * rtems/old-exceptions/cpu.h: Remove sections on
490        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
491        * rtems/score/cpu.h: Insert sections on
492        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
493
4942002-10-31      Joel Sherrill <joel@OARcorp.com>
495
496        * rtems/new-exceptions/cpu.h: Removed warnings.
497
498
4992002-10-31      Joel Sherrill <joel@OARcorp.com>
500
501        * rtems/new-exceptions/cpu.h: Removed warnings.
502
5032002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
506
5072002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * .cvsignore: Reformat.
510        Add autom4te*cache.
511        Remove autom4te.cache.
512
5132002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
516
5172002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * Makefile.am: Use .$(OBJEXT) instead of .o.
520
5212002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * configure.ac: RTEMS_TOP(../../../..).
524
5252002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
526
527        * configure.ac: Remove RTEMS_PROJECT_ROOT.
528
5292002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * configure.ac: Add RTEMS_PROG_CCAS
532
5332002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
534
535        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
536        Add AC_PROG_RANLIB.
537
5382002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
541        Use ../../../aclocal.
542
5432002-05-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * rtems/score/ppc.h: Remove PPC_DEBUG_MODEL.
546
5472001-05-14      Till Straumann <strauman@slac.stanford.edu>
548
549        * rtems/powerpc/registers.h, rtems/score/ppc.h: Per PR213, add
550        support for the MPC74000 (AKA G4); there is no AltiVec support yet,
551        however.
5522002-04-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * rtems/score/ppc.h: Remove rtems_multilib.
555        Add mpc555 (Based on comments from Sergei Organov <osv@javad.ru>).
556        * rtems/old-exceptions/cpu.h: Remove _CPU_Data_Cache_Block_Flush.
557        Remove _CPU_Data_Cache_Block_Invalidate.
558
5592002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
560
561        * asm.h: Include cpuopts.h instead of targopts.h.
562        * rtems/new-exceptions/cpu.h: Relocated from
563        libbsp/powerpc/support/new_exception_processing/rtems/score/cpu.h
564        * rtems/old-exceptions/cpu.h: Relocated from
565        c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/cpu.h
566        * rtems/powerpc/registers.h: Relocated and renamed from
567        libcpu/powerpc/shared/include/cpu.h.
568        * rtems/score/cpu.h: New.
569        * Makefile.am: Reflect changes above.
570
5712001-04-03      Joel Sherrill <joel@OARcorp.com>
572
573        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
574        * rtems/score/ppctypes.h: Removed.
575        * rtems/score/types.h: New file via CVS magic.
576        * Makefile.am, rtems/score/cpu.h: Account for name change.
577
5782002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * configure.ac:
581        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
582        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
583        * Makefile.am: Remove AUTOMAKE_OPTIONS.
584
5852002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
586
587        * Makefile.am: Reflect changes from 2002-01-23.
588
5892002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
590
591        * rtems/Makefile.am: Removed.
592        * rtems/score/Makefile.am: Removed.
593        * configure.ac: Reflect changes above.
594        AC_CONFIG_SRCDIR(asm.h).
595
5962002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
597
598        * rtems/Makefile.am: New.
599        * rtems/.cvsignore: New.
600        * rtems/score/Makefile.am: New.
601        * rtems/score/.cvsignore: New.
602        * rtems/score/ppc.h: Relocated from shared/.
603        * rtems/score/ppctypes.h: Relocated from shared/.
604        * asm.h: Relocated from shared/.
605        * shared/Makefile.am: Removed.
606        * shared/asm.h: Removed.
607        * shared/ppc.h: Removed.
608        * shared/ppctypes.h: Removed.
609        * shared/.cvsignore: Removed.
610        * Makefile.am: Reflect changes above.
611        * configure.ac: Reflect changes above.
612
6132001-11-28      Joel Sherrill <joel@OARcorp.com>,
614
615        This was tracked as PR91.
616        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
617        is used to specify if the port uses the standard macro for this (FALSE).
618        A TRUE setting indicates the port provides its own implementation.
619
6202001-11-14      Joel Sherrill <joel@OARcorp.com>
621
622        * shared/ppc.h: The mpc8260 uses the new exception processing model
623        and thus does not need to define PPC_USE_SPRG.
624
6252001-11-14      Andrew Dachs <A.Dachs@SSTL.co.uk>
626
627        * shared/ppc.h: mpc8260 has double FPU not single FPU.
628
6292001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
630
631        This modification is part of the submitted modifications necessary to
632        support the IBM PPC405 family.  This submission was reviewed by
633        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
634        not negatively impact the ppc403 BSPs.  The submission and tracking
635        process was captured as PR50.
636        * shared/asm.h, shared/ppc.h: Added PPC405 support.
637
6382001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
639
640        * shared/ppc.h: Added mpc8260 support.
641
6422001-10-12      Joel Sherrill <joel@OARcorp.com>
643
644        * shared/ppctypes.h: Fixed typo.
645
6462001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
647
648        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
649        * configure.in: Remove.
650        * configure.ac: New file, generated from configure.in by autoupdate.
651
6522001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
653
654        * shared/Makefile.am: Use 'PREINSTALL_FILES ='.
655
6562001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
657
658        * Makefile.am, rtems/score/Makefile.am:
659        Apply include_*HEADERS instead of H_FILES.
660
6612000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
662
663        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
664
6652000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
666
667        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
668
6692000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
670
671        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
672        Switch to GNU canonicalization.
673
6742000-10-20      Joel Sherrill <joel@OARcorp.com>
675
676        * shared/ppc.h: For multilibs, derive PPC_HAS_FPU from _SOFT_FLOAT.
677
6782000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
679
680        * Makefile.am: Include compile.am.
681
6822000-08-10      Joel Sherrill <joel@OARcorp.com>
683
684        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.