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

Last change on this file since b22d3e5 was b22d3e5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/17/03 at 10:52:57

2003-04-17 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Use "all-local:" instead of "all:".
  • Property mode set to 100644
File size: 6.6 KB
Line 
12003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Use "all-local:" instead of "all:".
4
52003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Remove AC_CONFIG_AUX_DIR.
8
92003-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * rtems/score/arm.h: Remove ARM_HAS_THUMB (Unused).
12
132003-03-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * rtems/score/cpu.h: Set up CPU_*_ENDIAN based on -D__ARMEL__ and
16        -D__ARMEB__. Fix minor typo in comment.
17
182003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * rtems/score/arm.h: Set up ARM_HAS_FPU based on -D__SOFTFP__.
21
222002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
25        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
26
272002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: Fix package name.
30
312002-11-04      Joel Sherrill <joel@OARcorp.com>
32
33        * cpu.c: Removed warning.
34
352002-11-01      Joel Sherrill <joel@OARcorp.com>
36
37        * cpu.c: Removed warnings.
38
392002-10-31      Joel Sherrill <joel@OARcorp.com>
40
41        * rtems/score/cpu.h: Removed warning.
42
432002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
46
472002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * .cvsignore: Reformat.
50        Add autom4te*cache.
51        Remove autom4te.cache.
52
532002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
54
55        * rtems/score/cpu.h: Fix u16 and u32 swap routines.
56
572002-08-05      Joel Sherrill <joel@OARcorp.com>
58
59        * rtems/score/cpu.h, rtems/score/types.h: Updated to fix some typos.
60
612002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
62
63        * cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
64        rtems/score/cpu_asm.h, rtems/score/types.h: ARM port works
65        well enough to run all sptests, tmtests, and ttcp. 
66        In addition to general cleanup, there has been considerable
67        optimization to interrupt disable/enable, endian swapping,
68        and context switching.
69
702002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
73
742002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: Use .$(OBJEXT) instead of .o.
77
782002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Use . instead of .o.
81
822002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
83
84        * rtems/score/cpu_asm.h: Enhanced to include register offsets.
85        * Makefile.am: Install rtems/score/cpu_asm.h.
86        * cpu.c: Significantly enhanced including the implementation of
87        _CPU_ISR_Get_level.
88        * cpu_asm.S: Improved behavior of context switch and interrupt
89        dispatching.
90        * rtems/score/arm.h: Improved the CPU model name determination.
91        * rtems/score/cpu.h: Improved interrupt disable/enable functions.
92
932002-07-05      Joel Sherrill <joel@OARcorp.com>
94
95        * rtems/score/cpu.h: Filled in something that was marked XXX.
96
972002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac: RTEMS_TOP(../../../..).
100
1012002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * rtems.c: Remove.
104        * Makefile.am: Reflect changes above.
105
1062002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac: Remove RTEMS_PROJECT_ROOT.
109
1102002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * configure.ac: Add RTEMS_PROG_CCAS
113
1142002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
117        Add AC_PROG_RANLIB.
118
1192002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
122        Use ../../../aclocal.
123
1242002-04-18      Jay Monkman <jtm@smoothsmoothie.com>
125
126        * rtems/score/cpu.h (CPU_ISR_Disable and CPU_ISR_Enable): Correct them
127        where they correctly inform the compiler about the register they
128        are modifying.
129
1302001-04-03      Joel Sherrill <joel@OARcorp.com>
131
132        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
133        * rtems/score/a29ktypes.h: Removed.
134        * rtems/score/types.h: New file via CVS magic.
135        * Makefile.am, rtems/score/cpu.h: Account for name change.
136
1372002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * configure.ac:
140        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
141        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
142        * Makefile.am: Remove AUTOMAKE_OPTIONS.
143
1442001-02-04      Joel Sherrill <joel@OARcorp.com>
145
146        * configure.ac: Removed references to rtems/Makefile and
147        rtems/score/Makefile.
148
1492002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * rtems/Makefile.am: Removed.
152        * rtems/score/Makefile.am: Removed.
153        * configure.ac: Reflect changes above.
154        * Makefile.am: Reflect changes above.
155
1562002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
159
1602002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
163
1642001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
167
1682001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: Add multilib support.
171
1722001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * asm.h: include cpuopts.h instead of targopts.h
175        * rtems/score/arm.h: Use __arm__.
176
1772001-11-28      Joel Sherrill <joel@OARcorp.com>,
178
179        This was tracked as PR91.
180        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
181        is used to specify if the port uses the standard macro for this (FALSE).
182        A TRUE setting indicates the port provides its own implementation.
183
1842001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
187        * configure.in: Remove.
188        * configure.ac: New file, generated from configure.in by autoupdate.
189
1902001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
193        * Makefile.am: Use 'PREINSTALL_FILES ='.
194
1952001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * Makefile.am, rtems/score/Makefile.am:
198        Apply include_*HEADERS instead of H_FILES.
199
2002001-01-03      Joel Sherrill <joel@OARcorp.com>
201
202        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
203
2042000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
207
2082000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
211
2122000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
215        Switch to GNU canonicalization.
216
2172000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * Makefile.am: Include compile.am, formatting.
220        * rtems/Makefile.am: Formatting.
221        * rtems/score/Makefile.am: Formatting.
222
2232000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
224
225        * cpu.c: Spacing issues.
226        * rtems/score/cpu.h: Removed warning by setting _level.
227
2282000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
229
230        * Makefile.am: Added S_O_FILES to list of objects.
231
2322000-08-10      Joel Sherrill <joel@OARcorp.com>
233
234        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.