source: rtems/cpukit/score/cpu/arm/ChangeLog @ 60f7da2

4.104.114.84.95
Last change on this file since 60f7da2 was 60f7da2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/01/03 at 04:38:56

2003-12-01 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Remove TMPINSTALL_FILES.
  • Property mode set to 100644
File size: 7.6 KB
Line 
12003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Remove TMPINSTALL_FILES.
4
52003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Add $(dirstamp) to preinstallation rules.
8
92003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Add $(dirstamp) to preinstallation rules.
12
132003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * Makefile.am: Don't use gmake rules for preinstallation.
16
172003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * configure.ac: Remove RTEMS_CANONICAL_HOST.
20
212003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.ac: Remove RTEMS_CHECK_CPU.
24
252003-09-26      Joel Sherrill <joel@OARcorp.com>
26
27        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
28        references.
29
302003-09-04      Joel Sherrill <joel@OARcorp.com>
31
32        * asm.h, cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
33        rtems/score/cpu_asm.h, rtems/score/types.h: URL for license changed.
34
352003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
38
392003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Use "all-local:" instead of "all:".
42
432003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * configure.ac: Remove AC_CONFIG_AUX_DIR.
46
472003-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * rtems/score/arm.h: Remove ARM_HAS_THUMB (Unused).
50
512003-03-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * rtems/score/cpu.h: Set up CPU_*_ENDIAN based on -D__ARMEL__ and
54        -D__ARMEB__. Fix minor typo in comment.
55
562003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * rtems/score/arm.h: Set up ARM_HAS_FPU based on -D__SOFTFP__.
59
602002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
63        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
64
652002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac: Fix package name.
68
692002-11-04      Joel Sherrill <joel@OARcorp.com>
70
71        * cpu.c: Removed warning.
72
732002-11-01      Joel Sherrill <joel@OARcorp.com>
74
75        * cpu.c: Removed warnings.
76
772002-10-31      Joel Sherrill <joel@OARcorp.com>
78
79        * rtems/score/cpu.h: Removed warning.
80
812002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
84
852002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * .cvsignore: Reformat.
88        Add autom4te*cache.
89        Remove autom4te.cache.
90
912002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
92
93        * rtems/score/cpu.h: Fix u16 and u32 swap routines.
94
952002-08-05      Joel Sherrill <joel@OARcorp.com>
96
97        * rtems/score/cpu.h, rtems/score/types.h: Updated to fix some typos.
98
992002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
100
101        * cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
102        rtems/score/cpu_asm.h, rtems/score/types.h: ARM port works
103        well enough to run all sptests, tmtests, and ttcp. 
104        In addition to general cleanup, there has been considerable
105        optimization to interrupt disable/enable, endian swapping,
106        and context switching.
107
1082002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
111
1122002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Use .$(OBJEXT) instead of .o.
115
1162002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Use . instead of .o.
119
1202002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
121
122        * rtems/score/cpu_asm.h: Enhanced to include register offsets.
123        * Makefile.am: Install rtems/score/cpu_asm.h.
124        * cpu.c: Significantly enhanced including the implementation of
125        _CPU_ISR_Get_level.
126        * cpu_asm.S: Improved behavior of context switch and interrupt
127        dispatching.
128        * rtems/score/arm.h: Improved the CPU model name determination.
129        * rtems/score/cpu.h: Improved interrupt disable/enable functions.
130
1312002-07-05      Joel Sherrill <joel@OARcorp.com>
132
133        * rtems/score/cpu.h: Filled in something that was marked XXX.
134
1352002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.ac: RTEMS_TOP(../../../..).
138
1392002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * rtems.c: Remove.
142        * Makefile.am: Reflect changes above.
143
1442002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * configure.ac: Remove RTEMS_PROJECT_ROOT.
147
1482002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.ac: Add RTEMS_PROG_CCAS
151
1522002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
155        Add AC_PROG_RANLIB.
156
1572002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
160        Use ../../../aclocal.
161
1622002-04-18      Jay Monkman <jtm@smoothsmoothie.com>
163
164        * rtems/score/cpu.h (CPU_ISR_Disable and CPU_ISR_Enable): Correct them
165        where they correctly inform the compiler about the register they
166        are modifying.
167
1682001-04-03      Joel Sherrill <joel@OARcorp.com>
169
170        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
171        * rtems/score/a29ktypes.h: Removed.
172        * rtems/score/types.h: New file via CVS magic.
173        * Makefile.am, rtems/score/cpu.h: Account for name change.
174
1752002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.ac:
178        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
179        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
180        * Makefile.am: Remove AUTOMAKE_OPTIONS.
181
1822001-02-04      Joel Sherrill <joel@OARcorp.com>
183
184        * configure.ac: Removed references to rtems/Makefile and
185        rtems/score/Makefile.
186
1872002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * rtems/Makefile.am: Removed.
190        * rtems/score/Makefile.am: Removed.
191        * configure.ac: Reflect changes above.
192        * Makefile.am: Reflect changes above.
193
1942002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
197
1982002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
201
2022001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
205
2062001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * Makefile.am: Add multilib support.
209
2102001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * asm.h: include cpuopts.h instead of targopts.h
213        * rtems/score/arm.h: Use __arm__.
214
2152001-11-28      Joel Sherrill <joel@OARcorp.com>,
216
217        This was tracked as PR91.
218        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
219        is used to specify if the port uses the standard macro for this (FALSE).
220        A TRUE setting indicates the port provides its own implementation.
221
2222001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
225        * configure.in: Remove.
226        * configure.ac: New file, generated from configure.in by autoupdate.
227
2282001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
231        * Makefile.am: Use 'PREINSTALL_FILES ='.
232
2332001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * Makefile.am, rtems/score/Makefile.am:
236        Apply include_*HEADERS instead of H_FILES.
237
2382001-01-03      Joel Sherrill <joel@OARcorp.com>
239
240        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
241
2422000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
245
2462000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
249
2502000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
253        Switch to GNU canonicalization.
254
2552000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * Makefile.am: Include compile.am, formatting.
258        * rtems/Makefile.am: Formatting.
259        * rtems/score/Makefile.am: Formatting.
260
2612000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
262
263        * cpu.c: Spacing issues.
264        * rtems/score/cpu.h: Removed warning by setting _level.
265
2662000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
267
268        * Makefile.am: Added S_O_FILES to list of objects.
269
2702000-08-10      Joel Sherrill <joel@OARcorp.com>
271
272        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.