source: rtems/cpukit/score/cpu/powerpc/ChangeLog @ 94e2b11

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

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

  • rtems/score/powerpc.h: Remove PPC_MSR_* defines.
  • Property mode set to 100644
File size: 12.8 KB
RevLine 
[94e2b11]12005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * rtems/score/powerpc.h: Remove PPC_MSR_* defines.
4
[d3fcd2b0]52005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * rtems/old-exceptions/cpu.h: Add _PPC_MSR_DISABLE_MASK.
8        Use _PPC_MSR_DISABLE_MASK instead of PPC_MSR_DISABLE_MASK to set up
9        _disable_mask.
10
[9f66699]112005-02-12      Ralf Corsepius <ralf.corsepius@rtems.org>
12
13        * cpu.c: New (Stub file for consistency with other ports).
14        * Makefile.am: Reflect changes above.
15
[3d852ab]162005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
17
18        * rtems/asm.h, rtems/old-exceptions/cpu.h, rtems/score/powerpc.h:
19        Remove PPC_ABI_POWEROPEN.
20
[52ebfcb]212005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
22
23        * rtems/score/powerpc.h: Remove hard-coded PPC_HAS_FPU.
24        Tie PPC_HAS_FPU to _SOFT_FLOAT.
25
[b2a41060]262005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
27
28        * rtems/old-exceptions/cpu.h, rtems/score/powerpc.h:
29        Remove PPC_ABI_GCC27.
30
[b629797a]312005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
32
33        * rtems/asm.h, rtems/score/powerpc.h: Remove XCOFF support.
34
[babf575]352005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
36
37        * Makefile.am: Split out preinstallation rules.
38        * preinstall.am: New (Split out from Makefile.am).
39
[1f24914a]402005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
41
42        PR 754/rtems
43        * rtems/asm.h: New (relocated from .).
44        * asm.h: Remove (moved to rtems/asm.h).
45        * Makefile.am: Reflect changes above.
46
[8e7f1a1]472004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
48
49        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
50        rtems/powerpc/registers.h: New header guards.
51
[731ea704]522004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
53
54        * asm.h, rtems/score/cpu.h, rtems/score/powerpc.h,
55        rtems/score/ppc.h, rtems/score/types.h: New header guards.
56
[609b924]572005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
58
59        * rtems/score/types.h: Remove signed8, signed16, signed32,
60        unsigned8, unsigned16, unsigned32.
61
[5b729d1]622005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
63
64        * rtems/new-exceptions/cpu.h: *_swap_u32( uint32_t ).
65        * rtems/old-exceptions/cpu.h: *_swap_u32( uint32_t ).
66
[b9b531f]672005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
68
69        * rtems/score/types.h: #include <rtems/stdint.h>.
70
[fc63544]712004-11-22      Joel Sherrill <joel@OARcorp.com>
72
73        * rtems/old-exceptions/cpu.h: Make compile in assembly.
74
[af413e95]752004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
76
77        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
78        guard.
79
[b8ed8a9f]802004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
81
82        * asm.h: Add doxygen preamble.
83
[d5607c5a]842004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
85
86        * rtems/score/cpu.h: Add doxygen preamble.
87        * rtems/score/powerpc.h: Add doxygen preamble.
88        * rtems/score/ppc.h: Add doxygen preamble.
89        * rtems/score/types.h: Add doxygen preamble.
90
[5b729d1]912004-10-20      Eric Norum <norume@aps.anl.gov>
[83d7232]92
93        Add Kate Feng's MVME5500 BSP
94        * rtems/powerpc/registers.h, rtems/score/powerpc.h
95
[9428e23]962004-09-29      Joel Sherrill <joel@OARcorp.com>
97
98        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: i960
99        obsoleted and all references removed.
100
[3411bac]1012004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
102
103        * asm.h: Include rtems/score/powerpc.h instead of
104        rtems/score/ppc.h.
105
[b6bf7d53]1062004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
107
108        * rtems/score/powerpc.h: New (Copied and renamed from rtems/score/ppc.h)
109        for consistency with other ports.
110        * rtems/score/ppc.h: Deprecation wrapper to rtems/score/powerpc.h.
111        * Makefile.am: Reflect changes above.
112        * rtems/score/cpu.h: Include rtems/score/powerpc.h instead of
113        rtems/score/ppc.h.
114
[e69307b7]1152004-04-12      David Querbach <querbach@realtime.bc.ca>
116
117        * asm.h, rtems/new-exceptions/cpu.h, rtems/score/ppc.h: addition of
118        MPC555 support as part of the addition of the SS555 BSP.
119
[be2ed3e]1202004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
121
122        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
123        * Makefile.am: Don't include multilib.am.
124        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
125
[5f8d82b7]1262004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
127
128        * Makefile.am: Install asm.h to $(includedir)/rtems.
129
[30b1016]1302004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
131
132        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
133        rtems/powerpc/registers.h: Convert to using c99 fixed size types.
134
[d3b09bf4]1352004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
136
137        * configure.ac: RTEMS_TOP([../../../..]).
138
[7ea55607]1392004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * configure.ac: Move RTEMS_TOP one subdir down.
142
[3d1de20]1432004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * Makefile.am: Add PREINSTALL_DIRS.
146
[8956e27]1472004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
150        Add PREINSTALL_FILES to CLEANFILES.
151
[36e48b1]1522004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * configure.ac: Requires automake >= 1.8.1.
155
[f08808e]1562004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * Makefile.am: Include compile.am, again.
159
[ec8c1949]1602004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Makefile.am: Convert to using automake compilation rules.
163
[7fccd6d6]1642003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
167
[810720b6]1682003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
171
[7d0eba02]1722003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * Makefile.am: Add $(dirstamp) to preinstallation rules.
175
[930ad0c]1762003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Remove all LIB-related rules.
179
[d6a444d]1802003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: Don't use gmake rules for preinstallation.
183
[9ca05b1]1842003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * configure.ac: Remove RTEMS_CANONICAL_HOST.
187
[8727808e]1882003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * configure.ac: Remove RTEMS_CHECK_CPU.
191
[1aa101b]1922003-09-26      Joel Sherrill <joel@OARcorp.com>
193
194        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: Obsoleting HP
195        PA-RISC port and removing all references.
196
[90e393f]1972003-09-04      Joel Sherrill <joel@OARcorp.com>
198
199        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
200        rtems/powerpc/registers.h, rtems/score/ppc.h, rtems/score/types.h:
201        URL for license changed.
202
[d36c457]2032003-08-21      Till Straumann <strauman@slac.stanford.edu>
204
205        PR 457/bsps
206        * rtems/powerpc/registers.h: Add a few definitions for the PowerPC
207        thermal assistance unit.
208
[7dcc3fe]2092003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
212
[1ede24c]2132003-07-18      Till Straumann <strauman@slac.stanford.edu>
214
215        PR 288/rtems
216        * rtems/new-exceptions/cpu.h: _ISR_Nest_level is now properly
217        maintained and does not reside in SPRG0.
218
[d2c26e4b]2192003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * configure.ac: Remove AC_CONFIG_AUX_DIR.
222
[cd228d76]2232003-02-20      Till Straumann <strauman@slac.stanford.edu>
224
225        PR 349/bsps
226        * rtems/powerpc/registers.h: Add definitions for HID1 and DABR SPRs.
227
[53021d4]2282002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
231        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
232
[47c0220]2332002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * configure.ac: Fix package name.
236
[8ecc042a]2372002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * rtems/new-exceptions/cpu.h: Remove sections on
240        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
241        * rtems/old-exceptions/cpu.h: Remove sections on
242        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
243        * rtems/score/cpu.h: Insert sections on
244        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
245
2462002-10-31      Joel Sherrill <joel@OARcorp.com>
247
248        * rtems/new-exceptions/cpu.h: Removed warnings.
249
250
[1c3ea41]2512002-10-31      Joel Sherrill <joel@OARcorp.com>
252
253        * rtems/new-exceptions/cpu.h: Removed warnings.
254
[5c8b6b6]2552002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
258
[f8cb04a5]2592002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * .cvsignore: Reformat.
262        Add autom4te*cache.
263        Remove autom4te.cache.
264
[a85d8ec]2652002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
268
[53f6727]2692002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * Makefile.am: Use .$(OBJEXT) instead of .o.
272
[af81910]2732002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * configure.ac: RTEMS_TOP(../../../..).
276
[8c746fe]2772002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * configure.ac: Remove RTEMS_PROJECT_ROOT.
280
[a25b63b]2812002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * configure.ac: Add RTEMS_PROG_CCAS
284
[6f79a970]2852002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
288        Add AC_PROG_RANLIB.
289
[2f6261d]2902002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
293        Use ../../../aclocal.
294
[0fe89f6]2952002-05-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * rtems/score/ppc.h: Remove PPC_DEBUG_MODEL.
298
[78f8c91]2992001-05-14      Till Straumann <strauman@slac.stanford.edu>
300
301        * rtems/powerpc/registers.h, rtems/score/ppc.h: Per PR213, add
302        support for the MPC74000 (AKA G4); there is no AltiVec support yet,
303        however.
[5a715de]3042002-04-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * rtems/score/ppc.h: Remove rtems_multilib.
307        Add mpc555 (Based on comments from Sergei Organov <osv@javad.ru>).
308        * rtems/old-exceptions/cpu.h: Remove _CPU_Data_Cache_Block_Flush.
309        Remove _CPU_Data_Cache_Block_Invalidate.
310
[4a0d87e]3112002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * asm.h: Include cpuopts.h instead of targopts.h.
314        * rtems/new-exceptions/cpu.h: Relocated from
315        libbsp/powerpc/support/new_exception_processing/rtems/score/cpu.h
316        * rtems/old-exceptions/cpu.h: Relocated from
317        c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/cpu.h
318        * rtems/powerpc/registers.h: Relocated and renamed from
319        libcpu/powerpc/shared/include/cpu.h.
320        * rtems/score/cpu.h: New.
321        * Makefile.am: Reflect changes above.
322
[6f53a921]3232001-04-03      Joel Sherrill <joel@OARcorp.com>
324
325        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
326        * rtems/score/ppctypes.h: Removed.
327        * rtems/score/types.h: New file via CVS magic.
328        * Makefile.am, rtems/score/cpu.h: Account for name change.
329
[7273b6e]3302002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * configure.ac:
333        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
334        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
335        * Makefile.am: Remove AUTOMAKE_OPTIONS.
336
[dfca13fc]3372002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * Makefile.am: Reflect changes from 2002-01-23.
340
[59bcc90]3412002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * rtems/Makefile.am: Removed.
344        * rtems/score/Makefile.am: Removed.
345        * configure.ac: Reflect changes above.
346        AC_CONFIG_SRCDIR(asm.h).
347
[b0f78e8]3482002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * rtems/Makefile.am: New.
351        * rtems/.cvsignore: New.
352        * rtems/score/Makefile.am: New.
353        * rtems/score/.cvsignore: New.
354        * rtems/score/ppc.h: Relocated from shared/.
355        * rtems/score/ppctypes.h: Relocated from shared/.
356        * asm.h: Relocated from shared/.
357        * shared/Makefile.am: Removed.
358        * shared/asm.h: Removed.
359        * shared/ppc.h: Removed.
360        * shared/ppctypes.h: Removed.
361        * shared/.cvsignore: Removed.
362        * Makefile.am: Reflect changes above.
363        * configure.ac: Reflect changes above.
364
[4db30283]3652001-11-28      Joel Sherrill <joel@OARcorp.com>,
366
367        This was tracked as PR91.
368        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
369        is used to specify if the port uses the standard macro for this (FALSE).
370        A TRUE setting indicates the port provides its own implementation.
371
[ffcb102]3722001-11-14      Joel Sherrill <joel@OARcorp.com>
373
374        * shared/ppc.h: The mpc8260 uses the new exception processing model
375        and thus does not need to define PPC_USE_SPRG.
376
[2b5c094f]3772001-11-14      Andrew Dachs <A.Dachs@SSTL.co.uk>
378
379        * shared/ppc.h: mpc8260 has double FPU not single FPU.
380
[95e0ca93]3812001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
382
383        This modification is part of the submitted modifications necessary to
384        support the IBM PPC405 family.  This submission was reviewed by
385        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
386        not negatively impact the ppc403 BSPs.  The submission and tracking
387        process was captured as PR50.
388        * shared/asm.h, shared/ppc.h: Added PPC405 support.
389
[3ac78af]3902001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
391
392        * shared/ppc.h: Added mpc8260 support.
393
[57624a1]3942001-10-12      Joel Sherrill <joel@OARcorp.com>
395
396        * shared/ppctypes.h: Fixed typo.
397
[df25c998]3982001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
401        * configure.in: Remove.
402        * configure.ac: New file, generated from configure.in by autoupdate.
403
[1707a04]4042001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * shared/Makefile.am: Use 'PREINSTALL_FILES ='.
407
[329509fb]4082001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * Makefile.am, rtems/score/Makefile.am:
411        Apply include_*HEADERS instead of H_FILES.
412
[feead226]4132000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
416
[a314d3b4]4172000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
420
[5582de1]4212000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
424        Switch to GNU canonicalization.
425
[fad00e76]4262000-10-20      Joel Sherrill <joel@OARcorp.com>
427
428        * shared/ppc.h: For multilibs, derive PPC_HAS_FPU from _SOFT_FLOAT.
429
[d7118fd]4302000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * Makefile.am: Include compile.am.
433
[e94ad1fe]4342000-08-10      Joel Sherrill <joel@OARcorp.com>
435
436        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.