source: rtems/c/src/exec/score/cpu/powerpc/ChangeLog @ 5a715de

4.104.114.84.95
Last change on this file since 5a715de was 5a715de, checked in by Joel Sherrill <joel.sherrill@…>, on 05/01/02 at 22:35:52

2002-04-30 Ralf Corsepius <corsepiu@…>

  • rtems/score/ppc.h: Remove rtems_multilib. Add mpc555 (Based on comments from Sergei Organov <osv@…>).
  • rtems/old-exceptions/cpu.h: Remove _CPU_Data_Cache_Block_Flush. Remove _CPU_Data_Cache_Block_Invalidate.
  • Property mode set to 100644
File size: 4.2 KB
Line 
12002-04-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * rtems/score/ppc.h: Remove rtems_multilib.
4        Add mpc555 (Based on comments from Sergei Organov <osv@javad.ru>).
5        * rtems/old-exceptions/cpu.h: Remove _CPU_Data_Cache_Block_Flush.
6        Remove _CPU_Data_Cache_Block_Invalidate.
7
82002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * asm.h: Include cpuopts.h instead of targopts.h.
11        * rtems/new-exceptions/cpu.h: Relocated from
12        libbsp/powerpc/support/new_exception_processing/rtems/score/cpu.h
13        * rtems/old-exceptions/cpu.h: Relocated from
14        c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/cpu.h
15        * rtems/powerpc/registers.h: Relocated and renamed from
16        libcpu/powerpc/shared/include/cpu.h.
17        * rtems/score/cpu.h: New.
18        * Makefile.am: Reflect changes above.
19
202001-04-03      Joel Sherrill <joel@OARcorp.com>
21
22        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
23        * rtems/score/ppctypes.h: Removed.
24        * rtems/score/types.h: New file via CVS magic.
25        * Makefile.am, rtems/score/cpu.h: Account for name change.
26
272002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac:
30        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
31        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
32        * Makefile.am: Remove AUTOMAKE_OPTIONS.
33
342002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Reflect changes from 2002-01-23.
37
382002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * rtems/Makefile.am: Removed.
41        * rtems/score/Makefile.am: Removed.
42        * configure.ac: Reflect changes above.
43        AC_CONFIG_SRCDIR(asm.h).
44
452002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * rtems/Makefile.am: New.
48        * rtems/.cvsignore: New.
49        * rtems/score/Makefile.am: New.
50        * rtems/score/.cvsignore: New.
51        * rtems/score/ppc.h: Relocated from shared/.
52        * rtems/score/ppctypes.h: Relocated from shared/.
53        * asm.h: Relocated from shared/.
54        * shared/Makefile.am: Removed.
55        * shared/asm.h: Removed.
56        * shared/ppc.h: Removed.
57        * shared/ppctypes.h: Removed.
58        * shared/.cvsignore: Removed.
59        * Makefile.am: Reflect changes above.
60        * configure.ac: Reflect changes above.
61
622001-11-28      Joel Sherrill <joel@OARcorp.com>,
63
64        This was tracked as PR91.
65        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
66        is used to specify if the port uses the standard macro for this (FALSE).
67        A TRUE setting indicates the port provides its own implementation.
68
692001-11-14      Joel Sherrill <joel@OARcorp.com>
70
71        * shared/ppc.h: The mpc8260 uses the new exception processing model
72        and thus does not need to define PPC_USE_SPRG.
73
742001-11-14      Andrew Dachs <A.Dachs@SSTL.co.uk>
75
76        * shared/ppc.h: mpc8260 has double FPU not single FPU.
77
782001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
79
80        This modification is part of the submitted modifications necessary to
81        support the IBM PPC405 family.  This submission was reviewed by
82        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
83        not negatively impact the ppc403 BSPs.  The submission and tracking
84        process was captured as PR50.
85        * shared/asm.h, shared/ppc.h: Added PPC405 support.
86
872001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
88
89        * shared/ppc.h: Added mpc8260 support.
90
912001-10-12      Joel Sherrill <joel@OARcorp.com>
92
93        * shared/ppctypes.h: Fixed typo.
94
952001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
98        * configure.in: Remove.
99        * configure.ac: New file, generated from configure.in by autoupdate.
100
1012001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * shared/Makefile.am: Use 'PREINSTALL_FILES ='.
104
1052001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am, rtems/score/Makefile.am:
108        Apply include_*HEADERS instead of H_FILES.
109
1102000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
113
1142000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
117
1182000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
121        Switch to GNU canonicalization.
122
1232000-10-20      Joel Sherrill <joel@OARcorp.com>
124
125        * shared/ppc.h: For multilibs, derive PPC_HAS_FPU from _SOFT_FLOAT.
126
1272000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Include compile.am.
130
1312000-08-10      Joel Sherrill <joel@OARcorp.com>
132
133        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.