source: rtems/cpukit/score/cpu/powerpc/ChangeLog @ 5d42c1b7

4.104.114.95
Last change on this file since 5d42c1b7 was 8f5cdbb, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/05/08 at 01:59:18

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

  • rtems/new-exceptions/cpu.h, rtems/score/cpu.h: Convert to "bool".
  • Property mode set to 100644
File size: 26.9 KB
Line 
12008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * rtems/new-exceptions/cpu.h, rtems/score/cpu.h: Convert to "bool".
4
52008-08-21      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * rtems/score/types.h: Include stdbool.h.
8        Use bool as base-type for boolean.
9
102008-08-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
11
12        * rtems/powerpc/registers.h: Removed obsolete defines MSR_, MSR_KERNEL
13        and MSR_USER.  Added missing prototypes.
14
152008-08-04      Sebastian Huber <sebastian.huber@embedded-brains.de>
16
17        * rtems/new-exceptions/cpu.h: Changed define
18        CPU_INTERRUPT_MAXIMUM_VECTOR_NUMBER to UINT32_MAX to avoid comparison
19        between signed and unsigned.
20
212008-07-18      Sebastian Huber <sebastian.huber@embedded-brains.de>
22
23        * rtems/powerpc/registers.h: Added masks for BOOKE_TCR fields.
24
252008-07-14      Thomas Doerfler <thomas.doerfler@embedded-brains.de>
26        * rtems/powerpc/registers.h:
27
28        Added PPC405EX support contributed by Michael Hamel
29
302008-07-10      Sebastian Huber <sebastian.huber@embedded-brains.de>
31
32        * rtems/asm.h: Added defines for save and restore registers and
33        special purpose registers 4 to 7.
34
35        * rtems/new-exceptions/cpu.h: Changed define PPC_BSP_HAS_FIXED_PR288 to
36        a value that results in a compile time error on usage since SPRG0 is
37        now used for the interrupt disable mask.
38
39        * rtems/powerpc/registers.h: Bugfix: Swapped values of TBWU and TBWL.
40
41        Added defines SPRG4..7 and USPRG0.
42
43        Changed _CPU_ISR_{Disable, Enable, Flush} to use static inline
44        functions.  The interrupt disable mask is now stored in SPRG0.  Which
45        was previously denoted to indicate a PR288 bugfix.  You may now
46        initialize the interrupt disable mask via
47        ppc_interrupt_set_disable_mask() and
48        PPC_INTERRUPT_DISABLE_MASK_DEFAULT.  The default value will be set in
49        bootcard.c.
50
512008-02-20      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * rtems/old-exceptions/cpu.h: Remove (Abandoned).
54        * rtems/score/cpu.h: Remove ref to rtems/old-exceptions/cpu.h.
55        * Makefile.am: Remove ref to rtems/old-exceptions/cpu.h.
56
572007-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
58
59        * rtems/score/cpu.h: Add _CPU_Context_Get_SP() for stack check utility.
60
612007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
62
63        * rtems/powerpc/registers.h, rtems/score/cpu.h: Sweep to make sure grep
64        for COPYRIGHT passes.
65
662007-12-03      Till Straumann <strauman@slac.stanford.edu>
67
68        * rtems/powerpc/registers.h: added definitions for MSR_CE,
69        MSR_DE (bookE).
70
712007-12-06      Joel Sherrill <joel.sherrill@OARcorp.com>
72
73        * rtems/old-exceptions/cpu.h: Remove extra ifndef.
74
752007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
76
77        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
78        rtems/score/cpu.h: Move interrupt_stack_size field from CPU Table to
79        Configuration Table. Eliminate CPU Table from all ports. Delete
80        references to CPU Table in all forms.
81
822007-12-03      Till Straumann <strauman@slac.stanford.edu>
83
84        * rtems/score/cpu.h: Added comment that GDB patch sim/2376
85        is needed for reading the time-base with the new (more
86        portable) method.
87
882007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
89
90        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: Moved most of
91        the remaining CPU Table fields to the Configuration Table. This
92        included pretasking_hook, predriver_hook, postdriver_hook, idle_task,
93        do_zero_of_workspace, extra_mpci_receive_server_stack,
94        stack_allocate_hook, and stack_free_hook. As a side-effect of this
95        effort some multiprocessing code was made conditional and some style
96        clean up occurred.
97
982007-11-30      Till Straumann <strauman@slac.stanford.edu>
99
100        * rtems/score/cpu.h: Wonderful bookE doesn't have mftb/mftbu;
101        ( CPU_Get_timebase_low() ) they only define the TBRU/TBRL SPRs
102        so we use these. Should work on all CPUs.
103
1042007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
105
106        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
107        rtems/score/cpu.h: Eliminate PowerPC specific elements from the CPU
108        Table. They have been replaced with variables named bsp_XXX as
109        needed.
110
1112007-11-13      Till Straumann <strauman@slac.stanford.edu>
112
113        * rtems/score/powerpc.h: Added a '__ppc_generic' CPU variant.
114        The goal would be making cpukit and hopefully libcpu work
115        for all (or at least most) CPUs/BSPs with -D__ppc_generic so
116        that eventually all tests [#if defined(<cpu_flavor>)] for CPU
117        flavors can be eliminated.
118
1192007-11-13      Till Straumann <strauman@slac.stanford.edu>
120
121        * rtems/powerpc/registers.h: Added SPR definitions for BookE
122        DECAR, TCR, TSR.
123
1242007-05-09      Ralf Corsépius <ralf.corsepius@rtems.org>
125
126        * rtems/score/cpu.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
127
1282007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
129
130        * rtems/score/cpu.h:
131          Use Context_Control_fp* instead of void* for fp_contexts.
132          Eliminate evil casts.
133
1342006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
135
136        * rtems/score/ppc.h: Remove (Deprecated in 4.7).
137        * Makefile: Remove rtems/score/ppc.h.
138
1392006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
140
141        * rtems/score/types.h: Remove unsigned64, signed64.
142
1432006-08-09      Joel Sherrill <joel@OARcorp.com>
144
145        * rtems/score/cpu.h: Because gcc implicitly uses floating point turn on
146        floating point for all threads if there is a hardware FPU.
147
1482006-07-12      Till Straumann <strauman@slac.stanford.edu>
149
150        * rtems/old-exceptions/cpu.h, rtems/powerpc/registers.h:
151        Checked inline assembly; added early-clobber '&' to output operands
152        of multi-instruction asms.
153
1542006-01-16      Joel Sherrill <joel@OARcorp.com>
155
156        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
157        rtems/score/cpu.h: Part of a large patch to improve Doxygen output.
158        As a side-effect, grammar and spelling errors were corrected, spacing
159        errors were address, and some variable names were improved.
160
1612005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
162
163        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
164
1652005-11-02      Till Straumann <strauman@slac.stanford.edu>
166
167        * rtems/powerpc/registers.h: recognize mpc7457 CPU; added definitions
168        for high bats (#4..7) on 7450 CPUs
169
1702005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
171
172        * rtems/asm.h: Remove private version of CONCAT macros.
173        Include <rtems/concat.h> instead.
174
1752005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
176
177        * rtems/score/powerpc.h: Removed warning
178
1792005-02-21      Ralf Corsepius <ralf.corsepius@rtems.org>
180
181        * rtems/score/powerpc.h: Add  "defined(mpc7400) || defined(mpc7450)
182        || defined(mpc7455)" to altivec (gcc-3.2.x compatibility).
183
1842005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
185
186        * rtems/new-exceptions/cpu.h (CPU_HARDWARE_FP, CPU_ALL_TASKS_ARE_FP,
187        CPU_IDLE_TASK_IS_FP): Remove.
188        * rtems/old-exceptions/cpu.h (CPU_HARDWARE_FP, CPU_ALL_TASKS_ARE_FP,
189        CPU_IDLE_TASK_IS_FP): Remove.
190        * rtems/score/cpu.h (CPU_HARDWARE_FP, CPU_ALL_TASKS_ARE_FP,
191        CPU_IDLE_TASK_IS_FP, CPU_SOFTWARE_FP): New.
192
1932005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
194
195        * rtems/score/cpu.h: Derive CPU_{BIG|LITTLE}_ENDIAN from
196        __BIG_ENDIAN__.
197
1982005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
199
200        * rtems/score/cpu.h (CPU_PROVIDES_IDLE_THREAD_BODY,
201        CPU_STACK_GROWS_UP, CPU_STRUCTURE_ALIGNMENT,
202        CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES, CPU_BIG_ENDIAN,
203        CPU_LITTLE_ENDIAN): Add.
204        * rtems/old-exceptions/cpu.h (CPU_PROVIDES_IDLE_THREAD_BODY,
205        CPU_STACK_GROWS_UP, CPU_STRUCTURE_ALIGNMENT,
206        CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES, CPU_BIG_ENDIAN,
207        CPU_LITTLE_ENDIAN): Remove.
208        * rtems/new-exceptions/cpu.h (CPU_PROVIDES_IDLE_THREAD_BODY,
209        CPU_STACK_GROWS_UP, CPU_STRUCTURE_ALIGNMENT,
210        CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES, CPU_BIG_ENDIAN,
211        CPU_LITTLE_ENDIAN): Remove.
212
2132005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
214
215        * rtems/score/cpu.h:
216        (rtems_cpu_configuration_get_serial_per_sec,
217        rtems_cpu_configuration_get_serial_external_clock,
218        rtems_cpu_configuration_get_serial_xon_xoff,
219        rtems_cpu_configuration_get_serial_cts_rts,
220        rtems_cpu_configuration_get_serial_rate,
221        rtems_cpu_configuration_get_timer_average_overhead,
222        rtems_cpu_configuration_get_timer_least_valid,
223        rtems_cpu_configuration_get_timer_internal_clock,
224        rtems_cpu_configuration_get_clock_speed): New.
225        * rtems/old-exceptions/cpu.h:
226        (rtems_cpu_configuration_get_serial_per_sec,
227        rtems_cpu_configuration_get_serial_external_clock,
228        rtems_cpu_configuration_get_serial_xon_xoff,
229        rtems_cpu_configuration_get_serial_cts_rts,
230        rtems_cpu_configuration_get_serial_rate,
231        rtems_cpu_configuration_get_timer_average_overhead,
232        rtems_cpu_configuration_get_timer_least_valid,
233        rtems_cpu_configuration_get_timer_internal_clock,
234        rtems_cpu_configuration_get_clock_speed): Remove.
235
2362005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
237
238        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h
239        (rtems_cpu_table): Sync defines between {old|new}-exceptions.
240
2412005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
242
243        * rtems/new-exceptions/cpu.h (Context_Control,
244        Context_Control_fp, CPU_Interrupt_frame): Remove.
245        * rtems/old-exceptions/cpu.h (Context_Control,
246        Context_Control_fp, CPU_Interrupt_frame): Remove.
247        * rtems/score/cpu.h (Context_Control,
248        Context_Control_fp, CPU_Interrupt_frame): Add.
249
2502005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
251
252        * rtems/new-exceptions/cpu.h (CPU_STACK_MINIMUM_SIZE,
253        CPU_ALIGNMENT, CPU_HEAP_ALIGNMENT,
254        CPU_PARTITION_ALIGNMENT, CPU_STACK_ALIGNMENT): Remove.
255        * rtems/old-exceptions/cpu.h (CPU_STACK_MINIMUM_SIZE,
256        CPU_ALIGNMENT, CPU_HEAP_ALIGNMENT,
257        CPU_PARTITION_ALIGNMENT, CPU_STACK_ALIGNMENT): Remove.
258        * rtems/score/cpu.h (CPU_STACK_MINIMUM_SIZE,
259        CPU_ALIGNMENT, CPU_HEAP_ALIGNMENT,
260        CPU_PARTITION_ALIGNMENT, CPU_STACK_ALIGNMENT): Add.
261
2622005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
263
264        * rtems/new-exceptions/cpu.h: Remove CPU_MINIMUM_STACK_FRAME_SIZE.
265
2662005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
267
268        * rtems/new-exceptions/cpu.h (_CPU_Bitfield_Find_first_bit,
269        _CPU_Priority_Mask, _CPU_Priority_bits_index): Remove.
270        * rtems/old-exceptions/cpu.h (_CPU_Bitfield_Find_first_bit,
271        _CPU_Priority_Mask, _CPU_Priority_bits_index): Remove.
272        * rtems/score/cpu.h (_CPU_Bitfield_Find_first_bit,
273        _CPU_Priority_Mask, _CPU_Priority_bits_index): New.
274
2752005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
276
277        * rtems/new-exceptions/cpu.h (_CPU_msrs): Remove (Unused).
278        * rtems/old-exceptions/cpu.h (_CPU_msrs): Remove (Unused).
279
2802005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
281
282        * rtems/new-exceptions/cpu.h (_CPU_ISR_install_vector,
283        _CPU_Initialize, _CPU_Install_interrupt_stack, _CPU_Context_switch,
284        _CPU_Context_restore, _CPU_Context_save_fp, _CPU_Context_restore_fp,
285        _CPU_Fatal_error): Remove.
286        * rtems/old-exceptions/cpu.h (_CPU_ISR_install_vector,
287        _CPU_Initialize, _CPU_Install_interrupt_stack, _CPU_Context_switch,
288        _CPU_Context_restore, _CPU_Context_save_fp, _CPU_Context_restore_fp,
289        _CPU_Fatal_error): Remove.
290        * rtems/score/cpu.h (_CPU_ISR_install_vector,
291        _CPU_Initialize, _CPU_Install_interrupt_stack, _CPU_Context_switch,
292        _CPU_Context_restore, _CPU_Context_save_fp, _CPU_Context_restore_fp,
293        _CPU_Fatal_error): New.
294
2952005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
296
297        * rtems/old-exceptions/cpu.h (_CPU_Context_Initialize,
298        _CPU_Context_Restart_self, _CPU_Context_Fp_start,
299        _CPU_Context_Initialize_fp): Remove.
300        * rtems/new-exceptions/cpu.h (_CPU_Context_Initialize,
301        _CPU_Context_Restart_self, _CPU_Context_Fp_start,
302        _CPU_Context_Initialize_fp): Remove.
303        * rtems/score/cpu.h (_CPU_Context_Initialize,
304        _CPU_Context_Restart_self, _CPU_Context_Fp_start,
305        _CPU_Context_Initialize_fp): New.
306
3072005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
308
309        * rtems/old-exceptions/cpu.h (PPC_Get_timebase_register): Remove.
310        * rtems/powerpc/registers.h (PPC_Get_timebase_register,
311        PPC_Set_timebase_register): Remove.
312        * rtems/score/cpu.h (PPC_Get_timebase_register,
313        PPC_Set_timebase_register): New.
314
3152005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
316
317        * rtems/powerpc/registers.h (PPC_Set_decrementer,
318        PPC_Get_decrementer): Remove.
319        * rtems/old-exceptions/cpu.h (PPC_Set_decrementer): Remove.
320        * rtems/score/cpu.h (PPC_Set_decrementer, PPC_Get_decrementer): New.
321
3222005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
323
324        * rtems/old-exceptions/cpu.h (CPU_Get_timebase_low, rtems_bsp_delay,
325        rtems_bsp_delay_in_bus_cycles): Remove.
326        * rtems/powerpc/registers.h (CPU_Get_timebase_low, rtems_bsp_delay,
327        rtems_bsp_delay_in_bus_cycles): Remove.
328        * rtems/score/cpu.h (CPU_Get_timebase_low, rtems_bsp_delay,
329        rtems_bsp_delay_in_bus_cycles): New.
330
3312005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
332
333        * rtems/new-exceptions/cpu.h
334        (rtems_cpu_configuration_get_clicks_per_usec,
335        rtems_cpu_configuration_get_exceptions_in_ram): Remove.
336        * rtems/old-exceptions/cpu.h
337        (rtems_cpu_configuration_get_clicks_per_usec,
338        rtems_cpu_configuration_get_exceptions_in_ram): Remove.
339        * rtems/score/cpu.h
340        (rtems_cpu_configuration_get_clicks_per_usec,
341        rtems_cpu_configuration_get_exceptions_in_ram): New.
342
3432005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
344
345        * rtems/new-exceptions/cpu.h (CPU_swap_u32, CPU_swap_u16): Remove.
346        * rtems/old-exceptions/cpu.h (CPU_swap_u32, CPU_swap_u16): Remove.
347        * rtems/score/cpu.h (CPU_swap_u32, CPU_swap_u16): New.
348
3492005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
350
351        * rtems/old-exceptions/cpu.h: Add _CPU_MSG_GET
352        (old/new exception processing ABI compatibility).
353        * rtems/powerpc/registers.h: Use C99 fixed size types.
354
3552005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
356
357        * rtems/score/powerpc.h: Add __ALTIVEC__ support.
358
3592005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
360
361        * rtems/score/powerpc.h: Merge ppc603 and ppc603e
362        PPC_IRQ_*/PPC_TLB_* defines.
363
3642005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
365
366        * rtems/score/powerpc.h (mpc8260): PPC_ALIGNMENT 8.
367
3682005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
369
370        * rtems/score/powerpc.h: Remove PPC_HAS_RFCI (Unused).
371
3722005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
373
374        * rtems/score/powerpc.h: Remove PPC_HAS_EXCEPTION_PREFIX (Unused).
375
3762005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
377
378        * rtems/score/powerpc.h: Remove PPC_CACHE_ALIGN_POWER (Unused).
379
3802005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
381
382        * rtems/score/powerpc.h: Remove PPC_LOW_POWER_MODE* (Unused).
383
3842005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
385
386        * rtems/score/powerpc.h: Remove PPC_HAS_EVPR (Unused).
387
3882005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
389
390        * rtems/score/powerpc.h: Remove PPC_USE_MULTIPLE (Unused).
391
3922005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
393
394        * rtems/score/powerpc.h: Remove PPC_D_CACHE, PPC_I_CACHE defines.
395
3962005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
397
398        * rtems/score/powerpc.h: Remove PPC_MSR_* defines.
399
4002005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
401
402        * rtems/old-exceptions/cpu.h: Add _PPC_MSR_DISABLE_MASK.
403        Use _PPC_MSR_DISABLE_MASK instead of PPC_MSR_DISABLE_MASK to set up
404        _disable_mask.
405
4062005-02-12      Ralf Corsepius <ralf.corsepius@rtems.org>
407
408        * cpu.c: New (Stub file for consistency with other ports).
409        * Makefile.am: Reflect changes above.
410
4112005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
412
413        * rtems/asm.h, rtems/old-exceptions/cpu.h, rtems/score/powerpc.h:
414        Remove PPC_ABI_POWEROPEN.
415
4162005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
417
418        * rtems/score/powerpc.h: Remove hard-coded PPC_HAS_FPU.
419        Tie PPC_HAS_FPU to _SOFT_FLOAT.
420
4212005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
422
423        * rtems/old-exceptions/cpu.h, rtems/score/powerpc.h:
424        Remove PPC_ABI_GCC27.
425
4262005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
427
428        * rtems/asm.h, rtems/score/powerpc.h: Remove XCOFF support.
429
4302005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
431
432        * Makefile.am: Split out preinstallation rules.
433        * preinstall.am: New (Split out from Makefile.am).
434
4352005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
436
437        PR 754/rtems
438        * rtems/asm.h: New (relocated from .).
439        * asm.h: Remove (moved to rtems/asm.h).
440        * Makefile.am: Reflect changes above.
441
4422004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
443
444        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
445        rtems/powerpc/registers.h: New header guards.
446
4472004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
448
449        * asm.h, rtems/score/cpu.h, rtems/score/powerpc.h,
450        rtems/score/ppc.h, rtems/score/types.h: New header guards.
451
4522005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
453
454        * rtems/score/types.h: Remove signed8, signed16, signed32,
455        unsigned8, unsigned16, unsigned32.
456
4572005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
458
459        * rtems/new-exceptions/cpu.h: *_swap_u32( uint32_t ).
460        * rtems/old-exceptions/cpu.h: *_swap_u32( uint32_t ).
461
4622005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
463
464        * rtems/score/types.h: #include <rtems/stdint.h>.
465
4662004-11-22      Joel Sherrill <joel@OARcorp.com>
467
468        * rtems/old-exceptions/cpu.h: Make compile in assembly.
469
4702004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
471
472        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
473        guard.
474
4752004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
476
477        * asm.h: Add doxygen preamble.
478
4792004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
480
481        * rtems/score/cpu.h: Add doxygen preamble.
482        * rtems/score/powerpc.h: Add doxygen preamble.
483        * rtems/score/ppc.h: Add doxygen preamble.
484        * rtems/score/types.h: Add doxygen preamble.
485
4862004-10-20      Eric Norum <norume@aps.anl.gov>
487
488        Add Kate Feng's MVME5500 BSP
489        * rtems/powerpc/registers.h, rtems/score/powerpc.h
490
4912004-09-29      Joel Sherrill <joel@OARcorp.com>
492
493        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: i960
494        obsoleted and all references removed.
495
4962004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
497
498        * asm.h: Include rtems/score/powerpc.h instead of
499        rtems/score/ppc.h.
500
5012004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
502
503        * rtems/score/powerpc.h: New (Copied and renamed from rtems/score/ppc.h)
504        for consistency with other ports.
505        * rtems/score/ppc.h: Deprecation wrapper to rtems/score/powerpc.h.
506        * Makefile.am: Reflect changes above.
507        * rtems/score/cpu.h: Include rtems/score/powerpc.h instead of
508        rtems/score/ppc.h.
509
5102004-04-12      David Querbach <querbach@realtime.bc.ca>
511
512        * asm.h, rtems/new-exceptions/cpu.h, rtems/score/ppc.h: addition of
513        MPC555 support as part of the addition of the SS555 BSP.
514
5152004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
516
517        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
518        * Makefile.am: Don't include multilib.am.
519        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
520
5212004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
522
523        * Makefile.am: Install asm.h to $(includedir)/rtems.
524
5252004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
526
527        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
528        rtems/powerpc/registers.h: Convert to using c99 fixed size types.
529
5302004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
531
532        * configure.ac: RTEMS_TOP([../../../..]).
533
5342004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * configure.ac: Move RTEMS_TOP one subdir down.
537
5382004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * Makefile.am: Add PREINSTALL_DIRS.
541
5422004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
545        Add PREINSTALL_FILES to CLEANFILES.
546
5472004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * configure.ac: Requires automake >= 1.8.1.
550
5512004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * Makefile.am: Include compile.am, again.
554
5552004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
557        * Makefile.am: Convert to using automake compilation rules.
558
5592003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
560
561        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
562
5632003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
566
5672003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * Makefile.am: Add $(dirstamp) to preinstallation rules.
570
5712003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
572
573        * Makefile.am: Remove all LIB-related rules.
574
5752003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
576
577        * Makefile.am: Don't use gmake rules for preinstallation.
578
5792003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
580
581        * configure.ac: Remove RTEMS_CANONICAL_HOST.
582
5832003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
584
585        * configure.ac: Remove RTEMS_CHECK_CPU.
586
5872003-09-26      Joel Sherrill <joel@OARcorp.com>
588
589        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: Obsoleting HP
590        PA-RISC port and removing all references.
591
5922003-09-04      Joel Sherrill <joel@OARcorp.com>
593
594        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
595        rtems/powerpc/registers.h, rtems/score/ppc.h, rtems/score/types.h:
596        URL for license changed.
597
5982003-08-21      Till Straumann <strauman@slac.stanford.edu>
599
600        PR 457/bsps
601        * rtems/powerpc/registers.h: Add a few definitions for the PowerPC
602        thermal assistance unit.
603
6042003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
605
606        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
607
6082003-07-18      Till Straumann <strauman@slac.stanford.edu>
609
610        PR 288/rtems
611        * rtems/new-exceptions/cpu.h: _ISR_Nest_level is now properly
612        maintained and does not reside in SPRG0.
613
6142003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
615
616        * configure.ac: Remove AC_CONFIG_AUX_DIR.
617
6182003-02-20      Till Straumann <strauman@slac.stanford.edu>
619
620        PR 349/bsps
621        * rtems/powerpc/registers.h: Add definitions for HID1 and DABR SPRs.
622
6232002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
624
625        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
626        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
627
6282002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
629
630        * configure.ac: Fix package name.
631
6322002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
633
634        * rtems/new-exceptions/cpu.h: Remove sections on
635        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
636        * rtems/old-exceptions/cpu.h: Remove sections on
637        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
638        * rtems/score/cpu.h: Insert sections on
639        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
640
6412002-10-31      Joel Sherrill <joel@OARcorp.com>
642
643        * rtems/new-exceptions/cpu.h: Removed warnings.
644
645
6462002-10-31      Joel Sherrill <joel@OARcorp.com>
647
648        * rtems/new-exceptions/cpu.h: Removed warnings.
649
6502002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
651
652        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
653
6542002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
655
656        * .cvsignore: Reformat.
657        Add autom4te*cache.
658        Remove autom4te.cache.
659
6602002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
661
662        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
663
6642002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
665
666        * Makefile.am: Use .$(OBJEXT) instead of .o.
667
6682002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
669
670        * configure.ac: RTEMS_TOP(../../../..).
671
6722002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
673
674        * configure.ac: Remove RTEMS_PROJECT_ROOT.
675
6762002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
677
678        * configure.ac: Add RTEMS_PROG_CCAS
679
6802002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
681
682        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
683        Add AC_PROG_RANLIB.
684
6852002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
686
687        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
688        Use ../../../aclocal.
689
6902002-05-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
691
692        * rtems/score/ppc.h: Remove PPC_DEBUG_MODEL.
693
6942001-05-14      Till Straumann <strauman@slac.stanford.edu>
695
696        * rtems/powerpc/registers.h, rtems/score/ppc.h: Per PR213, add
697        support for the MPC74000 (AKA G4); there is no AltiVec support yet,
698        however.
6992002-04-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
700
701        * rtems/score/ppc.h: Remove rtems_multilib.
702        Add mpc555 (Based on comments from Sergei Organov <osv@javad.ru>).
703        * rtems/old-exceptions/cpu.h: Remove _CPU_Data_Cache_Block_Flush.
704        Remove _CPU_Data_Cache_Block_Invalidate.
705
7062002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
707
708        * asm.h: Include cpuopts.h instead of targopts.h.
709        * rtems/new-exceptions/cpu.h: Relocated from
710        libbsp/powerpc/support/new_exception_processing/rtems/score/cpu.h
711        * rtems/old-exceptions/cpu.h: Relocated from
712        c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/cpu.h
713        * rtems/powerpc/registers.h: Relocated and renamed from
714        libcpu/powerpc/shared/include/cpu.h.
715        * rtems/score/cpu.h: New.
716        * Makefile.am: Reflect changes above.
717
7182001-04-03      Joel Sherrill <joel@OARcorp.com>
719
720        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
721        * rtems/score/ppctypes.h: Removed.
722        * rtems/score/types.h: New file via CVS magic.
723        * Makefile.am, rtems/score/cpu.h: Account for name change.
724
7252002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
726
727        * configure.ac:
728        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
729        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
730        * Makefile.am: Remove AUTOMAKE_OPTIONS.
731
7322002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
733
734        * Makefile.am: Reflect changes from 2002-01-23.
735
7362002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
737
738        * rtems/Makefile.am: Removed.
739        * rtems/score/Makefile.am: Removed.
740        * configure.ac: Reflect changes above.
741        AC_CONFIG_SRCDIR(asm.h).
742
7432002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
744
745        * rtems/Makefile.am: New.
746        * rtems/.cvsignore: New.
747        * rtems/score/Makefile.am: New.
748        * rtems/score/.cvsignore: New.
749        * rtems/score/ppc.h: Relocated from shared/.
750        * rtems/score/ppctypes.h: Relocated from shared/.
751        * asm.h: Relocated from shared/.
752        * shared/Makefile.am: Removed.
753        * shared/asm.h: Removed.
754        * shared/ppc.h: Removed.
755        * shared/ppctypes.h: Removed.
756        * shared/.cvsignore: Removed.
757        * Makefile.am: Reflect changes above.
758        * configure.ac: Reflect changes above.
759
7602001-11-28      Joel Sherrill <joel@OARcorp.com>,
761
762        This was tracked as PR91.
763        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
764        is used to specify if the port uses the standard macro for this (FALSE).
765        A TRUE setting indicates the port provides its own implementation.
766
7672001-11-14      Joel Sherrill <joel@OARcorp.com>
768
769        * shared/ppc.h: The mpc8260 uses the new exception processing model
770        and thus does not need to define PPC_USE_SPRG.
771
7722001-11-14      Andrew Dachs <A.Dachs@SSTL.co.uk>
773
774        * shared/ppc.h: mpc8260 has double FPU not single FPU.
775
7762001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
777
778        This modification is part of the submitted modifications necessary to
779        support the IBM PPC405 family.  This submission was reviewed by
780        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
781        not negatively impact the ppc403 BSPs.  The submission and tracking
782        process was captured as PR50.
783        * shared/asm.h, shared/ppc.h: Added PPC405 support.
784
7852001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
786
787        * shared/ppc.h: Added mpc8260 support.
788
7892001-10-12      Joel Sherrill <joel@OARcorp.com>
790
791        * shared/ppctypes.h: Fixed typo.
792
7932001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
794
795        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
796        * configure.in: Remove.
797        * configure.ac: New file, generated from configure.in by autoupdate.
798
7992001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
800
801        * shared/Makefile.am: Use 'PREINSTALL_FILES ='.
802
8032001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
804
805        * Makefile.am, rtems/score/Makefile.am:
806        Apply include_*HEADERS instead of H_FILES.
807
8082000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
809
810        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
811
8122000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
813
814        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
815
8162000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
817
818        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
819        Switch to GNU canonicalization.
820
8212000-10-20      Joel Sherrill <joel@OARcorp.com>
822
823        * shared/ppc.h: For multilibs, derive PPC_HAS_FPU from _SOFT_FLOAT.
824
8252000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
826
827        * Makefile.am: Include compile.am.
828
8292000-08-10      Joel Sherrill <joel@OARcorp.com>
830
831        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.