source: rtems/cpukit/score/cpu/powerpc/ChangeLog @ 43b4c7a

4.104.114.95
Last change on this file since 43b4c7a was 43b4c7a, checked in by Joel Sherrill <joel.sherrill@…>, on 12/17/07 at 16:12:45

2007-12-17 Joel Sherrill <joel.sherrill@…>

  • rtems/powerpc/registers.h, rtems/score/cpu.h: Sweep to make sure grep for COPYRIGHT passes.
  • Property mode set to 100644
File size: 24.8 KB
Line 
12007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * rtems/powerpc/registers.h, rtems/score/cpu.h: Sweep to make sure grep
4        for COPYRIGHT passes.
5
62007-12-03      Till Straumann <strauman@slac.stanford.edu>
7
8        * rtems/powerpc/registers.h: added definitions for MSR_CE,
9        MSR_DE (bookE).
10
112007-12-06      Joel Sherrill <joel.sherrill@OARcorp.com>
12
13        * rtems/old-exceptions/cpu.h: Remove extra ifndef.
14
152007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
16
17        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
18        rtems/score/cpu.h: Move interrupt_stack_size field from CPU Table to
19        Configuration Table. Eliminate CPU Table from all ports. Delete
20        references to CPU Table in all forms.
21
222007-12-03      Till Straumann <strauman@slac.stanford.edu>
23
24        * rtems/score/cpu.h: Added comment that GDB patch sim/2376
25        is needed for reading the time-base with the new (more
26        portable) method.
27
282007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
29
30        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: Moved most of
31        the remaining CPU Table fields to the Configuration Table. This
32        included pretasking_hook, predriver_hook, postdriver_hook, idle_task,
33        do_zero_of_workspace, extra_mpci_receive_server_stack,
34        stack_allocate_hook, and stack_free_hook. As a side-effect of this
35        effort some multiprocessing code was made conditional and some style
36        clean up occurred.
37
382007-11-30      Till Straumann <strauman@slac.stanford.edu>
39
40        * rtems/score/cpu.h: Wonderful bookE doesn't have mftb/mftbu;
41        ( CPU_Get_timebase_low() ) they only define the TBRU/TBRL SPRs
42        so we use these. Should work on all CPUs.
43
442007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
45
46        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
47        rtems/score/cpu.h: Eliminate PowerPC specific elements from the CPU
48        Table. They have been replaced with variables named bsp_XXX as
49        needed.
50
512007-11-13      Till Straumann <strauman@slac.stanford.edu>
52
53        * rtems/score/powerpc.h: Added a '__ppc_generic' CPU variant.
54        The goal would be making cpukit and hopefully libcpu work
55        for all (or at least most) CPUs/BSPs with -D__ppc_generic so
56        that eventually all tests [#if defined(<cpu_flavor>)] for CPU
57        flavors can be eliminated.
58
592007-11-13      Till Straumann <strauman@slac.stanford.edu>
60
61        * rtems/powerpc/registers.h: Added SPR definitions for BookE
62        DECAR, TCR, TSR.
63
642007-05-09      Ralf Corsépius <ralf.corsepius@rtems.org>
65
66        * rtems/score/cpu.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
67
682007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * rtems/score/cpu.h:
71          Use Context_Control_fp* instead of void* for fp_contexts.
72          Eliminate evil casts.
73
742006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
75
76        * rtems/score/ppc.h: Remove (Deprecated in 4.7).
77        * Makefile: Remove rtems/score/ppc.h.
78
792006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
80
81        * rtems/score/types.h: Remove unsigned64, signed64.
82
832006-08-09      Joel Sherrill <joel@OARcorp.com>
84
85        * rtems/score/cpu.h: Because gcc implicitly uses floating point turn on
86        floating point for all threads if there is a hardware FPU.
87
882006-07-12      Till Straumann <strauman@slac.stanford.edu>
89
90        * rtems/old-exceptions/cpu.h, rtems/powerpc/registers.h:
91        Checked inline assembly; added early-clobber '&' to output operands
92        of multi-instruction asms.
93
942006-01-16      Joel Sherrill <joel@OARcorp.com>
95
96        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
97        rtems/score/cpu.h: Part of a large patch to improve Doxygen output.
98        As a side-effect, grammar and spelling errors were corrected, spacing
99        errors were address, and some variable names were improved.
100
1012005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
102
103        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
104
1052005-11-02      Till Straumann <strauman@slac.stanford.edu>
106
107        * rtems/powerpc/registers.h: recognize mpc7457 CPU; added definitions
108        for high bats (#4..7) on 7450 CPUs
109
1102005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
111
112        * rtems/asm.h: Remove private version of CONCAT macros.
113        Include <rtems/concat.h> instead.
114
1152005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
116
117        * rtems/score/powerpc.h: Removed warning
118
1192005-02-21      Ralf Corsepius <ralf.corsepius@rtems.org>
120
121        * rtems/score/powerpc.h: Add  "defined(mpc7400) || defined(mpc7450)
122        || defined(mpc7455)" to altivec (gcc-3.2.x compatibility).
123
1242005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
125
126        * rtems/new-exceptions/cpu.h (CPU_HARDWARE_FP, CPU_ALL_TASKS_ARE_FP,
127        CPU_IDLE_TASK_IS_FP): Remove.
128        * rtems/old-exceptions/cpu.h (CPU_HARDWARE_FP, CPU_ALL_TASKS_ARE_FP,
129        CPU_IDLE_TASK_IS_FP): Remove.
130        * rtems/score/cpu.h (CPU_HARDWARE_FP, CPU_ALL_TASKS_ARE_FP,
131        CPU_IDLE_TASK_IS_FP, CPU_SOFTWARE_FP): New.
132
1332005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
134
135        * rtems/score/cpu.h: Derive CPU_{BIG|LITTLE}_ENDIAN from
136        __BIG_ENDIAN__.
137
1382005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
139
140        * rtems/score/cpu.h (CPU_PROVIDES_IDLE_THREAD_BODY,
141        CPU_STACK_GROWS_UP, CPU_STRUCTURE_ALIGNMENT,
142        CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES, CPU_BIG_ENDIAN,
143        CPU_LITTLE_ENDIAN): Add.
144        * rtems/old-exceptions/cpu.h (CPU_PROVIDES_IDLE_THREAD_BODY,
145        CPU_STACK_GROWS_UP, CPU_STRUCTURE_ALIGNMENT,
146        CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES, CPU_BIG_ENDIAN,
147        CPU_LITTLE_ENDIAN): Remove.
148        * rtems/new-exceptions/cpu.h (CPU_PROVIDES_IDLE_THREAD_BODY,
149        CPU_STACK_GROWS_UP, CPU_STRUCTURE_ALIGNMENT,
150        CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES, CPU_BIG_ENDIAN,
151        CPU_LITTLE_ENDIAN): Remove.
152
1532005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
154
155        * rtems/score/cpu.h:
156        (rtems_cpu_configuration_get_serial_per_sec,
157        rtems_cpu_configuration_get_serial_external_clock,
158        rtems_cpu_configuration_get_serial_xon_xoff,
159        rtems_cpu_configuration_get_serial_cts_rts,
160        rtems_cpu_configuration_get_serial_rate,
161        rtems_cpu_configuration_get_timer_average_overhead,
162        rtems_cpu_configuration_get_timer_least_valid,
163        rtems_cpu_configuration_get_timer_internal_clock,
164        rtems_cpu_configuration_get_clock_speed): New.
165        * rtems/old-exceptions/cpu.h:
166        (rtems_cpu_configuration_get_serial_per_sec,
167        rtems_cpu_configuration_get_serial_external_clock,
168        rtems_cpu_configuration_get_serial_xon_xoff,
169        rtems_cpu_configuration_get_serial_cts_rts,
170        rtems_cpu_configuration_get_serial_rate,
171        rtems_cpu_configuration_get_timer_average_overhead,
172        rtems_cpu_configuration_get_timer_least_valid,
173        rtems_cpu_configuration_get_timer_internal_clock,
174        rtems_cpu_configuration_get_clock_speed): Remove.
175
1762005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
177
178        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h
179        (rtems_cpu_table): Sync defines between {old|new}-exceptions.
180
1812005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
182
183        * rtems/new-exceptions/cpu.h (Context_Control,
184        Context_Control_fp, CPU_Interrupt_frame): Remove.
185        * rtems/old-exceptions/cpu.h (Context_Control,
186        Context_Control_fp, CPU_Interrupt_frame): Remove.
187        * rtems/score/cpu.h (Context_Control,
188        Context_Control_fp, CPU_Interrupt_frame): Add.
189
1902005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
191
192        * rtems/new-exceptions/cpu.h (CPU_STACK_MINIMUM_SIZE,
193        CPU_ALIGNMENT, CPU_HEAP_ALIGNMENT,
194        CPU_PARTITION_ALIGNMENT, CPU_STACK_ALIGNMENT): Remove.
195        * rtems/old-exceptions/cpu.h (CPU_STACK_MINIMUM_SIZE,
196        CPU_ALIGNMENT, CPU_HEAP_ALIGNMENT,
197        CPU_PARTITION_ALIGNMENT, CPU_STACK_ALIGNMENT): Remove.
198        * rtems/score/cpu.h (CPU_STACK_MINIMUM_SIZE,
199        CPU_ALIGNMENT, CPU_HEAP_ALIGNMENT,
200        CPU_PARTITION_ALIGNMENT, CPU_STACK_ALIGNMENT): Add.
201
2022005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
203
204        * rtems/new-exceptions/cpu.h: Remove CPU_MINIMUM_STACK_FRAME_SIZE.
205
2062005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
207
208        * rtems/new-exceptions/cpu.h (_CPU_Bitfield_Find_first_bit,
209        _CPU_Priority_Mask, _CPU_Priority_bits_index): Remove.
210        * rtems/old-exceptions/cpu.h (_CPU_Bitfield_Find_first_bit,
211        _CPU_Priority_Mask, _CPU_Priority_bits_index): Remove.
212        * rtems/score/cpu.h (_CPU_Bitfield_Find_first_bit,
213        _CPU_Priority_Mask, _CPU_Priority_bits_index): New.
214
2152005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
216
217        * rtems/new-exceptions/cpu.h (_CPU_msrs): Remove (Unused).
218        * rtems/old-exceptions/cpu.h (_CPU_msrs): Remove (Unused).
219
2202005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
221
222        * rtems/new-exceptions/cpu.h (_CPU_ISR_install_vector,
223        _CPU_Initialize, _CPU_Install_interrupt_stack, _CPU_Context_switch,
224        _CPU_Context_restore, _CPU_Context_save_fp, _CPU_Context_restore_fp,
225        _CPU_Fatal_error): Remove.
226        * rtems/old-exceptions/cpu.h (_CPU_ISR_install_vector,
227        _CPU_Initialize, _CPU_Install_interrupt_stack, _CPU_Context_switch,
228        _CPU_Context_restore, _CPU_Context_save_fp, _CPU_Context_restore_fp,
229        _CPU_Fatal_error): Remove.
230        * rtems/score/cpu.h (_CPU_ISR_install_vector,
231        _CPU_Initialize, _CPU_Install_interrupt_stack, _CPU_Context_switch,
232        _CPU_Context_restore, _CPU_Context_save_fp, _CPU_Context_restore_fp,
233        _CPU_Fatal_error): New.
234
2352005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
236
237        * rtems/old-exceptions/cpu.h (_CPU_Context_Initialize,
238        _CPU_Context_Restart_self, _CPU_Context_Fp_start,
239        _CPU_Context_Initialize_fp): Remove.
240        * rtems/new-exceptions/cpu.h (_CPU_Context_Initialize,
241        _CPU_Context_Restart_self, _CPU_Context_Fp_start,
242        _CPU_Context_Initialize_fp): Remove.
243        * rtems/score/cpu.h (_CPU_Context_Initialize,
244        _CPU_Context_Restart_self, _CPU_Context_Fp_start,
245        _CPU_Context_Initialize_fp): New.
246
2472005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
248
249        * rtems/old-exceptions/cpu.h (PPC_Get_timebase_register): Remove.
250        * rtems/powerpc/registers.h (PPC_Get_timebase_register,
251        PPC_Set_timebase_register): Remove.
252        * rtems/score/cpu.h (PPC_Get_timebase_register,
253        PPC_Set_timebase_register): New.
254
2552005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
256
257        * rtems/powerpc/registers.h (PPC_Set_decrementer,
258        PPC_Get_decrementer): Remove.
259        * rtems/old-exceptions/cpu.h (PPC_Set_decrementer): Remove.
260        * rtems/score/cpu.h (PPC_Set_decrementer, PPC_Get_decrementer): New.
261
2622005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
263
264        * rtems/old-exceptions/cpu.h (CPU_Get_timebase_low, rtems_bsp_delay,
265        rtems_bsp_delay_in_bus_cycles): Remove.
266        * rtems/powerpc/registers.h (CPU_Get_timebase_low, rtems_bsp_delay,
267        rtems_bsp_delay_in_bus_cycles): Remove.
268        * rtems/score/cpu.h (CPU_Get_timebase_low, rtems_bsp_delay,
269        rtems_bsp_delay_in_bus_cycles): New.
270
2712005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
272
273        * rtems/new-exceptions/cpu.h
274        (rtems_cpu_configuration_get_clicks_per_usec,
275        rtems_cpu_configuration_get_exceptions_in_ram): Remove.
276        * rtems/old-exceptions/cpu.h
277        (rtems_cpu_configuration_get_clicks_per_usec,
278        rtems_cpu_configuration_get_exceptions_in_ram): Remove.
279        * rtems/score/cpu.h
280        (rtems_cpu_configuration_get_clicks_per_usec,
281        rtems_cpu_configuration_get_exceptions_in_ram): New.
282
2832005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
284
285        * rtems/new-exceptions/cpu.h (CPU_swap_u32, CPU_swap_u16): Remove.
286        * rtems/old-exceptions/cpu.h (CPU_swap_u32, CPU_swap_u16): Remove.
287        * rtems/score/cpu.h (CPU_swap_u32, CPU_swap_u16): New.
288
2892005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
290
291        * rtems/old-exceptions/cpu.h: Add _CPU_MSG_GET
292        (old/new exception processing ABI compatibility).
293        * rtems/powerpc/registers.h: Use C99 fixed size types.
294
2952005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
296
297        * rtems/score/powerpc.h: Add __ALTIVEC__ support.
298
2992005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
300
301        * rtems/score/powerpc.h: Merge ppc603 and ppc603e
302        PPC_IRQ_*/PPC_TLB_* defines.
303
3042005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
305
306        * rtems/score/powerpc.h (mpc8260): PPC_ALIGNMENT 8.
307
3082005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
309
310        * rtems/score/powerpc.h: Remove PPC_HAS_RFCI (Unused).
311
3122005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
313
314        * rtems/score/powerpc.h: Remove PPC_HAS_EXCEPTION_PREFIX (Unused).
315
3162005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
317
318        * rtems/score/powerpc.h: Remove PPC_CACHE_ALIGN_POWER (Unused).
319
3202005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
321
322        * rtems/score/powerpc.h: Remove PPC_LOW_POWER_MODE* (Unused).
323
3242005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
325
326        * rtems/score/powerpc.h: Remove PPC_HAS_EVPR (Unused).
327
3282005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
329
330        * rtems/score/powerpc.h: Remove PPC_USE_MULTIPLE (Unused).
331
3322005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
333
334        * rtems/score/powerpc.h: Remove PPC_D_CACHE, PPC_I_CACHE defines.
335
3362005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
337
338        * rtems/score/powerpc.h: Remove PPC_MSR_* defines.
339
3402005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
341
342        * rtems/old-exceptions/cpu.h: Add _PPC_MSR_DISABLE_MASK.
343        Use _PPC_MSR_DISABLE_MASK instead of PPC_MSR_DISABLE_MASK to set up
344        _disable_mask.
345
3462005-02-12      Ralf Corsepius <ralf.corsepius@rtems.org>
347
348        * cpu.c: New (Stub file for consistency with other ports).
349        * Makefile.am: Reflect changes above.
350
3512005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
352
353        * rtems/asm.h, rtems/old-exceptions/cpu.h, rtems/score/powerpc.h:
354        Remove PPC_ABI_POWEROPEN.
355
3562005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
357
358        * rtems/score/powerpc.h: Remove hard-coded PPC_HAS_FPU.
359        Tie PPC_HAS_FPU to _SOFT_FLOAT.
360
3612005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
362
363        * rtems/old-exceptions/cpu.h, rtems/score/powerpc.h:
364        Remove PPC_ABI_GCC27.
365
3662005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
367
368        * rtems/asm.h, rtems/score/powerpc.h: Remove XCOFF support.
369
3702005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
371
372        * Makefile.am: Split out preinstallation rules.
373        * preinstall.am: New (Split out from Makefile.am).
374
3752005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
376
377        PR 754/rtems
378        * rtems/asm.h: New (relocated from .).
379        * asm.h: Remove (moved to rtems/asm.h).
380        * Makefile.am: Reflect changes above.
381
3822004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
383
384        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
385        rtems/powerpc/registers.h: New header guards.
386
3872004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
388
389        * asm.h, rtems/score/cpu.h, rtems/score/powerpc.h,
390        rtems/score/ppc.h, rtems/score/types.h: New header guards.
391
3922005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
393
394        * rtems/score/types.h: Remove signed8, signed16, signed32,
395        unsigned8, unsigned16, unsigned32.
396
3972005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
398
399        * rtems/new-exceptions/cpu.h: *_swap_u32( uint32_t ).
400        * rtems/old-exceptions/cpu.h: *_swap_u32( uint32_t ).
401
4022005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
403
404        * rtems/score/types.h: #include <rtems/stdint.h>.
405
4062004-11-22      Joel Sherrill <joel@OARcorp.com>
407
408        * rtems/old-exceptions/cpu.h: Make compile in assembly.
409
4102004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
411
412        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
413        guard.
414
4152004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
416
417        * asm.h: Add doxygen preamble.
418
4192004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
420
421        * rtems/score/cpu.h: Add doxygen preamble.
422        * rtems/score/powerpc.h: Add doxygen preamble.
423        * rtems/score/ppc.h: Add doxygen preamble.
424        * rtems/score/types.h: Add doxygen preamble.
425
4262004-10-20      Eric Norum <norume@aps.anl.gov>
427
428        Add Kate Feng's MVME5500 BSP
429        * rtems/powerpc/registers.h, rtems/score/powerpc.h
430
4312004-09-29      Joel Sherrill <joel@OARcorp.com>
432
433        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: i960
434        obsoleted and all references removed.
435
4362004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
437
438        * asm.h: Include rtems/score/powerpc.h instead of
439        rtems/score/ppc.h.
440
4412004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
442
443        * rtems/score/powerpc.h: New (Copied and renamed from rtems/score/ppc.h)
444        for consistency with other ports.
445        * rtems/score/ppc.h: Deprecation wrapper to rtems/score/powerpc.h.
446        * Makefile.am: Reflect changes above.
447        * rtems/score/cpu.h: Include rtems/score/powerpc.h instead of
448        rtems/score/ppc.h.
449
4502004-04-12      David Querbach <querbach@realtime.bc.ca>
451
452        * asm.h, rtems/new-exceptions/cpu.h, rtems/score/ppc.h: addition of
453        MPC555 support as part of the addition of the SS555 BSP.
454
4552004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
456
457        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
458        * Makefile.am: Don't include multilib.am.
459        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
460
4612004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
462
463        * Makefile.am: Install asm.h to $(includedir)/rtems.
464
4652004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
466
467        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
468        rtems/powerpc/registers.h: Convert to using c99 fixed size types.
469
4702004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
471
472        * configure.ac: RTEMS_TOP([../../../..]).
473
4742004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * configure.ac: Move RTEMS_TOP one subdir down.
477
4782004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * Makefile.am: Add PREINSTALL_DIRS.
481
4822004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
485        Add PREINSTALL_FILES to CLEANFILES.
486
4872004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * configure.ac: Requires automake >= 1.8.1.
490
4912004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * Makefile.am: Include compile.am, again.
494
4952004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * Makefile.am: Convert to using automake compilation rules.
498
4992003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
500
501        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
502
5032003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
506
5072003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * Makefile.am: Add $(dirstamp) to preinstallation rules.
510
5112003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * Makefile.am: Remove all LIB-related rules.
514
5152003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * Makefile.am: Don't use gmake rules for preinstallation.
518
5192003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * configure.ac: Remove RTEMS_CANONICAL_HOST.
522
5232003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * configure.ac: Remove RTEMS_CHECK_CPU.
526
5272003-09-26      Joel Sherrill <joel@OARcorp.com>
528
529        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: Obsoleting HP
530        PA-RISC port and removing all references.
531
5322003-09-04      Joel Sherrill <joel@OARcorp.com>
533
534        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
535        rtems/powerpc/registers.h, rtems/score/ppc.h, rtems/score/types.h:
536        URL for license changed.
537
5382003-08-21      Till Straumann <strauman@slac.stanford.edu>
539
540        PR 457/bsps
541        * rtems/powerpc/registers.h: Add a few definitions for the PowerPC
542        thermal assistance unit.
543
5442003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
547
5482003-07-18      Till Straumann <strauman@slac.stanford.edu>
549
550        PR 288/rtems
551        * rtems/new-exceptions/cpu.h: _ISR_Nest_level is now properly
552        maintained and does not reside in SPRG0.
553
5542003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
555
556        * configure.ac: Remove AC_CONFIG_AUX_DIR.
557
5582003-02-20      Till Straumann <strauman@slac.stanford.edu>
559
560        PR 349/bsps
561        * rtems/powerpc/registers.h: Add definitions for HID1 and DABR SPRs.
562
5632002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
566        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
567
5682002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
569
570        * configure.ac: Fix package name.
571
5722002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        * rtems/new-exceptions/cpu.h: Remove sections on
575        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
576        * rtems/old-exceptions/cpu.h: Remove sections on
577        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
578        * rtems/score/cpu.h: Insert sections on
579        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
580
5812002-10-31      Joel Sherrill <joel@OARcorp.com>
582
583        * rtems/new-exceptions/cpu.h: Removed warnings.
584
585
5862002-10-31      Joel Sherrill <joel@OARcorp.com>
587
588        * rtems/new-exceptions/cpu.h: Removed warnings.
589
5902002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
591
592        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
593
5942002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
595
596        * .cvsignore: Reformat.
597        Add autom4te*cache.
598        Remove autom4te.cache.
599
6002002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
601
602        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
603
6042002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
605
606        * Makefile.am: Use .$(OBJEXT) instead of .o.
607
6082002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
609
610        * configure.ac: RTEMS_TOP(../../../..).
611
6122002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
613
614        * configure.ac: Remove RTEMS_PROJECT_ROOT.
615
6162002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
617
618        * configure.ac: Add RTEMS_PROG_CCAS
619
6202002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
621
622        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
623        Add AC_PROG_RANLIB.
624
6252002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
626
627        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
628        Use ../../../aclocal.
629
6302002-05-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
631
632        * rtems/score/ppc.h: Remove PPC_DEBUG_MODEL.
633
6342001-05-14      Till Straumann <strauman@slac.stanford.edu>
635
636        * rtems/powerpc/registers.h, rtems/score/ppc.h: Per PR213, add
637        support for the MPC74000 (AKA G4); there is no AltiVec support yet,
638        however.
6392002-04-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
640
641        * rtems/score/ppc.h: Remove rtems_multilib.
642        Add mpc555 (Based on comments from Sergei Organov <osv@javad.ru>).
643        * rtems/old-exceptions/cpu.h: Remove _CPU_Data_Cache_Block_Flush.
644        Remove _CPU_Data_Cache_Block_Invalidate.
645
6462002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
647
648        * asm.h: Include cpuopts.h instead of targopts.h.
649        * rtems/new-exceptions/cpu.h: Relocated from
650        libbsp/powerpc/support/new_exception_processing/rtems/score/cpu.h
651        * rtems/old-exceptions/cpu.h: Relocated from
652        c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/cpu.h
653        * rtems/powerpc/registers.h: Relocated and renamed from
654        libcpu/powerpc/shared/include/cpu.h.
655        * rtems/score/cpu.h: New.
656        * Makefile.am: Reflect changes above.
657
6582001-04-03      Joel Sherrill <joel@OARcorp.com>
659
660        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
661        * rtems/score/ppctypes.h: Removed.
662        * rtems/score/types.h: New file via CVS magic.
663        * Makefile.am, rtems/score/cpu.h: Account for name change.
664
6652002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
666
667        * configure.ac:
668        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
669        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
670        * Makefile.am: Remove AUTOMAKE_OPTIONS.
671
6722002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
673
674        * Makefile.am: Reflect changes from 2002-01-23.
675
6762002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
677
678        * rtems/Makefile.am: Removed.
679        * rtems/score/Makefile.am: Removed.
680        * configure.ac: Reflect changes above.
681        AC_CONFIG_SRCDIR(asm.h).
682
6832002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
684
685        * rtems/Makefile.am: New.
686        * rtems/.cvsignore: New.
687        * rtems/score/Makefile.am: New.
688        * rtems/score/.cvsignore: New.
689        * rtems/score/ppc.h: Relocated from shared/.
690        * rtems/score/ppctypes.h: Relocated from shared/.
691        * asm.h: Relocated from shared/.
692        * shared/Makefile.am: Removed.
693        * shared/asm.h: Removed.
694        * shared/ppc.h: Removed.
695        * shared/ppctypes.h: Removed.
696        * shared/.cvsignore: Removed.
697        * Makefile.am: Reflect changes above.
698        * configure.ac: Reflect changes above.
699
7002001-11-28      Joel Sherrill <joel@OARcorp.com>,
701
702        This was tracked as PR91.
703        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
704        is used to specify if the port uses the standard macro for this (FALSE).
705        A TRUE setting indicates the port provides its own implementation.
706
7072001-11-14      Joel Sherrill <joel@OARcorp.com>
708
709        * shared/ppc.h: The mpc8260 uses the new exception processing model
710        and thus does not need to define PPC_USE_SPRG.
711
7122001-11-14      Andrew Dachs <A.Dachs@SSTL.co.uk>
713
714        * shared/ppc.h: mpc8260 has double FPU not single FPU.
715
7162001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
717
718        This modification is part of the submitted modifications necessary to
719        support the IBM PPC405 family.  This submission was reviewed by
720        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
721        not negatively impact the ppc403 BSPs.  The submission and tracking
722        process was captured as PR50.
723        * shared/asm.h, shared/ppc.h: Added PPC405 support.
724
7252001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
726
727        * shared/ppc.h: Added mpc8260 support.
728
7292001-10-12      Joel Sherrill <joel@OARcorp.com>
730
731        * shared/ppctypes.h: Fixed typo.
732
7332001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
734
735        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
736        * configure.in: Remove.
737        * configure.ac: New file, generated from configure.in by autoupdate.
738
7392001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
740
741        * shared/Makefile.am: Use 'PREINSTALL_FILES ='.
742
7432001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
744
745        * Makefile.am, rtems/score/Makefile.am:
746        Apply include_*HEADERS instead of H_FILES.
747
7482000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
749
750        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
751
7522000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
753
754        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
755
7562000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
757
758        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
759        Switch to GNU canonicalization.
760
7612000-10-20      Joel Sherrill <joel@OARcorp.com>
762
763        * shared/ppc.h: For multilibs, derive PPC_HAS_FPU from _SOFT_FLOAT.
764
7652000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
766
767        * Makefile.am: Include compile.am.
768
7692000-08-10      Joel Sherrill <joel@OARcorp.com>
770
771        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.