source: rtems/cpukit/score/cpu/arm/ChangeLog @ 36e48b1

4.104.114.84.95
Last change on this file since 36e48b1 was 36e48b1, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/12/04 at 07:18:55

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

  • configure.ac: Requires automake >= 1.8.1.
  • Property mode set to 100644
File size: 8.2 KB
Line 
12004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Requires automake >= 1.8.1.
4
52004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Include compile.am, again.
8
92004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Convert to using automake compilation rules.
12
132003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
16
172003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
20
212003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * Makefile.am: Remove TMPINSTALL_FILES.
24
252003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * Makefile.am: Add $(dirstamp) to preinstallation rules.
28
292003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * Makefile.am: Add $(dirstamp) to preinstallation rules.
32
332003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * Makefile.am: Don't use gmake rules for preinstallation.
36
372003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac: Remove RTEMS_CANONICAL_HOST.
40
412003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: Remove RTEMS_CHECK_CPU.
44
452003-09-26      Joel Sherrill <joel@OARcorp.com>
46
47        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
48        references.
49
502003-09-04      Joel Sherrill <joel@OARcorp.com>
51
52        * asm.h, cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
53        rtems/score/cpu_asm.h, rtems/score/types.h: URL for license changed.
54
552003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
58
592003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * Makefile.am: Use "all-local:" instead of "all:".
62
632003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.ac: Remove AC_CONFIG_AUX_DIR.
66
672003-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * rtems/score/arm.h: Remove ARM_HAS_THUMB (Unused).
70
712003-03-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * rtems/score/cpu.h: Set up CPU_*_ENDIAN based on -D__ARMEL__ and
74        -D__ARMEB__. Fix minor typo in comment.
75
762003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * rtems/score/arm.h: Set up ARM_HAS_FPU based on -D__SOFTFP__.
79
802002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
83        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
84
852002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * configure.ac: Fix package name.
88
892002-11-04      Joel Sherrill <joel@OARcorp.com>
90
91        * cpu.c: Removed warning.
92
932002-11-01      Joel Sherrill <joel@OARcorp.com>
94
95        * cpu.c: Removed warnings.
96
972002-10-31      Joel Sherrill <joel@OARcorp.com>
98
99        * rtems/score/cpu.h: Removed warning.
100
1012002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
104
1052002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * .cvsignore: Reformat.
108        Add autom4te*cache.
109        Remove autom4te.cache.
110
1112002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
112
113        * rtems/score/cpu.h: Fix u16 and u32 swap routines.
114
1152002-08-05      Joel Sherrill <joel@OARcorp.com>
116
117        * rtems/score/cpu.h, rtems/score/types.h: Updated to fix some typos.
118
1192002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
120
121        * cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
122        rtems/score/cpu_asm.h, rtems/score/types.h: ARM port works
123        well enough to run all sptests, tmtests, and ttcp. 
124        In addition to general cleanup, there has been considerable
125        optimization to interrupt disable/enable, endian swapping,
126        and context switching.
127
1282002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
131
1322002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * Makefile.am: Use .$(OBJEXT) instead of .o.
135
1362002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * Makefile.am: Use . instead of .o.
139
1402002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
141
142        * rtems/score/cpu_asm.h: Enhanced to include register offsets.
143        * Makefile.am: Install rtems/score/cpu_asm.h.
144        * cpu.c: Significantly enhanced including the implementation of
145        _CPU_ISR_Get_level.
146        * cpu_asm.S: Improved behavior of context switch and interrupt
147        dispatching.
148        * rtems/score/arm.h: Improved the CPU model name determination.
149        * rtems/score/cpu.h: Improved interrupt disable/enable functions.
150
1512002-07-05      Joel Sherrill <joel@OARcorp.com>
152
153        * rtems/score/cpu.h: Filled in something that was marked XXX.
154
1552002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * configure.ac: RTEMS_TOP(../../../..).
158
1592002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * rtems.c: Remove.
162        * Makefile.am: Reflect changes above.
163
1642002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.ac: Remove RTEMS_PROJECT_ROOT.
167
1682002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * configure.ac: Add RTEMS_PROG_CCAS
171
1722002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
175        Add AC_PROG_RANLIB.
176
1772002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
180        Use ../../../aclocal.
181
1822002-04-18      Jay Monkman <jtm@smoothsmoothie.com>
183
184        * rtems/score/cpu.h (CPU_ISR_Disable and CPU_ISR_Enable): Correct them
185        where they correctly inform the compiler about the register they
186        are modifying.
187
1882001-04-03      Joel Sherrill <joel@OARcorp.com>
189
190        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
191        * rtems/score/a29ktypes.h: Removed.
192        * rtems/score/types.h: New file via CVS magic.
193        * Makefile.am, rtems/score/cpu.h: Account for name change.
194
1952002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * configure.ac:
198        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
199        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
200        * Makefile.am: Remove AUTOMAKE_OPTIONS.
201
2022001-02-04      Joel Sherrill <joel@OARcorp.com>
203
204        * configure.ac: Removed references to rtems/Makefile and
205        rtems/score/Makefile.
206
2072002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * rtems/Makefile.am: Removed.
210        * rtems/score/Makefile.am: Removed.
211        * configure.ac: Reflect changes above.
212        * Makefile.am: Reflect changes above.
213
2142002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
217
2182002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
221
2222001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
225
2262001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * Makefile.am: Add multilib support.
229
2302001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * asm.h: include cpuopts.h instead of targopts.h
233        * rtems/score/arm.h: Use __arm__.
234
2352001-11-28      Joel Sherrill <joel@OARcorp.com>,
236
237        This was tracked as PR91.
238        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
239        is used to specify if the port uses the standard macro for this (FALSE).
240        A TRUE setting indicates the port provides its own implementation.
241
2422001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
245        * configure.in: Remove.
246        * configure.ac: New file, generated from configure.in by autoupdate.
247
2482001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
251        * Makefile.am: Use 'PREINSTALL_FILES ='.
252
2532001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * Makefile.am, rtems/score/Makefile.am:
256        Apply include_*HEADERS instead of H_FILES.
257
2582001-01-03      Joel Sherrill <joel@OARcorp.com>
259
260        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
261
2622000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
265
2662000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
269
2702000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
273        Switch to GNU canonicalization.
274
2752000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * Makefile.am: Include compile.am, formatting.
278        * rtems/Makefile.am: Formatting.
279        * rtems/score/Makefile.am: Formatting.
280
2812000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
282
283        * cpu.c: Spacing issues.
284        * rtems/score/cpu.h: Removed warning by setting _level.
285
2862000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
287
288        * Makefile.am: Added S_O_FILES to list of objects.
289
2902000-08-10      Joel Sherrill <joel@OARcorp.com>
291
292        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.