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

4.104.114.84.95
Last change on this file since b2a41060 was b2a41060, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/09/05 at 15:50:38

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

  • rtems/old-exceptions/cpu.h, rtems/score/powerpc.h: Remove PPC_ABI_GCC27.
  • Property mode set to 100644
File size: 12.1 KB
Line 
12005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * rtems/old-exceptions/cpu.h, rtems/score/powerpc.h:
4        Remove PPC_ABI_GCC27.
5
62005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
7
8        * rtems/asm.h, rtems/score/powerpc.h: Remove XCOFF support.
9
102005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Split out preinstallation rules.
13        * preinstall.am: New (Split out from Makefile.am).
14
152005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
16
17        PR 754/rtems
18        * rtems/asm.h: New (relocated from .).
19        * asm.h: Remove (moved to rtems/asm.h).
20        * Makefile.am: Reflect changes above.
21
222004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
23
24        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
25        rtems/powerpc/registers.h: New header guards.
26
272004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
28
29        * asm.h, rtems/score/cpu.h, rtems/score/powerpc.h,
30        rtems/score/ppc.h, rtems/score/types.h: New header guards.
31
322005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
33
34        * rtems/score/types.h: Remove signed8, signed16, signed32,
35        unsigned8, unsigned16, unsigned32.
36
372005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
38
39        * rtems/new-exceptions/cpu.h: *_swap_u32( uint32_t ).
40        * rtems/old-exceptions/cpu.h: *_swap_u32( uint32_t ).
41
422005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
43
44        * rtems/score/types.h: #include <rtems/stdint.h>.
45
462004-11-22      Joel Sherrill <joel@OARcorp.com>
47
48        * rtems/old-exceptions/cpu.h: Make compile in assembly.
49
502004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
51
52        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
53        guard.
54
552004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
56
57        * asm.h: Add doxygen preamble.
58
592004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
60
61        * rtems/score/cpu.h: Add doxygen preamble.
62        * rtems/score/powerpc.h: Add doxygen preamble.
63        * rtems/score/ppc.h: Add doxygen preamble.
64        * rtems/score/types.h: Add doxygen preamble.
65
662004-10-20      Eric Norum <norume@aps.anl.gov>
67
68        Add Kate Feng's MVME5500 BSP
69        * rtems/powerpc/registers.h, rtems/score/powerpc.h
70
712004-09-29      Joel Sherrill <joel@OARcorp.com>
72
73        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: i960
74        obsoleted and all references removed.
75
762004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
77
78        * asm.h: Include rtems/score/powerpc.h instead of
79        rtems/score/ppc.h.
80
812004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
82
83        * rtems/score/powerpc.h: New (Copied and renamed from rtems/score/ppc.h)
84        for consistency with other ports.
85        * rtems/score/ppc.h: Deprecation wrapper to rtems/score/powerpc.h.
86        * Makefile.am: Reflect changes above.
87        * rtems/score/cpu.h: Include rtems/score/powerpc.h instead of
88        rtems/score/ppc.h.
89
902004-04-12      David Querbach <querbach@realtime.bc.ca>
91
92        * asm.h, rtems/new-exceptions/cpu.h, rtems/score/ppc.h: addition of
93        MPC555 support as part of the addition of the SS555 BSP.
94
952004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
96
97        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
98        * Makefile.am: Don't include multilib.am.
99        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
100
1012004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
102
103        * Makefile.am: Install asm.h to $(includedir)/rtems.
104
1052004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
106
107        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
108        rtems/powerpc/registers.h: Convert to using c99 fixed size types.
109
1102004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
111
112        * configure.ac: RTEMS_TOP([../../../..]).
113
1142004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.ac: Move RTEMS_TOP one subdir down.
117
1182004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: Add PREINSTALL_DIRS.
121
1222004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
125        Add PREINSTALL_FILES to CLEANFILES.
126
1272004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.ac: Requires automake >= 1.8.1.
130
1312004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: Include compile.am, again.
134
1352004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: Convert to using automake compilation rules.
138
1392003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
142
1432003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
146
1472003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * Makefile.am: Add $(dirstamp) to preinstallation rules.
150
1512003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Remove all LIB-related rules.
154
1552003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: Don't use gmake rules for preinstallation.
158
1592003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * configure.ac: Remove RTEMS_CANONICAL_HOST.
162
1632003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.ac: Remove RTEMS_CHECK_CPU.
166
1672003-09-26      Joel Sherrill <joel@OARcorp.com>
168
169        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: Obsoleting HP
170        PA-RISC port and removing all references.
171
1722003-09-04      Joel Sherrill <joel@OARcorp.com>
173
174        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
175        rtems/powerpc/registers.h, rtems/score/ppc.h, rtems/score/types.h:
176        URL for license changed.
177
1782003-08-21      Till Straumann <strauman@slac.stanford.edu>
179
180        PR 457/bsps
181        * rtems/powerpc/registers.h: Add a few definitions for the PowerPC
182        thermal assistance unit.
183
1842003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
187
1882003-07-18      Till Straumann <strauman@slac.stanford.edu>
189
190        PR 288/rtems
191        * rtems/new-exceptions/cpu.h: _ISR_Nest_level is now properly
192        maintained and does not reside in SPRG0.
193
1942003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.ac: Remove AC_CONFIG_AUX_DIR.
197
1982003-02-20      Till Straumann <strauman@slac.stanford.edu>
199
200        PR 349/bsps
201        * rtems/powerpc/registers.h: Add definitions for HID1 and DABR SPRs.
202
2032002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
206        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
207
2082002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * configure.ac: Fix package name.
211
2122002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * rtems/new-exceptions/cpu.h: Remove sections on
215        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
216        * rtems/old-exceptions/cpu.h: Remove sections on
217        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
218        * rtems/score/cpu.h: Insert sections on
219        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
220
2212002-10-31      Joel Sherrill <joel@OARcorp.com>
222
223        * rtems/new-exceptions/cpu.h: Removed warnings.
224
225
2262002-10-31      Joel Sherrill <joel@OARcorp.com>
227
228        * rtems/new-exceptions/cpu.h: Removed warnings.
229
2302002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
233
2342002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * .cvsignore: Reformat.
237        Add autom4te*cache.
238        Remove autom4te.cache.
239
2402002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
243
2442002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * Makefile.am: Use .$(OBJEXT) instead of .o.
247
2482002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * configure.ac: RTEMS_TOP(../../../..).
251
2522002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * configure.ac: Remove RTEMS_PROJECT_ROOT.
255
2562002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * configure.ac: Add RTEMS_PROG_CCAS
259
2602002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
263        Add AC_PROG_RANLIB.
264
2652002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
268        Use ../../../aclocal.
269
2702002-05-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * rtems/score/ppc.h: Remove PPC_DEBUG_MODEL.
273
2742001-05-14      Till Straumann <strauman@slac.stanford.edu>
275
276        * rtems/powerpc/registers.h, rtems/score/ppc.h: Per PR213, add
277        support for the MPC74000 (AKA G4); there is no AltiVec support yet,
278        however.
2792002-04-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * rtems/score/ppc.h: Remove rtems_multilib.
282        Add mpc555 (Based on comments from Sergei Organov <osv@javad.ru>).
283        * rtems/old-exceptions/cpu.h: Remove _CPU_Data_Cache_Block_Flush.
284        Remove _CPU_Data_Cache_Block_Invalidate.
285
2862002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * asm.h: Include cpuopts.h instead of targopts.h.
289        * rtems/new-exceptions/cpu.h: Relocated from
290        libbsp/powerpc/support/new_exception_processing/rtems/score/cpu.h
291        * rtems/old-exceptions/cpu.h: Relocated from
292        c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/cpu.h
293        * rtems/powerpc/registers.h: Relocated and renamed from
294        libcpu/powerpc/shared/include/cpu.h.
295        * rtems/score/cpu.h: New.
296        * Makefile.am: Reflect changes above.
297
2982001-04-03      Joel Sherrill <joel@OARcorp.com>
299
300        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
301        * rtems/score/ppctypes.h: Removed.
302        * rtems/score/types.h: New file via CVS magic.
303        * Makefile.am, rtems/score/cpu.h: Account for name change.
304
3052002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * configure.ac:
308        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
309        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
310        * Makefile.am: Remove AUTOMAKE_OPTIONS.
311
3122002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * Makefile.am: Reflect changes from 2002-01-23.
315
3162002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * rtems/Makefile.am: Removed.
319        * rtems/score/Makefile.am: Removed.
320        * configure.ac: Reflect changes above.
321        AC_CONFIG_SRCDIR(asm.h).
322
3232002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * rtems/Makefile.am: New.
326        * rtems/.cvsignore: New.
327        * rtems/score/Makefile.am: New.
328        * rtems/score/.cvsignore: New.
329        * rtems/score/ppc.h: Relocated from shared/.
330        * rtems/score/ppctypes.h: Relocated from shared/.
331        * asm.h: Relocated from shared/.
332        * shared/Makefile.am: Removed.
333        * shared/asm.h: Removed.
334        * shared/ppc.h: Removed.
335        * shared/ppctypes.h: Removed.
336        * shared/.cvsignore: Removed.
337        * Makefile.am: Reflect changes above.
338        * configure.ac: Reflect changes above.
339
3402001-11-28      Joel Sherrill <joel@OARcorp.com>,
341
342        This was tracked as PR91.
343        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
344        is used to specify if the port uses the standard macro for this (FALSE).
345        A TRUE setting indicates the port provides its own implementation.
346
3472001-11-14      Joel Sherrill <joel@OARcorp.com>
348
349        * shared/ppc.h: The mpc8260 uses the new exception processing model
350        and thus does not need to define PPC_USE_SPRG.
351
3522001-11-14      Andrew Dachs <A.Dachs@SSTL.co.uk>
353
354        * shared/ppc.h: mpc8260 has double FPU not single FPU.
355
3562001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
357
358        This modification is part of the submitted modifications necessary to
359        support the IBM PPC405 family.  This submission was reviewed by
360        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
361        not negatively impact the ppc403 BSPs.  The submission and tracking
362        process was captured as PR50.
363        * shared/asm.h, shared/ppc.h: Added PPC405 support.
364
3652001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
366
367        * shared/ppc.h: Added mpc8260 support.
368
3692001-10-12      Joel Sherrill <joel@OARcorp.com>
370
371        * shared/ppctypes.h: Fixed typo.
372
3732001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
376        * configure.in: Remove.
377        * configure.ac: New file, generated from configure.in by autoupdate.
378
3792001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * shared/Makefile.am: Use 'PREINSTALL_FILES ='.
382
3832001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * Makefile.am, rtems/score/Makefile.am:
386        Apply include_*HEADERS instead of H_FILES.
387
3882000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
391
3922000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
395
3962000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
399        Switch to GNU canonicalization.
400
4012000-10-20      Joel Sherrill <joel@OARcorp.com>
402
403        * shared/ppc.h: For multilibs, derive PPC_HAS_FPU from _SOFT_FLOAT.
404
4052000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * Makefile.am: Include compile.am.
408
4092000-08-10      Joel Sherrill <joel@OARcorp.com>
410
411        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.