source: rtems/cpukit/score/cpu/arm/ChangeLog @ 22eb2e1

4.104.114.84.95
Last change on this file since 22eb2e1 was 22eb2e1, checked in by Jay Monkman <jtm@…>, on 08/20/04 at 01:35:16

2004-08-19 Jay Monkman <jtm@…>

PR 671/bsps

  • rtems/score/cpu.h: Fixed bug in _CPU_ISR_Set_level, where input param was always ignored.
  • Property mode set to 100644
File size: 9.4 KB
Line 
12004-08-19      Jay Monkman <jtm@lopingdog.com>
2
3        PR 671/bsps
4        * rtems/score/cpu.h: Fixed bug in _CPU_ISR_Set_level, where input param
5        was always ignored.
6
72004-04-09      Joel Sherrill <joel@OARcorp.com>
8
9        * rtems/score/cpu.h: Fix typo.
10
112004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
12
13        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
14        * Makefile.am: Don't include multilib.am.
15        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
16
172004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
18
19        * Makefile.am: Install asm.h to $(includedir)/rtems.
20
212004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
22
23        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
24
252004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
26
27        * cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
28
292004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
30
31        * configure.ac: RTEMS_TOP([../../../..]).
32
332004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.ac: Move RTEMS_TOP one subdir down.
36
372004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am: Add PREINSTALL_DIRS.
40
412004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
44        Add PREINSTALL_FILES to CLEANFILES.
45
462004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac: Requires automake >= 1.8.1.
49
502004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: Include compile.am, again.
53
542004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Convert to using automake compilation rules.
57
582003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
61
622003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
65
662003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * Makefile.am: Remove TMPINSTALL_FILES.
69
702003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am: Add $(dirstamp) to preinstallation rules.
73
742003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: Add $(dirstamp) to preinstallation rules.
77
782003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Don't use gmake rules for preinstallation.
81
822003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.ac: Remove RTEMS_CANONICAL_HOST.
85
862003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac: Remove RTEMS_CHECK_CPU.
89
902003-09-26      Joel Sherrill <joel@OARcorp.com>
91
92        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
93        references.
94
952003-09-04      Joel Sherrill <joel@OARcorp.com>
96
97        * asm.h, cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
98        rtems/score/cpu_asm.h, rtems/score/types.h: URL for license changed.
99
1002003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
103
1042003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Use "all-local:" instead of "all:".
107
1082003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * configure.ac: Remove AC_CONFIG_AUX_DIR.
111
1122003-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * rtems/score/arm.h: Remove ARM_HAS_THUMB (Unused).
115
1162003-03-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * rtems/score/cpu.h: Set up CPU_*_ENDIAN based on -D__ARMEL__ and
119        -D__ARMEB__. Fix minor typo in comment.
120
1212003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * rtems/score/arm.h: Set up ARM_HAS_FPU based on -D__SOFTFP__.
124
1252002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
128        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
129
1302002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.ac: Fix package name.
133
1342002-11-04      Joel Sherrill <joel@OARcorp.com>
135
136        * cpu.c: Removed warning.
137
1382002-11-01      Joel Sherrill <joel@OARcorp.com>
139
140        * cpu.c: Removed warnings.
141
1422002-10-31      Joel Sherrill <joel@OARcorp.com>
143
144        * rtems/score/cpu.h: Removed warning.
145
1462002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
149
1502002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * .cvsignore: Reformat.
153        Add autom4te*cache.
154        Remove autom4te.cache.
155
1562002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
157
158        * rtems/score/cpu.h: Fix u16 and u32 swap routines.
159
1602002-08-05      Joel Sherrill <joel@OARcorp.com>
161
162        * rtems/score/cpu.h, rtems/score/types.h: Updated to fix some typos.
163
1642002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
165
166        * cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
167        rtems/score/cpu_asm.h, rtems/score/types.h: ARM port works
168        well enough to run all sptests, tmtests, and ttcp. 
169        In addition to general cleanup, there has been considerable
170        optimization to interrupt disable/enable, endian swapping,
171        and context switching.
172
1732002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
176
1772002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * Makefile.am: Use .$(OBJEXT) instead of .o.
180
1812002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * Makefile.am: Use . instead of .o.
184
1852002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
186
187        * rtems/score/cpu_asm.h: Enhanced to include register offsets.
188        * Makefile.am: Install rtems/score/cpu_asm.h.
189        * cpu.c: Significantly enhanced including the implementation of
190        _CPU_ISR_Get_level.
191        * cpu_asm.S: Improved behavior of context switch and interrupt
192        dispatching.
193        * rtems/score/arm.h: Improved the CPU model name determination.
194        * rtems/score/cpu.h: Improved interrupt disable/enable functions.
195
1962002-07-05      Joel Sherrill <joel@OARcorp.com>
197
198        * rtems/score/cpu.h: Filled in something that was marked XXX.
199
2002002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * configure.ac: RTEMS_TOP(../../../..).
203
2042002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * rtems.c: Remove.
207        * Makefile.am: Reflect changes above.
208
2092002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * configure.ac: Remove RTEMS_PROJECT_ROOT.
212
2132002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * configure.ac: Add RTEMS_PROG_CCAS
216
2172002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
220        Add AC_PROG_RANLIB.
221
2222002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
225        Use ../../../aclocal.
226
2272002-04-18      Jay Monkman <jtm@smoothsmoothie.com>
228
229        * rtems/score/cpu.h (CPU_ISR_Disable and CPU_ISR_Enable): Correct them
230        where they correctly inform the compiler about the register they
231        are modifying.
232
2332001-04-03      Joel Sherrill <joel@OARcorp.com>
234
235        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
236        * rtems/score/a29ktypes.h: Removed.
237        * rtems/score/types.h: New file via CVS magic.
238        * Makefile.am, rtems/score/cpu.h: Account for name change.
239
2402002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * configure.ac:
243        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
244        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
245        * Makefile.am: Remove AUTOMAKE_OPTIONS.
246
2472001-02-04      Joel Sherrill <joel@OARcorp.com>
248
249        * configure.ac: Removed references to rtems/Makefile and
250        rtems/score/Makefile.
251
2522002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * rtems/Makefile.am: Removed.
255        * rtems/score/Makefile.am: Removed.
256        * configure.ac: Reflect changes above.
257        * Makefile.am: Reflect changes above.
258
2592002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
262
2632002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
266
2672001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
270
2712001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * Makefile.am: Add multilib support.
274
2752001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * asm.h: include cpuopts.h instead of targopts.h
278        * rtems/score/arm.h: Use __arm__.
279
2802001-11-28      Joel Sherrill <joel@OARcorp.com>,
281
282        This was tracked as PR91.
283        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
284        is used to specify if the port uses the standard macro for this (FALSE).
285        A TRUE setting indicates the port provides its own implementation.
286
2872001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
290        * configure.in: Remove.
291        * configure.ac: New file, generated from configure.in by autoupdate.
292
2932001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
296        * Makefile.am: Use 'PREINSTALL_FILES ='.
297
2982001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * Makefile.am, rtems/score/Makefile.am:
301        Apply include_*HEADERS instead of H_FILES.
302
3032001-01-03      Joel Sherrill <joel@OARcorp.com>
304
305        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
306
3072000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
310
3112000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
314
3152000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
318        Switch to GNU canonicalization.
319
3202000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * Makefile.am: Include compile.am, formatting.
323        * rtems/Makefile.am: Formatting.
324        * rtems/score/Makefile.am: Formatting.
325
3262000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
327
328        * cpu.c: Spacing issues.
329        * rtems/score/cpu.h: Removed warning by setting _level.
330
3312000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
332
333        * Makefile.am: Added S_O_FILES to list of objects.
334
3352000-08-10      Joel Sherrill <joel@OARcorp.com>
336
337        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.