source: rtems/cpukit/score/cpu/arm/ChangeLog @ ee29de05

4.104.114.95
Last change on this file since ee29de05 was ee29de05, checked in by Joel Sherrill <joel.sherrill@…>, on 12/04/07 at 22:19:10

2007-12-04 Joel Sherrill <joel.sherrill@…>

  • cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU Table to Configuration Table. Eliminate CPU Table from all ports. Delete references to CPU Table in all forms.
  • Property mode set to 100644
File size: 13.6 KB
Line 
12007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU
4        Table to Configuration Table. Eliminate CPU Table from all ports.
5        Delete references to CPU Table in all forms.
6
72007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        * rtems/score/cpu.h: Moved most of the remaining CPU Table fields to
10        the Configuration Table. This included pretasking_hook,
11        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
12        extra_mpci_receive_server_stack, stack_allocate_hook, and
13        stack_free_hook. As a side-effect of this effort some multiprocessing
14        code was made conditional and some style clean up occurred.
15
162007-11-27      Joel Sherrill <joel.sherrill@OARcorp.com>
17
18        * rtems/score/cpu.h: Do not inline _Thread_Enable_dispatch for Thumb to
19        save space.
20
212007-11-26      Ray Xu <rayx.cn@gmail.com>
22
23        * cpu.c, score/cpu.h: Fix headers. Remove extra inline definition.
24        * cpu_asm.S: Note origin of Thumb support.
25
262007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
27
28        * cpu.c: Fix headers.
29
302007-11-03      Ray Xu <rayx.cn@gmail.com>
31
32        * cpu.c, cpu_asm.S, score/cpu.h : add support for ARM<->THUMB veneer
33          thumb  new dir to controll CPSR/SPRS in thumb mode
34
352007-05-09      Ray Xu <rayx.cn@gmail.com>
36
37        * cpu.c: move do_data_abort() to libbsp/arm/shared/abort/
38          implement a compact do_data_abort() in simple_abort.c
39
402007-05-09      Ray Xu <rayx@gmail.com>
41
42        * cpu.c: move do_data_abort() to libbsp/arm/shared/abort/
43          implement a compact do_data_abort() in simple_abort.c
44
452007-05-09      Ray Xu <rayx@gmail.com>
46
47        * cpu.c: move do_data_abort() to libbsp/arm/shared/abort/
48          implement a compact do_data_abort() in simple_abort.c
49
502007-05-09      Ralf Corsépius <ralf.corsepius@rtems.org>
51
52        * rtems/score/cpu.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
53
542007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
55
56        * rtems/score/cpu.h:
57          Use Context_Control_fp* instead of void* for fp_contexts.
58          Eliminate evil casts.
59
602006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * rtems/score/types.h: Remove unsigned64, signed64.
63
642006-09-11      Joel Sherrill <joel@OARcorp.com>
65
66        * cpu.c: Remove warning.
67
682006-06-02      Jay Monkman <jtm@lopingdog.com>
69
70        * cpu.c, cpu_asm.S: Fixed ARM Data Abort handling.
71
722005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
73
74        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
75
762005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
77
78        * rtems/asm.h: Remove private version of CONCAT macros.
79        Include <rtems/concat.h> instead.
80
812005-09-15      Jay Monkman <jtm@lopingdog.com>
82
83        PR 365/rtems
84        * rtems/score/arm.h, rtems/score/cpu.h: Removed unused ARM_HAS_CLZ
85        macro.
86
872005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
88
89        * Makefile.am: Split out preinstallation rules.
90        * preinstall.am: New (Split out from Makefile.am).
91
922005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
93
94        PR 754/rtems
95        * rtems/asm.h: New (relocated from .).
96        * asm.h: Remove (moved to rtems/asm.h).
97        * Makefile.am: Reflect changes above.
98
992004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
100
101        * asm.h, rtems/score/arm.h, rtems/score/cpu.h,
102        rtems/score/cpu_asm.h, rtems/score/types.h: New header guards.
103
1042005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
105
106        * rtems/score/types.h: Remove signed8, signed16, signed32,
107        unsigned8, unsigned16, unsigned32.
108
1092005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
110
111        * rtems/score/cpu.h: *_swap_u32( uint32_t ).
112
1132005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
114
115        * rtems/score/types.h: #include <rtems/stdint.h>.
116
1172005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
118
119        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
120
1212005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
122
123        * Makefile.am: Remove build-variant support.
124
1252004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
126
127        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
128        guard.
129
1302004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
131
132        * asm.h: Add doxygen preamble.
133
1342004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
135
136        * rtems/score/arm.h: Add doxygen preamble.
137        * rtems/score/cpu.h: Add doxygen preamble.
138        * rtems/score/cpu_asm.h: Add doxygen preamble.
139        * rtems/score/types.h: Add doxygen preamble.
140
1412004-09-29      Joel Sherrill <joel@OARcorp.com>
142
143        * rtems/score/cpu.h: i960 obsoleted and all references removed.
144
1452004-08-19      Jay Monkman <jtm@lopingdog.com>
146
147        PR 671/bsps
148        * rtems/score/cpu.h: Fixed bug in _CPU_ISR_Set_level, where input param
149        was always ignored.
150
1512004-04-09      Joel Sherrill <joel@OARcorp.com>
152
153        * rtems/score/cpu.h: Fix typo.
154
1552004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
156
157        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
158        * Makefile.am: Don't include multilib.am.
159        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
160
1612004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
162
163        * Makefile.am: Install asm.h to $(includedir)/rtems.
164
1652004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
166
167        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
168
1692004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
170
171        * cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
172
1732004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
174
175        * configure.ac: RTEMS_TOP([../../../..]).
176
1772004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * configure.ac: Move RTEMS_TOP one subdir down.
180
1812004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * Makefile.am: Add PREINSTALL_DIRS.
184
1852004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
188        Add PREINSTALL_FILES to CLEANFILES.
189
1902004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.ac: Requires automake >= 1.8.1.
193
1942004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * Makefile.am: Include compile.am, again.
197
1982004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * Makefile.am: Convert to using automake compilation rules.
201
2022003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
205
2062003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
209
2102003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * Makefile.am: Remove TMPINSTALL_FILES.
213
2142003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * Makefile.am: Add $(dirstamp) to preinstallation rules.
217
2182003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * Makefile.am: Add $(dirstamp) to preinstallation rules.
221
2222003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * Makefile.am: Don't use gmake rules for preinstallation.
225
2262003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * configure.ac: Remove RTEMS_CANONICAL_HOST.
229
2302003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * configure.ac: Remove RTEMS_CHECK_CPU.
233
2342003-09-26      Joel Sherrill <joel@OARcorp.com>
235
236        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
237        references.
238
2392003-09-04      Joel Sherrill <joel@OARcorp.com>
240
241        * asm.h, cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
242        rtems/score/cpu_asm.h, rtems/score/types.h: URL for license changed.
243
2442003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
247
2482003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * Makefile.am: Use "all-local:" instead of "all:".
251
2522003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * configure.ac: Remove AC_CONFIG_AUX_DIR.
255
2562003-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * rtems/score/arm.h: Remove ARM_HAS_THUMB (Unused).
259
2602003-03-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * rtems/score/cpu.h: Set up CPU_*_ENDIAN based on -D__ARMEL__ and
263        -D__ARMEB__. Fix minor typo in comment.
264
2652003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * rtems/score/arm.h: Set up ARM_HAS_FPU based on -D__SOFTFP__.
268
2692002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
272        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
273
2742002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * configure.ac: Fix package name.
277
2782002-11-04      Joel Sherrill <joel@OARcorp.com>
279
280        * cpu.c: Removed warning.
281
2822002-11-01      Joel Sherrill <joel@OARcorp.com>
283
284        * cpu.c: Removed warnings.
285
2862002-10-31      Joel Sherrill <joel@OARcorp.com>
287
288        * rtems/score/cpu.h: Removed warning.
289
2902002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
293
2942002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * .cvsignore: Reformat.
297        Add autom4te*cache.
298        Remove autom4te.cache.
299
3002002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
301
302        * rtems/score/cpu.h: Fix u16 and u32 swap routines.
303
3042002-08-05      Joel Sherrill <joel@OARcorp.com>
305
306        * rtems/score/cpu.h, rtems/score/types.h: Updated to fix some typos.
307
3082002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
309
310        * cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
311        rtems/score/cpu_asm.h, rtems/score/types.h: ARM port works
312        well enough to run all sptests, tmtests, and ttcp. 
313        In addition to general cleanup, there has been considerable
314        optimization to interrupt disable/enable, endian swapping,
315        and context switching.
316
3172002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
320
3212002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * Makefile.am: Use .$(OBJEXT) instead of .o.
324
3252002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * Makefile.am: Use . instead of .o.
328
3292002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
330
331        * rtems/score/cpu_asm.h: Enhanced to include register offsets.
332        * Makefile.am: Install rtems/score/cpu_asm.h.
333        * cpu.c: Significantly enhanced including the implementation of
334        _CPU_ISR_Get_level.
335        * cpu_asm.S: Improved behavior of context switch and interrupt
336        dispatching.
337        * rtems/score/arm.h: Improved the CPU model name determination.
338        * rtems/score/cpu.h: Improved interrupt disable/enable functions.
339
3402002-07-05      Joel Sherrill <joel@OARcorp.com>
341
342        * rtems/score/cpu.h: Filled in something that was marked XXX.
343
3442002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * configure.ac: RTEMS_TOP(../../../..).
347
3482002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * rtems.c: Remove.
351        * Makefile.am: Reflect changes above.
352
3532002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * configure.ac: Remove RTEMS_PROJECT_ROOT.
356
3572002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * configure.ac: Add RTEMS_PROG_CCAS
360
3612002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
364        Add AC_PROG_RANLIB.
365
3662002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
369        Use ../../../aclocal.
370
3712002-04-18      Jay Monkman <jtm@smoothsmoothie.com>
372
373        * rtems/score/cpu.h (CPU_ISR_Disable and CPU_ISR_Enable): Correct them
374        where they correctly inform the compiler about the register they
375        are modifying.
376
3772001-04-03      Joel Sherrill <joel@OARcorp.com>
378
379        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
380        * rtems/score/a29ktypes.h: Removed.
381        * rtems/score/types.h: New file via CVS magic.
382        * Makefile.am, rtems/score/cpu.h: Account for name change.
383
3842002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * configure.ac:
387        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
388        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
389        * Makefile.am: Remove AUTOMAKE_OPTIONS.
390
3912001-02-04      Joel Sherrill <joel@OARcorp.com>
392
393        * configure.ac: Removed references to rtems/Makefile and
394        rtems/score/Makefile.
395
3962002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * rtems/Makefile.am: Removed.
399        * rtems/score/Makefile.am: Removed.
400        * configure.ac: Reflect changes above.
401        * Makefile.am: Reflect changes above.
402
4032002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
406
4072002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
410
4112001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
414
4152001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * Makefile.am: Add multilib support.
418
4192001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * asm.h: include cpuopts.h instead of targopts.h
422        * rtems/score/arm.h: Use __arm__.
423
4242001-11-28      Joel Sherrill <joel@OARcorp.com>,
425
426        This was tracked as PR91.
427        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
428        is used to specify if the port uses the standard macro for this (FALSE).
429        A TRUE setting indicates the port provides its own implementation.
430
4312001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
434        * configure.in: Remove.
435        * configure.ac: New file, generated from configure.in by autoupdate.
436
4372001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
440        * Makefile.am: Use 'PREINSTALL_FILES ='.
441
4422001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * Makefile.am, rtems/score/Makefile.am:
445        Apply include_*HEADERS instead of H_FILES.
446
4472001-01-03      Joel Sherrill <joel@OARcorp.com>
448
449        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
450
4512000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
454
4552000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
458
4592000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
462        Switch to GNU canonicalization.
463
4642000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * Makefile.am: Include compile.am, formatting.
467        * rtems/Makefile.am: Formatting.
468        * rtems/score/Makefile.am: Formatting.
469
4702000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
471
472        * cpu.c: Spacing issues.
473        * rtems/score/cpu.h: Removed warning by setting _level.
474
4752000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
476
477        * Makefile.am: Added S_O_FILES to list of objects.
478
4792000-08-10      Joel Sherrill <joel@OARcorp.com>
480
481        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.