source: rtems/cpukit/score/cpu/powerpc/ChangeLog @ 7273b6e

4.104.114.84.95
Last change on this file since 7273b6e was 7273b6e, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:54:58

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 3.2 KB
Line 
12002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac:
4        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
5        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
6        * Makefile.am: Remove AUTOMAKE_OPTIONS.
7
82002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * Makefile.am: Reflect changes from 2002-01-23.
11
122002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * rtems/Makefile.am: Removed.
15        * rtems/score/Makefile.am: Removed.
16        * configure.ac: Reflect changes above.
17        AC_CONFIG_SRCDIR(asm.h).
18
192002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * rtems/Makefile.am: New.
22        * rtems/.cvsignore: New.
23        * rtems/score/Makefile.am: New.
24        * rtems/score/.cvsignore: New.
25        * rtems/score/ppc.h: Relocated from shared/.
26        * rtems/score/ppctypes.h: Relocated from shared/.
27        * asm.h: Relocated from shared/.
28        * shared/Makefile.am: Removed.
29        * shared/asm.h: Removed.
30        * shared/ppc.h: Removed.
31        * shared/ppctypes.h: Removed.
32        * shared/.cvsignore: Removed.
33        * Makefile.am: Reflect changes above.
34        * configure.ac: Reflect changes above.
35
362001-11-28      Joel Sherrill <joel@OARcorp.com>,
37
38        This was tracked as PR91.
39        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
40        is used to specify if the port uses the standard macro for this (FALSE).
41        A TRUE setting indicates the port provides its own implementation.
42
432001-11-14      Joel Sherrill <joel@OARcorp.com>
44
45        * shared/ppc.h: The mpc8260 uses the new exception processing model
46        and thus does not need to define PPC_USE_SPRG.
47
482001-11-14      Andrew Dachs <A.Dachs@SSTL.co.uk>
49
50        * shared/ppc.h: mpc8260 has double FPU not single FPU.
51
522001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
53
54        This modification is part of the submitted modifications necessary to
55        support the IBM PPC405 family.  This submission was reviewed by
56        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
57        not negatively impact the ppc403 BSPs.  The submission and tracking
58        process was captured as PR50.
59        * shared/asm.h, shared/ppc.h: Added PPC405 support.
60
612001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
62
63        * shared/ppc.h: Added mpc8260 support.
64
652001-10-12      Joel Sherrill <joel@OARcorp.com>
66
67        * shared/ppctypes.h: Fixed typo.
68
692001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
72        * configure.in: Remove.
73        * configure.ac: New file, generated from configure.in by autoupdate.
74
752001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * shared/Makefile.am: Use 'PREINSTALL_FILES ='.
78
792001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am, rtems/score/Makefile.am:
82        Apply include_*HEADERS instead of H_FILES.
83
842000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
87
882000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
91
922000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
95        Switch to GNU canonicalization.
96
972000-10-20      Joel Sherrill <joel@OARcorp.com>
98
99        * shared/ppc.h: For multilibs, derive PPC_HAS_FPU from _SOFT_FLOAT.
100
1012000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Makefile.am: Include compile.am.
104
1052000-08-10      Joel Sherrill <joel@OARcorp.com>
106
107        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.