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

4.104.114.95
Last change on this file since aeca15c was aeca15c, checked in by Till Straumann <strauman@…>, on 12/07/07 at 21:24:33

2007-12-03 Till Straumann <strauman@…>

  • rtems/powerpc/registers.h: added definitions for MSR_CE, MSR_DE (bookE).
  • Property mode set to 100644
File size: 24.6 KB
Line 
12007-12-03      Till Straumann <strauman@slac.stanford.edu>
2
3        * rtems/powerpc/registers.h: added definitions for MSR_CE,
4        MSR_DE (bookE).
5
62007-12-06      Joel Sherrill <joel.sherrill@OARcorp.com>
7
8        * rtems/old-exceptions/cpu.h: Remove extra ifndef.
9
102007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
11
12        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
13        rtems/score/cpu.h: Move interrupt_stack_size field from CPU Table to
14        Configuration Table. Eliminate CPU Table from all ports. Delete
15        references to CPU Table in all forms.
16
172007-12-03      Till Straumann <strauman@slac.stanford.edu>
18
19        * rtems/score/cpu.h: Added comment that GDB patch sim/2376
20        is needed for reading the time-base with the new (more
21        portable) method.
22
232007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
24
25        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: Moved most of
26        the remaining CPU Table fields to the Configuration Table. This
27        included pretasking_hook, predriver_hook, postdriver_hook, idle_task,
28        do_zero_of_workspace, extra_mpci_receive_server_stack,
29        stack_allocate_hook, and stack_free_hook. As a side-effect of this
30        effort some multiprocessing code was made conditional and some style
31        clean up occurred.
32
332007-11-30      Till Straumann <strauman@slac.stanford.edu>
34
35        * rtems/score/cpu.h: Wonderful bookE doesn't have mftb/mftbu;
36        ( CPU_Get_timebase_low() ) they only define the TBRU/TBRL SPRs
37        so we use these. Should work on all CPUs.
38
392007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
40
41        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
42        rtems/score/cpu.h: Eliminate PowerPC specific elements from the CPU
43        Table. They have been replaced with variables named bsp_XXX as
44        needed.
45
462007-11-13      Till Straumann <strauman@slac.stanford.edu>
47
48        * rtems/score/powerpc.h: Added a '__ppc_generic' CPU variant.
49        The goal would be making cpukit and hopefully libcpu work
50        for all (or at least most) CPUs/BSPs with -D__ppc_generic so
51        that eventually all tests [#if defined(<cpu_flavor>)] for CPU
52        flavors can be eliminated.
53
542007-11-13      Till Straumann <strauman@slac.stanford.edu>
55
56        * rtems/powerpc/registers.h: Added SPR definitions for BookE
57        DECAR, TCR, TSR.
58
592007-05-09      Ralf Corsépius <ralf.corsepius@rtems.org>
60
61        * rtems/score/cpu.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
62
632007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * rtems/score/cpu.h:
66          Use Context_Control_fp* instead of void* for fp_contexts.
67          Eliminate evil casts.
68
692006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
70
71        * rtems/score/ppc.h: Remove (Deprecated in 4.7).
72        * Makefile: Remove rtems/score/ppc.h.
73
742006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
75
76        * rtems/score/types.h: Remove unsigned64, signed64.
77
782006-08-09      Joel Sherrill <joel@OARcorp.com>
79
80        * rtems/score/cpu.h: Because gcc implicitly uses floating point turn on
81        floating point for all threads if there is a hardware FPU.
82
832006-07-12      Till Straumann <strauman@slac.stanford.edu>
84
85        * rtems/old-exceptions/cpu.h, rtems/powerpc/registers.h:
86        Checked inline assembly; added early-clobber '&' to output operands
87        of multi-instruction asms.
88
892006-01-16      Joel Sherrill <joel@OARcorp.com>
90
91        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
92        rtems/score/cpu.h: Part of a large patch to improve Doxygen output.
93        As a side-effect, grammar and spelling errors were corrected, spacing
94        errors were address, and some variable names were improved.
95
962005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
97
98        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
99
1002005-11-02      Till Straumann <strauman@slac.stanford.edu>
101
102        * rtems/powerpc/registers.h: recognize mpc7457 CPU; added definitions
103        for high bats (#4..7) on 7450 CPUs
104
1052005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
106
107        * rtems/asm.h: Remove private version of CONCAT macros.
108        Include <rtems/concat.h> instead.
109
1102005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
111
112        * rtems/score/powerpc.h: Removed warning
113
1142005-02-21      Ralf Corsepius <ralf.corsepius@rtems.org>
115
116        * rtems/score/powerpc.h: Add  "defined(mpc7400) || defined(mpc7450)
117        || defined(mpc7455)" to altivec (gcc-3.2.x compatibility).
118
1192005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
120
121        * rtems/new-exceptions/cpu.h (CPU_HARDWARE_FP, CPU_ALL_TASKS_ARE_FP,
122        CPU_IDLE_TASK_IS_FP): Remove.
123        * rtems/old-exceptions/cpu.h (CPU_HARDWARE_FP, CPU_ALL_TASKS_ARE_FP,
124        CPU_IDLE_TASK_IS_FP): Remove.
125        * rtems/score/cpu.h (CPU_HARDWARE_FP, CPU_ALL_TASKS_ARE_FP,
126        CPU_IDLE_TASK_IS_FP, CPU_SOFTWARE_FP): New.
127
1282005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
129
130        * rtems/score/cpu.h: Derive CPU_{BIG|LITTLE}_ENDIAN from
131        __BIG_ENDIAN__.
132
1332005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
134
135        * rtems/score/cpu.h (CPU_PROVIDES_IDLE_THREAD_BODY,
136        CPU_STACK_GROWS_UP, CPU_STRUCTURE_ALIGNMENT,
137        CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES, CPU_BIG_ENDIAN,
138        CPU_LITTLE_ENDIAN): Add.
139        * rtems/old-exceptions/cpu.h (CPU_PROVIDES_IDLE_THREAD_BODY,
140        CPU_STACK_GROWS_UP, CPU_STRUCTURE_ALIGNMENT,
141        CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES, CPU_BIG_ENDIAN,
142        CPU_LITTLE_ENDIAN): Remove.
143        * rtems/new-exceptions/cpu.h (CPU_PROVIDES_IDLE_THREAD_BODY,
144        CPU_STACK_GROWS_UP, CPU_STRUCTURE_ALIGNMENT,
145        CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES, CPU_BIG_ENDIAN,
146        CPU_LITTLE_ENDIAN): Remove.
147
1482005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
149
150        * rtems/score/cpu.h:
151        (rtems_cpu_configuration_get_serial_per_sec,
152        rtems_cpu_configuration_get_serial_external_clock,
153        rtems_cpu_configuration_get_serial_xon_xoff,
154        rtems_cpu_configuration_get_serial_cts_rts,
155        rtems_cpu_configuration_get_serial_rate,
156        rtems_cpu_configuration_get_timer_average_overhead,
157        rtems_cpu_configuration_get_timer_least_valid,
158        rtems_cpu_configuration_get_timer_internal_clock,
159        rtems_cpu_configuration_get_clock_speed): New.
160        * rtems/old-exceptions/cpu.h:
161        (rtems_cpu_configuration_get_serial_per_sec,
162        rtems_cpu_configuration_get_serial_external_clock,
163        rtems_cpu_configuration_get_serial_xon_xoff,
164        rtems_cpu_configuration_get_serial_cts_rts,
165        rtems_cpu_configuration_get_serial_rate,
166        rtems_cpu_configuration_get_timer_average_overhead,
167        rtems_cpu_configuration_get_timer_least_valid,
168        rtems_cpu_configuration_get_timer_internal_clock,
169        rtems_cpu_configuration_get_clock_speed): Remove.
170
1712005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
172
173        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h
174        (rtems_cpu_table): Sync defines between {old|new}-exceptions.
175
1762005-02-18      Ralf Corsepius <ralf.corsepius@rtems.org>
177
178        * rtems/new-exceptions/cpu.h (Context_Control,
179        Context_Control_fp, CPU_Interrupt_frame): Remove.
180        * rtems/old-exceptions/cpu.h (Context_Control,
181        Context_Control_fp, CPU_Interrupt_frame): Remove.
182        * rtems/score/cpu.h (Context_Control,
183        Context_Control_fp, CPU_Interrupt_frame): Add.
184
1852005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
186
187        * rtems/new-exceptions/cpu.h (CPU_STACK_MINIMUM_SIZE,
188        CPU_ALIGNMENT, CPU_HEAP_ALIGNMENT,
189        CPU_PARTITION_ALIGNMENT, CPU_STACK_ALIGNMENT): Remove.
190        * rtems/old-exceptions/cpu.h (CPU_STACK_MINIMUM_SIZE,
191        CPU_ALIGNMENT, CPU_HEAP_ALIGNMENT,
192        CPU_PARTITION_ALIGNMENT, CPU_STACK_ALIGNMENT): Remove.
193        * rtems/score/cpu.h (CPU_STACK_MINIMUM_SIZE,
194        CPU_ALIGNMENT, CPU_HEAP_ALIGNMENT,
195        CPU_PARTITION_ALIGNMENT, CPU_STACK_ALIGNMENT): Add.
196
1972005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
198
199        * rtems/new-exceptions/cpu.h: Remove CPU_MINIMUM_STACK_FRAME_SIZE.
200
2012005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
202
203        * rtems/new-exceptions/cpu.h (_CPU_Bitfield_Find_first_bit,
204        _CPU_Priority_Mask, _CPU_Priority_bits_index): Remove.
205        * rtems/old-exceptions/cpu.h (_CPU_Bitfield_Find_first_bit,
206        _CPU_Priority_Mask, _CPU_Priority_bits_index): Remove.
207        * rtems/score/cpu.h (_CPU_Bitfield_Find_first_bit,
208        _CPU_Priority_Mask, _CPU_Priority_bits_index): New.
209
2102005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
211
212        * rtems/new-exceptions/cpu.h (_CPU_msrs): Remove (Unused).
213        * rtems/old-exceptions/cpu.h (_CPU_msrs): Remove (Unused).
214
2152005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
216
217        * rtems/new-exceptions/cpu.h (_CPU_ISR_install_vector,
218        _CPU_Initialize, _CPU_Install_interrupt_stack, _CPU_Context_switch,
219        _CPU_Context_restore, _CPU_Context_save_fp, _CPU_Context_restore_fp,
220        _CPU_Fatal_error): Remove.
221        * rtems/old-exceptions/cpu.h (_CPU_ISR_install_vector,
222        _CPU_Initialize, _CPU_Install_interrupt_stack, _CPU_Context_switch,
223        _CPU_Context_restore, _CPU_Context_save_fp, _CPU_Context_restore_fp,
224        _CPU_Fatal_error): Remove.
225        * rtems/score/cpu.h (_CPU_ISR_install_vector,
226        _CPU_Initialize, _CPU_Install_interrupt_stack, _CPU_Context_switch,
227        _CPU_Context_restore, _CPU_Context_save_fp, _CPU_Context_restore_fp,
228        _CPU_Fatal_error): New.
229
2302005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
231
232        * rtems/old-exceptions/cpu.h (_CPU_Context_Initialize,
233        _CPU_Context_Restart_self, _CPU_Context_Fp_start,
234        _CPU_Context_Initialize_fp): Remove.
235        * rtems/new-exceptions/cpu.h (_CPU_Context_Initialize,
236        _CPU_Context_Restart_self, _CPU_Context_Fp_start,
237        _CPU_Context_Initialize_fp): Remove.
238        * rtems/score/cpu.h (_CPU_Context_Initialize,
239        _CPU_Context_Restart_self, _CPU_Context_Fp_start,
240        _CPU_Context_Initialize_fp): New.
241
2422005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
243
244        * rtems/old-exceptions/cpu.h (PPC_Get_timebase_register): Remove.
245        * rtems/powerpc/registers.h (PPC_Get_timebase_register,
246        PPC_Set_timebase_register): Remove.
247        * rtems/score/cpu.h (PPC_Get_timebase_register,
248        PPC_Set_timebase_register): New.
249
2502005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
251
252        * rtems/powerpc/registers.h (PPC_Set_decrementer,
253        PPC_Get_decrementer): Remove.
254        * rtems/old-exceptions/cpu.h (PPC_Set_decrementer): Remove.
255        * rtems/score/cpu.h (PPC_Set_decrementer, PPC_Get_decrementer): New.
256
2572005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
258
259        * rtems/old-exceptions/cpu.h (CPU_Get_timebase_low, rtems_bsp_delay,
260        rtems_bsp_delay_in_bus_cycles): Remove.
261        * rtems/powerpc/registers.h (CPU_Get_timebase_low, rtems_bsp_delay,
262        rtems_bsp_delay_in_bus_cycles): Remove.
263        * rtems/score/cpu.h (CPU_Get_timebase_low, rtems_bsp_delay,
264        rtems_bsp_delay_in_bus_cycles): New.
265
2662005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
267
268        * rtems/new-exceptions/cpu.h
269        (rtems_cpu_configuration_get_clicks_per_usec,
270        rtems_cpu_configuration_get_exceptions_in_ram): Remove.
271        * rtems/old-exceptions/cpu.h
272        (rtems_cpu_configuration_get_clicks_per_usec,
273        rtems_cpu_configuration_get_exceptions_in_ram): Remove.
274        * rtems/score/cpu.h
275        (rtems_cpu_configuration_get_clicks_per_usec,
276        rtems_cpu_configuration_get_exceptions_in_ram): New.
277
2782005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
279
280        * rtems/new-exceptions/cpu.h (CPU_swap_u32, CPU_swap_u16): Remove.
281        * rtems/old-exceptions/cpu.h (CPU_swap_u32, CPU_swap_u16): Remove.
282        * rtems/score/cpu.h (CPU_swap_u32, CPU_swap_u16): New.
283
2842005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
285
286        * rtems/old-exceptions/cpu.h: Add _CPU_MSG_GET
287        (old/new exception processing ABI compatibility).
288        * rtems/powerpc/registers.h: Use C99 fixed size types.
289
2902005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
291
292        * rtems/score/powerpc.h: Add __ALTIVEC__ support.
293
2942005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
295
296        * rtems/score/powerpc.h: Merge ppc603 and ppc603e
297        PPC_IRQ_*/PPC_TLB_* defines.
298
2992005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
300
301        * rtems/score/powerpc.h (mpc8260): PPC_ALIGNMENT 8.
302
3032005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
304
305        * rtems/score/powerpc.h: Remove PPC_HAS_RFCI (Unused).
306
3072005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
308
309        * rtems/score/powerpc.h: Remove PPC_HAS_EXCEPTION_PREFIX (Unused).
310
3112005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
312
313        * rtems/score/powerpc.h: Remove PPC_CACHE_ALIGN_POWER (Unused).
314
3152005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
316
317        * rtems/score/powerpc.h: Remove PPC_LOW_POWER_MODE* (Unused).
318
3192005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
320
321        * rtems/score/powerpc.h: Remove PPC_HAS_EVPR (Unused).
322
3232005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
324
325        * rtems/score/powerpc.h: Remove PPC_USE_MULTIPLE (Unused).
326
3272005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
328
329        * rtems/score/powerpc.h: Remove PPC_D_CACHE, PPC_I_CACHE defines.
330
3312005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
332
333        * rtems/score/powerpc.h: Remove PPC_MSR_* defines.
334
3352005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
336
337        * rtems/old-exceptions/cpu.h: Add _PPC_MSR_DISABLE_MASK.
338        Use _PPC_MSR_DISABLE_MASK instead of PPC_MSR_DISABLE_MASK to set up
339        _disable_mask.
340
3412005-02-12      Ralf Corsepius <ralf.corsepius@rtems.org>
342
343        * cpu.c: New (Stub file for consistency with other ports).
344        * Makefile.am: Reflect changes above.
345
3462005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
347
348        * rtems/asm.h, rtems/old-exceptions/cpu.h, rtems/score/powerpc.h:
349        Remove PPC_ABI_POWEROPEN.
350
3512005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
352
353        * rtems/score/powerpc.h: Remove hard-coded PPC_HAS_FPU.
354        Tie PPC_HAS_FPU to _SOFT_FLOAT.
355
3562005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
357
358        * rtems/old-exceptions/cpu.h, rtems/score/powerpc.h:
359        Remove PPC_ABI_GCC27.
360
3612005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
362
363        * rtems/asm.h, rtems/score/powerpc.h: Remove XCOFF support.
364
3652005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
366
367        * Makefile.am: Split out preinstallation rules.
368        * preinstall.am: New (Split out from Makefile.am).
369
3702005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
371
372        PR 754/rtems
373        * rtems/asm.h: New (relocated from .).
374        * asm.h: Remove (moved to rtems/asm.h).
375        * Makefile.am: Reflect changes above.
376
3772004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
378
379        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
380        rtems/powerpc/registers.h: New header guards.
381
3822004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
383
384        * asm.h, rtems/score/cpu.h, rtems/score/powerpc.h,
385        rtems/score/ppc.h, rtems/score/types.h: New header guards.
386
3872005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
388
389        * rtems/score/types.h: Remove signed8, signed16, signed32,
390        unsigned8, unsigned16, unsigned32.
391
3922005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
393
394        * rtems/new-exceptions/cpu.h: *_swap_u32( uint32_t ).
395        * rtems/old-exceptions/cpu.h: *_swap_u32( uint32_t ).
396
3972005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
398
399        * rtems/score/types.h: #include <rtems/stdint.h>.
400
4012004-11-22      Joel Sherrill <joel@OARcorp.com>
402
403        * rtems/old-exceptions/cpu.h: Make compile in assembly.
404
4052004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
406
407        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
408        guard.
409
4102004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
411
412        * asm.h: Add doxygen preamble.
413
4142004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
415
416        * rtems/score/cpu.h: Add doxygen preamble.
417        * rtems/score/powerpc.h: Add doxygen preamble.
418        * rtems/score/ppc.h: Add doxygen preamble.
419        * rtems/score/types.h: Add doxygen preamble.
420
4212004-10-20      Eric Norum <norume@aps.anl.gov>
422
423        Add Kate Feng's MVME5500 BSP
424        * rtems/powerpc/registers.h, rtems/score/powerpc.h
425
4262004-09-29      Joel Sherrill <joel@OARcorp.com>
427
428        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: i960
429        obsoleted and all references removed.
430
4312004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
432
433        * asm.h: Include rtems/score/powerpc.h instead of
434        rtems/score/ppc.h.
435
4362004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
437
438        * rtems/score/powerpc.h: New (Copied and renamed from rtems/score/ppc.h)
439        for consistency with other ports.
440        * rtems/score/ppc.h: Deprecation wrapper to rtems/score/powerpc.h.
441        * Makefile.am: Reflect changes above.
442        * rtems/score/cpu.h: Include rtems/score/powerpc.h instead of
443        rtems/score/ppc.h.
444
4452004-04-12      David Querbach <querbach@realtime.bc.ca>
446
447        * asm.h, rtems/new-exceptions/cpu.h, rtems/score/ppc.h: addition of
448        MPC555 support as part of the addition of the SS555 BSP.
449
4502004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
451
452        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
453        * Makefile.am: Don't include multilib.am.
454        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
455
4562004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
457
458        * Makefile.am: Install asm.h to $(includedir)/rtems.
459
4602004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
461
462        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
463        rtems/powerpc/registers.h: Convert to using c99 fixed size types.
464
4652004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
466
467        * configure.ac: RTEMS_TOP([../../../..]).
468
4692004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * configure.ac: Move RTEMS_TOP one subdir down.
472
4732004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * Makefile.am: Add PREINSTALL_DIRS.
476
4772004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
480        Add PREINSTALL_FILES to CLEANFILES.
481
4822004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * configure.ac: Requires automake >= 1.8.1.
485
4862004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * Makefile.am: Include compile.am, again.
489
4902004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
491
492        * Makefile.am: Convert to using automake compilation rules.
493
4942003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
495
496        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
497
4982003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
501
5022003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * Makefile.am: Add $(dirstamp) to preinstallation rules.
505
5062003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * Makefile.am: Remove all LIB-related rules.
509
5102003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
511
512        * Makefile.am: Don't use gmake rules for preinstallation.
513
5142003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * configure.ac: Remove RTEMS_CANONICAL_HOST.
517
5182003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * configure.ac: Remove RTEMS_CHECK_CPU.
521
5222003-09-26      Joel Sherrill <joel@OARcorp.com>
523
524        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: Obsoleting HP
525        PA-RISC port and removing all references.
526
5272003-09-04      Joel Sherrill <joel@OARcorp.com>
528
529        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
530        rtems/powerpc/registers.h, rtems/score/ppc.h, rtems/score/types.h:
531        URL for license changed.
532
5332003-08-21      Till Straumann <strauman@slac.stanford.edu>
534
535        PR 457/bsps
536        * rtems/powerpc/registers.h: Add a few definitions for the PowerPC
537        thermal assistance unit.
538
5392003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
542
5432003-07-18      Till Straumann <strauman@slac.stanford.edu>
544
545        PR 288/rtems
546        * rtems/new-exceptions/cpu.h: _ISR_Nest_level is now properly
547        maintained and does not reside in SPRG0.
548
5492003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * configure.ac: Remove AC_CONFIG_AUX_DIR.
552
5532003-02-20      Till Straumann <strauman@slac.stanford.edu>
554
555        PR 349/bsps
556        * rtems/powerpc/registers.h: Add definitions for HID1 and DABR SPRs.
557
5582002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
561        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
562
5632002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * configure.ac: Fix package name.
566
5672002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * rtems/new-exceptions/cpu.h: Remove sections on
570        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
571        * rtems/old-exceptions/cpu.h: Remove sections on
572        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
573        * rtems/score/cpu.h: Insert sections on
574        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
575
5762002-10-31      Joel Sherrill <joel@OARcorp.com>
577
578        * rtems/new-exceptions/cpu.h: Removed warnings.
579
580
5812002-10-31      Joel Sherrill <joel@OARcorp.com>
582
583        * rtems/new-exceptions/cpu.h: Removed warnings.
584
5852002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
586
587        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
588
5892002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
590
591        * .cvsignore: Reformat.
592        Add autom4te*cache.
593        Remove autom4te.cache.
594
5952002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
596
597        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
598
5992002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
600
601        * Makefile.am: Use .$(OBJEXT) instead of .o.
602
6032002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
604
605        * configure.ac: RTEMS_TOP(../../../..).
606
6072002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
608
609        * configure.ac: Remove RTEMS_PROJECT_ROOT.
610
6112002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
612
613        * configure.ac: Add RTEMS_PROG_CCAS
614
6152002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
616
617        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
618        Add AC_PROG_RANLIB.
619
6202002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
621
622        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
623        Use ../../../aclocal.
624
6252002-05-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
626
627        * rtems/score/ppc.h: Remove PPC_DEBUG_MODEL.
628
6292001-05-14      Till Straumann <strauman@slac.stanford.edu>
630
631        * rtems/powerpc/registers.h, rtems/score/ppc.h: Per PR213, add
632        support for the MPC74000 (AKA G4); there is no AltiVec support yet,
633        however.
6342002-04-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
635
636        * rtems/score/ppc.h: Remove rtems_multilib.
637        Add mpc555 (Based on comments from Sergei Organov <osv@javad.ru>).
638        * rtems/old-exceptions/cpu.h: Remove _CPU_Data_Cache_Block_Flush.
639        Remove _CPU_Data_Cache_Block_Invalidate.
640
6412002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
642
643        * asm.h: Include cpuopts.h instead of targopts.h.
644        * rtems/new-exceptions/cpu.h: Relocated from
645        libbsp/powerpc/support/new_exception_processing/rtems/score/cpu.h
646        * rtems/old-exceptions/cpu.h: Relocated from
647        c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/cpu.h
648        * rtems/powerpc/registers.h: Relocated and renamed from
649        libcpu/powerpc/shared/include/cpu.h.
650        * rtems/score/cpu.h: New.
651        * Makefile.am: Reflect changes above.
652
6532001-04-03      Joel Sherrill <joel@OARcorp.com>
654
655        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
656        * rtems/score/ppctypes.h: Removed.
657        * rtems/score/types.h: New file via CVS magic.
658        * Makefile.am, rtems/score/cpu.h: Account for name change.
659
6602002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
661
662        * configure.ac:
663        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
664        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
665        * Makefile.am: Remove AUTOMAKE_OPTIONS.
666
6672002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
668
669        * Makefile.am: Reflect changes from 2002-01-23.
670
6712002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
672
673        * rtems/Makefile.am: Removed.
674        * rtems/score/Makefile.am: Removed.
675        * configure.ac: Reflect changes above.
676        AC_CONFIG_SRCDIR(asm.h).
677
6782002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
679
680        * rtems/Makefile.am: New.
681        * rtems/.cvsignore: New.
682        * rtems/score/Makefile.am: New.
683        * rtems/score/.cvsignore: New.
684        * rtems/score/ppc.h: Relocated from shared/.
685        * rtems/score/ppctypes.h: Relocated from shared/.
686        * asm.h: Relocated from shared/.
687        * shared/Makefile.am: Removed.
688        * shared/asm.h: Removed.
689        * shared/ppc.h: Removed.
690        * shared/ppctypes.h: Removed.
691        * shared/.cvsignore: Removed.
692        * Makefile.am: Reflect changes above.
693        * configure.ac: Reflect changes above.
694
6952001-11-28      Joel Sherrill <joel@OARcorp.com>,
696
697        This was tracked as PR91.
698        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
699        is used to specify if the port uses the standard macro for this (FALSE).
700        A TRUE setting indicates the port provides its own implementation.
701
7022001-11-14      Joel Sherrill <joel@OARcorp.com>
703
704        * shared/ppc.h: The mpc8260 uses the new exception processing model
705        and thus does not need to define PPC_USE_SPRG.
706
7072001-11-14      Andrew Dachs <A.Dachs@SSTL.co.uk>
708
709        * shared/ppc.h: mpc8260 has double FPU not single FPU.
710
7112001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
712
713        This modification is part of the submitted modifications necessary to
714        support the IBM PPC405 family.  This submission was reviewed by
715        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
716        not negatively impact the ppc403 BSPs.  The submission and tracking
717        process was captured as PR50.
718        * shared/asm.h, shared/ppc.h: Added PPC405 support.
719
7202001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
721
722        * shared/ppc.h: Added mpc8260 support.
723
7242001-10-12      Joel Sherrill <joel@OARcorp.com>
725
726        * shared/ppctypes.h: Fixed typo.
727
7282001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
729
730        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
731        * configure.in: Remove.
732        * configure.ac: New file, generated from configure.in by autoupdate.
733
7342001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
735
736        * shared/Makefile.am: Use 'PREINSTALL_FILES ='.
737
7382001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
739
740        * Makefile.am, rtems/score/Makefile.am:
741        Apply include_*HEADERS instead of H_FILES.
742
7432000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
744
745        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
746
7472000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
748
749        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
750
7512000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
752
753        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
754        Switch to GNU canonicalization.
755
7562000-10-20      Joel Sherrill <joel@OARcorp.com>
757
758        * shared/ppc.h: For multilibs, derive PPC_HAS_FPU from _SOFT_FLOAT.
759
7602000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
761
762        * Makefile.am: Include compile.am.
763
7642000-08-10      Joel Sherrill <joel@OARcorp.com>
765
766        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.