source: rtems/cpukit/score/cpu/powerpc/ChangeLog @ 52a2b04d

4.104.114.84.95
Last change on this file since 52a2b04d was 52a2b04d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/13/05 at 10:27:20

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

  • rtems/score/powerpc.h: Remove PPC_USE_MULTIPLE (Unused).
  • Property mode set to 100644
File size: 13.2 KB
Line 
12005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * rtems/score/powerpc.h: Remove PPC_HAS_EVPR (Unused).
4
52005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * rtems/score/powerpc.h: Remove PPC_USE_MULTIPLE (Unused).
8
92005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * rtems/score/powerpc.h: Remove PPC_D_CACHE, PPC_I_CACHE defines.
12
132005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
14
15        * rtems/score/powerpc.h: Remove PPC_MSR_* defines.
16
172005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * rtems/old-exceptions/cpu.h: Add _PPC_MSR_DISABLE_MASK.
20        Use _PPC_MSR_DISABLE_MASK instead of PPC_MSR_DISABLE_MASK to set up
21        _disable_mask.
22
232005-02-12      Ralf Corsepius <ralf.corsepius@rtems.org>
24
25        * cpu.c: New (Stub file for consistency with other ports).
26        * Makefile.am: Reflect changes above.
27
282005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
29
30        * rtems/asm.h, rtems/old-exceptions/cpu.h, rtems/score/powerpc.h:
31        Remove PPC_ABI_POWEROPEN.
32
332005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
34
35        * rtems/score/powerpc.h: Remove hard-coded PPC_HAS_FPU.
36        Tie PPC_HAS_FPU to _SOFT_FLOAT.
37
382005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
39
40        * rtems/old-exceptions/cpu.h, rtems/score/powerpc.h:
41        Remove PPC_ABI_GCC27.
42
432005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
44
45        * rtems/asm.h, rtems/score/powerpc.h: Remove XCOFF support.
46
472005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
48
49        * Makefile.am: Split out preinstallation rules.
50        * preinstall.am: New (Split out from Makefile.am).
51
522005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
53
54        PR 754/rtems
55        * rtems/asm.h: New (relocated from .).
56        * asm.h: Remove (moved to rtems/asm.h).
57        * Makefile.am: Reflect changes above.
58
592004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
60
61        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
62        rtems/powerpc/registers.h: New header guards.
63
642004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
65
66        * asm.h, rtems/score/cpu.h, rtems/score/powerpc.h,
67        rtems/score/ppc.h, rtems/score/types.h: New header guards.
68
692005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
70
71        * rtems/score/types.h: Remove signed8, signed16, signed32,
72        unsigned8, unsigned16, unsigned32.
73
742005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
75
76        * rtems/new-exceptions/cpu.h: *_swap_u32( uint32_t ).
77        * rtems/old-exceptions/cpu.h: *_swap_u32( uint32_t ).
78
792005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
80
81        * rtems/score/types.h: #include <rtems/stdint.h>.
82
832004-11-22      Joel Sherrill <joel@OARcorp.com>
84
85        * rtems/old-exceptions/cpu.h: Make compile in assembly.
86
872004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
88
89        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
90        guard.
91
922004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
93
94        * asm.h: Add doxygen preamble.
95
962004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
97
98        * rtems/score/cpu.h: Add doxygen preamble.
99        * rtems/score/powerpc.h: Add doxygen preamble.
100        * rtems/score/ppc.h: Add doxygen preamble.
101        * rtems/score/types.h: Add doxygen preamble.
102
1032004-10-20      Eric Norum <norume@aps.anl.gov>
104
105        Add Kate Feng's MVME5500 BSP
106        * rtems/powerpc/registers.h, rtems/score/powerpc.h
107
1082004-09-29      Joel Sherrill <joel@OARcorp.com>
109
110        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: i960
111        obsoleted and all references removed.
112
1132004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
114
115        * asm.h: Include rtems/score/powerpc.h instead of
116        rtems/score/ppc.h.
117
1182004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
119
120        * rtems/score/powerpc.h: New (Copied and renamed from rtems/score/ppc.h)
121        for consistency with other ports.
122        * rtems/score/ppc.h: Deprecation wrapper to rtems/score/powerpc.h.
123        * Makefile.am: Reflect changes above.
124        * rtems/score/cpu.h: Include rtems/score/powerpc.h instead of
125        rtems/score/ppc.h.
126
1272004-04-12      David Querbach <querbach@realtime.bc.ca>
128
129        * asm.h, rtems/new-exceptions/cpu.h, rtems/score/ppc.h: addition of
130        MPC555 support as part of the addition of the SS555 BSP.
131
1322004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
133
134        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
135        * Makefile.am: Don't include multilib.am.
136        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
137
1382004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
139
140        * Makefile.am: Install asm.h to $(includedir)/rtems.
141
1422004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
143
144        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
145        rtems/powerpc/registers.h: Convert to using c99 fixed size types.
146
1472004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
148
149        * configure.ac: RTEMS_TOP([../../../..]).
150
1512004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * configure.ac: Move RTEMS_TOP one subdir down.
154
1552004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: Add PREINSTALL_DIRS.
158
1592004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
162        Add PREINSTALL_FILES to CLEANFILES.
163
1642004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.ac: Requires automake >= 1.8.1.
167
1682004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: Include compile.am, again.
171
1722004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * Makefile.am: Convert to using automake compilation rules.
175
1762003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
179
1802003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
183
1842003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: Add $(dirstamp) to preinstallation rules.
187
1882003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: Remove all LIB-related rules.
191
1922003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am: Don't use gmake rules for preinstallation.
195
1962003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * configure.ac: Remove RTEMS_CANONICAL_HOST.
199
2002003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * configure.ac: Remove RTEMS_CHECK_CPU.
203
2042003-09-26      Joel Sherrill <joel@OARcorp.com>
205
206        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: Obsoleting HP
207        PA-RISC port and removing all references.
208
2092003-09-04      Joel Sherrill <joel@OARcorp.com>
210
211        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
212        rtems/powerpc/registers.h, rtems/score/ppc.h, rtems/score/types.h:
213        URL for license changed.
214
2152003-08-21      Till Straumann <strauman@slac.stanford.edu>
216
217        PR 457/bsps
218        * rtems/powerpc/registers.h: Add a few definitions for the PowerPC
219        thermal assistance unit.
220
2212003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
224
2252003-07-18      Till Straumann <strauman@slac.stanford.edu>
226
227        PR 288/rtems
228        * rtems/new-exceptions/cpu.h: _ISR_Nest_level is now properly
229        maintained and does not reside in SPRG0.
230
2312003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * configure.ac: Remove AC_CONFIG_AUX_DIR.
234
2352003-02-20      Till Straumann <strauman@slac.stanford.edu>
236
237        PR 349/bsps
238        * rtems/powerpc/registers.h: Add definitions for HID1 and DABR SPRs.
239
2402002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
243        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
244
2452002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * configure.ac: Fix package name.
248
2492002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * rtems/new-exceptions/cpu.h: Remove sections on
252        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
253        * rtems/old-exceptions/cpu.h: Remove sections on
254        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
255        * rtems/score/cpu.h: Insert sections on
256        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
257
2582002-10-31      Joel Sherrill <joel@OARcorp.com>
259
260        * rtems/new-exceptions/cpu.h: Removed warnings.
261
262
2632002-10-31      Joel Sherrill <joel@OARcorp.com>
264
265        * rtems/new-exceptions/cpu.h: Removed warnings.
266
2672002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
270
2712002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * .cvsignore: Reformat.
274        Add autom4te*cache.
275        Remove autom4te.cache.
276
2772002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
280
2812002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * Makefile.am: Use .$(OBJEXT) instead of .o.
284
2852002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * configure.ac: RTEMS_TOP(../../../..).
288
2892002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * configure.ac: Remove RTEMS_PROJECT_ROOT.
292
2932002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * configure.ac: Add RTEMS_PROG_CCAS
296
2972002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
300        Add AC_PROG_RANLIB.
301
3022002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
305        Use ../../../aclocal.
306
3072002-05-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * rtems/score/ppc.h: Remove PPC_DEBUG_MODEL.
310
3112001-05-14      Till Straumann <strauman@slac.stanford.edu>
312
313        * rtems/powerpc/registers.h, rtems/score/ppc.h: Per PR213, add
314        support for the MPC74000 (AKA G4); there is no AltiVec support yet,
315        however.
3162002-04-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * rtems/score/ppc.h: Remove rtems_multilib.
319        Add mpc555 (Based on comments from Sergei Organov <osv@javad.ru>).
320        * rtems/old-exceptions/cpu.h: Remove _CPU_Data_Cache_Block_Flush.
321        Remove _CPU_Data_Cache_Block_Invalidate.
322
3232002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * asm.h: Include cpuopts.h instead of targopts.h.
326        * rtems/new-exceptions/cpu.h: Relocated from
327        libbsp/powerpc/support/new_exception_processing/rtems/score/cpu.h
328        * rtems/old-exceptions/cpu.h: Relocated from
329        c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/cpu.h
330        * rtems/powerpc/registers.h: Relocated and renamed from
331        libcpu/powerpc/shared/include/cpu.h.
332        * rtems/score/cpu.h: New.
333        * Makefile.am: Reflect changes above.
334
3352001-04-03      Joel Sherrill <joel@OARcorp.com>
336
337        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
338        * rtems/score/ppctypes.h: Removed.
339        * rtems/score/types.h: New file via CVS magic.
340        * Makefile.am, rtems/score/cpu.h: Account for name change.
341
3422002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * configure.ac:
345        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
346        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
347        * Makefile.am: Remove AUTOMAKE_OPTIONS.
348
3492002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * Makefile.am: Reflect changes from 2002-01-23.
352
3532002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * rtems/Makefile.am: Removed.
356        * rtems/score/Makefile.am: Removed.
357        * configure.ac: Reflect changes above.
358        AC_CONFIG_SRCDIR(asm.h).
359
3602002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * rtems/Makefile.am: New.
363        * rtems/.cvsignore: New.
364        * rtems/score/Makefile.am: New.
365        * rtems/score/.cvsignore: New.
366        * rtems/score/ppc.h: Relocated from shared/.
367        * rtems/score/ppctypes.h: Relocated from shared/.
368        * asm.h: Relocated from shared/.
369        * shared/Makefile.am: Removed.
370        * shared/asm.h: Removed.
371        * shared/ppc.h: Removed.
372        * shared/ppctypes.h: Removed.
373        * shared/.cvsignore: Removed.
374        * Makefile.am: Reflect changes above.
375        * configure.ac: Reflect changes above.
376
3772001-11-28      Joel Sherrill <joel@OARcorp.com>,
378
379        This was tracked as PR91.
380        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
381        is used to specify if the port uses the standard macro for this (FALSE).
382        A TRUE setting indicates the port provides its own implementation.
383
3842001-11-14      Joel Sherrill <joel@OARcorp.com>
385
386        * shared/ppc.h: The mpc8260 uses the new exception processing model
387        and thus does not need to define PPC_USE_SPRG.
388
3892001-11-14      Andrew Dachs <A.Dachs@SSTL.co.uk>
390
391        * shared/ppc.h: mpc8260 has double FPU not single FPU.
392
3932001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
394
395        This modification is part of the submitted modifications necessary to
396        support the IBM PPC405 family.  This submission was reviewed by
397        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
398        not negatively impact the ppc403 BSPs.  The submission and tracking
399        process was captured as PR50.
400        * shared/asm.h, shared/ppc.h: Added PPC405 support.
401
4022001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
403
404        * shared/ppc.h: Added mpc8260 support.
405
4062001-10-12      Joel Sherrill <joel@OARcorp.com>
407
408        * shared/ppctypes.h: Fixed typo.
409
4102001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
413        * configure.in: Remove.
414        * configure.ac: New file, generated from configure.in by autoupdate.
415
4162001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * shared/Makefile.am: Use 'PREINSTALL_FILES ='.
419
4202001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * Makefile.am, rtems/score/Makefile.am:
423        Apply include_*HEADERS instead of H_FILES.
424
4252000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
428
4292000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
432
4332000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
436        Switch to GNU canonicalization.
437
4382000-10-20      Joel Sherrill <joel@OARcorp.com>
439
440        * shared/ppc.h: For multilibs, derive PPC_HAS_FPU from _SOFT_FLOAT.
441
4422000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * Makefile.am: Include compile.am.
445
4462000-08-10      Joel Sherrill <joel@OARcorp.com>
447
448        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.