source: rtems/cpukit/score/cpu/powerpc/ChangeLog @ 334b3c1e

4.104.114.95
Last change on this file since 334b3c1e was 334b3c1e, checked in by Joel Sherrill <joel.sherrill@…>, on 08/05/08 at 13:32:27

2008-08-04 Sebastian Huber <sebastian.huber@…>

  • rtems/new-exceptions/cpu.h: Changed define CPU_INTERRUPT_MAXIMUM_VECTOR_NUMBER to UINT32_MAX to avoid comparison between signed and unsigned.
  • Property mode set to 100644
File size: 26.4 KB
Line 
12008-08-04      Sebastian Huber <sebastian.huber@embedded-brains.de>
2
3        * rtems/new-exceptions/cpu.h: Changed define
4        CPU_INTERRUPT_MAXIMUM_VECTOR_NUMBER to UINT32_MAX to avoid comparison
5        between signed and unsigned.
6
72008-07-18      Sebastian Huber <sebastian.huber@embedded-brains.de>
8
9        * rtems/powerpc/registers.h: Added masks for BOOKE_TCR fields.
10
112008-07-14      Thomas Doerfler <thomas.doerfler@embedded-brains.de>
12        * rtems/powerpc/registers.h:
13
14        Added PPC405EX support contributed by Michael Hamel
15
162008-07-10      Sebastian Huber <sebastian.huber@embedded-brains.de>
17
18        * rtems/asm.h: Added defines for save and restore registers and
19        special purpose registers 4 to 7.
20
21        * rtems/new-exceptions/cpu.h: Changed define PPC_BSP_HAS_FIXED_PR288 to
22        a value that results in a compile time error on usage since SPRG0 is
23        now used for the interrupt disable mask.
24
25        * rtems/powerpc/registers.h: Bugfix: Swapped values of TBWU and TBWL.
26
27        Added defines SPRG4..7 and USPRG0.
28
29        Changed _CPU_ISR_{Disable, Enable, Flush} to use static inline
30        functions.  The interrupt disable mask is now stored in SPRG0.  Which
31        was previously denoted to indicate a PR288 bugfix.  You may now
32        initialize the interrupt disable mask via
33        ppc_interrupt_set_disable_mask() and
34        PPC_INTERRUPT_DISABLE_MASK_DEFAULT.  The default value will be set in
35        bootcard.c.
36
372008-02-20      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        * rtems/old-exceptions/cpu.h: Remove (Abandoned).
40        * rtems/score/cpu.h: Remove ref to rtems/old-exceptions/cpu.h.
41        * Makefile.am: Remove ref to rtems/old-exceptions/cpu.h.
42
432007-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
44
45        * rtems/score/cpu.h: Add _CPU_Context_Get_SP() for stack check utility.
46
472007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
48
49        * rtems/powerpc/registers.h, rtems/score/cpu.h: Sweep to make sure grep
50        for COPYRIGHT passes.
51
522007-12-03      Till Straumann <strauman@slac.stanford.edu>
53
54        * rtems/powerpc/registers.h: added definitions for MSR_CE,
55        MSR_DE (bookE).
56
572007-12-06      Joel Sherrill <joel.sherrill@OARcorp.com>
58
59        * rtems/old-exceptions/cpu.h: Remove extra ifndef.
60
612007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
62
63        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
64        rtems/score/cpu.h: Move interrupt_stack_size field from CPU Table to
65        Configuration Table. Eliminate CPU Table from all ports. Delete
66        references to CPU Table in all forms.
67
682007-12-03      Till Straumann <strauman@slac.stanford.edu>
69
70        * rtems/score/cpu.h: Added comment that GDB patch sim/2376
71        is needed for reading the time-base with the new (more
72        portable) method.
73
742007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
75
76        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: Moved most of
77        the remaining CPU Table fields to the Configuration Table. This
78        included pretasking_hook, predriver_hook, postdriver_hook, idle_task,
79        do_zero_of_workspace, extra_mpci_receive_server_stack,
80        stack_allocate_hook, and stack_free_hook. As a side-effect of this
81        effort some multiprocessing code was made conditional and some style
82        clean up occurred.
83
842007-11-30      Till Straumann <strauman@slac.stanford.edu>
85
86        * rtems/score/cpu.h: Wonderful bookE doesn't have mftb/mftbu;
87        ( CPU_Get_timebase_low() ) they only define the TBRU/TBRL SPRs
88        so we use these. Should work on all CPUs.
89
902007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
91
92        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
93        rtems/score/cpu.h: Eliminate PowerPC specific elements from the CPU
94        Table. They have been replaced with variables named bsp_XXX as
95        needed.
96
972007-11-13      Till Straumann <strauman@slac.stanford.edu>
98
99        * rtems/score/powerpc.h: Added a '__ppc_generic' CPU variant.
100        The goal would be making cpukit and hopefully libcpu work
101        for all (or at least most) CPUs/BSPs with -D__ppc_generic so
102        that eventually all tests [#if defined(<cpu_flavor>)] for CPU
103        flavors can be eliminated.
104
1052007-11-13      Till Straumann <strauman@slac.stanford.edu>
106
107        * rtems/powerpc/registers.h: Added SPR definitions for BookE
108        DECAR, TCR, TSR.
109
1102007-05-09      Ralf Corsépius <ralf.corsepius@rtems.org>
111
112        * rtems/score/cpu.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
113
1142007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
115
116        * rtems/score/cpu.h:
117          Use Context_Control_fp* instead of void* for fp_contexts.
118          Eliminate evil casts.
119
1202006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
121
122        * rtems/score/ppc.h: Remove (Deprecated in 4.7).
123        * Makefile: Remove rtems/score/ppc.h.
124
1252006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
126
127        * rtems/score/types.h: Remove unsigned64, signed64.
128
1292006-08-09      Joel Sherrill <joel@OARcorp.com>
130
131        * rtems/score/cpu.h: Because gcc implicitly uses floating point turn on
132        floating point for all threads if there is a hardware FPU.
133
1342006-07-12      Till Straumann <strauman@slac.stanford.edu>
135
136        * rtems/old-exceptions/cpu.h, rtems/powerpc/registers.h:
137        Checked inline assembly; added early-clobber '&' to output operands
138        of multi-instruction asms.
139
1402006-01-16      Joel Sherrill <joel@OARcorp.com>
141
142        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
143        rtems/score/cpu.h: Part of a large patch to improve Doxygen output.
144        As a side-effect, grammar and spelling errors were corrected, spacing
145        errors were address, and some variable names were improved.
146
1472005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
148
149        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
150
1512005-11-02      Till Straumann <strauman@slac.stanford.edu>
152
153        * rtems/powerpc/registers.h: recognize mpc7457 CPU; added definitions
154        for high bats (#4..7) on 7450 CPUs
155
1562005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
157
158        * rtems/asm.h: Remove private version of CONCAT macros.
159        Include <rtems/concat.h> instead.
160
1612005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
162
163        * rtems/score/powerpc.h: Removed warning
164
1652005-02-21      Ralf Corsepius <ralf.corsepius@rtems.org>
166
167        * rtems/score/powerpc.h: Add  "defined(mpc7400) || defined(mpc7450)
168        || defined(mpc7455)" to altivec (gcc-3.2.x compatibility).
169
1702005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
171
172        * rtems/new-exceptions/cpu.h (CPU_HARDWARE_FP, CPU_ALL_TASKS_ARE_FP,
173        CPU_IDLE_TASK_IS_FP): Remove.
174        * rtems/old-exceptions/cpu.h (CPU_HARDWARE_FP, CPU_ALL_TASKS_ARE_FP,
175        CPU_IDLE_TASK_IS_FP): Remove.
176        * rtems/score/cpu.h (CPU_HARDWARE_FP, CPU_ALL_TASKS_ARE_FP,
177        CPU_IDLE_TASK_IS_FP, CPU_SOFTWARE_FP): New.
178
1792005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
180
181        * rtems/score/cpu.h: Derive CPU_{BIG|LITTLE}_ENDIAN from
182        __BIG_ENDIAN__.
183
1842005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
185
186        * rtems/score/cpu.h (CPU_PROVIDES_IDLE_THREAD_BODY,
187        CPU_STACK_GROWS_UP, CPU_STRUCTURE_ALIGNMENT,
188        CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES, CPU_BIG_ENDIAN,
189        CPU_LITTLE_ENDIAN): Add.
190        * rtems/old-exceptions/cpu.h (CPU_PROVIDES_IDLE_THREAD_BODY,
191        CPU_STACK_GROWS_UP, CPU_STRUCTURE_ALIGNMENT,
192        CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES, CPU_BIG_ENDIAN,
193        CPU_LITTLE_ENDIAN): Remove.
194        * rtems/new-exceptions/cpu.h (CPU_PROVIDES_IDLE_THREAD_BODY,
195        CPU_STACK_GROWS_UP, CPU_STRUCTURE_ALIGNMENT,
196        CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES, CPU_BIG_ENDIAN,
197        CPU_LITTLE_ENDIAN): Remove.
198
1992005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
200
201        * rtems/score/cpu.h:
202        (rtems_cpu_configuration_get_serial_per_sec,
203        rtems_cpu_configuration_get_serial_external_clock,
204        rtems_cpu_configuration_get_serial_xon_xoff,
205        rtems_cpu_configuration_get_serial_cts_rts,
206        rtems_cpu_configuration_get_serial_rate,
207        rtems_cpu_configuration_get_timer_average_overhead,
208        rtems_cpu_configuration_get_timer_least_valid,
209        rtems_cpu_configuration_get_timer_internal_clock,
210        rtems_cpu_configuration_get_clock_speed): New.
211        * rtems/old-exceptions/cpu.h:
212        (rtems_cpu_configuration_get_serial_per_sec,
213        rtems_cpu_configuration_get_serial_external_clock,
214        rtems_cpu_configuration_get_serial_xon_xoff,
215        rtems_cpu_configuration_get_serial_cts_rts,
216        rtems_cpu_configuration_get_serial_rate,
217        rtems_cpu_configuration_get_timer_average_overhead,
218        rtems_cpu_configuration_get_timer_least_valid,
219        rtems_cpu_configuration_get_timer_internal_clock,
220        rtems_cpu_configuration_get_clock_speed): Remove.
221
2222005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
223
224        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h
225        (rtems_cpu_table): Sync defines between {old|new}-exceptions.
226
2272005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
228
229        * rtems/new-exceptions/cpu.h (Context_Control,
230        Context_Control_fp, CPU_Interrupt_frame): Remove.
231        * rtems/old-exceptions/cpu.h (Context_Control,
232        Context_Control_fp, CPU_Interrupt_frame): Remove.
233        * rtems/score/cpu.h (Context_Control,
234        Context_Control_fp, CPU_Interrupt_frame): Add.
235
2362005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
237
238        * rtems/new-exceptions/cpu.h (CPU_STACK_MINIMUM_SIZE,
239        CPU_ALIGNMENT, CPU_HEAP_ALIGNMENT,
240        CPU_PARTITION_ALIGNMENT, CPU_STACK_ALIGNMENT): Remove.
241        * rtems/old-exceptions/cpu.h (CPU_STACK_MINIMUM_SIZE,
242        CPU_ALIGNMENT, CPU_HEAP_ALIGNMENT,
243        CPU_PARTITION_ALIGNMENT, CPU_STACK_ALIGNMENT): Remove.
244        * rtems/score/cpu.h (CPU_STACK_MINIMUM_SIZE,
245        CPU_ALIGNMENT, CPU_HEAP_ALIGNMENT,
246        CPU_PARTITION_ALIGNMENT, CPU_STACK_ALIGNMENT): Add.
247
2482005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
249
250        * rtems/new-exceptions/cpu.h: Remove CPU_MINIMUM_STACK_FRAME_SIZE.
251
2522005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
253
254        * rtems/new-exceptions/cpu.h (_CPU_Bitfield_Find_first_bit,
255        _CPU_Priority_Mask, _CPU_Priority_bits_index): Remove.
256        * rtems/old-exceptions/cpu.h (_CPU_Bitfield_Find_first_bit,
257        _CPU_Priority_Mask, _CPU_Priority_bits_index): Remove.
258        * rtems/score/cpu.h (_CPU_Bitfield_Find_first_bit,
259        _CPU_Priority_Mask, _CPU_Priority_bits_index): New.
260
2612005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
262
263        * rtems/new-exceptions/cpu.h (_CPU_msrs): Remove (Unused).
264        * rtems/old-exceptions/cpu.h (_CPU_msrs): Remove (Unused).
265
2662005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
267
268        * rtems/new-exceptions/cpu.h (_CPU_ISR_install_vector,
269        _CPU_Initialize, _CPU_Install_interrupt_stack, _CPU_Context_switch,
270        _CPU_Context_restore, _CPU_Context_save_fp, _CPU_Context_restore_fp,
271        _CPU_Fatal_error): Remove.
272        * rtems/old-exceptions/cpu.h (_CPU_ISR_install_vector,
273        _CPU_Initialize, _CPU_Install_interrupt_stack, _CPU_Context_switch,
274        _CPU_Context_restore, _CPU_Context_save_fp, _CPU_Context_restore_fp,
275        _CPU_Fatal_error): Remove.
276        * rtems/score/cpu.h (_CPU_ISR_install_vector,
277        _CPU_Initialize, _CPU_Install_interrupt_stack, _CPU_Context_switch,
278        _CPU_Context_restore, _CPU_Context_save_fp, _CPU_Context_restore_fp,
279        _CPU_Fatal_error): New.
280
2812005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
282
283        * rtems/old-exceptions/cpu.h (_CPU_Context_Initialize,
284        _CPU_Context_Restart_self, _CPU_Context_Fp_start,
285        _CPU_Context_Initialize_fp): Remove.
286        * rtems/new-exceptions/cpu.h (_CPU_Context_Initialize,
287        _CPU_Context_Restart_self, _CPU_Context_Fp_start,
288        _CPU_Context_Initialize_fp): Remove.
289        * rtems/score/cpu.h (_CPU_Context_Initialize,
290        _CPU_Context_Restart_self, _CPU_Context_Fp_start,
291        _CPU_Context_Initialize_fp): New.
292
2932005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
294
295        * rtems/old-exceptions/cpu.h (PPC_Get_timebase_register): Remove.
296        * rtems/powerpc/registers.h (PPC_Get_timebase_register,
297        PPC_Set_timebase_register): Remove.
298        * rtems/score/cpu.h (PPC_Get_timebase_register,
299        PPC_Set_timebase_register): New.
300
3012005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
302
303        * rtems/powerpc/registers.h (PPC_Set_decrementer,
304        PPC_Get_decrementer): Remove.
305        * rtems/old-exceptions/cpu.h (PPC_Set_decrementer): Remove.
306        * rtems/score/cpu.h (PPC_Set_decrementer, PPC_Get_decrementer): New.
307
3082005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
309
310        * rtems/old-exceptions/cpu.h (CPU_Get_timebase_low, rtems_bsp_delay,
311        rtems_bsp_delay_in_bus_cycles): Remove.
312        * rtems/powerpc/registers.h (CPU_Get_timebase_low, rtems_bsp_delay,
313        rtems_bsp_delay_in_bus_cycles): Remove.
314        * rtems/score/cpu.h (CPU_Get_timebase_low, rtems_bsp_delay,
315        rtems_bsp_delay_in_bus_cycles): New.
316
3172005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
318
319        * rtems/new-exceptions/cpu.h
320        (rtems_cpu_configuration_get_clicks_per_usec,
321        rtems_cpu_configuration_get_exceptions_in_ram): Remove.
322        * rtems/old-exceptions/cpu.h
323        (rtems_cpu_configuration_get_clicks_per_usec,
324        rtems_cpu_configuration_get_exceptions_in_ram): Remove.
325        * rtems/score/cpu.h
326        (rtems_cpu_configuration_get_clicks_per_usec,
327        rtems_cpu_configuration_get_exceptions_in_ram): New.
328
3292005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
330
331        * rtems/new-exceptions/cpu.h (CPU_swap_u32, CPU_swap_u16): Remove.
332        * rtems/old-exceptions/cpu.h (CPU_swap_u32, CPU_swap_u16): Remove.
333        * rtems/score/cpu.h (CPU_swap_u32, CPU_swap_u16): New.
334
3352005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
336
337        * rtems/old-exceptions/cpu.h: Add _CPU_MSG_GET
338        (old/new exception processing ABI compatibility).
339        * rtems/powerpc/registers.h: Use C99 fixed size types.
340
3412005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
342
343        * rtems/score/powerpc.h: Add __ALTIVEC__ support.
344
3452005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
346
347        * rtems/score/powerpc.h: Merge ppc603 and ppc603e
348        PPC_IRQ_*/PPC_TLB_* defines.
349
3502005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
351
352        * rtems/score/powerpc.h (mpc8260): PPC_ALIGNMENT 8.
353
3542005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
355
356        * rtems/score/powerpc.h: Remove PPC_HAS_RFCI (Unused).
357
3582005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
359
360        * rtems/score/powerpc.h: Remove PPC_HAS_EXCEPTION_PREFIX (Unused).
361
3622005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
363
364        * rtems/score/powerpc.h: Remove PPC_CACHE_ALIGN_POWER (Unused).
365
3662005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
367
368        * rtems/score/powerpc.h: Remove PPC_LOW_POWER_MODE* (Unused).
369
3702005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
371
372        * rtems/score/powerpc.h: Remove PPC_HAS_EVPR (Unused).
373
3742005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
375
376        * rtems/score/powerpc.h: Remove PPC_USE_MULTIPLE (Unused).
377
3782005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
379
380        * rtems/score/powerpc.h: Remove PPC_D_CACHE, PPC_I_CACHE defines.
381
3822005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
383
384        * rtems/score/powerpc.h: Remove PPC_MSR_* defines.
385
3862005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
387
388        * rtems/old-exceptions/cpu.h: Add _PPC_MSR_DISABLE_MASK.
389        Use _PPC_MSR_DISABLE_MASK instead of PPC_MSR_DISABLE_MASK to set up
390        _disable_mask.
391
3922005-02-12      Ralf Corsepius <ralf.corsepius@rtems.org>
393
394        * cpu.c: New (Stub file for consistency with other ports).
395        * Makefile.am: Reflect changes above.
396
3972005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
398
399        * rtems/asm.h, rtems/old-exceptions/cpu.h, rtems/score/powerpc.h:
400        Remove PPC_ABI_POWEROPEN.
401
4022005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
403
404        * rtems/score/powerpc.h: Remove hard-coded PPC_HAS_FPU.
405        Tie PPC_HAS_FPU to _SOFT_FLOAT.
406
4072005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
408
409        * rtems/old-exceptions/cpu.h, rtems/score/powerpc.h:
410        Remove PPC_ABI_GCC27.
411
4122005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
413
414        * rtems/asm.h, rtems/score/powerpc.h: Remove XCOFF support.
415
4162005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
417
418        * Makefile.am: Split out preinstallation rules.
419        * preinstall.am: New (Split out from Makefile.am).
420
4212005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
422
423        PR 754/rtems
424        * rtems/asm.h: New (relocated from .).
425        * asm.h: Remove (moved to rtems/asm.h).
426        * Makefile.am: Reflect changes above.
427
4282004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
429
430        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
431        rtems/powerpc/registers.h: New header guards.
432
4332004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
434
435        * asm.h, rtems/score/cpu.h, rtems/score/powerpc.h,
436        rtems/score/ppc.h, rtems/score/types.h: New header guards.
437
4382005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
439
440        * rtems/score/types.h: Remove signed8, signed16, signed32,
441        unsigned8, unsigned16, unsigned32.
442
4432005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
444
445        * rtems/new-exceptions/cpu.h: *_swap_u32( uint32_t ).
446        * rtems/old-exceptions/cpu.h: *_swap_u32( uint32_t ).
447
4482005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
449
450        * rtems/score/types.h: #include <rtems/stdint.h>.
451
4522004-11-22      Joel Sherrill <joel@OARcorp.com>
453
454        * rtems/old-exceptions/cpu.h: Make compile in assembly.
455
4562004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
457
458        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
459        guard.
460
4612004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
462
463        * asm.h: Add doxygen preamble.
464
4652004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
466
467        * rtems/score/cpu.h: Add doxygen preamble.
468        * rtems/score/powerpc.h: Add doxygen preamble.
469        * rtems/score/ppc.h: Add doxygen preamble.
470        * rtems/score/types.h: Add doxygen preamble.
471
4722004-10-20      Eric Norum <norume@aps.anl.gov>
473
474        Add Kate Feng's MVME5500 BSP
475        * rtems/powerpc/registers.h, rtems/score/powerpc.h
476
4772004-09-29      Joel Sherrill <joel@OARcorp.com>
478
479        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: i960
480        obsoleted and all references removed.
481
4822004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
483
484        * asm.h: Include rtems/score/powerpc.h instead of
485        rtems/score/ppc.h.
486
4872004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
488
489        * rtems/score/powerpc.h: New (Copied and renamed from rtems/score/ppc.h)
490        for consistency with other ports.
491        * rtems/score/ppc.h: Deprecation wrapper to rtems/score/powerpc.h.
492        * Makefile.am: Reflect changes above.
493        * rtems/score/cpu.h: Include rtems/score/powerpc.h instead of
494        rtems/score/ppc.h.
495
4962004-04-12      David Querbach <querbach@realtime.bc.ca>
497
498        * asm.h, rtems/new-exceptions/cpu.h, rtems/score/ppc.h: addition of
499        MPC555 support as part of the addition of the SS555 BSP.
500
5012004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
502
503        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
504        * Makefile.am: Don't include multilib.am.
505        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
506
5072004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
508
509        * Makefile.am: Install asm.h to $(includedir)/rtems.
510
5112004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
512
513        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
514        rtems/powerpc/registers.h: Convert to using c99 fixed size types.
515
5162004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
517
518        * configure.ac: RTEMS_TOP([../../../..]).
519
5202004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * configure.ac: Move RTEMS_TOP one subdir down.
523
5242004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
525
526        * Makefile.am: Add PREINSTALL_DIRS.
527
5282004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
531        Add PREINSTALL_FILES to CLEANFILES.
532
5332004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
534
535        * configure.ac: Requires automake >= 1.8.1.
536
5372004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * Makefile.am: Include compile.am, again.
540
5412004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * Makefile.am: Convert to using automake compilation rules.
544
5452003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546
547        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
548
5492003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
552
5532003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * Makefile.am: Add $(dirstamp) to preinstallation rules.
556
5572003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * Makefile.am: Remove all LIB-related rules.
560
5612003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
562
563        * Makefile.am: Don't use gmake rules for preinstallation.
564
5652003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
566
567        * configure.ac: Remove RTEMS_CANONICAL_HOST.
568
5692003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
570
571        * configure.ac: Remove RTEMS_CHECK_CPU.
572
5732003-09-26      Joel Sherrill <joel@OARcorp.com>
574
575        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: Obsoleting HP
576        PA-RISC port and removing all references.
577
5782003-09-04      Joel Sherrill <joel@OARcorp.com>
579
580        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
581        rtems/powerpc/registers.h, rtems/score/ppc.h, rtems/score/types.h:
582        URL for license changed.
583
5842003-08-21      Till Straumann <strauman@slac.stanford.edu>
585
586        PR 457/bsps
587        * rtems/powerpc/registers.h: Add a few definitions for the PowerPC
588        thermal assistance unit.
589
5902003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
591
592        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
593
5942003-07-18      Till Straumann <strauman@slac.stanford.edu>
595
596        PR 288/rtems
597        * rtems/new-exceptions/cpu.h: _ISR_Nest_level is now properly
598        maintained and does not reside in SPRG0.
599
6002003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
601
602        * configure.ac: Remove AC_CONFIG_AUX_DIR.
603
6042003-02-20      Till Straumann <strauman@slac.stanford.edu>
605
606        PR 349/bsps
607        * rtems/powerpc/registers.h: Add definitions for HID1 and DABR SPRs.
608
6092002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
610
611        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
612        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
613
6142002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
615
616        * configure.ac: Fix package name.
617
6182002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
619
620        * rtems/new-exceptions/cpu.h: Remove sections on
621        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
622        * rtems/old-exceptions/cpu.h: Remove sections on
623        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
624        * rtems/score/cpu.h: Insert sections on
625        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
626
6272002-10-31      Joel Sherrill <joel@OARcorp.com>
628
629        * rtems/new-exceptions/cpu.h: Removed warnings.
630
631
6322002-10-31      Joel Sherrill <joel@OARcorp.com>
633
634        * rtems/new-exceptions/cpu.h: Removed warnings.
635
6362002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
637
638        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
639
6402002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
641
642        * .cvsignore: Reformat.
643        Add autom4te*cache.
644        Remove autom4te.cache.
645
6462002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
647
648        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
649
6502002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
651
652        * Makefile.am: Use .$(OBJEXT) instead of .o.
653
6542002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
655
656        * configure.ac: RTEMS_TOP(../../../..).
657
6582002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
659
660        * configure.ac: Remove RTEMS_PROJECT_ROOT.
661
6622002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
663
664        * configure.ac: Add RTEMS_PROG_CCAS
665
6662002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
667
668        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
669        Add AC_PROG_RANLIB.
670
6712002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
672
673        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
674        Use ../../../aclocal.
675
6762002-05-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
677
678        * rtems/score/ppc.h: Remove PPC_DEBUG_MODEL.
679
6802001-05-14      Till Straumann <strauman@slac.stanford.edu>
681
682        * rtems/powerpc/registers.h, rtems/score/ppc.h: Per PR213, add
683        support for the MPC74000 (AKA G4); there is no AltiVec support yet,
684        however.
6852002-04-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
686
687        * rtems/score/ppc.h: Remove rtems_multilib.
688        Add mpc555 (Based on comments from Sergei Organov <osv@javad.ru>).
689        * rtems/old-exceptions/cpu.h: Remove _CPU_Data_Cache_Block_Flush.
690        Remove _CPU_Data_Cache_Block_Invalidate.
691
6922002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
693
694        * asm.h: Include cpuopts.h instead of targopts.h.
695        * rtems/new-exceptions/cpu.h: Relocated from
696        libbsp/powerpc/support/new_exception_processing/rtems/score/cpu.h
697        * rtems/old-exceptions/cpu.h: Relocated from
698        c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/cpu.h
699        * rtems/powerpc/registers.h: Relocated and renamed from
700        libcpu/powerpc/shared/include/cpu.h.
701        * rtems/score/cpu.h: New.
702        * Makefile.am: Reflect changes above.
703
7042001-04-03      Joel Sherrill <joel@OARcorp.com>
705
706        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
707        * rtems/score/ppctypes.h: Removed.
708        * rtems/score/types.h: New file via CVS magic.
709        * Makefile.am, rtems/score/cpu.h: Account for name change.
710
7112002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
712
713        * configure.ac:
714        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
715        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
716        * Makefile.am: Remove AUTOMAKE_OPTIONS.
717
7182002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
719
720        * Makefile.am: Reflect changes from 2002-01-23.
721
7222002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
723
724        * rtems/Makefile.am: Removed.
725        * rtems/score/Makefile.am: Removed.
726        * configure.ac: Reflect changes above.
727        AC_CONFIG_SRCDIR(asm.h).
728
7292002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
730
731        * rtems/Makefile.am: New.
732        * rtems/.cvsignore: New.
733        * rtems/score/Makefile.am: New.
734        * rtems/score/.cvsignore: New.
735        * rtems/score/ppc.h: Relocated from shared/.
736        * rtems/score/ppctypes.h: Relocated from shared/.
737        * asm.h: Relocated from shared/.
738        * shared/Makefile.am: Removed.
739        * shared/asm.h: Removed.
740        * shared/ppc.h: Removed.
741        * shared/ppctypes.h: Removed.
742        * shared/.cvsignore: Removed.
743        * Makefile.am: Reflect changes above.
744        * configure.ac: Reflect changes above.
745
7462001-11-28      Joel Sherrill <joel@OARcorp.com>,
747
748        This was tracked as PR91.
749        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
750        is used to specify if the port uses the standard macro for this (FALSE).
751        A TRUE setting indicates the port provides its own implementation.
752
7532001-11-14      Joel Sherrill <joel@OARcorp.com>
754
755        * shared/ppc.h: The mpc8260 uses the new exception processing model
756        and thus does not need to define PPC_USE_SPRG.
757
7582001-11-14      Andrew Dachs <A.Dachs@SSTL.co.uk>
759
760        * shared/ppc.h: mpc8260 has double FPU not single FPU.
761
7622001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
763
764        This modification is part of the submitted modifications necessary to
765        support the IBM PPC405 family.  This submission was reviewed by
766        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
767        not negatively impact the ppc403 BSPs.  The submission and tracking
768        process was captured as PR50.
769        * shared/asm.h, shared/ppc.h: Added PPC405 support.
770
7712001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
772
773        * shared/ppc.h: Added mpc8260 support.
774
7752001-10-12      Joel Sherrill <joel@OARcorp.com>
776
777        * shared/ppctypes.h: Fixed typo.
778
7792001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
780
781        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
782        * configure.in: Remove.
783        * configure.ac: New file, generated from configure.in by autoupdate.
784
7852001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
786
787        * shared/Makefile.am: Use 'PREINSTALL_FILES ='.
788
7892001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
790
791        * Makefile.am, rtems/score/Makefile.am:
792        Apply include_*HEADERS instead of H_FILES.
793
7942000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
795
796        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
797
7982000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
799
800        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
801
8022000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
803
804        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
805        Switch to GNU canonicalization.
806
8072000-10-20      Joel Sherrill <joel@OARcorp.com>
808
809        * shared/ppc.h: For multilibs, derive PPC_HAS_FPU from _SOFT_FLOAT.
810
8112000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
812
813        * Makefile.am: Include compile.am.
814
8152000-08-10      Joel Sherrill <joel@OARcorp.com>
816
817        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.