source: rtems/cpukit/score/cpu/powerpc/ChangeLog @ 3a227b9b

4.104.114.84.95
Last change on this file since 3a227b9b was babf575, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/08/05 at 15:45:55

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

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