source: rtems/cpukit/score/cpu/arm/ChangeLog @ 536b41a

Last change on this file since 536b41a was 536b41a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/26/03 at 07:16:01

2003-02-26 Ralf Corsepius <corsepiu@…>

  • rtems/score/arm.h: Set up ARM_HAS_FPU based on -DSOFTFP.
  • Property mode set to 100644
File size: 6.1 KB
Line 
12003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * rtems/score/arm.h: Set up ARM_HAS_FPU based on -D__SOFTFP__.
4
52002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
8        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
9
102002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Fix package name.
13
142002-11-04      Joel Sherrill <joel@OARcorp.com>
15
16        * cpu.c: Removed warning.
17
182002-11-01      Joel Sherrill <joel@OARcorp.com>
19
20        * cpu.c: Removed warnings.
21
222002-10-31      Joel Sherrill <joel@OARcorp.com>
23
24        * rtems/score/cpu.h: Removed warning.
25
262002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
29
302002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * .cvsignore: Reformat.
33        Add autom4te*cache.
34        Remove autom4te.cache.
35
362002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
37
38        * rtems/score/cpu.h: Fix u16 and u32 swap routines.
39
402002-08-05      Joel Sherrill <joel@OARcorp.com>
41
42        * rtems/score/cpu.h, rtems/score/types.h: Updated to fix some typos.
43
442002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
45
46        * cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
47        rtems/score/cpu_asm.h, rtems/score/types.h: ARM port works
48        well enough to run all sptests, tmtests, and ttcp. 
49        In addition to general cleanup, there has been considerable
50        optimization to interrupt disable/enable, endian swapping,
51        and context switching.
52
532002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
56
572002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Use .$(OBJEXT) instead of .o.
60
612002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * Makefile.am: Use . instead of .o.
64
652002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
66
67        * rtems/score/cpu_asm.h: Enhanced to include register offsets.
68        * Makefile.am: Install rtems/score/cpu_asm.h.
69        * cpu.c: Significantly enhanced including the implementation of
70        _CPU_ISR_Get_level.
71        * cpu_asm.S: Improved behavior of context switch and interrupt
72        dispatching.
73        * rtems/score/arm.h: Improved the CPU model name determination.
74        * rtems/score/cpu.h: Improved interrupt disable/enable functions.
75
762002-07-05      Joel Sherrill <joel@OARcorp.com>
77
78        * rtems/score/cpu.h: Filled in something that was marked XXX.
79
802002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac: RTEMS_TOP(../../../..).
83
842002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * rtems.c: Remove.
87        * Makefile.am: Reflect changes above.
88
892002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * configure.ac: Remove RTEMS_PROJECT_ROOT.
92
932002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * configure.ac: Add RTEMS_PROG_CCAS
96
972002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
100        Add AC_PROG_RANLIB.
101
1022002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
105        Use ../../../aclocal.
106
1072002-04-18      Jay Monkman <jtm@smoothsmoothie.com>
108
109        * rtems/score/cpu.h (CPU_ISR_Disable and CPU_ISR_Enable): Correct them
110        where they correctly inform the compiler about the register they
111        are modifying.
112
1132001-04-03      Joel Sherrill <joel@OARcorp.com>
114
115        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
116        * rtems/score/a29ktypes.h: Removed.
117        * rtems/score/types.h: New file via CVS magic.
118        * Makefile.am, rtems/score/cpu.h: Account for name change.
119
1202002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.ac:
123        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
124        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
125        * Makefile.am: Remove AUTOMAKE_OPTIONS.
126
1272001-02-04      Joel Sherrill <joel@OARcorp.com>
128
129        * configure.ac: Removed references to rtems/Makefile and
130        rtems/score/Makefile.
131
1322002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * rtems/Makefile.am: Removed.
135        * rtems/score/Makefile.am: Removed.
136        * configure.ac: Reflect changes above.
137        * Makefile.am: Reflect changes above.
138
1392002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
142
1432002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
146
1472001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
150
1512001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Add multilib support.
154
1552001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * asm.h: include cpuopts.h instead of targopts.h
158        * rtems/score/arm.h: Use __arm__.
159
1602001-11-28      Joel Sherrill <joel@OARcorp.com>,
161
162        This was tracked as PR91.
163        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
164        is used to specify if the port uses the standard macro for this (FALSE).
165        A TRUE setting indicates the port provides its own implementation.
166
1672001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
170        * configure.in: Remove.
171        * configure.ac: New file, generated from configure.in by autoupdate.
172
1732001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
176        * Makefile.am: Use 'PREINSTALL_FILES ='.
177
1782001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * Makefile.am, rtems/score/Makefile.am:
181        Apply include_*HEADERS instead of H_FILES.
182
1832001-01-03      Joel Sherrill <joel@OARcorp.com>
184
185        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
186
1872000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
190
1912000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
194
1952000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
198        Switch to GNU canonicalization.
199
2002000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * Makefile.am: Include compile.am, formatting.
203        * rtems/Makefile.am: Formatting.
204        * rtems/score/Makefile.am: Formatting.
205
2062000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
207
208        * cpu.c: Spacing issues.
209        * rtems/score/cpu.h: Removed warning by setting _level.
210
2112000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
212
213        * Makefile.am: Added S_O_FILES to list of objects.
214
2152000-08-10      Joel Sherrill <joel@OARcorp.com>
216
217        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.