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

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

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

  • rtems/asm.h, rtems/score/powerpc.h: Remove XCOFF support.
  • Property mode set to 100644
File size: 12.0 KB
Line 
12005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * rtems/asm.h, rtems/score/powerpc.h: Remove XCOFF support.
4
52005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Split out preinstallation rules.
8        * preinstall.am: New (Split out from Makefile.am).
9
102005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
11
12        PR 754/rtems
13        * rtems/asm.h: New (relocated from .).
14        * asm.h: Remove (moved to rtems/asm.h).
15        * Makefile.am: Reflect changes above.
16
172004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
18
19        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
20        rtems/powerpc/registers.h: New header guards.
21
222004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
23
24        * asm.h, rtems/score/cpu.h, rtems/score/powerpc.h,
25        rtems/score/ppc.h, rtems/score/types.h: New header guards.
26
272005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
28
29        * rtems/score/types.h: Remove signed8, signed16, signed32,
30        unsigned8, unsigned16, unsigned32.
31
322005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
33
34        * rtems/new-exceptions/cpu.h: *_swap_u32( uint32_t ).
35        * rtems/old-exceptions/cpu.h: *_swap_u32( uint32_t ).
36
372005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
38
39        * rtems/score/types.h: #include <rtems/stdint.h>.
40
412004-11-22      Joel Sherrill <joel@OARcorp.com>
42
43        * rtems/old-exceptions/cpu.h: Make compile in assembly.
44
452004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
46
47        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
48        guard.
49
502004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
51
52        * asm.h: Add doxygen preamble.
53
542004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
55
56        * rtems/score/cpu.h: Add doxygen preamble.
57        * rtems/score/powerpc.h: Add doxygen preamble.
58        * rtems/score/ppc.h: Add doxygen preamble.
59        * rtems/score/types.h: Add doxygen preamble.
60
612004-10-20      Eric Norum <norume@aps.anl.gov>
62
63        Add Kate Feng's MVME5500 BSP
64        * rtems/powerpc/registers.h, rtems/score/powerpc.h
65
662004-09-29      Joel Sherrill <joel@OARcorp.com>
67
68        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: i960
69        obsoleted and all references removed.
70
712004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
72
73        * asm.h: Include rtems/score/powerpc.h instead of
74        rtems/score/ppc.h.
75
762004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
77
78        * rtems/score/powerpc.h: New (Copied and renamed from rtems/score/ppc.h)
79        for consistency with other ports.
80        * rtems/score/ppc.h: Deprecation wrapper to rtems/score/powerpc.h.
81        * Makefile.am: Reflect changes above.
82        * rtems/score/cpu.h: Include rtems/score/powerpc.h instead of
83        rtems/score/ppc.h.
84
852004-04-12      David Querbach <querbach@realtime.bc.ca>
86
87        * asm.h, rtems/new-exceptions/cpu.h, rtems/score/ppc.h: addition of
88        MPC555 support as part of the addition of the SS555 BSP.
89
902004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
91
92        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
93        * Makefile.am: Don't include multilib.am.
94        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
95
962004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
97
98        * Makefile.am: Install asm.h to $(includedir)/rtems.
99
1002004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
101
102        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
103        rtems/powerpc/registers.h: Convert to using c99 fixed size types.
104
1052004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
106
107        * configure.ac: RTEMS_TOP([../../../..]).
108
1092004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.ac: Move RTEMS_TOP one subdir down.
112
1132004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: Add PREINSTALL_DIRS.
116
1172004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
120        Add PREINSTALL_FILES to CLEANFILES.
121
1222004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * configure.ac: Requires automake >= 1.8.1.
125
1262004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Include compile.am, again.
129
1302004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * Makefile.am: Convert to using automake compilation rules.
133
1342003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
137
1382003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
141
1422003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: Add $(dirstamp) to preinstallation rules.
145
1462003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * Makefile.am: Remove all LIB-related rules.
149
1502003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: Don't use gmake rules for preinstallation.
153
1542003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: Remove RTEMS_CANONICAL_HOST.
157
1582003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac: Remove RTEMS_CHECK_CPU.
161
1622003-09-26      Joel Sherrill <joel@OARcorp.com>
163
164        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: Obsoleting HP
165        PA-RISC port and removing all references.
166
1672003-09-04      Joel Sherrill <joel@OARcorp.com>
168
169        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
170        rtems/powerpc/registers.h, rtems/score/ppc.h, rtems/score/types.h:
171        URL for license changed.
172
1732003-08-21      Till Straumann <strauman@slac.stanford.edu>
174
175        PR 457/bsps
176        * rtems/powerpc/registers.h: Add a few definitions for the PowerPC
177        thermal assistance unit.
178
1792003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
182
1832003-07-18      Till Straumann <strauman@slac.stanford.edu>
184
185        PR 288/rtems
186        * rtems/new-exceptions/cpu.h: _ISR_Nest_level is now properly
187        maintained and does not reside in SPRG0.
188
1892003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * configure.ac: Remove AC_CONFIG_AUX_DIR.
192
1932003-02-20      Till Straumann <strauman@slac.stanford.edu>
194
195        PR 349/bsps
196        * rtems/powerpc/registers.h: Add definitions for HID1 and DABR SPRs.
197
1982002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
201        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
202
2032002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * configure.ac: Fix package name.
206
2072002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * rtems/new-exceptions/cpu.h: Remove sections on
210        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
211        * rtems/old-exceptions/cpu.h: Remove sections on
212        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
213        * rtems/score/cpu.h: Insert sections on
214        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
215
2162002-10-31      Joel Sherrill <joel@OARcorp.com>
217
218        * rtems/new-exceptions/cpu.h: Removed warnings.
219
220
2212002-10-31      Joel Sherrill <joel@OARcorp.com>
222
223        * rtems/new-exceptions/cpu.h: Removed warnings.
224
2252002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
228
2292002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * .cvsignore: Reformat.
232        Add autom4te*cache.
233        Remove autom4te.cache.
234
2352002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
238
2392002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * Makefile.am: Use .$(OBJEXT) instead of .o.
242
2432002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * configure.ac: RTEMS_TOP(../../../..).
246
2472002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * configure.ac: Remove RTEMS_PROJECT_ROOT.
250
2512002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * configure.ac: Add RTEMS_PROG_CCAS
254
2552002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
258        Add AC_PROG_RANLIB.
259
2602002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
263        Use ../../../aclocal.
264
2652002-05-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * rtems/score/ppc.h: Remove PPC_DEBUG_MODEL.
268
2692001-05-14      Till Straumann <strauman@slac.stanford.edu>
270
271        * rtems/powerpc/registers.h, rtems/score/ppc.h: Per PR213, add
272        support for the MPC74000 (AKA G4); there is no AltiVec support yet,
273        however.
2742002-04-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * rtems/score/ppc.h: Remove rtems_multilib.
277        Add mpc555 (Based on comments from Sergei Organov <osv@javad.ru>).
278        * rtems/old-exceptions/cpu.h: Remove _CPU_Data_Cache_Block_Flush.
279        Remove _CPU_Data_Cache_Block_Invalidate.
280
2812002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * asm.h: Include cpuopts.h instead of targopts.h.
284        * rtems/new-exceptions/cpu.h: Relocated from
285        libbsp/powerpc/support/new_exception_processing/rtems/score/cpu.h
286        * rtems/old-exceptions/cpu.h: Relocated from
287        c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/cpu.h
288        * rtems/powerpc/registers.h: Relocated and renamed from
289        libcpu/powerpc/shared/include/cpu.h.
290        * rtems/score/cpu.h: New.
291        * Makefile.am: Reflect changes above.
292
2932001-04-03      Joel Sherrill <joel@OARcorp.com>
294
295        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
296        * rtems/score/ppctypes.h: Removed.
297        * rtems/score/types.h: New file via CVS magic.
298        * Makefile.am, rtems/score/cpu.h: Account for name change.
299
3002002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * configure.ac:
303        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
304        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
305        * Makefile.am: Remove AUTOMAKE_OPTIONS.
306
3072002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * Makefile.am: Reflect changes from 2002-01-23.
310
3112002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * rtems/Makefile.am: Removed.
314        * rtems/score/Makefile.am: Removed.
315        * configure.ac: Reflect changes above.
316        AC_CONFIG_SRCDIR(asm.h).
317
3182002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * rtems/Makefile.am: New.
321        * rtems/.cvsignore: New.
322        * rtems/score/Makefile.am: New.
323        * rtems/score/.cvsignore: New.
324        * rtems/score/ppc.h: Relocated from shared/.
325        * rtems/score/ppctypes.h: Relocated from shared/.
326        * asm.h: Relocated from shared/.
327        * shared/Makefile.am: Removed.
328        * shared/asm.h: Removed.
329        * shared/ppc.h: Removed.
330        * shared/ppctypes.h: Removed.
331        * shared/.cvsignore: Removed.
332        * Makefile.am: Reflect changes above.
333        * configure.ac: Reflect changes above.
334
3352001-11-28      Joel Sherrill <joel@OARcorp.com>,
336
337        This was tracked as PR91.
338        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
339        is used to specify if the port uses the standard macro for this (FALSE).
340        A TRUE setting indicates the port provides its own implementation.
341
3422001-11-14      Joel Sherrill <joel@OARcorp.com>
343
344        * shared/ppc.h: The mpc8260 uses the new exception processing model
345        and thus does not need to define PPC_USE_SPRG.
346
3472001-11-14      Andrew Dachs <A.Dachs@SSTL.co.uk>
348
349        * shared/ppc.h: mpc8260 has double FPU not single FPU.
350
3512001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
352
353        This modification is part of the submitted modifications necessary to
354        support the IBM PPC405 family.  This submission was reviewed by
355        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
356        not negatively impact the ppc403 BSPs.  The submission and tracking
357        process was captured as PR50.
358        * shared/asm.h, shared/ppc.h: Added PPC405 support.
359
3602001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
361
362        * shared/ppc.h: Added mpc8260 support.
363
3642001-10-12      Joel Sherrill <joel@OARcorp.com>
365
366        * shared/ppctypes.h: Fixed typo.
367
3682001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
371        * configure.in: Remove.
372        * configure.ac: New file, generated from configure.in by autoupdate.
373
3742001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * shared/Makefile.am: Use 'PREINSTALL_FILES ='.
377
3782001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * Makefile.am, rtems/score/Makefile.am:
381        Apply include_*HEADERS instead of H_FILES.
382
3832000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
386
3872000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
390
3912000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
394        Switch to GNU canonicalization.
395
3962000-10-20      Joel Sherrill <joel@OARcorp.com>
397
398        * shared/ppc.h: For multilibs, derive PPC_HAS_FPU from _SOFT_FLOAT.
399
4002000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * Makefile.am: Include compile.am.
403
4042000-08-10      Joel Sherrill <joel@OARcorp.com>
405
406        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.