source: rtems/cpukit/score/cpu/powerpc/ChangeLog @ 5c8b6b6

4.104.114.84.95
Last change on this file since 5c8b6b6 was 5c8b6b6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/25/02 at 05:46:06

2002-10-25 Ralf Corsepius <corsepiu@…>

  • configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
  • Property mode set to 100644
File size: 5.5 KB
Line 
12002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
4
52002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * .cvsignore: Reformat.
8        Add autom4te*cache.
9        Remove autom4te.cache.
10
112002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
14
152002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * Makefile.am: Use .$(OBJEXT) instead of .o.
18
192002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: RTEMS_TOP(../../../..).
22
232002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: Remove RTEMS_PROJECT_ROOT.
26
272002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: Add RTEMS_PROG_CCAS
30
312002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
34        Add AC_PROG_RANLIB.
35
362002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
39        Use ../../../aclocal.
40
412002-05-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * rtems/score/ppc.h: Remove PPC_DEBUG_MODEL.
44
452001-05-14      Till Straumann <strauman@slac.stanford.edu>
46
47        * rtems/powerpc/registers.h, rtems/score/ppc.h: Per PR213, add
48        support for the MPC74000 (AKA G4); there is no AltiVec support yet,
49        however.
502002-04-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * rtems/score/ppc.h: Remove rtems_multilib.
53        Add mpc555 (Based on comments from Sergei Organov <osv@javad.ru>).
54        * rtems/old-exceptions/cpu.h: Remove _CPU_Data_Cache_Block_Flush.
55        Remove _CPU_Data_Cache_Block_Invalidate.
56
572002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * asm.h: Include cpuopts.h instead of targopts.h.
60        * rtems/new-exceptions/cpu.h: Relocated from
61        libbsp/powerpc/support/new_exception_processing/rtems/score/cpu.h
62        * rtems/old-exceptions/cpu.h: Relocated from
63        c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/cpu.h
64        * rtems/powerpc/registers.h: Relocated and renamed from
65        libcpu/powerpc/shared/include/cpu.h.
66        * rtems/score/cpu.h: New.
67        * Makefile.am: Reflect changes above.
68
692001-04-03      Joel Sherrill <joel@OARcorp.com>
70
71        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
72        * rtems/score/ppctypes.h: Removed.
73        * rtems/score/types.h: New file via CVS magic.
74        * Makefile.am, rtems/score/cpu.h: Account for name change.
75
762002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac:
79        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
80        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
81        * Makefile.am: Remove AUTOMAKE_OPTIONS.
82
832002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: Reflect changes from 2002-01-23.
86
872002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * rtems/Makefile.am: Removed.
90        * rtems/score/Makefile.am: Removed.
91        * configure.ac: Reflect changes above.
92        AC_CONFIG_SRCDIR(asm.h).
93
942002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * rtems/Makefile.am: New.
97        * rtems/.cvsignore: New.
98        * rtems/score/Makefile.am: New.
99        * rtems/score/.cvsignore: New.
100        * rtems/score/ppc.h: Relocated from shared/.
101        * rtems/score/ppctypes.h: Relocated from shared/.
102        * asm.h: Relocated from shared/.
103        * shared/Makefile.am: Removed.
104        * shared/asm.h: Removed.
105        * shared/ppc.h: Removed.
106        * shared/ppctypes.h: Removed.
107        * shared/.cvsignore: Removed.
108        * Makefile.am: Reflect changes above.
109        * configure.ac: Reflect changes above.
110
1112001-11-28      Joel Sherrill <joel@OARcorp.com>,
112
113        This was tracked as PR91.
114        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
115        is used to specify if the port uses the standard macro for this (FALSE).
116        A TRUE setting indicates the port provides its own implementation.
117
1182001-11-14      Joel Sherrill <joel@OARcorp.com>
119
120        * shared/ppc.h: The mpc8260 uses the new exception processing model
121        and thus does not need to define PPC_USE_SPRG.
122
1232001-11-14      Andrew Dachs <A.Dachs@SSTL.co.uk>
124
125        * shared/ppc.h: mpc8260 has double FPU not single FPU.
126
1272001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
128
129        This modification is part of the submitted modifications necessary to
130        support the IBM PPC405 family.  This submission was reviewed by
131        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
132        not negatively impact the ppc403 BSPs.  The submission and tracking
133        process was captured as PR50.
134        * shared/asm.h, shared/ppc.h: Added PPC405 support.
135
1362001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
137
138        * shared/ppc.h: Added mpc8260 support.
139
1402001-10-12      Joel Sherrill <joel@OARcorp.com>
141
142        * shared/ppctypes.h: Fixed typo.
143
1442001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
147        * configure.in: Remove.
148        * configure.ac: New file, generated from configure.in by autoupdate.
149
1502001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * shared/Makefile.am: Use 'PREINSTALL_FILES ='.
153
1542001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * Makefile.am, rtems/score/Makefile.am:
157        Apply include_*HEADERS instead of H_FILES.
158
1592000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
162
1632000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
166
1672000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
170        Switch to GNU canonicalization.
171
1722000-10-20      Joel Sherrill <joel@OARcorp.com>
173
174        * shared/ppc.h: For multilibs, derive PPC_HAS_FPU from _SOFT_FLOAT.
175
1762000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Include compile.am.
179
1802000-08-10      Joel Sherrill <joel@OARcorp.com>
181
182        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.