source: rtems/cpukit/score/cpu/powerpc/ChangeLog @ 0d776cd2

4.104.114.84.95
Last change on this file since 0d776cd2 was 78f8c91, checked in by Joel Sherrill <joel.sherrill@…>, on 05/14/02 at 16:53:01

2001-05-14 Till Straumann <strauman@…>

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