source: rtems/cpukit/score/cpu/powerpc/ChangeLog @ 1d486eff

4.104.114.84.95
Last change on this file since 1d486eff was be2ed3e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/06/04 at 02:21:50

2004-04-06 Ralf Corsepius <ralf_corsepius@…>

  • configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
  • Makefile.am: Don't include multilib.am. Reflect merging configure.ac into $(top_srcdir)/configure.ac.
  • Property mode set to 100644
File size: 9.3 KB
Line 
12004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
4        * Makefile.am: Don't include multilib.am.
5        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
6
72004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
8
9        * Makefile.am: Install asm.h to $(includedir)/rtems.
10
112004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
12
13        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
14        rtems/powerpc/registers.h: Convert to using c99 fixed size types.
15
162004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
17
18        * configure.ac: RTEMS_TOP([../../../..]).
19
202004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * configure.ac: Move RTEMS_TOP one subdir down.
23
242004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * Makefile.am: Add PREINSTALL_DIRS.
27
282004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
31        Add PREINSTALL_FILES to CLEANFILES.
32
332004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.ac: Requires automake >= 1.8.1.
36
372004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am: Include compile.am, again.
40
412004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am: Convert to using automake compilation rules.
44
452003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
48
492003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
52
532003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: Add $(dirstamp) to preinstallation rules.
56
572003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Remove all LIB-related rules.
60
612003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * Makefile.am: Don't use gmake rules for preinstallation.
64
652003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac: Remove RTEMS_CANONICAL_HOST.
68
692003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac: Remove RTEMS_CHECK_CPU.
72
732003-09-26      Joel Sherrill <joel@OARcorp.com>
74
75        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: Obsoleting HP
76        PA-RISC port and removing all references.
77
782003-09-04      Joel Sherrill <joel@OARcorp.com>
79
80        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
81        rtems/powerpc/registers.h, rtems/score/ppc.h, rtems/score/types.h:
82        URL for license changed.
83
842003-08-21      Till Straumann <strauman@slac.stanford.edu>
85
86        PR 457/bsps
87        * rtems/powerpc/registers.h: Add a few definitions for the PowerPC
88        thermal assistance unit.
89
902003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
93
942003-07-18      Till Straumann <strauman@slac.stanford.edu>
95
96        PR 288/rtems
97        * rtems/new-exceptions/cpu.h: _ISR_Nest_level is now properly
98        maintained and does not reside in SPRG0.
99
1002003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: Remove AC_CONFIG_AUX_DIR.
103
1042003-02-20      Till Straumann <strauman@slac.stanford.edu>
105
106        PR 349/bsps
107        * rtems/powerpc/registers.h: Add definitions for HID1 and DABR SPRs.
108
1092002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
112        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
113
1142002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.ac: Fix package name.
117
1182002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * rtems/new-exceptions/cpu.h: Remove sections on
121        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
122        * rtems/old-exceptions/cpu.h: Remove sections on
123        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
124        * rtems/score/cpu.h: Insert sections on
125        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
126
1272002-10-31      Joel Sherrill <joel@OARcorp.com>
128
129        * rtems/new-exceptions/cpu.h: Removed warnings.
130
131
1322002-10-31      Joel Sherrill <joel@OARcorp.com>
133
134        * rtems/new-exceptions/cpu.h: Removed warnings.
135
1362002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
139
1402002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * .cvsignore: Reformat.
143        Add autom4te*cache.
144        Remove autom4te.cache.
145
1462002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
149
1502002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: Use .$(OBJEXT) instead of .o.
153
1542002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: RTEMS_TOP(../../../..).
157
1582002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac: Remove RTEMS_PROJECT_ROOT.
161
1622002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.ac: Add RTEMS_PROG_CCAS
165
1662002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
169        Add AC_PROG_RANLIB.
170
1712002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
174        Use ../../../aclocal.
175
1762002-05-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * rtems/score/ppc.h: Remove PPC_DEBUG_MODEL.
179
1802001-05-14      Till Straumann <strauman@slac.stanford.edu>
181
182        * rtems/powerpc/registers.h, rtems/score/ppc.h: Per PR213, add
183        support for the MPC74000 (AKA G4); there is no AltiVec support yet,
184        however.
1852002-04-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * rtems/score/ppc.h: Remove rtems_multilib.
188        Add mpc555 (Based on comments from Sergei Organov <osv@javad.ru>).
189        * rtems/old-exceptions/cpu.h: Remove _CPU_Data_Cache_Block_Flush.
190        Remove _CPU_Data_Cache_Block_Invalidate.
191
1922002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * asm.h: Include cpuopts.h instead of targopts.h.
195        * rtems/new-exceptions/cpu.h: Relocated from
196        libbsp/powerpc/support/new_exception_processing/rtems/score/cpu.h
197        * rtems/old-exceptions/cpu.h: Relocated from
198        c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/cpu.h
199        * rtems/powerpc/registers.h: Relocated and renamed from
200        libcpu/powerpc/shared/include/cpu.h.
201        * rtems/score/cpu.h: New.
202        * Makefile.am: Reflect changes above.
203
2042001-04-03      Joel Sherrill <joel@OARcorp.com>
205
206        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
207        * rtems/score/ppctypes.h: Removed.
208        * rtems/score/types.h: New file via CVS magic.
209        * Makefile.am, rtems/score/cpu.h: Account for name change.
210
2112002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * configure.ac:
214        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
215        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
216        * Makefile.am: Remove AUTOMAKE_OPTIONS.
217
2182002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * Makefile.am: Reflect changes from 2002-01-23.
221
2222002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * rtems/Makefile.am: Removed.
225        * rtems/score/Makefile.am: Removed.
226        * configure.ac: Reflect changes above.
227        AC_CONFIG_SRCDIR(asm.h).
228
2292002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * rtems/Makefile.am: New.
232        * rtems/.cvsignore: New.
233        * rtems/score/Makefile.am: New.
234        * rtems/score/.cvsignore: New.
235        * rtems/score/ppc.h: Relocated from shared/.
236        * rtems/score/ppctypes.h: Relocated from shared/.
237        * asm.h: Relocated from shared/.
238        * shared/Makefile.am: Removed.
239        * shared/asm.h: Removed.
240        * shared/ppc.h: Removed.
241        * shared/ppctypes.h: Removed.
242        * shared/.cvsignore: Removed.
243        * Makefile.am: Reflect changes above.
244        * configure.ac: Reflect changes above.
245
2462001-11-28      Joel Sherrill <joel@OARcorp.com>,
247
248        This was tracked as PR91.
249        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
250        is used to specify if the port uses the standard macro for this (FALSE).
251        A TRUE setting indicates the port provides its own implementation.
252
2532001-11-14      Joel Sherrill <joel@OARcorp.com>
254
255        * shared/ppc.h: The mpc8260 uses the new exception processing model
256        and thus does not need to define PPC_USE_SPRG.
257
2582001-11-14      Andrew Dachs <A.Dachs@SSTL.co.uk>
259
260        * shared/ppc.h: mpc8260 has double FPU not single FPU.
261
2622001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
263
264        This modification is part of the submitted modifications necessary to
265        support the IBM PPC405 family.  This submission was reviewed by
266        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
267        not negatively impact the ppc403 BSPs.  The submission and tracking
268        process was captured as PR50.
269        * shared/asm.h, shared/ppc.h: Added PPC405 support.
270
2712001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
272
273        * shared/ppc.h: Added mpc8260 support.
274
2752001-10-12      Joel Sherrill <joel@OARcorp.com>
276
277        * shared/ppctypes.h: Fixed typo.
278
2792001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
282        * configure.in: Remove.
283        * configure.ac: New file, generated from configure.in by autoupdate.
284
2852001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * shared/Makefile.am: Use 'PREINSTALL_FILES ='.
288
2892001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * Makefile.am, rtems/score/Makefile.am:
292        Apply include_*HEADERS instead of H_FILES.
293
2942000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
297
2982000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
301
3022000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
305        Switch to GNU canonicalization.
306
3072000-10-20      Joel Sherrill <joel@OARcorp.com>
308
309        * shared/ppc.h: For multilibs, derive PPC_HAS_FPU from _SOFT_FLOAT.
310
3112000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * Makefile.am: Include compile.am.
314
3152000-08-10      Joel Sherrill <joel@OARcorp.com>
316
317        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.