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

4.104.114.84.95
Last change on this file since d3fcd2b0 was d3fcd2b0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/13/05 at 07:33:35

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

  • rtems/old-exceptions/cpu.h: Add _PPC_MSR_DISABLE_MASK. Use _PPC_MSR_DISABLE_MASK instead of PPC_MSR_DISABLE_MASK to set up _disable_mask.
  • Property mode set to 100644
File size: 12.7 KB
Line 
12005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * rtems/old-exceptions/cpu.h: Add _PPC_MSR_DISABLE_MASK.
4        Use _PPC_MSR_DISABLE_MASK instead of PPC_MSR_DISABLE_MASK to set up
5        _disable_mask.
6
72005-02-12      Ralf Corsepius <ralf.corsepius@rtems.org>
8
9        * cpu.c: New (Stub file for consistency with other ports).
10        * Makefile.am: Reflect changes above.
11
122005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
13
14        * rtems/asm.h, rtems/old-exceptions/cpu.h, rtems/score/powerpc.h:
15        Remove PPC_ABI_POWEROPEN.
16
172005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * rtems/score/powerpc.h: Remove hard-coded PPC_HAS_FPU.
20        Tie PPC_HAS_FPU to _SOFT_FLOAT.
21
222005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
23
24        * rtems/old-exceptions/cpu.h, rtems/score/powerpc.h:
25        Remove PPC_ABI_GCC27.
26
272005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
28
29        * rtems/asm.h, rtems/score/powerpc.h: Remove XCOFF support.
30
312005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
32
33        * Makefile.am: Split out preinstallation rules.
34        * preinstall.am: New (Split out from Makefile.am).
35
362005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
37
38        PR 754/rtems
39        * rtems/asm.h: New (relocated from .).
40        * asm.h: Remove (moved to rtems/asm.h).
41        * Makefile.am: Reflect changes above.
42
432004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
44
45        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
46        rtems/powerpc/registers.h: New header guards.
47
482004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
49
50        * asm.h, rtems/score/cpu.h, rtems/score/powerpc.h,
51        rtems/score/ppc.h, rtems/score/types.h: New header guards.
52
532005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
54
55        * rtems/score/types.h: Remove signed8, signed16, signed32,
56        unsigned8, unsigned16, unsigned32.
57
582005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
59
60        * rtems/new-exceptions/cpu.h: *_swap_u32( uint32_t ).
61        * rtems/old-exceptions/cpu.h: *_swap_u32( uint32_t ).
62
632005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
64
65        * rtems/score/types.h: #include <rtems/stdint.h>.
66
672004-11-22      Joel Sherrill <joel@OARcorp.com>
68
69        * rtems/old-exceptions/cpu.h: Make compile in assembly.
70
712004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
72
73        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
74        guard.
75
762004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
77
78        * asm.h: Add doxygen preamble.
79
802004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
81
82        * rtems/score/cpu.h: Add doxygen preamble.
83        * rtems/score/powerpc.h: Add doxygen preamble.
84        * rtems/score/ppc.h: Add doxygen preamble.
85        * rtems/score/types.h: Add doxygen preamble.
86
872004-10-20      Eric Norum <norume@aps.anl.gov>
88
89        Add Kate Feng's MVME5500 BSP
90        * rtems/powerpc/registers.h, rtems/score/powerpc.h
91
922004-09-29      Joel Sherrill <joel@OARcorp.com>
93
94        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: i960
95        obsoleted and all references removed.
96
972004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
98
99        * asm.h: Include rtems/score/powerpc.h instead of
100        rtems/score/ppc.h.
101
1022004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
103
104        * rtems/score/powerpc.h: New (Copied and renamed from rtems/score/ppc.h)
105        for consistency with other ports.
106        * rtems/score/ppc.h: Deprecation wrapper to rtems/score/powerpc.h.
107        * Makefile.am: Reflect changes above.
108        * rtems/score/cpu.h: Include rtems/score/powerpc.h instead of
109        rtems/score/ppc.h.
110
1112004-04-12      David Querbach <querbach@realtime.bc.ca>
112
113        * asm.h, rtems/new-exceptions/cpu.h, rtems/score/ppc.h: addition of
114        MPC555 support as part of the addition of the SS555 BSP.
115
1162004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
117
118        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
119        * Makefile.am: Don't include multilib.am.
120        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
121
1222004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
123
124        * Makefile.am: Install asm.h to $(includedir)/rtems.
125
1262004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
127
128        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
129        rtems/powerpc/registers.h: Convert to using c99 fixed size types.
130
1312004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
132
133        * configure.ac: RTEMS_TOP([../../../..]).
134
1352004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.ac: Move RTEMS_TOP one subdir down.
138
1392004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Add PREINSTALL_DIRS.
142
1432004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
146        Add PREINSTALL_FILES to CLEANFILES.
147
1482004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.ac: Requires automake >= 1.8.1.
151
1522004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * Makefile.am: Include compile.am, again.
155
1562004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * Makefile.am: Convert to using automake compilation rules.
159
1602003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
163
1642003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
167
1682003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: Add $(dirstamp) to preinstallation rules.
171
1722003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * Makefile.am: Remove all LIB-related rules.
175
1762003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Don't use gmake rules for preinstallation.
179
1802003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * configure.ac: Remove RTEMS_CANONICAL_HOST.
183
1842003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * configure.ac: Remove RTEMS_CHECK_CPU.
187
1882003-09-26      Joel Sherrill <joel@OARcorp.com>
189
190        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: Obsoleting HP
191        PA-RISC port and removing all references.
192
1932003-09-04      Joel Sherrill <joel@OARcorp.com>
194
195        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
196        rtems/powerpc/registers.h, rtems/score/ppc.h, rtems/score/types.h:
197        URL for license changed.
198
1992003-08-21      Till Straumann <strauman@slac.stanford.edu>
200
201        PR 457/bsps
202        * rtems/powerpc/registers.h: Add a few definitions for the PowerPC
203        thermal assistance unit.
204
2052003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
208
2092003-07-18      Till Straumann <strauman@slac.stanford.edu>
210
211        PR 288/rtems
212        * rtems/new-exceptions/cpu.h: _ISR_Nest_level is now properly
213        maintained and does not reside in SPRG0.
214
2152003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * configure.ac: Remove AC_CONFIG_AUX_DIR.
218
2192003-02-20      Till Straumann <strauman@slac.stanford.edu>
220
221        PR 349/bsps
222        * rtems/powerpc/registers.h: Add definitions for HID1 and DABR SPRs.
223
2242002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
227        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
228
2292002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * configure.ac: Fix package name.
232
2332002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * rtems/new-exceptions/cpu.h: Remove sections on
236        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
237        * rtems/old-exceptions/cpu.h: Remove sections on
238        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
239        * rtems/score/cpu.h: Insert sections on
240        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
241
2422002-10-31      Joel Sherrill <joel@OARcorp.com>
243
244        * rtems/new-exceptions/cpu.h: Removed warnings.
245
246
2472002-10-31      Joel Sherrill <joel@OARcorp.com>
248
249        * rtems/new-exceptions/cpu.h: Removed warnings.
250
2512002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
254
2552002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * .cvsignore: Reformat.
258        Add autom4te*cache.
259        Remove autom4te.cache.
260
2612002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
264
2652002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * Makefile.am: Use .$(OBJEXT) instead of .o.
268
2692002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * configure.ac: RTEMS_TOP(../../../..).
272
2732002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * configure.ac: Remove RTEMS_PROJECT_ROOT.
276
2772002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * configure.ac: Add RTEMS_PROG_CCAS
280
2812002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
284        Add AC_PROG_RANLIB.
285
2862002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
289        Use ../../../aclocal.
290
2912002-05-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * rtems/score/ppc.h: Remove PPC_DEBUG_MODEL.
294
2952001-05-14      Till Straumann <strauman@slac.stanford.edu>
296
297        * rtems/powerpc/registers.h, rtems/score/ppc.h: Per PR213, add
298        support for the MPC74000 (AKA G4); there is no AltiVec support yet,
299        however.
3002002-04-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * rtems/score/ppc.h: Remove rtems_multilib.
303        Add mpc555 (Based on comments from Sergei Organov <osv@javad.ru>).
304        * rtems/old-exceptions/cpu.h: Remove _CPU_Data_Cache_Block_Flush.
305        Remove _CPU_Data_Cache_Block_Invalidate.
306
3072002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * asm.h: Include cpuopts.h instead of targopts.h.
310        * rtems/new-exceptions/cpu.h: Relocated from
311        libbsp/powerpc/support/new_exception_processing/rtems/score/cpu.h
312        * rtems/old-exceptions/cpu.h: Relocated from
313        c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/cpu.h
314        * rtems/powerpc/registers.h: Relocated and renamed from
315        libcpu/powerpc/shared/include/cpu.h.
316        * rtems/score/cpu.h: New.
317        * Makefile.am: Reflect changes above.
318
3192001-04-03      Joel Sherrill <joel@OARcorp.com>
320
321        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
322        * rtems/score/ppctypes.h: Removed.
323        * rtems/score/types.h: New file via CVS magic.
324        * Makefile.am, rtems/score/cpu.h: Account for name change.
325
3262002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * configure.ac:
329        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
330        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
331        * Makefile.am: Remove AUTOMAKE_OPTIONS.
332
3332002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * Makefile.am: Reflect changes from 2002-01-23.
336
3372002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * rtems/Makefile.am: Removed.
340        * rtems/score/Makefile.am: Removed.
341        * configure.ac: Reflect changes above.
342        AC_CONFIG_SRCDIR(asm.h).
343
3442002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * rtems/Makefile.am: New.
347        * rtems/.cvsignore: New.
348        * rtems/score/Makefile.am: New.
349        * rtems/score/.cvsignore: New.
350        * rtems/score/ppc.h: Relocated from shared/.
351        * rtems/score/ppctypes.h: Relocated from shared/.
352        * asm.h: Relocated from shared/.
353        * shared/Makefile.am: Removed.
354        * shared/asm.h: Removed.
355        * shared/ppc.h: Removed.
356        * shared/ppctypes.h: Removed.
357        * shared/.cvsignore: Removed.
358        * Makefile.am: Reflect changes above.
359        * configure.ac: Reflect changes above.
360
3612001-11-28      Joel Sherrill <joel@OARcorp.com>,
362
363        This was tracked as PR91.
364        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
365        is used to specify if the port uses the standard macro for this (FALSE).
366        A TRUE setting indicates the port provides its own implementation.
367
3682001-11-14      Joel Sherrill <joel@OARcorp.com>
369
370        * shared/ppc.h: The mpc8260 uses the new exception processing model
371        and thus does not need to define PPC_USE_SPRG.
372
3732001-11-14      Andrew Dachs <A.Dachs@SSTL.co.uk>
374
375        * shared/ppc.h: mpc8260 has double FPU not single FPU.
376
3772001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
378
379        This modification is part of the submitted modifications necessary to
380        support the IBM PPC405 family.  This submission was reviewed by
381        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
382        not negatively impact the ppc403 BSPs.  The submission and tracking
383        process was captured as PR50.
384        * shared/asm.h, shared/ppc.h: Added PPC405 support.
385
3862001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
387
388        * shared/ppc.h: Added mpc8260 support.
389
3902001-10-12      Joel Sherrill <joel@OARcorp.com>
391
392        * shared/ppctypes.h: Fixed typo.
393
3942001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
397        * configure.in: Remove.
398        * configure.ac: New file, generated from configure.in by autoupdate.
399
4002001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * shared/Makefile.am: Use 'PREINSTALL_FILES ='.
403
4042001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * Makefile.am, rtems/score/Makefile.am:
407        Apply include_*HEADERS instead of H_FILES.
408
4092000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
412
4132000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
416
4172000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
420        Switch to GNU canonicalization.
421
4222000-10-20      Joel Sherrill <joel@OARcorp.com>
423
424        * shared/ppc.h: For multilibs, derive PPC_HAS_FPU from _SOFT_FLOAT.
425
4262000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * Makefile.am: Include compile.am.
429
4302000-08-10      Joel Sherrill <joel@OARcorp.com>
431
432        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.