source: rtems/cpukit/score/cpu/arm/ChangeLog @ 609b924

4.104.114.84.95
Last change on this file since 609b924 was 609b924, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/24/05 at 16:10:39

2005-01-24 Ralf Corsepius <ralf.corsepius@…>

  • rtems/score/types.h: Remove signed8, signed16, signed32, unsigned8, unsigned16, unsigned32.
  • Property mode set to 100644
File size: 10.5 KB
Line 
12005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * rtems/score/types.h: Remove signed8, signed16, signed32,
4        unsigned8, unsigned16, unsigned32.
5
62005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
7
8        * rtems/score/cpu.h: *_swap_u32( uint32_t ).
9
102005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
11
12        * rtems/score/types.h: #include <rtems/stdint.h>.
13
142005-01-07      Ralf Corsepius <ralf.corsepius@freenet.de>
15
16        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
17
182005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
19
20        * Makefile.am: Remove build-variant support.
21
222004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
23
24        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
25        guard.
26
272004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
28
29        * asm.h: Add doxygen preamble.
30
312004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
32
33        * rtems/score/arm.h: Add doxygen preamble.
34        * rtems/score/cpu.h: Add doxygen preamble.
35        * rtems/score/cpu_asm.h: Add doxygen preamble.
36        * rtems/score/types.h: Add doxygen preamble.
37
382004-09-29      Joel Sherrill <joel@OARcorp.com>
39
40        * rtems/score/cpu.h: i960 obsoleted and all references removed.
41
422004-08-19      Jay Monkman <jtm@lopingdog.com>
43
44        PR 671/bsps
45        * rtems/score/cpu.h: Fixed bug in _CPU_ISR_Set_level, where input param
46        was always ignored.
47
482004-04-09      Joel Sherrill <joel@OARcorp.com>
49
50        * rtems/score/cpu.h: Fix typo.
51
522004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
53
54        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
55        * Makefile.am: Don't include multilib.am.
56        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
57
582004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
59
60        * Makefile.am: Install asm.h to $(includedir)/rtems.
61
622004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
63
64        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
65
662004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
67
68        * cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
69
702004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
71
72        * configure.ac: RTEMS_TOP([../../../..]).
73
742004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Move RTEMS_TOP one subdir down.
77
782004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Add PREINSTALL_DIRS.
81
822004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
85        Add PREINSTALL_FILES to CLEANFILES.
86
872004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.ac: Requires automake >= 1.8.1.
90
912004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am: Include compile.am, again.
94
952004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Convert to using automake compilation rules.
98
992003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
102
1032003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
106
1072003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Remove TMPINSTALL_FILES.
110
1112003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Add $(dirstamp) to preinstallation rules.
114
1152003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * Makefile.am: Add $(dirstamp) to preinstallation rules.
118
1192003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Don't use gmake rules for preinstallation.
122
1232003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * configure.ac: Remove RTEMS_CANONICAL_HOST.
126
1272003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.ac: Remove RTEMS_CHECK_CPU.
130
1312003-09-26      Joel Sherrill <joel@OARcorp.com>
132
133        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
134        references.
135
1362003-09-04      Joel Sherrill <joel@OARcorp.com>
137
138        * asm.h, cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
139        rtems/score/cpu_asm.h, rtems/score/types.h: URL for license changed.
140
1412003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
144
1452003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Makefile.am: Use "all-local:" instead of "all:".
148
1492003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.ac: Remove AC_CONFIG_AUX_DIR.
152
1532003-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * rtems/score/arm.h: Remove ARM_HAS_THUMB (Unused).
156
1572003-03-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * rtems/score/cpu.h: Set up CPU_*_ENDIAN based on -D__ARMEL__ and
160        -D__ARMEB__. Fix minor typo in comment.
161
1622003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * rtems/score/arm.h: Set up ARM_HAS_FPU based on -D__SOFTFP__.
165
1662002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
169        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
170
1712002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * configure.ac: Fix package name.
174
1752002-11-04      Joel Sherrill <joel@OARcorp.com>
176
177        * cpu.c: Removed warning.
178
1792002-11-01      Joel Sherrill <joel@OARcorp.com>
180
181        * cpu.c: Removed warnings.
182
1832002-10-31      Joel Sherrill <joel@OARcorp.com>
184
185        * rtems/score/cpu.h: Removed warning.
186
1872002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
190
1912002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * .cvsignore: Reformat.
194        Add autom4te*cache.
195        Remove autom4te.cache.
196
1972002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
198
199        * rtems/score/cpu.h: Fix u16 and u32 swap routines.
200
2012002-08-05      Joel Sherrill <joel@OARcorp.com>
202
203        * rtems/score/cpu.h, rtems/score/types.h: Updated to fix some typos.
204
2052002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
206
207        * cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
208        rtems/score/cpu_asm.h, rtems/score/types.h: ARM port works
209        well enough to run all sptests, tmtests, and ttcp. 
210        In addition to general cleanup, there has been considerable
211        optimization to interrupt disable/enable, endian swapping,
212        and context switching.
213
2142002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
217
2182002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * Makefile.am: Use .$(OBJEXT) instead of .o.
221
2222002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * Makefile.am: Use . instead of .o.
225
2262002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
227
228        * rtems/score/cpu_asm.h: Enhanced to include register offsets.
229        * Makefile.am: Install rtems/score/cpu_asm.h.
230        * cpu.c: Significantly enhanced including the implementation of
231        _CPU_ISR_Get_level.
232        * cpu_asm.S: Improved behavior of context switch and interrupt
233        dispatching.
234        * rtems/score/arm.h: Improved the CPU model name determination.
235        * rtems/score/cpu.h: Improved interrupt disable/enable functions.
236
2372002-07-05      Joel Sherrill <joel@OARcorp.com>
238
239        * rtems/score/cpu.h: Filled in something that was marked XXX.
240
2412002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * configure.ac: RTEMS_TOP(../../../..).
244
2452002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * rtems.c: Remove.
248        * Makefile.am: Reflect changes above.
249
2502002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * configure.ac: Remove RTEMS_PROJECT_ROOT.
253
2542002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * configure.ac: Add RTEMS_PROG_CCAS
257
2582002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
261        Add AC_PROG_RANLIB.
262
2632002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
266        Use ../../../aclocal.
267
2682002-04-18      Jay Monkman <jtm@smoothsmoothie.com>
269
270        * rtems/score/cpu.h (CPU_ISR_Disable and CPU_ISR_Enable): Correct them
271        where they correctly inform the compiler about the register they
272        are modifying.
273
2742001-04-03      Joel Sherrill <joel@OARcorp.com>
275
276        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
277        * rtems/score/a29ktypes.h: Removed.
278        * rtems/score/types.h: New file via CVS magic.
279        * Makefile.am, rtems/score/cpu.h: Account for name change.
280
2812002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * configure.ac:
284        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
285        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
286        * Makefile.am: Remove AUTOMAKE_OPTIONS.
287
2882001-02-04      Joel Sherrill <joel@OARcorp.com>
289
290        * configure.ac: Removed references to rtems/Makefile and
291        rtems/score/Makefile.
292
2932002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * rtems/Makefile.am: Removed.
296        * rtems/score/Makefile.am: Removed.
297        * configure.ac: Reflect changes above.
298        * Makefile.am: Reflect changes above.
299
3002002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
303
3042002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
307
3082001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
311
3122001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * Makefile.am: Add multilib support.
315
3162001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * asm.h: include cpuopts.h instead of targopts.h
319        * rtems/score/arm.h: Use __arm__.
320
3212001-11-28      Joel Sherrill <joel@OARcorp.com>,
322
323        This was tracked as PR91.
324        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
325        is used to specify if the port uses the standard macro for this (FALSE).
326        A TRUE setting indicates the port provides its own implementation.
327
3282001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
331        * configure.in: Remove.
332        * configure.ac: New file, generated from configure.in by autoupdate.
333
3342001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
337        * Makefile.am: Use 'PREINSTALL_FILES ='.
338
3392001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * Makefile.am, rtems/score/Makefile.am:
342        Apply include_*HEADERS instead of H_FILES.
343
3442001-01-03      Joel Sherrill <joel@OARcorp.com>
345
346        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
347
3482000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
351
3522000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
355
3562000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
359        Switch to GNU canonicalization.
360
3612000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * Makefile.am: Include compile.am, formatting.
364        * rtems/Makefile.am: Formatting.
365        * rtems/score/Makefile.am: Formatting.
366
3672000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
368
369        * cpu.c: Spacing issues.
370        * rtems/score/cpu.h: Removed warning by setting _level.
371
3722000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
373
374        * Makefile.am: Added S_O_FILES to list of objects.
375
3762000-08-10      Joel Sherrill <joel@OARcorp.com>
377
378        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.