source: rtems/cpukit/score/cpu/powerpc/ChangeLog @ 9428e23

4.104.114.84.95
Last change on this file since 9428e23 was 9428e23, checked in by Joel Sherrill <joel.sherrill@…>, on 09/29/04 at 20:32:02

2004-09-29 Joel Sherrill <joel@…>

  • rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: i960 obsoleted and all references removed.
  • Property mode set to 100644
File size: 10.1 KB
Line 
12004-09-29      Joel Sherrill <joel@OARcorp.com>
2
3        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: i960
4        obsoleted and all references removed.
5
62004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        * asm.h: Include rtems/score/powerpc.h instead of
9        rtems/score/ppc.h.
10
112004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
12
13        * rtems/score/powerpc.h: New (Copied and renamed from rtems/score/ppc.h)
14        for consistency with other ports.
15        * rtems/score/ppc.h: Deprecation wrapper to rtems/score/powerpc.h.
16        * Makefile.am: Reflect changes above.
17        * rtems/score/cpu.h: Include rtems/score/powerpc.h instead of
18        rtems/score/ppc.h.
19
202004-04-12      David Querbach <querbach@realtime.bc.ca>
21
22        * asm.h, rtems/new-exceptions/cpu.h, rtems/score/ppc.h: addition of
23        MPC555 support as part of the addition of the SS555 BSP.
24
252004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
26
27        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
28        * Makefile.am: Don't include multilib.am.
29        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
30
312004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
32
33        * Makefile.am: Install asm.h to $(includedir)/rtems.
34
352004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
36
37        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
38        rtems/powerpc/registers.h: Convert to using c99 fixed size types.
39
402004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
41
42        * configure.ac: RTEMS_TOP([../../../..]).
43
442004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.ac: Move RTEMS_TOP one subdir down.
47
482004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * Makefile.am: Add PREINSTALL_DIRS.
51
522004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
55        Add PREINSTALL_FILES to CLEANFILES.
56
572004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.ac: Requires automake >= 1.8.1.
60
612004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * Makefile.am: Include compile.am, again.
64
652004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * Makefile.am: Convert to using automake compilation rules.
68
692003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
72
732003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
76
772003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * Makefile.am: Add $(dirstamp) to preinstallation rules.
80
812003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * Makefile.am: Remove all LIB-related rules.
84
852003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am: Don't use gmake rules for preinstallation.
88
892003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * configure.ac: Remove RTEMS_CANONICAL_HOST.
92
932003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * configure.ac: Remove RTEMS_CHECK_CPU.
96
972003-09-26      Joel Sherrill <joel@OARcorp.com>
98
99        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: Obsoleting HP
100        PA-RISC port and removing all references.
101
1022003-09-04      Joel Sherrill <joel@OARcorp.com>
103
104        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
105        rtems/powerpc/registers.h, rtems/score/ppc.h, rtems/score/types.h:
106        URL for license changed.
107
1082003-08-21      Till Straumann <strauman@slac.stanford.edu>
109
110        PR 457/bsps
111        * rtems/powerpc/registers.h: Add a few definitions for the PowerPC
112        thermal assistance unit.
113
1142003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
117
1182003-07-18      Till Straumann <strauman@slac.stanford.edu>
119
120        PR 288/rtems
121        * rtems/new-exceptions/cpu.h: _ISR_Nest_level is now properly
122        maintained and does not reside in SPRG0.
123
1242003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * configure.ac: Remove AC_CONFIG_AUX_DIR.
127
1282003-02-20      Till Straumann <strauman@slac.stanford.edu>
129
130        PR 349/bsps
131        * rtems/powerpc/registers.h: Add definitions for HID1 and DABR SPRs.
132
1332002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
136        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
137
1382002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.ac: Fix package name.
141
1422002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * rtems/new-exceptions/cpu.h: Remove sections on
145        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
146        * rtems/old-exceptions/cpu.h: Remove sections on
147        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
148        * rtems/score/cpu.h: Insert sections on
149        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
150
1512002-10-31      Joel Sherrill <joel@OARcorp.com>
152
153        * rtems/new-exceptions/cpu.h: Removed warnings.
154
155
1562002-10-31      Joel Sherrill <joel@OARcorp.com>
157
158        * rtems/new-exceptions/cpu.h: Removed warnings.
159
1602002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
163
1642002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * .cvsignore: Reformat.
167        Add autom4te*cache.
168        Remove autom4te.cache.
169
1702002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
173
1742002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * Makefile.am: Use .$(OBJEXT) instead of .o.
177
1782002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * configure.ac: RTEMS_TOP(../../../..).
181
1822002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * configure.ac: Remove RTEMS_PROJECT_ROOT.
185
1862002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * configure.ac: Add RTEMS_PROG_CCAS
189
1902002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
193        Add AC_PROG_RANLIB.
194
1952002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
198        Use ../../../aclocal.
199
2002002-05-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * rtems/score/ppc.h: Remove PPC_DEBUG_MODEL.
203
2042001-05-14      Till Straumann <strauman@slac.stanford.edu>
205
206        * rtems/powerpc/registers.h, rtems/score/ppc.h: Per PR213, add
207        support for the MPC74000 (AKA G4); there is no AltiVec support yet,
208        however.
2092002-04-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * rtems/score/ppc.h: Remove rtems_multilib.
212        Add mpc555 (Based on comments from Sergei Organov <osv@javad.ru>).
213        * rtems/old-exceptions/cpu.h: Remove _CPU_Data_Cache_Block_Flush.
214        Remove _CPU_Data_Cache_Block_Invalidate.
215
2162002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * asm.h: Include cpuopts.h instead of targopts.h.
219        * rtems/new-exceptions/cpu.h: Relocated from
220        libbsp/powerpc/support/new_exception_processing/rtems/score/cpu.h
221        * rtems/old-exceptions/cpu.h: Relocated from
222        c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/cpu.h
223        * rtems/powerpc/registers.h: Relocated and renamed from
224        libcpu/powerpc/shared/include/cpu.h.
225        * rtems/score/cpu.h: New.
226        * Makefile.am: Reflect changes above.
227
2282001-04-03      Joel Sherrill <joel@OARcorp.com>
229
230        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
231        * rtems/score/ppctypes.h: Removed.
232        * rtems/score/types.h: New file via CVS magic.
233        * Makefile.am, rtems/score/cpu.h: Account for name change.
234
2352002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * configure.ac:
238        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
239        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
240        * Makefile.am: Remove AUTOMAKE_OPTIONS.
241
2422002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * Makefile.am: Reflect changes from 2002-01-23.
245
2462002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * rtems/Makefile.am: Removed.
249        * rtems/score/Makefile.am: Removed.
250        * configure.ac: Reflect changes above.
251        AC_CONFIG_SRCDIR(asm.h).
252
2532002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * rtems/Makefile.am: New.
256        * rtems/.cvsignore: New.
257        * rtems/score/Makefile.am: New.
258        * rtems/score/.cvsignore: New.
259        * rtems/score/ppc.h: Relocated from shared/.
260        * rtems/score/ppctypes.h: Relocated from shared/.
261        * asm.h: Relocated from shared/.
262        * shared/Makefile.am: Removed.
263        * shared/asm.h: Removed.
264        * shared/ppc.h: Removed.
265        * shared/ppctypes.h: Removed.
266        * shared/.cvsignore: Removed.
267        * Makefile.am: Reflect changes above.
268        * configure.ac: Reflect changes above.
269
2702001-11-28      Joel Sherrill <joel@OARcorp.com>,
271
272        This was tracked as PR91.
273        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
274        is used to specify if the port uses the standard macro for this (FALSE).
275        A TRUE setting indicates the port provides its own implementation.
276
2772001-11-14      Joel Sherrill <joel@OARcorp.com>
278
279        * shared/ppc.h: The mpc8260 uses the new exception processing model
280        and thus does not need to define PPC_USE_SPRG.
281
2822001-11-14      Andrew Dachs <A.Dachs@SSTL.co.uk>
283
284        * shared/ppc.h: mpc8260 has double FPU not single FPU.
285
2862001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
287
288        This modification is part of the submitted modifications necessary to
289        support the IBM PPC405 family.  This submission was reviewed by
290        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
291        not negatively impact the ppc403 BSPs.  The submission and tracking
292        process was captured as PR50.
293        * shared/asm.h, shared/ppc.h: Added PPC405 support.
294
2952001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
296
297        * shared/ppc.h: Added mpc8260 support.
298
2992001-10-12      Joel Sherrill <joel@OARcorp.com>
300
301        * shared/ppctypes.h: Fixed typo.
302
3032001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
306        * configure.in: Remove.
307        * configure.ac: New file, generated from configure.in by autoupdate.
308
3092001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * shared/Makefile.am: Use 'PREINSTALL_FILES ='.
312
3132001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * Makefile.am, rtems/score/Makefile.am:
316        Apply include_*HEADERS instead of H_FILES.
317
3182000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
321
3222000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
325
3262000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
329        Switch to GNU canonicalization.
330
3312000-10-20      Joel Sherrill <joel@OARcorp.com>
332
333        * shared/ppc.h: For multilibs, derive PPC_HAS_FPU from _SOFT_FLOAT.
334
3352000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * Makefile.am: Include compile.am.
338
3392000-08-10      Joel Sherrill <joel@OARcorp.com>
340
341        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.