source: rtems/cpukit/score/cpu/powerpc/ChangeLog @ 0ca6d0d9

4.104.114.95
Last change on this file since 0ca6d0d9 was 0ca6d0d9, checked in by Joel Sherrill <joel.sherrill@…>, on 12/17/07 at 22:35:25

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

  • rtems/score/cpu.h: Add _CPU_Context_Get_SP() for stack check utility.
  • Property mode set to 100644
File size: 24.9 KB
Line 
12007-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * rtems/score/cpu.h: Add _CPU_Context_Get_SP() for stack check utility.
4
52007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * rtems/powerpc/registers.h, rtems/score/cpu.h: Sweep to make sure grep
8        for COPYRIGHT passes.
9
102007-12-03      Till Straumann <strauman@slac.stanford.edu>
11
12        * rtems/powerpc/registers.h: added definitions for MSR_CE,
13        MSR_DE (bookE).
14
152007-12-06      Joel Sherrill <joel.sherrill@OARcorp.com>
16
17        * rtems/old-exceptions/cpu.h: Remove extra ifndef.
18
192007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
20
21        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
22        rtems/score/cpu.h: Move interrupt_stack_size field from CPU Table to
23        Configuration Table. Eliminate CPU Table from all ports. Delete
24        references to CPU Table in all forms.
25
262007-12-03      Till Straumann <strauman@slac.stanford.edu>
27
28        * rtems/score/cpu.h: Added comment that GDB patch sim/2376
29        is needed for reading the time-base with the new (more
30        portable) method.
31
322007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
33
34        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: Moved most of
35        the remaining CPU Table fields to the Configuration Table. This
36        included pretasking_hook, predriver_hook, postdriver_hook, idle_task,
37        do_zero_of_workspace, extra_mpci_receive_server_stack,
38        stack_allocate_hook, and stack_free_hook. As a side-effect of this
39        effort some multiprocessing code was made conditional and some style
40        clean up occurred.
41
422007-11-30      Till Straumann <strauman@slac.stanford.edu>
43
44        * rtems/score/cpu.h: Wonderful bookE doesn't have mftb/mftbu;
45        ( CPU_Get_timebase_low() ) they only define the TBRU/TBRL SPRs
46        so we use these. Should work on all CPUs.
47
482007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
49
50        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
51        rtems/score/cpu.h: Eliminate PowerPC specific elements from the CPU
52        Table. They have been replaced with variables named bsp_XXX as
53        needed.
54
552007-11-13      Till Straumann <strauman@slac.stanford.edu>
56
57        * rtems/score/powerpc.h: Added a '__ppc_generic' CPU variant.
58        The goal would be making cpukit and hopefully libcpu work
59        for all (or at least most) CPUs/BSPs with -D__ppc_generic so
60        that eventually all tests [#if defined(<cpu_flavor>)] for CPU
61        flavors can be eliminated.
62
632007-11-13      Till Straumann <strauman@slac.stanford.edu>
64
65        * rtems/powerpc/registers.h: Added SPR definitions for BookE
66        DECAR, TCR, TSR.
67
682007-05-09      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * rtems/score/cpu.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
71
722007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
73
74        * rtems/score/cpu.h:
75          Use Context_Control_fp* instead of void* for fp_contexts.
76          Eliminate evil casts.
77
782006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
79
80        * rtems/score/ppc.h: Remove (Deprecated in 4.7).
81        * Makefile: Remove rtems/score/ppc.h.
82
832006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
84
85        * rtems/score/types.h: Remove unsigned64, signed64.
86
872006-08-09      Joel Sherrill <joel@OARcorp.com>
88
89        * rtems/score/cpu.h: Because gcc implicitly uses floating point turn on
90        floating point for all threads if there is a hardware FPU.
91
922006-07-12      Till Straumann <strauman@slac.stanford.edu>
93
94        * rtems/old-exceptions/cpu.h, rtems/powerpc/registers.h:
95        Checked inline assembly; added early-clobber '&' to output operands
96        of multi-instruction asms.
97
982006-01-16      Joel Sherrill <joel@OARcorp.com>
99
100        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
101        rtems/score/cpu.h: Part of a large patch to improve Doxygen output.
102        As a side-effect, grammar and spelling errors were corrected, spacing
103        errors were address, and some variable names were improved.
104
1052005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
106
107        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
108
1092005-11-02      Till Straumann <strauman@slac.stanford.edu>
110
111        * rtems/powerpc/registers.h: recognize mpc7457 CPU; added definitions
112        for high bats (#4..7) on 7450 CPUs
113
1142005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
115
116        * rtems/asm.h: Remove private version of CONCAT macros.
117        Include <rtems/concat.h> instead.
118
1192005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
120
121        * rtems/score/powerpc.h: Removed warning
122
1232005-02-21      Ralf Corsepius <ralf.corsepius@rtems.org>
124
125        * rtems/score/powerpc.h: Add  "defined(mpc7400) || defined(mpc7450)
126        || defined(mpc7455)" to altivec (gcc-3.2.x compatibility).
127
1282005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
129
130        * rtems/new-exceptions/cpu.h (CPU_HARDWARE_FP, CPU_ALL_TASKS_ARE_FP,
131        CPU_IDLE_TASK_IS_FP): Remove.
132        * rtems/old-exceptions/cpu.h (CPU_HARDWARE_FP, CPU_ALL_TASKS_ARE_FP,
133        CPU_IDLE_TASK_IS_FP): Remove.
134        * rtems/score/cpu.h (CPU_HARDWARE_FP, CPU_ALL_TASKS_ARE_FP,
135        CPU_IDLE_TASK_IS_FP, CPU_SOFTWARE_FP): New.
136
1372005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
138
139        * rtems/score/cpu.h: Derive CPU_{BIG|LITTLE}_ENDIAN from
140        __BIG_ENDIAN__.
141
1422005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
143
144        * rtems/score/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): Add.
148        * rtems/old-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        * rtems/new-exceptions/cpu.h (CPU_PROVIDES_IDLE_THREAD_BODY,
153        CPU_STACK_GROWS_UP, CPU_STRUCTURE_ALIGNMENT,
154        CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES, CPU_BIG_ENDIAN,
155        CPU_LITTLE_ENDIAN): Remove.
156
1572005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
158
159        * rtems/score/cpu.h:
160        (rtems_cpu_configuration_get_serial_per_sec,
161        rtems_cpu_configuration_get_serial_external_clock,
162        rtems_cpu_configuration_get_serial_xon_xoff,
163        rtems_cpu_configuration_get_serial_cts_rts,
164        rtems_cpu_configuration_get_serial_rate,
165        rtems_cpu_configuration_get_timer_average_overhead,
166        rtems_cpu_configuration_get_timer_least_valid,
167        rtems_cpu_configuration_get_timer_internal_clock,
168        rtems_cpu_configuration_get_clock_speed): New.
169        * rtems/old-exceptions/cpu.h:
170        (rtems_cpu_configuration_get_serial_per_sec,
171        rtems_cpu_configuration_get_serial_external_clock,
172        rtems_cpu_configuration_get_serial_xon_xoff,
173        rtems_cpu_configuration_get_serial_cts_rts,
174        rtems_cpu_configuration_get_serial_rate,
175        rtems_cpu_configuration_get_timer_average_overhead,
176        rtems_cpu_configuration_get_timer_least_valid,
177        rtems_cpu_configuration_get_timer_internal_clock,
178        rtems_cpu_configuration_get_clock_speed): Remove.
179
1802005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
181
182        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h
183        (rtems_cpu_table): Sync defines between {old|new}-exceptions.
184
1852005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
186
187        * rtems/new-exceptions/cpu.h (Context_Control,
188        Context_Control_fp, CPU_Interrupt_frame): Remove.
189        * rtems/old-exceptions/cpu.h (Context_Control,
190        Context_Control_fp, CPU_Interrupt_frame): Remove.
191        * rtems/score/cpu.h (Context_Control,
192        Context_Control_fp, CPU_Interrupt_frame): Add.
193
1942005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
195
196        * rtems/new-exceptions/cpu.h (CPU_STACK_MINIMUM_SIZE,
197        CPU_ALIGNMENT, CPU_HEAP_ALIGNMENT,
198        CPU_PARTITION_ALIGNMENT, CPU_STACK_ALIGNMENT): Remove.
199        * rtems/old-exceptions/cpu.h (CPU_STACK_MINIMUM_SIZE,
200        CPU_ALIGNMENT, CPU_HEAP_ALIGNMENT,
201        CPU_PARTITION_ALIGNMENT, CPU_STACK_ALIGNMENT): Remove.
202        * rtems/score/cpu.h (CPU_STACK_MINIMUM_SIZE,
203        CPU_ALIGNMENT, CPU_HEAP_ALIGNMENT,
204        CPU_PARTITION_ALIGNMENT, CPU_STACK_ALIGNMENT): Add.
205
2062005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
207
208        * rtems/new-exceptions/cpu.h: Remove CPU_MINIMUM_STACK_FRAME_SIZE.
209
2102005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
211
212        * rtems/new-exceptions/cpu.h (_CPU_Bitfield_Find_first_bit,
213        _CPU_Priority_Mask, _CPU_Priority_bits_index): Remove.
214        * rtems/old-exceptions/cpu.h (_CPU_Bitfield_Find_first_bit,
215        _CPU_Priority_Mask, _CPU_Priority_bits_index): Remove.
216        * rtems/score/cpu.h (_CPU_Bitfield_Find_first_bit,
217        _CPU_Priority_Mask, _CPU_Priority_bits_index): New.
218
2192005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
220
221        * rtems/new-exceptions/cpu.h (_CPU_msrs): Remove (Unused).
222        * rtems/old-exceptions/cpu.h (_CPU_msrs): Remove (Unused).
223
2242005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
225
226        * rtems/new-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/old-exceptions/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): Remove.
234        * rtems/score/cpu.h (_CPU_ISR_install_vector,
235        _CPU_Initialize, _CPU_Install_interrupt_stack, _CPU_Context_switch,
236        _CPU_Context_restore, _CPU_Context_save_fp, _CPU_Context_restore_fp,
237        _CPU_Fatal_error): New.
238
2392005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
240
241        * rtems/old-exceptions/cpu.h (_CPU_Context_Initialize,
242        _CPU_Context_Restart_self, _CPU_Context_Fp_start,
243        _CPU_Context_Initialize_fp): Remove.
244        * rtems/new-exceptions/cpu.h (_CPU_Context_Initialize,
245        _CPU_Context_Restart_self, _CPU_Context_Fp_start,
246        _CPU_Context_Initialize_fp): Remove.
247        * rtems/score/cpu.h (_CPU_Context_Initialize,
248        _CPU_Context_Restart_self, _CPU_Context_Fp_start,
249        _CPU_Context_Initialize_fp): New.
250
2512005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
252
253        * rtems/old-exceptions/cpu.h (PPC_Get_timebase_register): Remove.
254        * rtems/powerpc/registers.h (PPC_Get_timebase_register,
255        PPC_Set_timebase_register): Remove.
256        * rtems/score/cpu.h (PPC_Get_timebase_register,
257        PPC_Set_timebase_register): New.
258
2592005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
260
261        * rtems/powerpc/registers.h (PPC_Set_decrementer,
262        PPC_Get_decrementer): Remove.
263        * rtems/old-exceptions/cpu.h (PPC_Set_decrementer): Remove.
264        * rtems/score/cpu.h (PPC_Set_decrementer, PPC_Get_decrementer): New.
265
2662005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
267
268        * rtems/old-exceptions/cpu.h (CPU_Get_timebase_low, rtems_bsp_delay,
269        rtems_bsp_delay_in_bus_cycles): Remove.
270        * rtems/powerpc/registers.h (CPU_Get_timebase_low, rtems_bsp_delay,
271        rtems_bsp_delay_in_bus_cycles): Remove.
272        * rtems/score/cpu.h (CPU_Get_timebase_low, rtems_bsp_delay,
273        rtems_bsp_delay_in_bus_cycles): New.
274
2752005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
276
277        * rtems/new-exceptions/cpu.h
278        (rtems_cpu_configuration_get_clicks_per_usec,
279        rtems_cpu_configuration_get_exceptions_in_ram): Remove.
280        * rtems/old-exceptions/cpu.h
281        (rtems_cpu_configuration_get_clicks_per_usec,
282        rtems_cpu_configuration_get_exceptions_in_ram): Remove.
283        * rtems/score/cpu.h
284        (rtems_cpu_configuration_get_clicks_per_usec,
285        rtems_cpu_configuration_get_exceptions_in_ram): New.
286
2872005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
288
289        * rtems/new-exceptions/cpu.h (CPU_swap_u32, CPU_swap_u16): Remove.
290        * rtems/old-exceptions/cpu.h (CPU_swap_u32, CPU_swap_u16): Remove.
291        * rtems/score/cpu.h (CPU_swap_u32, CPU_swap_u16): New.
292
2932005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
294
295        * rtems/old-exceptions/cpu.h: Add _CPU_MSG_GET
296        (old/new exception processing ABI compatibility).
297        * rtems/powerpc/registers.h: Use C99 fixed size types.
298
2992005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
300
301        * rtems/score/powerpc.h: Add __ALTIVEC__ support.
302
3032005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
304
305        * rtems/score/powerpc.h: Merge ppc603 and ppc603e
306        PPC_IRQ_*/PPC_TLB_* defines.
307
3082005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
309
310        * rtems/score/powerpc.h (mpc8260): PPC_ALIGNMENT 8.
311
3122005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
313
314        * rtems/score/powerpc.h: Remove PPC_HAS_RFCI (Unused).
315
3162005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
317
318        * rtems/score/powerpc.h: Remove PPC_HAS_EXCEPTION_PREFIX (Unused).
319
3202005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
321
322        * rtems/score/powerpc.h: Remove PPC_CACHE_ALIGN_POWER (Unused).
323
3242005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
325
326        * rtems/score/powerpc.h: Remove PPC_LOW_POWER_MODE* (Unused).
327
3282005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
329
330        * rtems/score/powerpc.h: Remove PPC_HAS_EVPR (Unused).
331
3322005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
333
334        * rtems/score/powerpc.h: Remove PPC_USE_MULTIPLE (Unused).
335
3362005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
337
338        * rtems/score/powerpc.h: Remove PPC_D_CACHE, PPC_I_CACHE defines.
339
3402005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
341
342        * rtems/score/powerpc.h: Remove PPC_MSR_* defines.
343
3442005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
345
346        * rtems/old-exceptions/cpu.h: Add _PPC_MSR_DISABLE_MASK.
347        Use _PPC_MSR_DISABLE_MASK instead of PPC_MSR_DISABLE_MASK to set up
348        _disable_mask.
349
3502005-02-12      Ralf Corsepius <ralf.corsepius@rtems.org>
351
352        * cpu.c: New (Stub file for consistency with other ports).
353        * Makefile.am: Reflect changes above.
354
3552005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
356
357        * rtems/asm.h, rtems/old-exceptions/cpu.h, rtems/score/powerpc.h:
358        Remove PPC_ABI_POWEROPEN.
359
3602005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
361
362        * rtems/score/powerpc.h: Remove hard-coded PPC_HAS_FPU.
363        Tie PPC_HAS_FPU to _SOFT_FLOAT.
364
3652005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
366
367        * rtems/old-exceptions/cpu.h, rtems/score/powerpc.h:
368        Remove PPC_ABI_GCC27.
369
3702005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
371
372        * rtems/asm.h, rtems/score/powerpc.h: Remove XCOFF support.
373
3742005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
375
376        * Makefile.am: Split out preinstallation rules.
377        * preinstall.am: New (Split out from Makefile.am).
378
3792005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
380
381        PR 754/rtems
382        * rtems/asm.h: New (relocated from .).
383        * asm.h: Remove (moved to rtems/asm.h).
384        * Makefile.am: Reflect changes above.
385
3862004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
387
388        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
389        rtems/powerpc/registers.h: New header guards.
390
3912004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
392
393        * asm.h, rtems/score/cpu.h, rtems/score/powerpc.h,
394        rtems/score/ppc.h, rtems/score/types.h: New header guards.
395
3962005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
397
398        * rtems/score/types.h: Remove signed8, signed16, signed32,
399        unsigned8, unsigned16, unsigned32.
400
4012005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
402
403        * rtems/new-exceptions/cpu.h: *_swap_u32( uint32_t ).
404        * rtems/old-exceptions/cpu.h: *_swap_u32( uint32_t ).
405
4062005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
407
408        * rtems/score/types.h: #include <rtems/stdint.h>.
409
4102004-11-22      Joel Sherrill <joel@OARcorp.com>
411
412        * rtems/old-exceptions/cpu.h: Make compile in assembly.
413
4142004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
415
416        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
417        guard.
418
4192004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
420
421        * asm.h: Add doxygen preamble.
422
4232004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
424
425        * rtems/score/cpu.h: Add doxygen preamble.
426        * rtems/score/powerpc.h: Add doxygen preamble.
427        * rtems/score/ppc.h: Add doxygen preamble.
428        * rtems/score/types.h: Add doxygen preamble.
429
4302004-10-20      Eric Norum <norume@aps.anl.gov>
431
432        Add Kate Feng's MVME5500 BSP
433        * rtems/powerpc/registers.h, rtems/score/powerpc.h
434
4352004-09-29      Joel Sherrill <joel@OARcorp.com>
436
437        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: i960
438        obsoleted and all references removed.
439
4402004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
441
442        * asm.h: Include rtems/score/powerpc.h instead of
443        rtems/score/ppc.h.
444
4452004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
446
447        * rtems/score/powerpc.h: New (Copied and renamed from rtems/score/ppc.h)
448        for consistency with other ports.
449        * rtems/score/ppc.h: Deprecation wrapper to rtems/score/powerpc.h.
450        * Makefile.am: Reflect changes above.
451        * rtems/score/cpu.h: Include rtems/score/powerpc.h instead of
452        rtems/score/ppc.h.
453
4542004-04-12      David Querbach <querbach@realtime.bc.ca>
455
456        * asm.h, rtems/new-exceptions/cpu.h, rtems/score/ppc.h: addition of
457        MPC555 support as part of the addition of the SS555 BSP.
458
4592004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
460
461        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
462        * Makefile.am: Don't include multilib.am.
463        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
464
4652004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
466
467        * Makefile.am: Install asm.h to $(includedir)/rtems.
468
4692004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
470
471        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
472        rtems/powerpc/registers.h: Convert to using c99 fixed size types.
473
4742004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
475
476        * configure.ac: RTEMS_TOP([../../../..]).
477
4782004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * configure.ac: Move RTEMS_TOP one subdir down.
481
4822004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * Makefile.am: Add PREINSTALL_DIRS.
485
4862004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
489        Add PREINSTALL_FILES to CLEANFILES.
490
4912004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * configure.ac: Requires automake >= 1.8.1.
494
4952004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * Makefile.am: Include compile.am, again.
498
4992004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
500
501        * Makefile.am: Convert to using automake compilation rules.
502
5032003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
506
5072003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
510
5112003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * Makefile.am: Add $(dirstamp) to preinstallation rules.
514
5152003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * Makefile.am: Remove all LIB-related rules.
518
5192003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * Makefile.am: Don't use gmake rules for preinstallation.
522
5232003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * configure.ac: Remove RTEMS_CANONICAL_HOST.
526
5272003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * configure.ac: Remove RTEMS_CHECK_CPU.
530
5312003-09-26      Joel Sherrill <joel@OARcorp.com>
532
533        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: Obsoleting HP
534        PA-RISC port and removing all references.
535
5362003-09-04      Joel Sherrill <joel@OARcorp.com>
537
538        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
539        rtems/powerpc/registers.h, rtems/score/ppc.h, rtems/score/types.h:
540        URL for license changed.
541
5422003-08-21      Till Straumann <strauman@slac.stanford.edu>
543
544        PR 457/bsps
545        * rtems/powerpc/registers.h: Add a few definitions for the PowerPC
546        thermal assistance unit.
547
5482003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
549
550        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
551
5522003-07-18      Till Straumann <strauman@slac.stanford.edu>
553
554        PR 288/rtems
555        * rtems/new-exceptions/cpu.h: _ISR_Nest_level is now properly
556        maintained and does not reside in SPRG0.
557
5582003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        * configure.ac: Remove AC_CONFIG_AUX_DIR.
561
5622003-02-20      Till Straumann <strauman@slac.stanford.edu>
563
564        PR 349/bsps
565        * rtems/powerpc/registers.h: Add definitions for HID1 and DABR SPRs.
566
5672002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
570        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
571
5722002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        * configure.ac: Fix package name.
575
5762002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
577
578        * rtems/new-exceptions/cpu.h: Remove sections on
579        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
580        * rtems/old-exceptions/cpu.h: Remove sections on
581        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
582        * rtems/score/cpu.h: Insert sections on
583        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
584
5852002-10-31      Joel Sherrill <joel@OARcorp.com>
586
587        * rtems/new-exceptions/cpu.h: Removed warnings.
588
589
5902002-10-31      Joel Sherrill <joel@OARcorp.com>
591
592        * rtems/new-exceptions/cpu.h: Removed warnings.
593
5942002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
595
596        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
597
5982002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
599
600        * .cvsignore: Reformat.
601        Add autom4te*cache.
602        Remove autom4te.cache.
603
6042002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
605
606        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
607
6082002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
609
610        * Makefile.am: Use .$(OBJEXT) instead of .o.
611
6122002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
613
614        * configure.ac: RTEMS_TOP(../../../..).
615
6162002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
617
618        * configure.ac: Remove RTEMS_PROJECT_ROOT.
619
6202002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
621
622        * configure.ac: Add RTEMS_PROG_CCAS
623
6242002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
625
626        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
627        Add AC_PROG_RANLIB.
628
6292002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
630
631        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
632        Use ../../../aclocal.
633
6342002-05-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
635
636        * rtems/score/ppc.h: Remove PPC_DEBUG_MODEL.
637
6382001-05-14      Till Straumann <strauman@slac.stanford.edu>
639
640        * rtems/powerpc/registers.h, rtems/score/ppc.h: Per PR213, add
641        support for the MPC74000 (AKA G4); there is no AltiVec support yet,
642        however.
6432002-04-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
644
645        * rtems/score/ppc.h: Remove rtems_multilib.
646        Add mpc555 (Based on comments from Sergei Organov <osv@javad.ru>).
647        * rtems/old-exceptions/cpu.h: Remove _CPU_Data_Cache_Block_Flush.
648        Remove _CPU_Data_Cache_Block_Invalidate.
649
6502002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
651
652        * asm.h: Include cpuopts.h instead of targopts.h.
653        * rtems/new-exceptions/cpu.h: Relocated from
654        libbsp/powerpc/support/new_exception_processing/rtems/score/cpu.h
655        * rtems/old-exceptions/cpu.h: Relocated from
656        c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/cpu.h
657        * rtems/powerpc/registers.h: Relocated and renamed from
658        libcpu/powerpc/shared/include/cpu.h.
659        * rtems/score/cpu.h: New.
660        * Makefile.am: Reflect changes above.
661
6622001-04-03      Joel Sherrill <joel@OARcorp.com>
663
664        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
665        * rtems/score/ppctypes.h: Removed.
666        * rtems/score/types.h: New file via CVS magic.
667        * Makefile.am, rtems/score/cpu.h: Account for name change.
668
6692002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
670
671        * configure.ac:
672        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
673        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
674        * Makefile.am: Remove AUTOMAKE_OPTIONS.
675
6762002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
677
678        * Makefile.am: Reflect changes from 2002-01-23.
679
6802002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
681
682        * rtems/Makefile.am: Removed.
683        * rtems/score/Makefile.am: Removed.
684        * configure.ac: Reflect changes above.
685        AC_CONFIG_SRCDIR(asm.h).
686
6872002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
688
689        * rtems/Makefile.am: New.
690        * rtems/.cvsignore: New.
691        * rtems/score/Makefile.am: New.
692        * rtems/score/.cvsignore: New.
693        * rtems/score/ppc.h: Relocated from shared/.
694        * rtems/score/ppctypes.h: Relocated from shared/.
695        * asm.h: Relocated from shared/.
696        * shared/Makefile.am: Removed.
697        * shared/asm.h: Removed.
698        * shared/ppc.h: Removed.
699        * shared/ppctypes.h: Removed.
700        * shared/.cvsignore: Removed.
701        * Makefile.am: Reflect changes above.
702        * configure.ac: Reflect changes above.
703
7042001-11-28      Joel Sherrill <joel@OARcorp.com>,
705
706        This was tracked as PR91.
707        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
708        is used to specify if the port uses the standard macro for this (FALSE).
709        A TRUE setting indicates the port provides its own implementation.
710
7112001-11-14      Joel Sherrill <joel@OARcorp.com>
712
713        * shared/ppc.h: The mpc8260 uses the new exception processing model
714        and thus does not need to define PPC_USE_SPRG.
715
7162001-11-14      Andrew Dachs <A.Dachs@SSTL.co.uk>
717
718        * shared/ppc.h: mpc8260 has double FPU not single FPU.
719
7202001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
721
722        This modification is part of the submitted modifications necessary to
723        support the IBM PPC405 family.  This submission was reviewed by
724        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
725        not negatively impact the ppc403 BSPs.  The submission and tracking
726        process was captured as PR50.
727        * shared/asm.h, shared/ppc.h: Added PPC405 support.
728
7292001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
730
731        * shared/ppc.h: Added mpc8260 support.
732
7332001-10-12      Joel Sherrill <joel@OARcorp.com>
734
735        * shared/ppctypes.h: Fixed typo.
736
7372001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
738
739        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
740        * configure.in: Remove.
741        * configure.ac: New file, generated from configure.in by autoupdate.
742
7432001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
744
745        * shared/Makefile.am: Use 'PREINSTALL_FILES ='.
746
7472001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
748
749        * Makefile.am, rtems/score/Makefile.am:
750        Apply include_*HEADERS instead of H_FILES.
751
7522000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
753
754        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
755
7562000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
757
758        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
759
7602000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
761
762        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
763        Switch to GNU canonicalization.
764
7652000-10-20      Joel Sherrill <joel@OARcorp.com>
766
767        * shared/ppc.h: For multilibs, derive PPC_HAS_FPU from _SOFT_FLOAT.
768
7692000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
770
771        * Makefile.am: Include compile.am.
772
7732000-08-10      Joel Sherrill <joel@OARcorp.com>
774
775        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.