summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/old-exceptions/ChangeLog
blob: 6764ba132e754d86022e7444ef3d11a8721a8659 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
2005-02-13	Ralf Corsepius <ralf.corsepius@rtems.org>

	* cpu.c: Add _PPC_MSR_DISABLE_MASK.

2005-02-11	Ralf Corsepius <ralf.corsepius@rtems.org>

	* Makefile.am, configure.ac: Remove (Unused).

2005-02-10	Ralf Corsepius <ralf.corsepius@rtems.org>

	* cpu.c, cpu_asm.S, irq_stub.S, rtems/score/ppc_offs.h:
	Remove PPC_ABI_POWEROPEN.

2005-02-09	Ralf Corsepius <ralf.corsepius@rtems.org>

	* cpu.c, cpu_asm.S, irq_stub.S, rtems/score/ppc_offs.h:
	Remove PPC_ABI_GCC27.

2005-01-07	Ralf Corsepius <ralf.corsepius@rtems.org>

	* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.

2005-01-02	Ralf Corsepius <ralf.corsepius@rtems.org>

	* Makefile.am: Remove build-variant support.

2004-10-20	Ralf Corsepius <ralf_corsepius@rtems.org>

	PR 696/bsps
	* cpu.c: Include bsp.h.

2004-09-24	Ralf Corsepius <ralf_corsepius@rtems.org>

	* configure.ac: Require automake > 1.9.

2004-04-01	Ralf Corsepius <ralf_corsepius@rtems.org>

	* cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.

2004-03-31	Ralf Corsepius <ralf_corsepius@rtems.org>

	* cpu.c, ppccache.c: Convert to using c99 fixed size types.

2004-01-30	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Add RTEMS_PROG_CCAS.
	* Makefile.am: Use automake compilation rules.

2004-01-21	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Add PREINSTALL_DIRS.

2004-01-14	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
	Add PRE/TMPINSTALL_FILES to CLEANFILES.

2003-12-12	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.

2003-12-12	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Require automake >= 1.8, autoconf >= 2.59.

2003-12-02	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Reformat for preinstallation dirstamp support.

2003-12-02	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Remove all-local: $(ARCH).

2003-10-22	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Remove RTEMS_CANONICAL_HOST.

2003-10-21	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Remove RTEMS_CHECK_CPU.

2003-09-04	Joel Sherrill <joel@OARcorp.com>

	* cpu.c, cpu_asm.S: URL for license changed.

2003-08-18	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Reflect having moved aclocal/.

2003-08-16	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Reflect having moved automake/.

2003-08-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Use rtems-bugs@rtems.com as bug report email address.

2003-03-06	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Remove AC_CONFIG_AUX_DIR.

2003-02-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).

2003-02-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: AC_PREREQ(2.57).

2002-12-17	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Don't include @RTEMS_BSP@.cfg.
	* configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.

2002-10-21	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* .cvsignore: Reformat.
	Add autom4te*cache.
	Remove autom4te.cache.

2002-09-14	Joel Sherrill <joel@OARcorp.com>

	* cpu.c: Include declaration of variable i in ifdef USE_SPRG to
	eliminate warning.

2002-08-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Use .$(OBJEXT) instead of .o.

2002-07-21	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Fix oversights in previous patch.

2002-07-21	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* rtems.S: Remove.
	* Makefile.am: Reflect having removed rtems.S. Use AM_CPPFLAGS
	instead of INCLUDES (Latest automake standard).

2002-04-30	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* cpu.c: Include <rtems/powerpc/cache.h>.

2002-04-18	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* rtems/score/cpu.h: Removed.
	* Makefile.am: Reflect changes above.

2001-04-03	Joel Sherrill <joel@OARcorp.com>

	* Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
	* rtems/score/cpu.h: Account for name change.

2002-03-27	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac:
	AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
	AM_INIT_AUTOMAKE([no-define foreign 1.6]).
	* Makefile.am: Remove AUTOMAKE_OPTIONS.

2001-11-28	Joel Sherrill <joel@OARcorp.com>,

	This was tracked as PR91.
	* rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
	is used to specify if the port uses the standard macro for this (FALSE).
	A TRUE setting indicates the port provides its own implementation.
	* rtems/score/c_isr.inl: Deleted and contents merged into cpu.c.
	* cpu.c: Received contents of c_isr.inl.
	* Makefile.am: Deleted reference to c_isr.inl.

2001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* .cvsignore: Add aclocal.m4, autom4te.*, config.*, configure.

2001-11-21	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Preinstall c_isr.inl (HACK).
	* ChangeLog: New file.