source: rtems/cpukit/score/cpu/powerpc/ChangeLog @ 661991a

4.104.114.84.95
Last change on this file since 661991a was 661991a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/15/05 at 14:28:27

2005-02-15 Ralf Corsepius <ralf.corsepius@…>

  • rtems/old-exceptions/cpu.h (CPU_Get_timebase_low, rtems_bsp_delay, rtems_bsp_delay_in_bus_cycles): Remove.
  • rtems/powerpc/registers.h (CPU_Get_timebase_low, rtems_bsp_delay, rtems_bsp_delay_in_bus_cycles): Remove.
  • rtems/score/cpu.h (CPU_Get_timebase_low, rtems_bsp_delay, rtems_bsp_delay_in_bus_cycles): New.
  • Property mode set to 100644
File size: 15.2 KB
Line 
12005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * rtems/old-exceptions/cpu.h (CPU_Get_timebase_low, rtems_bsp_delay,
4        rtems_bsp_delay_in_bus_cycles): Remove.
5        * rtems/powerpc/registers.h (CPU_Get_timebase_low, rtems_bsp_delay,
6        rtems_bsp_delay_in_bus_cycles): Remove.
7        * rtems/score/cpu.h (CPU_Get_timebase_low, rtems_bsp_delay,
8        rtems_bsp_delay_in_bus_cycles): New.
9
102005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
11
12        * rtems/new-exceptions/cpu.h
13        (rtems_cpu_configuration_get_clicks_per_usec,
14        rtems_cpu_configuration_get_exceptions_in_ram): Remove.
15        * rtems/old-exceptions/cpu.h
16        (rtems_cpu_configuration_get_clicks_per_usec,
17        rtems_cpu_configuration_get_exceptions_in_ram): Remove.
18        * rtems/score/cpu.h
19        (rtems_cpu_configuration_get_clicks_per_usec,
20        rtems_cpu_configuration_get_exceptions_in_ram): New.
21
222005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
23
24        * rtems/new-exceptions/cpu.h (CPU_swap_u32, CPU_swap_u16): Remove.
25        * rtems/old-exceptions/cpu.h (CPU_swap_u32, CPU_swap_u16): Remove.
26        * rtems/score/cpu.h (CPU_swap_u32, CPU_swap_u16): New.
27
282005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
29
30        * rtems/old-exceptions/cpu.h: Add _CPU_MSG_GET
31        (old/new exception processing ABI compatibility).
32        * rtems/powerpc/registers.h: Use C99 fixed size types.
33
342005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
35
36        * rtems/score/powerpc.h: Add __ALTIVEC__ support.
37
382005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
39
40        * rtems/score/powerpc.h: Merge ppc603 and ppc603e
41        PPC_IRQ_*/PPC_TLB_* defines.
42
432005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
44
45        * rtems/score/powerpc.h (mpc8260): PPC_ALIGNMENT 8.
46
472005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
48
49        * rtems/score/powerpc.h: Remove PPC_HAS_RFCI (Unused).
50
512005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
52
53        * rtems/score/powerpc.h: Remove PPC_HAS_EXCEPTION_PREFIX (Unused).
54
552005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
56
57        * rtems/score/powerpc.h: Remove PPC_CACHE_ALIGN_POWER (Unused).
58
592005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
60
61        * rtems/score/powerpc.h: Remove PPC_LOW_POWER_MODE* (Unused).
62
632005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
64
65        * rtems/score/powerpc.h: Remove PPC_HAS_EVPR (Unused).
66
672005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
68
69        * rtems/score/powerpc.h: Remove PPC_USE_MULTIPLE (Unused).
70
712005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
72
73        * rtems/score/powerpc.h: Remove PPC_D_CACHE, PPC_I_CACHE defines.
74
752005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
76
77        * rtems/score/powerpc.h: Remove PPC_MSR_* defines.
78
792005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
80
81        * rtems/old-exceptions/cpu.h: Add _PPC_MSR_DISABLE_MASK.
82        Use _PPC_MSR_DISABLE_MASK instead of PPC_MSR_DISABLE_MASK to set up
83        _disable_mask.
84
852005-02-12      Ralf Corsepius <ralf.corsepius@rtems.org>
86
87        * cpu.c: New (Stub file for consistency with other ports).
88        * Makefile.am: Reflect changes above.
89
902005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
91
92        * rtems/asm.h, rtems/old-exceptions/cpu.h, rtems/score/powerpc.h:
93        Remove PPC_ABI_POWEROPEN.
94
952005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
96
97        * rtems/score/powerpc.h: Remove hard-coded PPC_HAS_FPU.
98        Tie PPC_HAS_FPU to _SOFT_FLOAT.
99
1002005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
101
102        * rtems/old-exceptions/cpu.h, rtems/score/powerpc.h:
103        Remove PPC_ABI_GCC27.
104
1052005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
106
107        * rtems/asm.h, rtems/score/powerpc.h: Remove XCOFF support.
108
1092005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
110
111        * Makefile.am: Split out preinstallation rules.
112        * preinstall.am: New (Split out from Makefile.am).
113
1142005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
115
116        PR 754/rtems
117        * rtems/asm.h: New (relocated from .).
118        * asm.h: Remove (moved to rtems/asm.h).
119        * Makefile.am: Reflect changes above.
120
1212004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
122
123        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
124        rtems/powerpc/registers.h: New header guards.
125
1262004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
127
128        * asm.h, rtems/score/cpu.h, rtems/score/powerpc.h,
129        rtems/score/ppc.h, rtems/score/types.h: New header guards.
130
1312005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
132
133        * rtems/score/types.h: Remove signed8, signed16, signed32,
134        unsigned8, unsigned16, unsigned32.
135
1362005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
137
138        * rtems/new-exceptions/cpu.h: *_swap_u32( uint32_t ).
139        * rtems/old-exceptions/cpu.h: *_swap_u32( uint32_t ).
140
1412005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
142
143        * rtems/score/types.h: #include <rtems/stdint.h>.
144
1452004-11-22      Joel Sherrill <joel@OARcorp.com>
146
147        * rtems/old-exceptions/cpu.h: Make compile in assembly.
148
1492004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
150
151        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
152        guard.
153
1542004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
155
156        * asm.h: Add doxygen preamble.
157
1582004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
159
160        * rtems/score/cpu.h: Add doxygen preamble.
161        * rtems/score/powerpc.h: Add doxygen preamble.
162        * rtems/score/ppc.h: Add doxygen preamble.
163        * rtems/score/types.h: Add doxygen preamble.
164
1652004-10-20      Eric Norum <norume@aps.anl.gov>
166
167        Add Kate Feng's MVME5500 BSP
168        * rtems/powerpc/registers.h, rtems/score/powerpc.h
169
1702004-09-29      Joel Sherrill <joel@OARcorp.com>
171
172        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: i960
173        obsoleted and all references removed.
174
1752004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
176
177        * asm.h: Include rtems/score/powerpc.h instead of
178        rtems/score/ppc.h.
179
1802004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
181
182        * rtems/score/powerpc.h: New (Copied and renamed from rtems/score/ppc.h)
183        for consistency with other ports.
184        * rtems/score/ppc.h: Deprecation wrapper to rtems/score/powerpc.h.
185        * Makefile.am: Reflect changes above.
186        * rtems/score/cpu.h: Include rtems/score/powerpc.h instead of
187        rtems/score/ppc.h.
188
1892004-04-12      David Querbach <querbach@realtime.bc.ca>
190
191        * asm.h, rtems/new-exceptions/cpu.h, rtems/score/ppc.h: addition of
192        MPC555 support as part of the addition of the SS555 BSP.
193
1942004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
195
196        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
197        * Makefile.am: Don't include multilib.am.
198        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
199
2002004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
201
202        * Makefile.am: Install asm.h to $(includedir)/rtems.
203
2042004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
205
206        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
207        rtems/powerpc/registers.h: Convert to using c99 fixed size types.
208
2092004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
210
211        * configure.ac: RTEMS_TOP([../../../..]).
212
2132004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * configure.ac: Move RTEMS_TOP one subdir down.
216
2172004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * Makefile.am: Add PREINSTALL_DIRS.
220
2212004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
224        Add PREINSTALL_FILES to CLEANFILES.
225
2262004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * configure.ac: Requires automake >= 1.8.1.
229
2302004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * Makefile.am: Include compile.am, again.
233
2342004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * Makefile.am: Convert to using automake compilation rules.
237
2382003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
241
2422003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
245
2462003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * Makefile.am: Add $(dirstamp) to preinstallation rules.
249
2502003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * Makefile.am: Remove all LIB-related rules.
253
2542003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * Makefile.am: Don't use gmake rules for preinstallation.
257
2582003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * configure.ac: Remove RTEMS_CANONICAL_HOST.
261
2622003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * configure.ac: Remove RTEMS_CHECK_CPU.
265
2662003-09-26      Joel Sherrill <joel@OARcorp.com>
267
268        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: Obsoleting HP
269        PA-RISC port and removing all references.
270
2712003-09-04      Joel Sherrill <joel@OARcorp.com>
272
273        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
274        rtems/powerpc/registers.h, rtems/score/ppc.h, rtems/score/types.h:
275        URL for license changed.
276
2772003-08-21      Till Straumann <strauman@slac.stanford.edu>
278
279        PR 457/bsps
280        * rtems/powerpc/registers.h: Add a few definitions for the PowerPC
281        thermal assistance unit.
282
2832003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
286
2872003-07-18      Till Straumann <strauman@slac.stanford.edu>
288
289        PR 288/rtems
290        * rtems/new-exceptions/cpu.h: _ISR_Nest_level is now properly
291        maintained and does not reside in SPRG0.
292
2932003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * configure.ac: Remove AC_CONFIG_AUX_DIR.
296
2972003-02-20      Till Straumann <strauman@slac.stanford.edu>
298
299        PR 349/bsps
300        * rtems/powerpc/registers.h: Add definitions for HID1 and DABR SPRs.
301
3022002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
305        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
306
3072002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * configure.ac: Fix package name.
310
3112002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * rtems/new-exceptions/cpu.h: Remove sections on
314        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
315        * rtems/old-exceptions/cpu.h: Remove sections on
316        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
317        * rtems/score/cpu.h: Insert sections on
318        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
319
3202002-10-31      Joel Sherrill <joel@OARcorp.com>
321
322        * rtems/new-exceptions/cpu.h: Removed warnings.
323
324
3252002-10-31      Joel Sherrill <joel@OARcorp.com>
326
327        * rtems/new-exceptions/cpu.h: Removed warnings.
328
3292002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
332
3332002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * .cvsignore: Reformat.
336        Add autom4te*cache.
337        Remove autom4te.cache.
338
3392002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
342
3432002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * Makefile.am: Use .$(OBJEXT) instead of .o.
346
3472002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * configure.ac: RTEMS_TOP(../../../..).
350
3512002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * configure.ac: Remove RTEMS_PROJECT_ROOT.
354
3552002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * configure.ac: Add RTEMS_PROG_CCAS
358
3592002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
362        Add AC_PROG_RANLIB.
363
3642002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
367        Use ../../../aclocal.
368
3692002-05-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * rtems/score/ppc.h: Remove PPC_DEBUG_MODEL.
372
3732001-05-14      Till Straumann <strauman@slac.stanford.edu>
374
375        * rtems/powerpc/registers.h, rtems/score/ppc.h: Per PR213, add
376        support for the MPC74000 (AKA G4); there is no AltiVec support yet,
377        however.
3782002-04-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * rtems/score/ppc.h: Remove rtems_multilib.
381        Add mpc555 (Based on comments from Sergei Organov <osv@javad.ru>).
382        * rtems/old-exceptions/cpu.h: Remove _CPU_Data_Cache_Block_Flush.
383        Remove _CPU_Data_Cache_Block_Invalidate.
384
3852002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * asm.h: Include cpuopts.h instead of targopts.h.
388        * rtems/new-exceptions/cpu.h: Relocated from
389        libbsp/powerpc/support/new_exception_processing/rtems/score/cpu.h
390        * rtems/old-exceptions/cpu.h: Relocated from
391        c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/cpu.h
392        * rtems/powerpc/registers.h: Relocated and renamed from
393        libcpu/powerpc/shared/include/cpu.h.
394        * rtems/score/cpu.h: New.
395        * Makefile.am: Reflect changes above.
396
3972001-04-03      Joel Sherrill <joel@OARcorp.com>
398
399        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
400        * rtems/score/ppctypes.h: Removed.
401        * rtems/score/types.h: New file via CVS magic.
402        * Makefile.am, rtems/score/cpu.h: Account for name change.
403
4042002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * configure.ac:
407        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
408        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
409        * Makefile.am: Remove AUTOMAKE_OPTIONS.
410
4112002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * Makefile.am: Reflect changes from 2002-01-23.
414
4152002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * rtems/Makefile.am: Removed.
418        * rtems/score/Makefile.am: Removed.
419        * configure.ac: Reflect changes above.
420        AC_CONFIG_SRCDIR(asm.h).
421
4222002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * rtems/Makefile.am: New.
425        * rtems/.cvsignore: New.
426        * rtems/score/Makefile.am: New.
427        * rtems/score/.cvsignore: New.
428        * rtems/score/ppc.h: Relocated from shared/.
429        * rtems/score/ppctypes.h: Relocated from shared/.
430        * asm.h: Relocated from shared/.
431        * shared/Makefile.am: Removed.
432        * shared/asm.h: Removed.
433        * shared/ppc.h: Removed.
434        * shared/ppctypes.h: Removed.
435        * shared/.cvsignore: Removed.
436        * Makefile.am: Reflect changes above.
437        * configure.ac: Reflect changes above.
438
4392001-11-28      Joel Sherrill <joel@OARcorp.com>,
440
441        This was tracked as PR91.
442        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
443        is used to specify if the port uses the standard macro for this (FALSE).
444        A TRUE setting indicates the port provides its own implementation.
445
4462001-11-14      Joel Sherrill <joel@OARcorp.com>
447
448        * shared/ppc.h: The mpc8260 uses the new exception processing model
449        and thus does not need to define PPC_USE_SPRG.
450
4512001-11-14      Andrew Dachs <A.Dachs@SSTL.co.uk>
452
453        * shared/ppc.h: mpc8260 has double FPU not single FPU.
454
4552001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
456
457        This modification is part of the submitted modifications necessary to
458        support the IBM PPC405 family.  This submission was reviewed by
459        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
460        not negatively impact the ppc403 BSPs.  The submission and tracking
461        process was captured as PR50.
462        * shared/asm.h, shared/ppc.h: Added PPC405 support.
463
4642001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
465
466        * shared/ppc.h: Added mpc8260 support.
467
4682001-10-12      Joel Sherrill <joel@OARcorp.com>
469
470        * shared/ppctypes.h: Fixed typo.
471
4722001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
475        * configure.in: Remove.
476        * configure.ac: New file, generated from configure.in by autoupdate.
477
4782001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * shared/Makefile.am: Use 'PREINSTALL_FILES ='.
481
4822001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * Makefile.am, rtems/score/Makefile.am:
485        Apply include_*HEADERS instead of H_FILES.
486
4872000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
490
4912000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
494
4952000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
498        Switch to GNU canonicalization.
499
5002000-10-20      Joel Sherrill <joel@OARcorp.com>
501
502        * shared/ppc.h: For multilibs, derive PPC_HAS_FPU from _SOFT_FLOAT.
503
5042000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * Makefile.am: Include compile.am.
507
5082000-08-10      Joel Sherrill <joel@OARcorp.com>
509
510        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.