source: rtems/cpukit/score/cpu/powerpc/ChangeLog @ 7bda4d6

4.104.114.84.95
Last change on this file since 7bda4d6 was 7bda4d6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/14/05 at 04:17:23

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

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