source: rtems/cpukit/score/cpu/powerpc/ChangeLog @ 5022a49

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

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

  • rtems/score/powerpc.h: Remove PPC_D_CACHE, PPC_I_CACHE defines.
  • Property mode set to 100644
File size: 12.9 KB
Line 
12005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * rtems/score/powerpc.h: Remove PPC_D_CACHE, PPC_I_CACHE defines.
4
52005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * rtems/score/powerpc.h: Remove PPC_MSR_* defines.
8
92005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * rtems/old-exceptions/cpu.h: Add _PPC_MSR_DISABLE_MASK.
12        Use _PPC_MSR_DISABLE_MASK instead of PPC_MSR_DISABLE_MASK to set up
13        _disable_mask.
14
152005-02-12      Ralf Corsepius <ralf.corsepius@rtems.org>
16
17        * cpu.c: New (Stub file for consistency with other ports).
18        * Makefile.am: Reflect changes above.
19
202005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
21
22        * rtems/asm.h, rtems/old-exceptions/cpu.h, rtems/score/powerpc.h:
23        Remove PPC_ABI_POWEROPEN.
24
252005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
26
27        * rtems/score/powerpc.h: Remove hard-coded PPC_HAS_FPU.
28        Tie PPC_HAS_FPU to _SOFT_FLOAT.
29
302005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
31
32        * rtems/old-exceptions/cpu.h, rtems/score/powerpc.h:
33        Remove PPC_ABI_GCC27.
34
352005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
36
37        * rtems/asm.h, rtems/score/powerpc.h: Remove XCOFF support.
38
392005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
40
41        * Makefile.am: Split out preinstallation rules.
42        * preinstall.am: New (Split out from Makefile.am).
43
442005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
45
46        PR 754/rtems
47        * rtems/asm.h: New (relocated from .).
48        * asm.h: Remove (moved to rtems/asm.h).
49        * Makefile.am: Reflect changes above.
50
512004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
52
53        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
54        rtems/powerpc/registers.h: New header guards.
55
562004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
57
58        * asm.h, rtems/score/cpu.h, rtems/score/powerpc.h,
59        rtems/score/ppc.h, rtems/score/types.h: New header guards.
60
612005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
62
63        * rtems/score/types.h: Remove signed8, signed16, signed32,
64        unsigned8, unsigned16, unsigned32.
65
662005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
67
68        * rtems/new-exceptions/cpu.h: *_swap_u32( uint32_t ).
69        * rtems/old-exceptions/cpu.h: *_swap_u32( uint32_t ).
70
712005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
72
73        * rtems/score/types.h: #include <rtems/stdint.h>.
74
752004-11-22      Joel Sherrill <joel@OARcorp.com>
76
77        * rtems/old-exceptions/cpu.h: Make compile in assembly.
78
792004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
80
81        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
82        guard.
83
842004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
85
86        * asm.h: Add doxygen preamble.
87
882004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
89
90        * rtems/score/cpu.h: Add doxygen preamble.
91        * rtems/score/powerpc.h: Add doxygen preamble.
92        * rtems/score/ppc.h: Add doxygen preamble.
93        * rtems/score/types.h: Add doxygen preamble.
94
952004-10-20      Eric Norum <norume@aps.anl.gov>
96
97        Add Kate Feng's MVME5500 BSP
98        * rtems/powerpc/registers.h, rtems/score/powerpc.h
99
1002004-09-29      Joel Sherrill <joel@OARcorp.com>
101
102        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: i960
103        obsoleted and all references removed.
104
1052004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
106
107        * asm.h: Include rtems/score/powerpc.h instead of
108        rtems/score/ppc.h.
109
1102004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
111
112        * rtems/score/powerpc.h: New (Copied and renamed from rtems/score/ppc.h)
113        for consistency with other ports.
114        * rtems/score/ppc.h: Deprecation wrapper to rtems/score/powerpc.h.
115        * Makefile.am: Reflect changes above.
116        * rtems/score/cpu.h: Include rtems/score/powerpc.h instead of
117        rtems/score/ppc.h.
118
1192004-04-12      David Querbach <querbach@realtime.bc.ca>
120
121        * asm.h, rtems/new-exceptions/cpu.h, rtems/score/ppc.h: addition of
122        MPC555 support as part of the addition of the SS555 BSP.
123
1242004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
125
126        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
127        * Makefile.am: Don't include multilib.am.
128        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
129
1302004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
131
132        * Makefile.am: Install asm.h to $(includedir)/rtems.
133
1342004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
135
136        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
137        rtems/powerpc/registers.h: Convert to using c99 fixed size types.
138
1392004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
140
141        * configure.ac: RTEMS_TOP([../../../..]).
142
1432004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * configure.ac: Move RTEMS_TOP one subdir down.
146
1472004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * Makefile.am: Add PREINSTALL_DIRS.
150
1512004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
154        Add PREINSTALL_FILES to CLEANFILES.
155
1562004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * configure.ac: Requires automake >= 1.8.1.
159
1602004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Makefile.am: Include compile.am, again.
163
1642004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am: Convert to using automake compilation rules.
167
1682003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
171
1722003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
175
1762003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Add $(dirstamp) to preinstallation rules.
179
1802003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: Remove all LIB-related rules.
183
1842003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: Don't use gmake rules for preinstallation.
187
1882003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * configure.ac: Remove RTEMS_CANONICAL_HOST.
191
1922003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * configure.ac: Remove RTEMS_CHECK_CPU.
195
1962003-09-26      Joel Sherrill <joel@OARcorp.com>
197
198        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: Obsoleting HP
199        PA-RISC port and removing all references.
200
2012003-09-04      Joel Sherrill <joel@OARcorp.com>
202
203        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
204        rtems/powerpc/registers.h, rtems/score/ppc.h, rtems/score/types.h:
205        URL for license changed.
206
2072003-08-21      Till Straumann <strauman@slac.stanford.edu>
208
209        PR 457/bsps
210        * rtems/powerpc/registers.h: Add a few definitions for the PowerPC
211        thermal assistance unit.
212
2132003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
216
2172003-07-18      Till Straumann <strauman@slac.stanford.edu>
218
219        PR 288/rtems
220        * rtems/new-exceptions/cpu.h: _ISR_Nest_level is now properly
221        maintained and does not reside in SPRG0.
222
2232003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * configure.ac: Remove AC_CONFIG_AUX_DIR.
226
2272003-02-20      Till Straumann <strauman@slac.stanford.edu>
228
229        PR 349/bsps
230        * rtems/powerpc/registers.h: Add definitions for HID1 and DABR SPRs.
231
2322002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
235        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
236
2372002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * configure.ac: Fix package name.
240
2412002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * rtems/new-exceptions/cpu.h: Remove sections on
244        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
245        * rtems/old-exceptions/cpu.h: Remove sections on
246        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
247        * rtems/score/cpu.h: Insert sections on
248        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
249
2502002-10-31      Joel Sherrill <joel@OARcorp.com>
251
252        * rtems/new-exceptions/cpu.h: Removed warnings.
253
254
2552002-10-31      Joel Sherrill <joel@OARcorp.com>
256
257        * rtems/new-exceptions/cpu.h: Removed warnings.
258
2592002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
262
2632002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * .cvsignore: Reformat.
266        Add autom4te*cache.
267        Remove autom4te.cache.
268
2692002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
272
2732002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * Makefile.am: Use .$(OBJEXT) instead of .o.
276
2772002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * configure.ac: RTEMS_TOP(../../../..).
280
2812002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * configure.ac: Remove RTEMS_PROJECT_ROOT.
284
2852002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * configure.ac: Add RTEMS_PROG_CCAS
288
2892002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
292        Add AC_PROG_RANLIB.
293
2942002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
297        Use ../../../aclocal.
298
2992002-05-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * rtems/score/ppc.h: Remove PPC_DEBUG_MODEL.
302
3032001-05-14      Till Straumann <strauman@slac.stanford.edu>
304
305        * rtems/powerpc/registers.h, rtems/score/ppc.h: Per PR213, add
306        support for the MPC74000 (AKA G4); there is no AltiVec support yet,
307        however.
3082002-04-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * rtems/score/ppc.h: Remove rtems_multilib.
311        Add mpc555 (Based on comments from Sergei Organov <osv@javad.ru>).
312        * rtems/old-exceptions/cpu.h: Remove _CPU_Data_Cache_Block_Flush.
313        Remove _CPU_Data_Cache_Block_Invalidate.
314
3152002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * asm.h: Include cpuopts.h instead of targopts.h.
318        * rtems/new-exceptions/cpu.h: Relocated from
319        libbsp/powerpc/support/new_exception_processing/rtems/score/cpu.h
320        * rtems/old-exceptions/cpu.h: Relocated from
321        c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/cpu.h
322        * rtems/powerpc/registers.h: Relocated and renamed from
323        libcpu/powerpc/shared/include/cpu.h.
324        * rtems/score/cpu.h: New.
325        * Makefile.am: Reflect changes above.
326
3272001-04-03      Joel Sherrill <joel@OARcorp.com>
328
329        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
330        * rtems/score/ppctypes.h: Removed.
331        * rtems/score/types.h: New file via CVS magic.
332        * Makefile.am, rtems/score/cpu.h: Account for name change.
333
3342002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * configure.ac:
337        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
338        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
339        * Makefile.am: Remove AUTOMAKE_OPTIONS.
340
3412002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * Makefile.am: Reflect changes from 2002-01-23.
344
3452002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * rtems/Makefile.am: Removed.
348        * rtems/score/Makefile.am: Removed.
349        * configure.ac: Reflect changes above.
350        AC_CONFIG_SRCDIR(asm.h).
351
3522002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * rtems/Makefile.am: New.
355        * rtems/.cvsignore: New.
356        * rtems/score/Makefile.am: New.
357        * rtems/score/.cvsignore: New.
358        * rtems/score/ppc.h: Relocated from shared/.
359        * rtems/score/ppctypes.h: Relocated from shared/.
360        * asm.h: Relocated from shared/.
361        * shared/Makefile.am: Removed.
362        * shared/asm.h: Removed.
363        * shared/ppc.h: Removed.
364        * shared/ppctypes.h: Removed.
365        * shared/.cvsignore: Removed.
366        * Makefile.am: Reflect changes above.
367        * configure.ac: Reflect changes above.
368
3692001-11-28      Joel Sherrill <joel@OARcorp.com>,
370
371        This was tracked as PR91.
372        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
373        is used to specify if the port uses the standard macro for this (FALSE).
374        A TRUE setting indicates the port provides its own implementation.
375
3762001-11-14      Joel Sherrill <joel@OARcorp.com>
377
378        * shared/ppc.h: The mpc8260 uses the new exception processing model
379        and thus does not need to define PPC_USE_SPRG.
380
3812001-11-14      Andrew Dachs <A.Dachs@SSTL.co.uk>
382
383        * shared/ppc.h: mpc8260 has double FPU not single FPU.
384
3852001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
386
387        This modification is part of the submitted modifications necessary to
388        support the IBM PPC405 family.  This submission was reviewed by
389        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
390        not negatively impact the ppc403 BSPs.  The submission and tracking
391        process was captured as PR50.
392        * shared/asm.h, shared/ppc.h: Added PPC405 support.
393
3942001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
395
396        * shared/ppc.h: Added mpc8260 support.
397
3982001-10-12      Joel Sherrill <joel@OARcorp.com>
399
400        * shared/ppctypes.h: Fixed typo.
401
4022001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
405        * configure.in: Remove.
406        * configure.ac: New file, generated from configure.in by autoupdate.
407
4082001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * shared/Makefile.am: Use 'PREINSTALL_FILES ='.
411
4122001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * Makefile.am, rtems/score/Makefile.am:
415        Apply include_*HEADERS instead of H_FILES.
416
4172000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
420
4212000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
424
4252000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
428        Switch to GNU canonicalization.
429
4302000-10-20      Joel Sherrill <joel@OARcorp.com>
431
432        * shared/ppc.h: For multilibs, derive PPC_HAS_FPU from _SOFT_FLOAT.
433
4342000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * Makefile.am: Include compile.am.
437
4382000-08-10      Joel Sherrill <joel@OARcorp.com>
439
440        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.