source: rtems/cpukit/score/cpu/arm/ChangeLog @ 7ea55607

4.104.114.84.95
Last change on this file since 7ea55607 was 7ea55607, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/21/04 at 16:05:27

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

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