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

4.104.114.84.95
Last change on this file since 60f6375c was 60f6375c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/28/05 at 15:53:18

2004-01-28 Ralf Corsepius <ralf.corsepiu@…>

  • asm.h, rtems/score/arm.h, rtems/score/cpu.h, rtems/score/cpu_asm.h, rtems/score/types.h: New header guards.
  • Property mode set to 100644
File size: 10.6 KB
Line 
12004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
2
3        * asm.h, rtems/score/arm.h, rtems/score/cpu.h,
4        rtems/score/cpu_asm.h, rtems/score/types.h: New header guards.
5
62005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
7
8        * rtems/score/types.h: Remove signed8, signed16, signed32,
9        unsigned8, unsigned16, unsigned32.
10
112005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
12
13        * rtems/score/cpu.h: *_swap_u32( uint32_t ).
14
152005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
16
17        * rtems/score/types.h: #include <rtems/stdint.h>.
18
192005-01-07      Ralf Corsepius <ralf.corsepius@freenet.de>
20
21        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
22
232005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
24
25        * Makefile.am: Remove build-variant support.
26
272004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
28
29        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
30        guard.
31
322004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
33
34        * asm.h: Add doxygen preamble.
35
362004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
37
38        * rtems/score/arm.h: Add doxygen preamble.
39        * rtems/score/cpu.h: Add doxygen preamble.
40        * rtems/score/cpu_asm.h: Add doxygen preamble.
41        * rtems/score/types.h: Add doxygen preamble.
42
432004-09-29      Joel Sherrill <joel@OARcorp.com>
44
45        * rtems/score/cpu.h: i960 obsoleted and all references removed.
46
472004-08-19      Jay Monkman <jtm@lopingdog.com>
48
49        PR 671/bsps
50        * rtems/score/cpu.h: Fixed bug in _CPU_ISR_Set_level, where input param
51        was always ignored.
52
532004-04-09      Joel Sherrill <joel@OARcorp.com>
54
55        * rtems/score/cpu.h: Fix typo.
56
572004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
58
59        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
60        * Makefile.am: Don't include multilib.am.
61        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
62
632004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
64
65        * Makefile.am: Install asm.h to $(includedir)/rtems.
66
672004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
68
69        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
70
712004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
72
73        * cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
74
752004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
76
77        * configure.ac: RTEMS_TOP([../../../..]).
78
792004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * configure.ac: Move RTEMS_TOP one subdir down.
82
832004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: Add PREINSTALL_DIRS.
86
872004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
90        Add PREINSTALL_FILES to CLEANFILES.
91
922004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * configure.ac: Requires automake >= 1.8.1.
95
962004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: Include compile.am, again.
99
1002004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am: Convert to using automake compilation rules.
103
1042003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
107
1082003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
111
1122003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Remove TMPINSTALL_FILES.
115
1162003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Add $(dirstamp) to preinstallation rules.
119
1202003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Add $(dirstamp) to preinstallation rules.
123
1242003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * Makefile.am: Don't use gmake rules for preinstallation.
127
1282003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.ac: Remove RTEMS_CANONICAL_HOST.
131
1322003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * configure.ac: Remove RTEMS_CHECK_CPU.
135
1362003-09-26      Joel Sherrill <joel@OARcorp.com>
137
138        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
139        references.
140
1412003-09-04      Joel Sherrill <joel@OARcorp.com>
142
143        * asm.h, cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
144        rtems/score/cpu_asm.h, rtems/score/types.h: URL for license changed.
145
1462003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
149
1502003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: Use "all-local:" instead of "all:".
153
1542003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: Remove AC_CONFIG_AUX_DIR.
157
1582003-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * rtems/score/arm.h: Remove ARM_HAS_THUMB (Unused).
161
1622003-03-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * rtems/score/cpu.h: Set up CPU_*_ENDIAN based on -D__ARMEL__ and
165        -D__ARMEB__. Fix minor typo in comment.
166
1672003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * rtems/score/arm.h: Set up ARM_HAS_FPU based on -D__SOFTFP__.
170
1712002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
174        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
175
1762002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * configure.ac: Fix package name.
179
1802002-11-04      Joel Sherrill <joel@OARcorp.com>
181
182        * cpu.c: Removed warning.
183
1842002-11-01      Joel Sherrill <joel@OARcorp.com>
185
186        * cpu.c: Removed warnings.
187
1882002-10-31      Joel Sherrill <joel@OARcorp.com>
189
190        * rtems/score/cpu.h: Removed warning.
191
1922002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
195
1962002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * .cvsignore: Reformat.
199        Add autom4te*cache.
200        Remove autom4te.cache.
201
2022002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
203
204        * rtems/score/cpu.h: Fix u16 and u32 swap routines.
205
2062002-08-05      Joel Sherrill <joel@OARcorp.com>
207
208        * rtems/score/cpu.h, rtems/score/types.h: Updated to fix some typos.
209
2102002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
211
212        * cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
213        rtems/score/cpu_asm.h, rtems/score/types.h: ARM port works
214        well enough to run all sptests, tmtests, and ttcp. 
215        In addition to general cleanup, there has been considerable
216        optimization to interrupt disable/enable, endian swapping,
217        and context switching.
218
2192002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
222
2232002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * Makefile.am: Use .$(OBJEXT) instead of .o.
226
2272002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * Makefile.am: Use . instead of .o.
230
2312002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
232
233        * rtems/score/cpu_asm.h: Enhanced to include register offsets.
234        * Makefile.am: Install rtems/score/cpu_asm.h.
235        * cpu.c: Significantly enhanced including the implementation of
236        _CPU_ISR_Get_level.
237        * cpu_asm.S: Improved behavior of context switch and interrupt
238        dispatching.
239        * rtems/score/arm.h: Improved the CPU model name determination.
240        * rtems/score/cpu.h: Improved interrupt disable/enable functions.
241
2422002-07-05      Joel Sherrill <joel@OARcorp.com>
243
244        * rtems/score/cpu.h: Filled in something that was marked XXX.
245
2462002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * configure.ac: RTEMS_TOP(../../../..).
249
2502002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * rtems.c: Remove.
253        * Makefile.am: Reflect changes above.
254
2552002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * configure.ac: Remove RTEMS_PROJECT_ROOT.
258
2592002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * configure.ac: Add RTEMS_PROG_CCAS
262
2632002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
266        Add AC_PROG_RANLIB.
267
2682002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
271        Use ../../../aclocal.
272
2732002-04-18      Jay Monkman <jtm@smoothsmoothie.com>
274
275        * rtems/score/cpu.h (CPU_ISR_Disable and CPU_ISR_Enable): Correct them
276        where they correctly inform the compiler about the register they
277        are modifying.
278
2792001-04-03      Joel Sherrill <joel@OARcorp.com>
280
281        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
282        * rtems/score/a29ktypes.h: Removed.
283        * rtems/score/types.h: New file via CVS magic.
284        * Makefile.am, rtems/score/cpu.h: Account for name change.
285
2862002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * configure.ac:
289        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
290        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
291        * Makefile.am: Remove AUTOMAKE_OPTIONS.
292
2932001-02-04      Joel Sherrill <joel@OARcorp.com>
294
295        * configure.ac: Removed references to rtems/Makefile and
296        rtems/score/Makefile.
297
2982002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * rtems/Makefile.am: Removed.
301        * rtems/score/Makefile.am: Removed.
302        * configure.ac: Reflect changes above.
303        * Makefile.am: Reflect changes above.
304
3052002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
308
3092002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
312
3132001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
316
3172001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * Makefile.am: Add multilib support.
320
3212001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * asm.h: include cpuopts.h instead of targopts.h
324        * rtems/score/arm.h: Use __arm__.
325
3262001-11-28      Joel Sherrill <joel@OARcorp.com>,
327
328        This was tracked as PR91.
329        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
330        is used to specify if the port uses the standard macro for this (FALSE).
331        A TRUE setting indicates the port provides its own implementation.
332
3332001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
336        * configure.in: Remove.
337        * configure.ac: New file, generated from configure.in by autoupdate.
338
3392001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
342        * Makefile.am: Use 'PREINSTALL_FILES ='.
343
3442001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * Makefile.am, rtems/score/Makefile.am:
347        Apply include_*HEADERS instead of H_FILES.
348
3492001-01-03      Joel Sherrill <joel@OARcorp.com>
350
351        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
352
3532000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
356
3572000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
360
3612000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
364        Switch to GNU canonicalization.
365
3662000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * Makefile.am: Include compile.am, formatting.
369        * rtems/Makefile.am: Formatting.
370        * rtems/score/Makefile.am: Formatting.
371
3722000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
373
374        * cpu.c: Spacing issues.
375        * rtems/score/cpu.h: Removed warning by setting _level.
376
3772000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
378
379        * Makefile.am: Added S_O_FILES to list of objects.
380
3812000-08-10      Joel Sherrill <joel@OARcorp.com>
382
383        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.