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

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

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

  • rtems/score/powerp.c: Remove PPC_HAS_EXCEPTION_PREFIX (Unused).
  • Property mode set to 100644
File size: 13.5 KB
Line 
12005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * rtems/score/powerp.c: Remove PPC_HAS_EXCEPTION_PREFIX (Unused).
4
52005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * rtems/score/powerpc.h: Remove PPC_CACHE_ALIGN_POWER (Unused).
8
92005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * rtems/score/powerpc.h: Remove PPC_LOW_POWER_MODE* (Unused).
12
132005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
14
15        * rtems/score/powerpc.h: Remove PPC_HAS_EVPR (Unused).
16
172005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * rtems/score/powerpc.h: Remove PPC_USE_MULTIPLE (Unused).
20
212005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
22
23        * rtems/score/powerpc.h: Remove PPC_D_CACHE, PPC_I_CACHE defines.
24
252005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
26
27        * rtems/score/powerpc.h: Remove PPC_MSR_* defines.
28
292005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
30
31        * rtems/old-exceptions/cpu.h: Add _PPC_MSR_DISABLE_MASK.
32        Use _PPC_MSR_DISABLE_MASK instead of PPC_MSR_DISABLE_MASK to set up
33        _disable_mask.
34
352005-02-12      Ralf Corsepius <ralf.corsepius@rtems.org>
36
37        * cpu.c: New (Stub file for consistency with other ports).
38        * Makefile.am: Reflect changes above.
39
402005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
41
42        * rtems/asm.h, rtems/old-exceptions/cpu.h, rtems/score/powerpc.h:
43        Remove PPC_ABI_POWEROPEN.
44
452005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
46
47        * rtems/score/powerpc.h: Remove hard-coded PPC_HAS_FPU.
48        Tie PPC_HAS_FPU to _SOFT_FLOAT.
49
502005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
51
52        * rtems/old-exceptions/cpu.h, rtems/score/powerpc.h:
53        Remove PPC_ABI_GCC27.
54
552005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
56
57        * rtems/asm.h, rtems/score/powerpc.h: Remove XCOFF support.
58
592005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
60
61        * Makefile.am: Split out preinstallation rules.
62        * preinstall.am: New (Split out from Makefile.am).
63
642005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
65
66        PR 754/rtems
67        * rtems/asm.h: New (relocated from .).
68        * asm.h: Remove (moved to rtems/asm.h).
69        * Makefile.am: Reflect changes above.
70
712004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
72
73        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
74        rtems/powerpc/registers.h: New header guards.
75
762004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
77
78        * asm.h, rtems/score/cpu.h, rtems/score/powerpc.h,
79        rtems/score/ppc.h, rtems/score/types.h: New header guards.
80
812005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
82
83        * rtems/score/types.h: Remove signed8, signed16, signed32,
84        unsigned8, unsigned16, unsigned32.
85
862005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
87
88        * rtems/new-exceptions/cpu.h: *_swap_u32( uint32_t ).
89        * rtems/old-exceptions/cpu.h: *_swap_u32( uint32_t ).
90
912005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
92
93        * rtems/score/types.h: #include <rtems/stdint.h>.
94
952004-11-22      Joel Sherrill <joel@OARcorp.com>
96
97        * rtems/old-exceptions/cpu.h: Make compile in assembly.
98
992004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
100
101        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
102        guard.
103
1042004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
105
106        * asm.h: Add doxygen preamble.
107
1082004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
109
110        * rtems/score/cpu.h: Add doxygen preamble.
111        * rtems/score/powerpc.h: Add doxygen preamble.
112        * rtems/score/ppc.h: Add doxygen preamble.
113        * rtems/score/types.h: Add doxygen preamble.
114
1152004-10-20      Eric Norum <norume@aps.anl.gov>
116
117        Add Kate Feng's MVME5500 BSP
118        * rtems/powerpc/registers.h, rtems/score/powerpc.h
119
1202004-09-29      Joel Sherrill <joel@OARcorp.com>
121
122        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: i960
123        obsoleted and all references removed.
124
1252004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
126
127        * asm.h: Include rtems/score/powerpc.h instead of
128        rtems/score/ppc.h.
129
1302004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
131
132        * rtems/score/powerpc.h: New (Copied and renamed from rtems/score/ppc.h)
133        for consistency with other ports.
134        * rtems/score/ppc.h: Deprecation wrapper to rtems/score/powerpc.h.
135        * Makefile.am: Reflect changes above.
136        * rtems/score/cpu.h: Include rtems/score/powerpc.h instead of
137        rtems/score/ppc.h.
138
1392004-04-12      David Querbach <querbach@realtime.bc.ca>
140
141        * asm.h, rtems/new-exceptions/cpu.h, rtems/score/ppc.h: addition of
142        MPC555 support as part of the addition of the SS555 BSP.
143
1442004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
145
146        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
147        * Makefile.am: Don't include multilib.am.
148        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
149
1502004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
151
152        * Makefile.am: Install asm.h to $(includedir)/rtems.
153
1542004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
155
156        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
157        rtems/powerpc/registers.h: Convert to using c99 fixed size types.
158
1592004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
160
161        * configure.ac: RTEMS_TOP([../../../..]).
162
1632004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.ac: Move RTEMS_TOP one subdir down.
166
1672004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * Makefile.am: Add PREINSTALL_DIRS.
170
1712004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
174        Add PREINSTALL_FILES to CLEANFILES.
175
1762004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * configure.ac: Requires automake >= 1.8.1.
179
1802004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: Include compile.am, again.
183
1842004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: Convert to using automake compilation rules.
187
1882003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
191
1922003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
195
1962003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * Makefile.am: Add $(dirstamp) to preinstallation rules.
199
2002003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * Makefile.am: Remove all LIB-related rules.
203
2042003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * Makefile.am: Don't use gmake rules for preinstallation.
207
2082003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * configure.ac: Remove RTEMS_CANONICAL_HOST.
211
2122003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * configure.ac: Remove RTEMS_CHECK_CPU.
215
2162003-09-26      Joel Sherrill <joel@OARcorp.com>
217
218        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: Obsoleting HP
219        PA-RISC port and removing all references.
220
2212003-09-04      Joel Sherrill <joel@OARcorp.com>
222
223        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
224        rtems/powerpc/registers.h, rtems/score/ppc.h, rtems/score/types.h:
225        URL for license changed.
226
2272003-08-21      Till Straumann <strauman@slac.stanford.edu>
228
229        PR 457/bsps
230        * rtems/powerpc/registers.h: Add a few definitions for the PowerPC
231        thermal assistance unit.
232
2332003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
236
2372003-07-18      Till Straumann <strauman@slac.stanford.edu>
238
239        PR 288/rtems
240        * rtems/new-exceptions/cpu.h: _ISR_Nest_level is now properly
241        maintained and does not reside in SPRG0.
242
2432003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * configure.ac: Remove AC_CONFIG_AUX_DIR.
246
2472003-02-20      Till Straumann <strauman@slac.stanford.edu>
248
249        PR 349/bsps
250        * rtems/powerpc/registers.h: Add definitions for HID1 and DABR SPRs.
251
2522002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
255        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
256
2572002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * configure.ac: Fix package name.
260
2612002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * rtems/new-exceptions/cpu.h: Remove sections on
264        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
265        * rtems/old-exceptions/cpu.h: Remove sections on
266        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
267        * rtems/score/cpu.h: Insert sections on
268        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
269
2702002-10-31      Joel Sherrill <joel@OARcorp.com>
271
272        * rtems/new-exceptions/cpu.h: Removed warnings.
273
274
2752002-10-31      Joel Sherrill <joel@OARcorp.com>
276
277        * rtems/new-exceptions/cpu.h: Removed warnings.
278
2792002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
282
2832002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * .cvsignore: Reformat.
286        Add autom4te*cache.
287        Remove autom4te.cache.
288
2892002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
292
2932002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * Makefile.am: Use .$(OBJEXT) instead of .o.
296
2972002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * configure.ac: RTEMS_TOP(../../../..).
300
3012002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * configure.ac: Remove RTEMS_PROJECT_ROOT.
304
3052002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * configure.ac: Add RTEMS_PROG_CCAS
308
3092002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
312        Add AC_PROG_RANLIB.
313
3142002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
317        Use ../../../aclocal.
318
3192002-05-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * rtems/score/ppc.h: Remove PPC_DEBUG_MODEL.
322
3232001-05-14      Till Straumann <strauman@slac.stanford.edu>
324
325        * rtems/powerpc/registers.h, rtems/score/ppc.h: Per PR213, add
326        support for the MPC74000 (AKA G4); there is no AltiVec support yet,
327        however.
3282002-04-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * rtems/score/ppc.h: Remove rtems_multilib.
331        Add mpc555 (Based on comments from Sergei Organov <osv@javad.ru>).
332        * rtems/old-exceptions/cpu.h: Remove _CPU_Data_Cache_Block_Flush.
333        Remove _CPU_Data_Cache_Block_Invalidate.
334
3352002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * asm.h: Include cpuopts.h instead of targopts.h.
338        * rtems/new-exceptions/cpu.h: Relocated from
339        libbsp/powerpc/support/new_exception_processing/rtems/score/cpu.h
340        * rtems/old-exceptions/cpu.h: Relocated from
341        c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/cpu.h
342        * rtems/powerpc/registers.h: Relocated and renamed from
343        libcpu/powerpc/shared/include/cpu.h.
344        * rtems/score/cpu.h: New.
345        * Makefile.am: Reflect changes above.
346
3472001-04-03      Joel Sherrill <joel@OARcorp.com>
348
349        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
350        * rtems/score/ppctypes.h: Removed.
351        * rtems/score/types.h: New file via CVS magic.
352        * Makefile.am, rtems/score/cpu.h: Account for name change.
353
3542002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * configure.ac:
357        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
358        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
359        * Makefile.am: Remove AUTOMAKE_OPTIONS.
360
3612002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * Makefile.am: Reflect changes from 2002-01-23.
364
3652002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * rtems/Makefile.am: Removed.
368        * rtems/score/Makefile.am: Removed.
369        * configure.ac: Reflect changes above.
370        AC_CONFIG_SRCDIR(asm.h).
371
3722002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * rtems/Makefile.am: New.
375        * rtems/.cvsignore: New.
376        * rtems/score/Makefile.am: New.
377        * rtems/score/.cvsignore: New.
378        * rtems/score/ppc.h: Relocated from shared/.
379        * rtems/score/ppctypes.h: Relocated from shared/.
380        * asm.h: Relocated from shared/.
381        * shared/Makefile.am: Removed.
382        * shared/asm.h: Removed.
383        * shared/ppc.h: Removed.
384        * shared/ppctypes.h: Removed.
385        * shared/.cvsignore: Removed.
386        * Makefile.am: Reflect changes above.
387        * configure.ac: Reflect changes above.
388
3892001-11-28      Joel Sherrill <joel@OARcorp.com>,
390
391        This was tracked as PR91.
392        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
393        is used to specify if the port uses the standard macro for this (FALSE).
394        A TRUE setting indicates the port provides its own implementation.
395
3962001-11-14      Joel Sherrill <joel@OARcorp.com>
397
398        * shared/ppc.h: The mpc8260 uses the new exception processing model
399        and thus does not need to define PPC_USE_SPRG.
400
4012001-11-14      Andrew Dachs <A.Dachs@SSTL.co.uk>
402
403        * shared/ppc.h: mpc8260 has double FPU not single FPU.
404
4052001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
406
407        This modification is part of the submitted modifications necessary to
408        support the IBM PPC405 family.  This submission was reviewed by
409        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
410        not negatively impact the ppc403 BSPs.  The submission and tracking
411        process was captured as PR50.
412        * shared/asm.h, shared/ppc.h: Added PPC405 support.
413
4142001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
415
416        * shared/ppc.h: Added mpc8260 support.
417
4182001-10-12      Joel Sherrill <joel@OARcorp.com>
419
420        * shared/ppctypes.h: Fixed typo.
421
4222001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
425        * configure.in: Remove.
426        * configure.ac: New file, generated from configure.in by autoupdate.
427
4282001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * shared/Makefile.am: Use 'PREINSTALL_FILES ='.
431
4322001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * Makefile.am, rtems/score/Makefile.am:
435        Apply include_*HEADERS instead of H_FILES.
436
4372000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
440
4412000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
444
4452000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
448        Switch to GNU canonicalization.
449
4502000-10-20      Joel Sherrill <joel@OARcorp.com>
451
452        * shared/ppc.h: For multilibs, derive PPC_HAS_FPU from _SOFT_FLOAT.
453
4542000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * Makefile.am: Include compile.am.
457
4582000-08-10      Joel Sherrill <joel@OARcorp.com>
459
460        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.