source: rtems/cpukit/score/cpu/powerpc/ChangeLog @ 2f6261d

4.104.114.84.95
Last change on this file since 2f6261d was 2f6261d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/17/02 at 09:22:48

2002-06-17 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Include $(top_srcdir)/../../../automake/*.am. Use ../../../aclocal.
  • Property mode set to 100644
File size: 4.7 KB
Line 
12002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
4        Use ../../../aclocal.
5
62002-05-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * rtems/score/ppc.h: Remove PPC_DEBUG_MODEL.
9
102001-05-14      Till Straumann <strauman@slac.stanford.edu>
11
12        * rtems/powerpc/registers.h, rtems/score/ppc.h: Per PR213, add
13        support for the MPC74000 (AKA G4); there is no AltiVec support yet,
14        however.
152002-04-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * rtems/score/ppc.h: Remove rtems_multilib.
18        Add mpc555 (Based on comments from Sergei Organov <osv@javad.ru>).
19        * rtems/old-exceptions/cpu.h: Remove _CPU_Data_Cache_Block_Flush.
20        Remove _CPU_Data_Cache_Block_Invalidate.
21
222002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * asm.h: Include cpuopts.h instead of targopts.h.
25        * rtems/new-exceptions/cpu.h: Relocated from
26        libbsp/powerpc/support/new_exception_processing/rtems/score/cpu.h
27        * rtems/old-exceptions/cpu.h: Relocated from
28        c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/cpu.h
29        * rtems/powerpc/registers.h: Relocated and renamed from
30        libcpu/powerpc/shared/include/cpu.h.
31        * rtems/score/cpu.h: New.
32        * Makefile.am: Reflect changes above.
33
342001-04-03      Joel Sherrill <joel@OARcorp.com>
35
36        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
37        * rtems/score/ppctypes.h: Removed.
38        * rtems/score/types.h: New file via CVS magic.
39        * Makefile.am, rtems/score/cpu.h: Account for name change.
40
412002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac:
44        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
45        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
46        * Makefile.am: Remove AUTOMAKE_OPTIONS.
47
482002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * Makefile.am: Reflect changes from 2002-01-23.
51
522002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * rtems/Makefile.am: Removed.
55        * rtems/score/Makefile.am: Removed.
56        * configure.ac: Reflect changes above.
57        AC_CONFIG_SRCDIR(asm.h).
58
592002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * rtems/Makefile.am: New.
62        * rtems/.cvsignore: New.
63        * rtems/score/Makefile.am: New.
64        * rtems/score/.cvsignore: New.
65        * rtems/score/ppc.h: Relocated from shared/.
66        * rtems/score/ppctypes.h: Relocated from shared/.
67        * asm.h: Relocated from shared/.
68        * shared/Makefile.am: Removed.
69        * shared/asm.h: Removed.
70        * shared/ppc.h: Removed.
71        * shared/ppctypes.h: Removed.
72        * shared/.cvsignore: Removed.
73        * Makefile.am: Reflect changes above.
74        * configure.ac: Reflect changes above.
75
762001-11-28      Joel Sherrill <joel@OARcorp.com>,
77
78        This was tracked as PR91.
79        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
80        is used to specify if the port uses the standard macro for this (FALSE).
81        A TRUE setting indicates the port provides its own implementation.
82
832001-11-14      Joel Sherrill <joel@OARcorp.com>
84
85        * shared/ppc.h: The mpc8260 uses the new exception processing model
86        and thus does not need to define PPC_USE_SPRG.
87
882001-11-14      Andrew Dachs <A.Dachs@SSTL.co.uk>
89
90        * shared/ppc.h: mpc8260 has double FPU not single FPU.
91
922001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
93
94        This modification is part of the submitted modifications necessary to
95        support the IBM PPC405 family.  This submission was reviewed by
96        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
97        not negatively impact the ppc403 BSPs.  The submission and tracking
98        process was captured as PR50.
99        * shared/asm.h, shared/ppc.h: Added PPC405 support.
100
1012001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
102
103        * shared/ppc.h: Added mpc8260 support.
104
1052001-10-12      Joel Sherrill <joel@OARcorp.com>
106
107        * shared/ppctypes.h: Fixed typo.
108
1092001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
112        * configure.in: Remove.
113        * configure.ac: New file, generated from configure.in by autoupdate.
114
1152001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * shared/Makefile.am: Use 'PREINSTALL_FILES ='.
118
1192001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am, rtems/score/Makefile.am:
122        Apply include_*HEADERS instead of H_FILES.
123
1242000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
127
1282000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
131
1322000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
135        Switch to GNU canonicalization.
136
1372000-10-20      Joel Sherrill <joel@OARcorp.com>
138
139        * shared/ppc.h: For multilibs, derive PPC_HAS_FPU from _SOFT_FLOAT.
140
1412000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * Makefile.am: Include compile.am.
144
1452000-08-10      Joel Sherrill <joel@OARcorp.com>
146
147        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.