source: rtems/c/src/lib/libbsp/powerpc/support/old_exception_processing/ChangeLog @ 9c598e2d

4.104.114.84.95
Last change on this file since 9c598e2d was 9c598e2d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/15/05 at 06:02:35

2005-02-15 Ralf Corsepius <ralf.corsepius@…>

  • cpu.c: Use _CPU_MSR_GET instead of _CPU_MSR_Value (Unify old/new exception processing API).
  • Property mode set to 100644
File size: 5.2 KB
Line 
12005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * cpu.c: Use _CPU_MSR_GET instead of _CPU_MSR_Value (Unify old/new
4        exception processing API).
5
62005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
7
8        * cpu.c (ppc_exception_vector_addr): Merge ppc603 and ppc603e cases.
9
102005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
11
12        * cpu.c, cpu_asm.S, irq_stub.S: #include <rtems/powerpc/powerpc.h>.
13
142005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
15
16        * cpu.c: Add _PPC_MSR_DISABLE_MASK.
17
182005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
19
20        * Makefile.am, configure.ac: Remove (Unused).
21
222005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
23
24        * cpu.c, cpu_asm.S, irq_stub.S, rtems/score/ppc_offs.h:
25        Remove PPC_ABI_POWEROPEN.
26
272005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
28
29        * cpu.c, cpu_asm.S, irq_stub.S, rtems/score/ppc_offs.h:
30        Remove PPC_ABI_GCC27.
31
322005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
33
34        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
35
362005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
37
38        * Makefile.am: Remove build-variant support.
39
402004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
41
42        PR 696/bsps
43        * cpu.c: Include bsp.h.
44
452004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
46
47        * configure.ac: Require automake > 1.9.
48
492004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
50
51        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
52
532004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
54
55        * cpu.c, ppccache.c: Convert to using c99 fixed size types.
56
572004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.ac: Add RTEMS_PROG_CCAS.
60        * Makefile.am: Use automake compilation rules.
61
622004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * Makefile.am: Add PREINSTALL_DIRS.
65
662004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
69        Add PRE/TMPINSTALL_FILES to CLEANFILES.
70
712003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
74
752003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
78
792003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am: Reformat for preinstallation dirstamp support.
82
832003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: Remove all-local: $(ARCH).
86
872003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.ac: Remove RTEMS_CANONICAL_HOST.
90
912003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * configure.ac: Remove RTEMS_CHECK_CPU.
94
952003-09-04      Joel Sherrill <joel@OARcorp.com>
96
97        * cpu.c, cpu_asm.S: URL for license changed.
98
992003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Reflect having moved aclocal/.
102
1032003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Reflect having moved automake/.
106
1072003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
110
1112003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * configure.ac: Remove AC_CONFIG_AUX_DIR.
114
1152003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
118
1192003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.ac: AC_PREREQ(2.57).
122
1232002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: Don't include @RTEMS_BSP@.cfg.
126        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
127
1282002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * .cvsignore: Reformat.
131        Add autom4te*cache.
132        Remove autom4te.cache.
133
1342002-09-14      Joel Sherrill <joel@OARcorp.com>
135
136        * cpu.c: Include declaration of variable i in ifdef USE_SPRG to
137        eliminate warning.
138
1392002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Use .$(OBJEXT) instead of .o.
142
1432002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * Makefile.am: Fix oversights in previous patch.
146
1472002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * rtems.S: Remove.
150        * Makefile.am: Reflect having removed rtems.S. Use AM_CPPFLAGS
151        instead of INCLUDES (Latest automake standard).
152
1532002-04-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * cpu.c: Include <rtems/powerpc/cache.h>.
156
1572002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * rtems/score/cpu.h: Removed.
160        * Makefile.am: Reflect changes above.
161
1622001-04-03      Joel Sherrill <joel@OARcorp.com>
163
164        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
165        * rtems/score/cpu.h: Account for name change.
166
1672002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * configure.ac:
170        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
171        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
172        * Makefile.am: Remove AUTOMAKE_OPTIONS.
173
1742001-11-28      Joel Sherrill <joel@OARcorp.com>,
175
176        This was tracked as PR91.
177        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
178        is used to specify if the port uses the standard macro for this (FALSE).
179        A TRUE setting indicates the port provides its own implementation.
180        * rtems/score/c_isr.inl: Deleted and contents merged into cpu.c.
181        * cpu.c: Received contents of c_isr.inl.
182        * Makefile.am: Deleted reference to c_isr.inl.
183
1842001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * .cvsignore: Add aclocal.m4, autom4te.*, config.*, configure.
187
1882001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: Preinstall c_isr.inl (HACK).
191        * ChangeLog: New file.
192
Note: See TracBrowser for help on using the repository browser.