source: rtems/cpukit/score/cpu/powerpc/ChangeLog @ 9f66699

4.104.114.84.95
Last change on this file since 9f66699 was 9f66699, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/12/05 at 06:19:20

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

  • cpu.c: New (Stub file for consistency with other ports).
  • Makefile.am: Reflect changes above.
  • Property mode set to 100644
File size: 12.5 KB
RevLine 
[9f66699]12005-02-12      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * cpu.c: New (Stub file for consistency with other ports).
4        * Makefile.am: Reflect changes above.
5
[3d852ab]62005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
7
8        * rtems/asm.h, rtems/old-exceptions/cpu.h, rtems/score/powerpc.h:
9        Remove PPC_ABI_POWEROPEN.
10
[52ebfcb]112005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
12
13        * rtems/score/powerpc.h: Remove hard-coded PPC_HAS_FPU.
14        Tie PPC_HAS_FPU to _SOFT_FLOAT.
15
[b2a41060]162005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
17
18        * rtems/old-exceptions/cpu.h, rtems/score/powerpc.h:
19        Remove PPC_ABI_GCC27.
20
[b629797a]212005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
22
23        * rtems/asm.h, rtems/score/powerpc.h: Remove XCOFF support.
24
[babf575]252005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
26
27        * Makefile.am: Split out preinstallation rules.
28        * preinstall.am: New (Split out from Makefile.am).
29
[1f24914a]302005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
31
32        PR 754/rtems
33        * rtems/asm.h: New (relocated from .).
34        * asm.h: Remove (moved to rtems/asm.h).
35        * Makefile.am: Reflect changes above.
36
[8e7f1a1]372004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
38
39        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
40        rtems/powerpc/registers.h: New header guards.
41
[731ea704]422004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
43
44        * asm.h, rtems/score/cpu.h, rtems/score/powerpc.h,
45        rtems/score/ppc.h, rtems/score/types.h: New header guards.
46
[609b924]472005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
48
49        * rtems/score/types.h: Remove signed8, signed16, signed32,
50        unsigned8, unsigned16, unsigned32.
51
[5b729d1]522005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
53
54        * rtems/new-exceptions/cpu.h: *_swap_u32( uint32_t ).
55        * rtems/old-exceptions/cpu.h: *_swap_u32( uint32_t ).
56
[b9b531f]572005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
58
59        * rtems/score/types.h: #include <rtems/stdint.h>.
60
[fc63544]612004-11-22      Joel Sherrill <joel@OARcorp.com>
62
63        * rtems/old-exceptions/cpu.h: Make compile in assembly.
64
[af413e95]652004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
66
67        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
68        guard.
69
[b8ed8a9f]702004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
71
72        * asm.h: Add doxygen preamble.
73
[d5607c5a]742004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
75
76        * rtems/score/cpu.h: Add doxygen preamble.
77        * rtems/score/powerpc.h: Add doxygen preamble.
78        * rtems/score/ppc.h: Add doxygen preamble.
79        * rtems/score/types.h: Add doxygen preamble.
80
[5b729d1]812004-10-20      Eric Norum <norume@aps.anl.gov>
[83d7232]82
83        Add Kate Feng's MVME5500 BSP
84        * rtems/powerpc/registers.h, rtems/score/powerpc.h
85
[9428e23]862004-09-29      Joel Sherrill <joel@OARcorp.com>
87
88        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: i960
89        obsoleted and all references removed.
90
[3411bac]912004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
92
93        * asm.h: Include rtems/score/powerpc.h instead of
94        rtems/score/ppc.h.
95
[b6bf7d53]962004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
97
98        * rtems/score/powerpc.h: New (Copied and renamed from rtems/score/ppc.h)
99        for consistency with other ports.
100        * rtems/score/ppc.h: Deprecation wrapper to rtems/score/powerpc.h.
101        * Makefile.am: Reflect changes above.
102        * rtems/score/cpu.h: Include rtems/score/powerpc.h instead of
103        rtems/score/ppc.h.
104
[e69307b7]1052004-04-12      David Querbach <querbach@realtime.bc.ca>
106
107        * asm.h, rtems/new-exceptions/cpu.h, rtems/score/ppc.h: addition of
108        MPC555 support as part of the addition of the SS555 BSP.
109
[be2ed3e]1102004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
111
112        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
113        * Makefile.am: Don't include multilib.am.
114        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
115
[5f8d82b7]1162004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
117
118        * Makefile.am: Install asm.h to $(includedir)/rtems.
119
[30b1016]1202004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
121
122        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
123        rtems/powerpc/registers.h: Convert to using c99 fixed size types.
124
[d3b09bf4]1252004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
126
127        * configure.ac: RTEMS_TOP([../../../..]).
128
[7ea55607]1292004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * configure.ac: Move RTEMS_TOP one subdir down.
132
[3d1de20]1332004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: Add PREINSTALL_DIRS.
136
[8956e27]1372004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
140        Add PREINSTALL_FILES to CLEANFILES.
141
[36e48b1]1422004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.ac: Requires automake >= 1.8.1.
145
[f08808e]1462004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * Makefile.am: Include compile.am, again.
149
[ec8c1949]1502004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: Convert to using automake compilation rules.
153
[7fccd6d6]1542003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
157
[810720b6]1582003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
161
[7d0eba02]1622003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: Add $(dirstamp) to preinstallation rules.
165
[930ad0c]1662003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * Makefile.am: Remove all LIB-related rules.
169
[d6a444d]1702003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * Makefile.am: Don't use gmake rules for preinstallation.
173
[9ca05b1]1742003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * configure.ac: Remove RTEMS_CANONICAL_HOST.
177
[8727808e]1782003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * configure.ac: Remove RTEMS_CHECK_CPU.
181
[1aa101b]1822003-09-26      Joel Sherrill <joel@OARcorp.com>
183
184        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: Obsoleting HP
185        PA-RISC port and removing all references.
186
[90e393f]1872003-09-04      Joel Sherrill <joel@OARcorp.com>
188
189        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
190        rtems/powerpc/registers.h, rtems/score/ppc.h, rtems/score/types.h:
191        URL for license changed.
192
[d36c457]1932003-08-21      Till Straumann <strauman@slac.stanford.edu>
194
195        PR 457/bsps
196        * rtems/powerpc/registers.h: Add a few definitions for the PowerPC
197        thermal assistance unit.
198
[7dcc3fe]1992003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
202
[1ede24c]2032003-07-18      Till Straumann <strauman@slac.stanford.edu>
204
205        PR 288/rtems
206        * rtems/new-exceptions/cpu.h: _ISR_Nest_level is now properly
207        maintained and does not reside in SPRG0.
208
[d2c26e4b]2092003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * configure.ac: Remove AC_CONFIG_AUX_DIR.
212
[cd228d76]2132003-02-20      Till Straumann <strauman@slac.stanford.edu>
214
215        PR 349/bsps
216        * rtems/powerpc/registers.h: Add definitions for HID1 and DABR SPRs.
217
[53021d4]2182002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
221        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
222
[47c0220]2232002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * configure.ac: Fix package name.
226
[8ecc042a]2272002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * rtems/new-exceptions/cpu.h: Remove sections on
230        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
231        * rtems/old-exceptions/cpu.h: Remove sections on
232        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
233        * rtems/score/cpu.h: Insert sections on
234        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
235
2362002-10-31      Joel Sherrill <joel@OARcorp.com>
237
238        * rtems/new-exceptions/cpu.h: Removed warnings.
239
240
[1c3ea41]2412002-10-31      Joel Sherrill <joel@OARcorp.com>
242
243        * rtems/new-exceptions/cpu.h: Removed warnings.
244
[5c8b6b6]2452002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
248
[f8cb04a5]2492002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * .cvsignore: Reformat.
252        Add autom4te*cache.
253        Remove autom4te.cache.
254
[a85d8ec]2552002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
258
[53f6727]2592002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * Makefile.am: Use .$(OBJEXT) instead of .o.
262
[af81910]2632002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * configure.ac: RTEMS_TOP(../../../..).
266
[8c746fe]2672002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * configure.ac: Remove RTEMS_PROJECT_ROOT.
270
[a25b63b]2712002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * configure.ac: Add RTEMS_PROG_CCAS
274
[6f79a970]2752002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
278        Add AC_PROG_RANLIB.
279
[2f6261d]2802002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
283        Use ../../../aclocal.
284
[0fe89f6]2852002-05-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * rtems/score/ppc.h: Remove PPC_DEBUG_MODEL.
288
[78f8c91]2892001-05-14      Till Straumann <strauman@slac.stanford.edu>
290
291        * rtems/powerpc/registers.h, rtems/score/ppc.h: Per PR213, add
292        support for the MPC74000 (AKA G4); there is no AltiVec support yet,
293        however.
[5a715de]2942002-04-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * rtems/score/ppc.h: Remove rtems_multilib.
297        Add mpc555 (Based on comments from Sergei Organov <osv@javad.ru>).
298        * rtems/old-exceptions/cpu.h: Remove _CPU_Data_Cache_Block_Flush.
299        Remove _CPU_Data_Cache_Block_Invalidate.
300
[4a0d87e]3012002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * asm.h: Include cpuopts.h instead of targopts.h.
304        * rtems/new-exceptions/cpu.h: Relocated from
305        libbsp/powerpc/support/new_exception_processing/rtems/score/cpu.h
306        * rtems/old-exceptions/cpu.h: Relocated from
307        c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/cpu.h
308        * rtems/powerpc/registers.h: Relocated and renamed from
309        libcpu/powerpc/shared/include/cpu.h.
310        * rtems/score/cpu.h: New.
311        * Makefile.am: Reflect changes above.
312
[6f53a921]3132001-04-03      Joel Sherrill <joel@OARcorp.com>
314
315        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
316        * rtems/score/ppctypes.h: Removed.
317        * rtems/score/types.h: New file via CVS magic.
318        * Makefile.am, rtems/score/cpu.h: Account for name change.
319
[7273b6e]3202002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * configure.ac:
323        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
324        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
325        * Makefile.am: Remove AUTOMAKE_OPTIONS.
326
[dfca13fc]3272002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * Makefile.am: Reflect changes from 2002-01-23.
330
[59bcc90]3312002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * rtems/Makefile.am: Removed.
334        * rtems/score/Makefile.am: Removed.
335        * configure.ac: Reflect changes above.
336        AC_CONFIG_SRCDIR(asm.h).
337
[b0f78e8]3382002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * rtems/Makefile.am: New.
341        * rtems/.cvsignore: New.
342        * rtems/score/Makefile.am: New.
343        * rtems/score/.cvsignore: New.
344        * rtems/score/ppc.h: Relocated from shared/.
345        * rtems/score/ppctypes.h: Relocated from shared/.
346        * asm.h: Relocated from shared/.
347        * shared/Makefile.am: Removed.
348        * shared/asm.h: Removed.
349        * shared/ppc.h: Removed.
350        * shared/ppctypes.h: Removed.
351        * shared/.cvsignore: Removed.
352        * Makefile.am: Reflect changes above.
353        * configure.ac: Reflect changes above.
354
[4db30283]3552001-11-28      Joel Sherrill <joel@OARcorp.com>,
356
357        This was tracked as PR91.
358        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
359        is used to specify if the port uses the standard macro for this (FALSE).
360        A TRUE setting indicates the port provides its own implementation.
361
[ffcb102]3622001-11-14      Joel Sherrill <joel@OARcorp.com>
363
364        * shared/ppc.h: The mpc8260 uses the new exception processing model
365        and thus does not need to define PPC_USE_SPRG.
366
[2b5c094f]3672001-11-14      Andrew Dachs <A.Dachs@SSTL.co.uk>
368
369        * shared/ppc.h: mpc8260 has double FPU not single FPU.
370
[95e0ca93]3712001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
372
373        This modification is part of the submitted modifications necessary to
374        support the IBM PPC405 family.  This submission was reviewed by
375        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
376        not negatively impact the ppc403 BSPs.  The submission and tracking
377        process was captured as PR50.
378        * shared/asm.h, shared/ppc.h: Added PPC405 support.
379
[3ac78af]3802001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
381
382        * shared/ppc.h: Added mpc8260 support.
383
[57624a1]3842001-10-12      Joel Sherrill <joel@OARcorp.com>
385
386        * shared/ppctypes.h: Fixed typo.
387
[df25c998]3882001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
391        * configure.in: Remove.
392        * configure.ac: New file, generated from configure.in by autoupdate.
393
[1707a04]3942001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * shared/Makefile.am: Use 'PREINSTALL_FILES ='.
397
[329509fb]3982001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * Makefile.am, rtems/score/Makefile.am:
401        Apply include_*HEADERS instead of H_FILES.
402
[feead226]4032000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
406
[a314d3b4]4072000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
410
[5582de1]4112000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
414        Switch to GNU canonicalization.
415
[fad00e76]4162000-10-20      Joel Sherrill <joel@OARcorp.com>
417
418        * shared/ppc.h: For multilibs, derive PPC_HAS_FPU from _SOFT_FLOAT.
419
[d7118fd]4202000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * Makefile.am: Include compile.am.
423
[e94ad1fe]4242000-08-10      Joel Sherrill <joel@OARcorp.com>
425
426        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.