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

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

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

  • rtems/new-exceptions/cpu.h (rtems_cpu_configuration_get_clicks_per_usec, rtems_cpu_configuration_get_exceptions_in_ram): Remove.
  • rtems/old-exceptions/cpu.h (rtems_cpu_configuration_get_clicks_per_usec, rtems_cpu_configuration_get_exceptions_in_ram): Remove.
  • rtems/score/cpu.h (rtems_cpu_configuration_get_clicks_per_usec, rtems_cpu_configuration_get_exceptions_in_ram): New.
  • Property mode set to 100644
File size: 14.8 KB
Line 
12005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * rtems/new-exceptions/cpu.h
4        (rtems_cpu_configuration_get_clicks_per_usec,
5        rtems_cpu_configuration_get_exceptions_in_ram): Remove.
6        * rtems/old-exceptions/cpu.h
7        (rtems_cpu_configuration_get_clicks_per_usec,
8        rtems_cpu_configuration_get_exceptions_in_ram): Remove.
9        * rtems/score/cpu.h
10        (rtems_cpu_configuration_get_clicks_per_usec,
11        rtems_cpu_configuration_get_exceptions_in_ram): New.
12
132005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
14
15        * rtems/new-exceptions/cpu.h (CPU_swap_u32, CPU_swap_u16): Remove.
16        * rtems/old-exceptions/cpu.h (CPU_swap_u32, CPU_swap_u16): Remove.
17        * rtems/score/cpu.h (CPU_swap_u32, CPU_swap_u16): New.
18
192005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
20
21        * rtems/old-exceptions/cpu.h: Add _CPU_MSG_GET
22        (old/new exception processing ABI compatibility).
23        * rtems/powerpc/registers.h: Use C99 fixed size types.
24
252005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
26
27        * rtems/score/powerpc.h: Add __ALTIVEC__ support.
28
292005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
30
31        * rtems/score/powerpc.h: Merge ppc603 and ppc603e
32        PPC_IRQ_*/PPC_TLB_* defines.
33
342005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
35
36        * rtems/score/powerpc.h (mpc8260): PPC_ALIGNMENT 8.
37
382005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
39
40        * rtems/score/powerpc.h: Remove PPC_HAS_RFCI (Unused).
41
422005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
43
44        * rtems/score/powerpc.h: Remove PPC_HAS_EXCEPTION_PREFIX (Unused).
45
462005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
47
48        * rtems/score/powerpc.h: Remove PPC_CACHE_ALIGN_POWER (Unused).
49
502005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
51
52        * rtems/score/powerpc.h: Remove PPC_LOW_POWER_MODE* (Unused).
53
542005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
55
56        * rtems/score/powerpc.h: Remove PPC_HAS_EVPR (Unused).
57
582005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
59
60        * rtems/score/powerpc.h: Remove PPC_USE_MULTIPLE (Unused).
61
622005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
63
64        * rtems/score/powerpc.h: Remove PPC_D_CACHE, PPC_I_CACHE defines.
65
662005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
67
68        * rtems/score/powerpc.h: Remove PPC_MSR_* defines.
69
702005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
71
72        * rtems/old-exceptions/cpu.h: Add _PPC_MSR_DISABLE_MASK.
73        Use _PPC_MSR_DISABLE_MASK instead of PPC_MSR_DISABLE_MASK to set up
74        _disable_mask.
75
762005-02-12      Ralf Corsepius <ralf.corsepius@rtems.org>
77
78        * cpu.c: New (Stub file for consistency with other ports).
79        * Makefile.am: Reflect changes above.
80
812005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
82
83        * rtems/asm.h, rtems/old-exceptions/cpu.h, rtems/score/powerpc.h:
84        Remove PPC_ABI_POWEROPEN.
85
862005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
87
88        * rtems/score/powerpc.h: Remove hard-coded PPC_HAS_FPU.
89        Tie PPC_HAS_FPU to _SOFT_FLOAT.
90
912005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
92
93        * rtems/old-exceptions/cpu.h, rtems/score/powerpc.h:
94        Remove PPC_ABI_GCC27.
95
962005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
97
98        * rtems/asm.h, rtems/score/powerpc.h: Remove XCOFF support.
99
1002005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
101
102        * Makefile.am: Split out preinstallation rules.
103        * preinstall.am: New (Split out from Makefile.am).
104
1052005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
106
107        PR 754/rtems
108        * rtems/asm.h: New (relocated from .).
109        * asm.h: Remove (moved to rtems/asm.h).
110        * Makefile.am: Reflect changes above.
111
1122004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
113
114        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
115        rtems/powerpc/registers.h: New header guards.
116
1172004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
118
119        * asm.h, rtems/score/cpu.h, rtems/score/powerpc.h,
120        rtems/score/ppc.h, rtems/score/types.h: New header guards.
121
1222005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
123
124        * rtems/score/types.h: Remove signed8, signed16, signed32,
125        unsigned8, unsigned16, unsigned32.
126
1272005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
128
129        * rtems/new-exceptions/cpu.h: *_swap_u32( uint32_t ).
130        * rtems/old-exceptions/cpu.h: *_swap_u32( uint32_t ).
131
1322005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
133
134        * rtems/score/types.h: #include <rtems/stdint.h>.
135
1362004-11-22      Joel Sherrill <joel@OARcorp.com>
137
138        * rtems/old-exceptions/cpu.h: Make compile in assembly.
139
1402004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
141
142        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
143        guard.
144
1452004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
146
147        * asm.h: Add doxygen preamble.
148
1492004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
150
151        * rtems/score/cpu.h: Add doxygen preamble.
152        * rtems/score/powerpc.h: Add doxygen preamble.
153        * rtems/score/ppc.h: Add doxygen preamble.
154        * rtems/score/types.h: Add doxygen preamble.
155
1562004-10-20      Eric Norum <norume@aps.anl.gov>
157
158        Add Kate Feng's MVME5500 BSP
159        * rtems/powerpc/registers.h, rtems/score/powerpc.h
160
1612004-09-29      Joel Sherrill <joel@OARcorp.com>
162
163        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: i960
164        obsoleted and all references removed.
165
1662004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
167
168        * asm.h: Include rtems/score/powerpc.h instead of
169        rtems/score/ppc.h.
170
1712004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
172
173        * rtems/score/powerpc.h: New (Copied and renamed from rtems/score/ppc.h)
174        for consistency with other ports.
175        * rtems/score/ppc.h: Deprecation wrapper to rtems/score/powerpc.h.
176        * Makefile.am: Reflect changes above.
177        * rtems/score/cpu.h: Include rtems/score/powerpc.h instead of
178        rtems/score/ppc.h.
179
1802004-04-12      David Querbach <querbach@realtime.bc.ca>
181
182        * asm.h, rtems/new-exceptions/cpu.h, rtems/score/ppc.h: addition of
183        MPC555 support as part of the addition of the SS555 BSP.
184
1852004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
186
187        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
188        * Makefile.am: Don't include multilib.am.
189        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
190
1912004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
192
193        * Makefile.am: Install asm.h to $(includedir)/rtems.
194
1952004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
196
197        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
198        rtems/powerpc/registers.h: Convert to using c99 fixed size types.
199
2002004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
201
202        * configure.ac: RTEMS_TOP([../../../..]).
203
2042004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * configure.ac: Move RTEMS_TOP one subdir down.
207
2082004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * Makefile.am: Add PREINSTALL_DIRS.
211
2122004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
215        Add PREINSTALL_FILES to CLEANFILES.
216
2172004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * configure.ac: Requires automake >= 1.8.1.
220
2212004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * Makefile.am: Include compile.am, again.
224
2252004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * Makefile.am: Convert to using automake compilation rules.
228
2292003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
232
2332003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
236
2372003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * Makefile.am: Add $(dirstamp) to preinstallation rules.
240
2412003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * Makefile.am: Remove all LIB-related rules.
244
2452003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * Makefile.am: Don't use gmake rules for preinstallation.
248
2492003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * configure.ac: Remove RTEMS_CANONICAL_HOST.
252
2532003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * configure.ac: Remove RTEMS_CHECK_CPU.
256
2572003-09-26      Joel Sherrill <joel@OARcorp.com>
258
259        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: Obsoleting HP
260        PA-RISC port and removing all references.
261
2622003-09-04      Joel Sherrill <joel@OARcorp.com>
263
264        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
265        rtems/powerpc/registers.h, rtems/score/ppc.h, rtems/score/types.h:
266        URL for license changed.
267
2682003-08-21      Till Straumann <strauman@slac.stanford.edu>
269
270        PR 457/bsps
271        * rtems/powerpc/registers.h: Add a few definitions for the PowerPC
272        thermal assistance unit.
273
2742003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
277
2782003-07-18      Till Straumann <strauman@slac.stanford.edu>
279
280        PR 288/rtems
281        * rtems/new-exceptions/cpu.h: _ISR_Nest_level is now properly
282        maintained and does not reside in SPRG0.
283
2842003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * configure.ac: Remove AC_CONFIG_AUX_DIR.
287
2882003-02-20      Till Straumann <strauman@slac.stanford.edu>
289
290        PR 349/bsps
291        * rtems/powerpc/registers.h: Add definitions for HID1 and DABR SPRs.
292
2932002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
296        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
297
2982002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * configure.ac: Fix package name.
301
3022002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * rtems/new-exceptions/cpu.h: Remove sections on
305        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
306        * rtems/old-exceptions/cpu.h: Remove sections on
307        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
308        * rtems/score/cpu.h: Insert sections on
309        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
310
3112002-10-31      Joel Sherrill <joel@OARcorp.com>
312
313        * rtems/new-exceptions/cpu.h: Removed warnings.
314
315
3162002-10-31      Joel Sherrill <joel@OARcorp.com>
317
318        * rtems/new-exceptions/cpu.h: Removed warnings.
319
3202002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
323
3242002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * .cvsignore: Reformat.
327        Add autom4te*cache.
328        Remove autom4te.cache.
329
3302002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
333
3342002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * Makefile.am: Use .$(OBJEXT) instead of .o.
337
3382002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * configure.ac: RTEMS_TOP(../../../..).
341
3422002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * configure.ac: Remove RTEMS_PROJECT_ROOT.
345
3462002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * configure.ac: Add RTEMS_PROG_CCAS
349
3502002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
353        Add AC_PROG_RANLIB.
354
3552002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
358        Use ../../../aclocal.
359
3602002-05-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * rtems/score/ppc.h: Remove PPC_DEBUG_MODEL.
363
3642001-05-14      Till Straumann <strauman@slac.stanford.edu>
365
366        * rtems/powerpc/registers.h, rtems/score/ppc.h: Per PR213, add
367        support for the MPC74000 (AKA G4); there is no AltiVec support yet,
368        however.
3692002-04-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * rtems/score/ppc.h: Remove rtems_multilib.
372        Add mpc555 (Based on comments from Sergei Organov <osv@javad.ru>).
373        * rtems/old-exceptions/cpu.h: Remove _CPU_Data_Cache_Block_Flush.
374        Remove _CPU_Data_Cache_Block_Invalidate.
375
3762002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * asm.h: Include cpuopts.h instead of targopts.h.
379        * rtems/new-exceptions/cpu.h: Relocated from
380        libbsp/powerpc/support/new_exception_processing/rtems/score/cpu.h
381        * rtems/old-exceptions/cpu.h: Relocated from
382        c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/cpu.h
383        * rtems/powerpc/registers.h: Relocated and renamed from
384        libcpu/powerpc/shared/include/cpu.h.
385        * rtems/score/cpu.h: New.
386        * Makefile.am: Reflect changes above.
387
3882001-04-03      Joel Sherrill <joel@OARcorp.com>
389
390        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
391        * rtems/score/ppctypes.h: Removed.
392        * rtems/score/types.h: New file via CVS magic.
393        * Makefile.am, rtems/score/cpu.h: Account for name change.
394
3952002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * configure.ac:
398        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
399        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
400        * Makefile.am: Remove AUTOMAKE_OPTIONS.
401
4022002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * Makefile.am: Reflect changes from 2002-01-23.
405
4062002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * rtems/Makefile.am: Removed.
409        * rtems/score/Makefile.am: Removed.
410        * configure.ac: Reflect changes above.
411        AC_CONFIG_SRCDIR(asm.h).
412
4132002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * rtems/Makefile.am: New.
416        * rtems/.cvsignore: New.
417        * rtems/score/Makefile.am: New.
418        * rtems/score/.cvsignore: New.
419        * rtems/score/ppc.h: Relocated from shared/.
420        * rtems/score/ppctypes.h: Relocated from shared/.
421        * asm.h: Relocated from shared/.
422        * shared/Makefile.am: Removed.
423        * shared/asm.h: Removed.
424        * shared/ppc.h: Removed.
425        * shared/ppctypes.h: Removed.
426        * shared/.cvsignore: Removed.
427        * Makefile.am: Reflect changes above.
428        * configure.ac: Reflect changes above.
429
4302001-11-28      Joel Sherrill <joel@OARcorp.com>,
431
432        This was tracked as PR91.
433        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
434        is used to specify if the port uses the standard macro for this (FALSE).
435        A TRUE setting indicates the port provides its own implementation.
436
4372001-11-14      Joel Sherrill <joel@OARcorp.com>
438
439        * shared/ppc.h: The mpc8260 uses the new exception processing model
440        and thus does not need to define PPC_USE_SPRG.
441
4422001-11-14      Andrew Dachs <A.Dachs@SSTL.co.uk>
443
444        * shared/ppc.h: mpc8260 has double FPU not single FPU.
445
4462001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
447
448        This modification is part of the submitted modifications necessary to
449        support the IBM PPC405 family.  This submission was reviewed by
450        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
451        not negatively impact the ppc403 BSPs.  The submission and tracking
452        process was captured as PR50.
453        * shared/asm.h, shared/ppc.h: Added PPC405 support.
454
4552001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
456
457        * shared/ppc.h: Added mpc8260 support.
458
4592001-10-12      Joel Sherrill <joel@OARcorp.com>
460
461        * shared/ppctypes.h: Fixed typo.
462
4632001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
466        * configure.in: Remove.
467        * configure.ac: New file, generated from configure.in by autoupdate.
468
4692001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * shared/Makefile.am: Use 'PREINSTALL_FILES ='.
472
4732001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * Makefile.am, rtems/score/Makefile.am:
476        Apply include_*HEADERS instead of H_FILES.
477
4782000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
481
4822000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
485
4862000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
489        Switch to GNU canonicalization.
490
4912000-10-20      Joel Sherrill <joel@OARcorp.com>
492
493        * shared/ppc.h: For multilibs, derive PPC_HAS_FPU from _SOFT_FLOAT.
494
4952000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * Makefile.am: Include compile.am.
498
4992000-08-10      Joel Sherrill <joel@OARcorp.com>
500
501        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.