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

4.8
Last change on this file since b72e847b was 8b56aa3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/09/07 at 15:28:52

2007-05-09 Ralf Corsépius <ralf.corsepius@…>

  • rtems/score/cpu.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
  • Property mode set to 100644
File size: 22.5 KB
Line 
12007-05-09      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * rtems/score/cpu.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
4
52007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * rtems/score/cpu.h:
8          Use Context_Control_fp* instead of void* for fp_contexts.
9          Eliminate evil casts.
10
112006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * rtems/score/ppc.h: Remove (Deprecated in 4.7).
14        * Makefile: Remove rtems/score/ppc.h.
15
162006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * rtems/score/types.h: Remove unsigned64, signed64.
19
202006-08-09      Joel Sherrill <joel@OARcorp.com>
21
22        * rtems/score/cpu.h: Because gcc implicitly uses floating point turn on
23        floating point for all threads if there is a hardware FPU.
24
252006-07-12      Till Straumann <strauman@slac.stanford.edu>
26
27        * rtems/old-exceptions/cpu.h, rtems/powerpc/registers.h:
28        Checked inline assembly; added early-clobber '&' to output operands
29        of multi-instruction asms.
30
312006-01-16      Joel Sherrill <joel@OARcorp.com>
32
33        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
34        rtems/score/cpu.h: Part of a large patch to improve Doxygen output.
35        As a side-effect, grammar and spelling errors were corrected, spacing
36        errors were address, and some variable names were improved.
37
382005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
39
40        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
41
422005-11-02      Till Straumann <strauman@slac.stanford.edu>
43
44        * rtems/powerpc/registers.h: recognize mpc7457 CPU; added definitions
45        for high bats (#4..7) on 7450 CPUs
46
472005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
48
49        * rtems/asm.h: Remove private version of CONCAT macros.
50        Include <rtems/concat.h> instead.
51
522005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
53
54        * rtems/score/powerpc.h: Removed warning
55
562005-02-21      Ralf Corsepius <ralf.corsepius@rtems.org>
57
58        * rtems/score/powerpc.h: Add  "defined(mpc7400) || defined(mpc7450)
59        || defined(mpc7455)" to altivec (gcc-3.2.x compatibility).
60
612005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
62
63        * rtems/new-exceptions/cpu.h (CPU_HARDWARE_FP, CPU_ALL_TASKS_ARE_FP,
64        CPU_IDLE_TASK_IS_FP): Remove.
65        * rtems/old-exceptions/cpu.h (CPU_HARDWARE_FP, CPU_ALL_TASKS_ARE_FP,
66        CPU_IDLE_TASK_IS_FP): Remove.
67        * rtems/score/cpu.h (CPU_HARDWARE_FP, CPU_ALL_TASKS_ARE_FP,
68        CPU_IDLE_TASK_IS_FP, CPU_SOFTWARE_FP): New.
69
702005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
71
72        * rtems/score/cpu.h: Derive CPU_{BIG|LITTLE}_ENDIAN from
73        __BIG_ENDIAN__.
74
752005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
76
77        * rtems/score/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): Add.
81        * rtems/old-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        * rtems/new-exceptions/cpu.h (CPU_PROVIDES_IDLE_THREAD_BODY,
86        CPU_STACK_GROWS_UP, CPU_STRUCTURE_ALIGNMENT,
87        CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES, CPU_BIG_ENDIAN,
88        CPU_LITTLE_ENDIAN): Remove.
89
902005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
91
92        * rtems/score/cpu.h:
93        (rtems_cpu_configuration_get_serial_per_sec,
94        rtems_cpu_configuration_get_serial_external_clock,
95        rtems_cpu_configuration_get_serial_xon_xoff,
96        rtems_cpu_configuration_get_serial_cts_rts,
97        rtems_cpu_configuration_get_serial_rate,
98        rtems_cpu_configuration_get_timer_average_overhead,
99        rtems_cpu_configuration_get_timer_least_valid,
100        rtems_cpu_configuration_get_timer_internal_clock,
101        rtems_cpu_configuration_get_clock_speed): New.
102        * rtems/old-exceptions/cpu.h:
103        (rtems_cpu_configuration_get_serial_per_sec,
104        rtems_cpu_configuration_get_serial_external_clock,
105        rtems_cpu_configuration_get_serial_xon_xoff,
106        rtems_cpu_configuration_get_serial_cts_rts,
107        rtems_cpu_configuration_get_serial_rate,
108        rtems_cpu_configuration_get_timer_average_overhead,
109        rtems_cpu_configuration_get_timer_least_valid,
110        rtems_cpu_configuration_get_timer_internal_clock,
111        rtems_cpu_configuration_get_clock_speed): Remove.
112
1132005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
114
115        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h
116        (rtems_cpu_table): Sync defines between {old|new}-exceptions.
117
1182005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
119
120        * rtems/new-exceptions/cpu.h (Context_Control,
121        Context_Control_fp, CPU_Interrupt_frame): Remove.
122        * rtems/old-exceptions/cpu.h (Context_Control,
123        Context_Control_fp, CPU_Interrupt_frame): Remove.
124        * rtems/score/cpu.h (Context_Control,
125        Context_Control_fp, CPU_Interrupt_frame): Add.
126
1272005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
128
129        * rtems/new-exceptions/cpu.h (CPU_STACK_MINIMUM_SIZE,
130        CPU_ALIGNMENT, CPU_HEAP_ALIGNMENT,
131        CPU_PARTITION_ALIGNMENT, CPU_STACK_ALIGNMENT): Remove.
132        * rtems/old-exceptions/cpu.h (CPU_STACK_MINIMUM_SIZE,
133        CPU_ALIGNMENT, CPU_HEAP_ALIGNMENT,
134        CPU_PARTITION_ALIGNMENT, CPU_STACK_ALIGNMENT): Remove.
135        * rtems/score/cpu.h (CPU_STACK_MINIMUM_SIZE,
136        CPU_ALIGNMENT, CPU_HEAP_ALIGNMENT,
137        CPU_PARTITION_ALIGNMENT, CPU_STACK_ALIGNMENT): Add.
138
1392005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
140
141        * rtems/new-exceptions/cpu.h: Remove CPU_MINIMUM_STACK_FRAME_SIZE.
142
1432005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
144
145        * rtems/new-exceptions/cpu.h (_CPU_Bitfield_Find_first_bit,
146        _CPU_Priority_Mask, _CPU_Priority_bits_index): Remove.
147        * rtems/old-exceptions/cpu.h (_CPU_Bitfield_Find_first_bit,
148        _CPU_Priority_Mask, _CPU_Priority_bits_index): Remove.
149        * rtems/score/cpu.h (_CPU_Bitfield_Find_first_bit,
150        _CPU_Priority_Mask, _CPU_Priority_bits_index): New.
151
1522005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
153
154        * rtems/new-exceptions/cpu.h (_CPU_msrs): Remove (Unused).
155        * rtems/old-exceptions/cpu.h (_CPU_msrs): Remove (Unused).
156
1572005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
158
159        * rtems/new-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/old-exceptions/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): Remove.
167        * rtems/score/cpu.h (_CPU_ISR_install_vector,
168        _CPU_Initialize, _CPU_Install_interrupt_stack, _CPU_Context_switch,
169        _CPU_Context_restore, _CPU_Context_save_fp, _CPU_Context_restore_fp,
170        _CPU_Fatal_error): New.
171
1722005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
173
174        * rtems/old-exceptions/cpu.h (_CPU_Context_Initialize,
175        _CPU_Context_Restart_self, _CPU_Context_Fp_start,
176        _CPU_Context_Initialize_fp): Remove.
177        * rtems/new-exceptions/cpu.h (_CPU_Context_Initialize,
178        _CPU_Context_Restart_self, _CPU_Context_Fp_start,
179        _CPU_Context_Initialize_fp): Remove.
180        * rtems/score/cpu.h (_CPU_Context_Initialize,
181        _CPU_Context_Restart_self, _CPU_Context_Fp_start,
182        _CPU_Context_Initialize_fp): New.
183
1842005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
185
186        * rtems/old-exceptions/cpu.h (PPC_Get_timebase_register): Remove.
187        * rtems/powerpc/registers.h (PPC_Get_timebase_register,
188        PPC_Set_timebase_register): Remove.
189        * rtems/score/cpu.h (PPC_Get_timebase_register,
190        PPC_Set_timebase_register): New.
191
1922005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
193
194        * rtems/powerpc/registers.h (PPC_Set_decrementer,
195        PPC_Get_decrementer): Remove.
196        * rtems/old-exceptions/cpu.h (PPC_Set_decrementer): Remove.
197        * rtems/score/cpu.h (PPC_Set_decrementer, PPC_Get_decrementer): New.
198
1992005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
200
201        * rtems/old-exceptions/cpu.h (CPU_Get_timebase_low, rtems_bsp_delay,
202        rtems_bsp_delay_in_bus_cycles): Remove.
203        * rtems/powerpc/registers.h (CPU_Get_timebase_low, rtems_bsp_delay,
204        rtems_bsp_delay_in_bus_cycles): Remove.
205        * rtems/score/cpu.h (CPU_Get_timebase_low, rtems_bsp_delay,
206        rtems_bsp_delay_in_bus_cycles): New.
207
2082005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
209
210        * rtems/new-exceptions/cpu.h
211        (rtems_cpu_configuration_get_clicks_per_usec,
212        rtems_cpu_configuration_get_exceptions_in_ram): Remove.
213        * rtems/old-exceptions/cpu.h
214        (rtems_cpu_configuration_get_clicks_per_usec,
215        rtems_cpu_configuration_get_exceptions_in_ram): Remove.
216        * rtems/score/cpu.h
217        (rtems_cpu_configuration_get_clicks_per_usec,
218        rtems_cpu_configuration_get_exceptions_in_ram): New.
219
2202005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
221
222        * rtems/new-exceptions/cpu.h (CPU_swap_u32, CPU_swap_u16): Remove.
223        * rtems/old-exceptions/cpu.h (CPU_swap_u32, CPU_swap_u16): Remove.
224        * rtems/score/cpu.h (CPU_swap_u32, CPU_swap_u16): New.
225
2262005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
227
228        * rtems/old-exceptions/cpu.h: Add _CPU_MSG_GET
229        (old/new exception processing ABI compatibility).
230        * rtems/powerpc/registers.h: Use C99 fixed size types.
231
2322005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
233
234        * rtems/score/powerpc.h: Add __ALTIVEC__ support.
235
2362005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
237
238        * rtems/score/powerpc.h: Merge ppc603 and ppc603e
239        PPC_IRQ_*/PPC_TLB_* defines.
240
2412005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
242
243        * rtems/score/powerpc.h (mpc8260): PPC_ALIGNMENT 8.
244
2452005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
246
247        * rtems/score/powerpc.h: Remove PPC_HAS_RFCI (Unused).
248
2492005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
250
251        * rtems/score/powerpc.h: Remove PPC_HAS_EXCEPTION_PREFIX (Unused).
252
2532005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
254
255        * rtems/score/powerpc.h: Remove PPC_CACHE_ALIGN_POWER (Unused).
256
2572005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
258
259        * rtems/score/powerpc.h: Remove PPC_LOW_POWER_MODE* (Unused).
260
2612005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
262
263        * rtems/score/powerpc.h: Remove PPC_HAS_EVPR (Unused).
264
2652005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
266
267        * rtems/score/powerpc.h: Remove PPC_USE_MULTIPLE (Unused).
268
2692005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
270
271        * rtems/score/powerpc.h: Remove PPC_D_CACHE, PPC_I_CACHE defines.
272
2732005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
274
275        * rtems/score/powerpc.h: Remove PPC_MSR_* defines.
276
2772005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
278
279        * rtems/old-exceptions/cpu.h: Add _PPC_MSR_DISABLE_MASK.
280        Use _PPC_MSR_DISABLE_MASK instead of PPC_MSR_DISABLE_MASK to set up
281        _disable_mask.
282
2832005-02-12      Ralf Corsepius <ralf.corsepius@rtems.org>
284
285        * cpu.c: New (Stub file for consistency with other ports).
286        * Makefile.am: Reflect changes above.
287
2882005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
289
290        * rtems/asm.h, rtems/old-exceptions/cpu.h, rtems/score/powerpc.h:
291        Remove PPC_ABI_POWEROPEN.
292
2932005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
294
295        * rtems/score/powerpc.h: Remove hard-coded PPC_HAS_FPU.
296        Tie PPC_HAS_FPU to _SOFT_FLOAT.
297
2982005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
299
300        * rtems/old-exceptions/cpu.h, rtems/score/powerpc.h:
301        Remove PPC_ABI_GCC27.
302
3032005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
304
305        * rtems/asm.h, rtems/score/powerpc.h: Remove XCOFF support.
306
3072005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
308
309        * Makefile.am: Split out preinstallation rules.
310        * preinstall.am: New (Split out from Makefile.am).
311
3122005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
313
314        PR 754/rtems
315        * rtems/asm.h: New (relocated from .).
316        * asm.h: Remove (moved to rtems/asm.h).
317        * Makefile.am: Reflect changes above.
318
3192004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
320
321        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
322        rtems/powerpc/registers.h: New header guards.
323
3242004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
325
326        * asm.h, rtems/score/cpu.h, rtems/score/powerpc.h,
327        rtems/score/ppc.h, rtems/score/types.h: New header guards.
328
3292005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
330
331        * rtems/score/types.h: Remove signed8, signed16, signed32,
332        unsigned8, unsigned16, unsigned32.
333
3342005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
335
336        * rtems/new-exceptions/cpu.h: *_swap_u32( uint32_t ).
337        * rtems/old-exceptions/cpu.h: *_swap_u32( uint32_t ).
338
3392005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
340
341        * rtems/score/types.h: #include <rtems/stdint.h>.
342
3432004-11-22      Joel Sherrill <joel@OARcorp.com>
344
345        * rtems/old-exceptions/cpu.h: Make compile in assembly.
346
3472004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
348
349        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
350        guard.
351
3522004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
353
354        * asm.h: Add doxygen preamble.
355
3562004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
357
358        * rtems/score/cpu.h: Add doxygen preamble.
359        * rtems/score/powerpc.h: Add doxygen preamble.
360        * rtems/score/ppc.h: Add doxygen preamble.
361        * rtems/score/types.h: Add doxygen preamble.
362
3632004-10-20      Eric Norum <norume@aps.anl.gov>
364
365        Add Kate Feng's MVME5500 BSP
366        * rtems/powerpc/registers.h, rtems/score/powerpc.h
367
3682004-09-29      Joel Sherrill <joel@OARcorp.com>
369
370        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: i960
371        obsoleted and all references removed.
372
3732004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
374
375        * asm.h: Include rtems/score/powerpc.h instead of
376        rtems/score/ppc.h.
377
3782004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
379
380        * rtems/score/powerpc.h: New (Copied and renamed from rtems/score/ppc.h)
381        for consistency with other ports.
382        * rtems/score/ppc.h: Deprecation wrapper to rtems/score/powerpc.h.
383        * Makefile.am: Reflect changes above.
384        * rtems/score/cpu.h: Include rtems/score/powerpc.h instead of
385        rtems/score/ppc.h.
386
3872004-04-12      David Querbach <querbach@realtime.bc.ca>
388
389        * asm.h, rtems/new-exceptions/cpu.h, rtems/score/ppc.h: addition of
390        MPC555 support as part of the addition of the SS555 BSP.
391
3922004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
393
394        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
395        * Makefile.am: Don't include multilib.am.
396        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
397
3982004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
399
400        * Makefile.am: Install asm.h to $(includedir)/rtems.
401
4022004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
403
404        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
405        rtems/powerpc/registers.h: Convert to using c99 fixed size types.
406
4072004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
408
409        * configure.ac: RTEMS_TOP([../../../..]).
410
4112004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * configure.ac: Move RTEMS_TOP one subdir down.
414
4152004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * Makefile.am: Add PREINSTALL_DIRS.
418
4192004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
422        Add PREINSTALL_FILES to CLEANFILES.
423
4242004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * configure.ac: Requires automake >= 1.8.1.
427
4282004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * Makefile.am: Include compile.am, again.
431
4322004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * Makefile.am: Convert to using automake compilation rules.
435
4362003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
439
4402003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
443
4442003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * Makefile.am: Add $(dirstamp) to preinstallation rules.
447
4482003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * Makefile.am: Remove all LIB-related rules.
451
4522003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * Makefile.am: Don't use gmake rules for preinstallation.
455
4562003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * configure.ac: Remove RTEMS_CANONICAL_HOST.
459
4602003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * configure.ac: Remove RTEMS_CHECK_CPU.
463
4642003-09-26      Joel Sherrill <joel@OARcorp.com>
465
466        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: Obsoleting HP
467        PA-RISC port and removing all references.
468
4692003-09-04      Joel Sherrill <joel@OARcorp.com>
470
471        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
472        rtems/powerpc/registers.h, rtems/score/ppc.h, rtems/score/types.h:
473        URL for license changed.
474
4752003-08-21      Till Straumann <strauman@slac.stanford.edu>
476
477        PR 457/bsps
478        * rtems/powerpc/registers.h: Add a few definitions for the PowerPC
479        thermal assistance unit.
480
4812003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
484
4852003-07-18      Till Straumann <strauman@slac.stanford.edu>
486
487        PR 288/rtems
488        * rtems/new-exceptions/cpu.h: _ISR_Nest_level is now properly
489        maintained and does not reside in SPRG0.
490
4912003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * configure.ac: Remove AC_CONFIG_AUX_DIR.
494
4952003-02-20      Till Straumann <strauman@slac.stanford.edu>
496
497        PR 349/bsps
498        * rtems/powerpc/registers.h: Add definitions for HID1 and DABR SPRs.
499
5002002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
503        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
504
5052002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * configure.ac: Fix package name.
508
5092002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * rtems/new-exceptions/cpu.h: Remove sections on
512        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
513        * rtems/old-exceptions/cpu.h: Remove sections on
514        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
515        * rtems/score/cpu.h: Insert sections on
516        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
517
5182002-10-31      Joel Sherrill <joel@OARcorp.com>
519
520        * rtems/new-exceptions/cpu.h: Removed warnings.
521
522
5232002-10-31      Joel Sherrill <joel@OARcorp.com>
524
525        * rtems/new-exceptions/cpu.h: Removed warnings.
526
5272002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
530
5312002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * .cvsignore: Reformat.
534        Add autom4te*cache.
535        Remove autom4te.cache.
536
5372002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
540
5412002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * Makefile.am: Use .$(OBJEXT) instead of .o.
544
5452002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546
547        * configure.ac: RTEMS_TOP(../../../..).
548
5492002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * configure.ac: Remove RTEMS_PROJECT_ROOT.
552
5532002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * configure.ac: Add RTEMS_PROG_CCAS
556
5572002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
560        Add AC_PROG_RANLIB.
561
5622002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
565        Use ../../../aclocal.
566
5672002-05-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * rtems/score/ppc.h: Remove PPC_DEBUG_MODEL.
570
5712001-05-14      Till Straumann <strauman@slac.stanford.edu>
572
573        * rtems/powerpc/registers.h, rtems/score/ppc.h: Per PR213, add
574        support for the MPC74000 (AKA G4); there is no AltiVec support yet,
575        however.
5762002-04-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
577
578        * rtems/score/ppc.h: Remove rtems_multilib.
579        Add mpc555 (Based on comments from Sergei Organov <osv@javad.ru>).
580        * rtems/old-exceptions/cpu.h: Remove _CPU_Data_Cache_Block_Flush.
581        Remove _CPU_Data_Cache_Block_Invalidate.
582
5832002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
584
585        * asm.h: Include cpuopts.h instead of targopts.h.
586        * rtems/new-exceptions/cpu.h: Relocated from
587        libbsp/powerpc/support/new_exception_processing/rtems/score/cpu.h
588        * rtems/old-exceptions/cpu.h: Relocated from
589        c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/cpu.h
590        * rtems/powerpc/registers.h: Relocated and renamed from
591        libcpu/powerpc/shared/include/cpu.h.
592        * rtems/score/cpu.h: New.
593        * Makefile.am: Reflect changes above.
594
5952001-04-03      Joel Sherrill <joel@OARcorp.com>
596
597        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
598        * rtems/score/ppctypes.h: Removed.
599        * rtems/score/types.h: New file via CVS magic.
600        * Makefile.am, rtems/score/cpu.h: Account for name change.
601
6022002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
603
604        * configure.ac:
605        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
606        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
607        * Makefile.am: Remove AUTOMAKE_OPTIONS.
608
6092002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
610
611        * Makefile.am: Reflect changes from 2002-01-23.
612
6132002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
614
615        * rtems/Makefile.am: Removed.
616        * rtems/score/Makefile.am: Removed.
617        * configure.ac: Reflect changes above.
618        AC_CONFIG_SRCDIR(asm.h).
619
6202002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
621
622        * rtems/Makefile.am: New.
623        * rtems/.cvsignore: New.
624        * rtems/score/Makefile.am: New.
625        * rtems/score/.cvsignore: New.
626        * rtems/score/ppc.h: Relocated from shared/.
627        * rtems/score/ppctypes.h: Relocated from shared/.
628        * asm.h: Relocated from shared/.
629        * shared/Makefile.am: Removed.
630        * shared/asm.h: Removed.
631        * shared/ppc.h: Removed.
632        * shared/ppctypes.h: Removed.
633        * shared/.cvsignore: Removed.
634        * Makefile.am: Reflect changes above.
635        * configure.ac: Reflect changes above.
636
6372001-11-28      Joel Sherrill <joel@OARcorp.com>,
638
639        This was tracked as PR91.
640        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
641        is used to specify if the port uses the standard macro for this (FALSE).
642        A TRUE setting indicates the port provides its own implementation.
643
6442001-11-14      Joel Sherrill <joel@OARcorp.com>
645
646        * shared/ppc.h: The mpc8260 uses the new exception processing model
647        and thus does not need to define PPC_USE_SPRG.
648
6492001-11-14      Andrew Dachs <A.Dachs@SSTL.co.uk>
650
651        * shared/ppc.h: mpc8260 has double FPU not single FPU.
652
6532001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
654
655        This modification is part of the submitted modifications necessary to
656        support the IBM PPC405 family.  This submission was reviewed by
657        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
658        not negatively impact the ppc403 BSPs.  The submission and tracking
659        process was captured as PR50.
660        * shared/asm.h, shared/ppc.h: Added PPC405 support.
661
6622001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
663
664        * shared/ppc.h: Added mpc8260 support.
665
6662001-10-12      Joel Sherrill <joel@OARcorp.com>
667
668        * shared/ppctypes.h: Fixed typo.
669
6702001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
671
672        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
673        * configure.in: Remove.
674        * configure.ac: New file, generated from configure.in by autoupdate.
675
6762001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
677
678        * shared/Makefile.am: Use 'PREINSTALL_FILES ='.
679
6802001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
681
682        * Makefile.am, rtems/score/Makefile.am:
683        Apply include_*HEADERS instead of H_FILES.
684
6852000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
686
687        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
688
6892000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
690
691        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
692
6932000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
694
695        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
696        Switch to GNU canonicalization.
697
6982000-10-20      Joel Sherrill <joel@OARcorp.com>
699
700        * shared/ppc.h: For multilibs, derive PPC_HAS_FPU from _SOFT_FLOAT.
701
7022000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
703
704        * Makefile.am: Include compile.am.
705
7062000-08-10      Joel Sherrill <joel@OARcorp.com>
707
708        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.