source: rtems/cpukit/score/cpu/arm/ChangeLog @ 3d1de20

4.104.114.84.95
Last change on this file since 3d1de20 was 3d1de20, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/19/04 at 07:29:05

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

  • Makefile.am: Add PREINSTALL_DIRS.
  • Property mode set to 100644
File size: 8.4 KB
Line 
12004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Add PREINSTALL_DIRS.
4
52004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
8        Add PREINSTALL_FILES to CLEANFILES.
9
102004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Requires automake >= 1.8.1.
13
142004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Include compile.am, again.
17
182004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * Makefile.am: Convert to using automake compilation rules.
21
222003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
25
262003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
29
302003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Remove TMPINSTALL_FILES.
33
342003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Add $(dirstamp) to preinstallation rules.
37
382003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * Makefile.am: Add $(dirstamp) to preinstallation rules.
41
422003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * Makefile.am: Don't use gmake rules for preinstallation.
45
462003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac: Remove RTEMS_CANONICAL_HOST.
49
502003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * configure.ac: Remove RTEMS_CHECK_CPU.
53
542003-09-26      Joel Sherrill <joel@OARcorp.com>
55
56        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
57        references.
58
592003-09-04      Joel Sherrill <joel@OARcorp.com>
60
61        * asm.h, cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
62        rtems/score/cpu_asm.h, rtems/score/types.h: URL for license changed.
63
642003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
67
682003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * Makefile.am: Use "all-local:" instead of "all:".
71
722003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac: Remove AC_CONFIG_AUX_DIR.
75
762003-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * rtems/score/arm.h: Remove ARM_HAS_THUMB (Unused).
79
802003-03-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * rtems/score/cpu.h: Set up CPU_*_ENDIAN based on -D__ARMEL__ and
83        -D__ARMEB__. Fix minor typo in comment.
84
852003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * rtems/score/arm.h: Set up ARM_HAS_FPU based on -D__SOFTFP__.
88
892002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
92        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
93
942002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.ac: Fix package name.
97
982002-11-04      Joel Sherrill <joel@OARcorp.com>
99
100        * cpu.c: Removed warning.
101
1022002-11-01      Joel Sherrill <joel@OARcorp.com>
103
104        * cpu.c: Removed warnings.
105
1062002-10-31      Joel Sherrill <joel@OARcorp.com>
107
108        * rtems/score/cpu.h: Removed warning.
109
1102002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
113
1142002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * .cvsignore: Reformat.
117        Add autom4te*cache.
118        Remove autom4te.cache.
119
1202002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
121
122        * rtems/score/cpu.h: Fix u16 and u32 swap routines.
123
1242002-08-05      Joel Sherrill <joel@OARcorp.com>
125
126        * rtems/score/cpu.h, rtems/score/types.h: Updated to fix some typos.
127
1282002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
129
130        * cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
131        rtems/score/cpu_asm.h, rtems/score/types.h: ARM port works
132        well enough to run all sptests, tmtests, and ttcp. 
133        In addition to general cleanup, there has been considerable
134        optimization to interrupt disable/enable, endian swapping,
135        and context switching.
136
1372002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
140
1412002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * Makefile.am: Use .$(OBJEXT) instead of .o.
144
1452002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Makefile.am: Use . instead of .o.
148
1492002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
150
151        * rtems/score/cpu_asm.h: Enhanced to include register offsets.
152        * Makefile.am: Install rtems/score/cpu_asm.h.
153        * cpu.c: Significantly enhanced including the implementation of
154        _CPU_ISR_Get_level.
155        * cpu_asm.S: Improved behavior of context switch and interrupt
156        dispatching.
157        * rtems/score/arm.h: Improved the CPU model name determination.
158        * rtems/score/cpu.h: Improved interrupt disable/enable functions.
159
1602002-07-05      Joel Sherrill <joel@OARcorp.com>
161
162        * rtems/score/cpu.h: Filled in something that was marked XXX.
163
1642002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.ac: RTEMS_TOP(../../../..).
167
1682002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * rtems.c: Remove.
171        * Makefile.am: Reflect changes above.
172
1732002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * configure.ac: Remove RTEMS_PROJECT_ROOT.
176
1772002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * configure.ac: Add RTEMS_PROG_CCAS
180
1812002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
184        Add AC_PROG_RANLIB.
185
1862002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
189        Use ../../../aclocal.
190
1912002-04-18      Jay Monkman <jtm@smoothsmoothie.com>
192
193        * rtems/score/cpu.h (CPU_ISR_Disable and CPU_ISR_Enable): Correct them
194        where they correctly inform the compiler about the register they
195        are modifying.
196
1972001-04-03      Joel Sherrill <joel@OARcorp.com>
198
199        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
200        * rtems/score/a29ktypes.h: Removed.
201        * rtems/score/types.h: New file via CVS magic.
202        * Makefile.am, rtems/score/cpu.h: Account for name change.
203
2042002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * configure.ac:
207        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
208        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
209        * Makefile.am: Remove AUTOMAKE_OPTIONS.
210
2112001-02-04      Joel Sherrill <joel@OARcorp.com>
212
213        * configure.ac: Removed references to rtems/Makefile and
214        rtems/score/Makefile.
215
2162002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * rtems/Makefile.am: Removed.
219        * rtems/score/Makefile.am: Removed.
220        * configure.ac: Reflect changes above.
221        * Makefile.am: Reflect changes above.
222
2232002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
226
2272002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
230
2312001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
234
2352001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * Makefile.am: Add multilib support.
238
2392001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * asm.h: include cpuopts.h instead of targopts.h
242        * rtems/score/arm.h: Use __arm__.
243
2442001-11-28      Joel Sherrill <joel@OARcorp.com>,
245
246        This was tracked as PR91.
247        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
248        is used to specify if the port uses the standard macro for this (FALSE).
249        A TRUE setting indicates the port provides its own implementation.
250
2512001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
254        * configure.in: Remove.
255        * configure.ac: New file, generated from configure.in by autoupdate.
256
2572001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
260        * Makefile.am: Use 'PREINSTALL_FILES ='.
261
2622001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * Makefile.am, rtems/score/Makefile.am:
265        Apply include_*HEADERS instead of H_FILES.
266
2672001-01-03      Joel Sherrill <joel@OARcorp.com>
268
269        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
270
2712000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
274
2752000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
278
2792000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
282        Switch to GNU canonicalization.
283
2842000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * Makefile.am: Include compile.am, formatting.
287        * rtems/Makefile.am: Formatting.
288        * rtems/score/Makefile.am: Formatting.
289
2902000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
291
292        * cpu.c: Spacing issues.
293        * rtems/score/cpu.h: Removed warning by setting _level.
294
2952000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
296
297        * Makefile.am: Added S_O_FILES to list of objects.
298
2992000-08-10      Joel Sherrill <joel@OARcorp.com>
300
301        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.