source: rtems/cpukit/score/cpu/arm/ChangeLog @ 74e2998

Last change on this file since 74e2998 was 74e2998, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/03 at 14:41:57

2003-08-11 Ralf Corsepius <corsepiu@…>

  • configure.ac: Use rtems-bugs@… as bug report email address.
  • Property mode set to 100644
File size: 6.8 KB
Line 
12003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
4
52003-04-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * rtems/score/cpu.h: Fix typo in __ARMEB__ handling.
8
92003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Use "all-local:" instead of "all:".
12
132003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: Remove AC_CONFIG_AUX_DIR.
16
172003-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * rtems/score/arm.h: Remove ARM_HAS_THUMB (Unused).
20
212003-03-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * rtems/score/cpu.h: Set up CPU_*_ENDIAN based on -D__ARMEL__ and
24        -D__ARMEB__. Fix minor typo in comment.
25
262003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * rtems/score/arm.h: Set up ARM_HAS_FPU based on -D__SOFTFP__.
29
302002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
33        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
34
352002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * configure.ac: Fix package name.
38
392002-11-04      Joel Sherrill <joel@OARcorp.com>
40
41        * cpu.c: Removed warning.
42
432002-11-01      Joel Sherrill <joel@OARcorp.com>
44
45        * cpu.c: Removed warnings.
46
472002-10-31      Joel Sherrill <joel@OARcorp.com>
48
49        * rtems/score/cpu.h: Removed warning.
50
512002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
54
552002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * .cvsignore: Reformat.
58        Add autom4te*cache.
59        Remove autom4te.cache.
60
612002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
62
63        * rtems/score/cpu.h: Fix u16 and u32 swap routines.
64
652002-08-05      Joel Sherrill <joel@OARcorp.com>
66
67        * rtems/score/cpu.h, rtems/score/types.h: Updated to fix some typos.
68
692002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
70
71        * cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
72        rtems/score/cpu_asm.h, rtems/score/types.h: ARM port works
73        well enough to run all sptests, tmtests, and ttcp. 
74        In addition to general cleanup, there has been considerable
75        optimization to interrupt disable/enable, endian swapping,
76        and context switching.
77
782002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
81
822002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Use .$(OBJEXT) instead of .o.
85
862002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * Makefile.am: Use . instead of .o.
89
902002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
91
92        * rtems/score/cpu_asm.h: Enhanced to include register offsets.
93        * Makefile.am: Install rtems/score/cpu_asm.h.
94        * cpu.c: Significantly enhanced including the implementation of
95        _CPU_ISR_Get_level.
96        * cpu_asm.S: Improved behavior of context switch and interrupt
97        dispatching.
98        * rtems/score/arm.h: Improved the CPU model name determination.
99        * rtems/score/cpu.h: Improved interrupt disable/enable functions.
100
1012002-07-05      Joel Sherrill <joel@OARcorp.com>
102
103        * rtems/score/cpu.h: Filled in something that was marked XXX.
104
1052002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * configure.ac: RTEMS_TOP(../../../..).
108
1092002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * rtems.c: Remove.
112        * Makefile.am: Reflect changes above.
113
1142002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.ac: Remove RTEMS_PROJECT_ROOT.
117
1182002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.ac: Add RTEMS_PROG_CCAS
121
1222002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
125        Add AC_PROG_RANLIB.
126
1272002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
130        Use ../../../aclocal.
131
1322002-04-18      Jay Monkman <jtm@smoothsmoothie.com>
133
134        * rtems/score/cpu.h (CPU_ISR_Disable and CPU_ISR_Enable): Correct them
135        where they correctly inform the compiler about the register they
136        are modifying.
137
1382001-04-03      Joel Sherrill <joel@OARcorp.com>
139
140        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
141        * rtems/score/a29ktypes.h: Removed.
142        * rtems/score/types.h: New file via CVS magic.
143        * Makefile.am, rtems/score/cpu.h: Account for name change.
144
1452002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * configure.ac:
148        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
149        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
150        * Makefile.am: Remove AUTOMAKE_OPTIONS.
151
1522001-02-04      Joel Sherrill <joel@OARcorp.com>
153
154        * configure.ac: Removed references to rtems/Makefile and
155        rtems/score/Makefile.
156
1572002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * rtems/Makefile.am: Removed.
160        * rtems/score/Makefile.am: Removed.
161        * configure.ac: Reflect changes above.
162        * Makefile.am: Reflect changes above.
163
1642002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
167
1682002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
171
1722001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
175
1762001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Add multilib support.
179
1802001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * asm.h: include cpuopts.h instead of targopts.h
183        * rtems/score/arm.h: Use __arm__.
184
1852001-11-28      Joel Sherrill <joel@OARcorp.com>,
186
187        This was tracked as PR91.
188        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
189        is used to specify if the port uses the standard macro for this (FALSE).
190        A TRUE setting indicates the port provides its own implementation.
191
1922001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
195        * configure.in: Remove.
196        * configure.ac: New file, generated from configure.in by autoupdate.
197
1982001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
201        * Makefile.am: Use 'PREINSTALL_FILES ='.
202
2032001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * Makefile.am, rtems/score/Makefile.am:
206        Apply include_*HEADERS instead of H_FILES.
207
2082001-01-03      Joel Sherrill <joel@OARcorp.com>
209
210        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
211
2122000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
215
2162000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
219
2202000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
223        Switch to GNU canonicalization.
224
2252000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * Makefile.am: Include compile.am, formatting.
228        * rtems/Makefile.am: Formatting.
229        * rtems/score/Makefile.am: Formatting.
230
2312000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
232
233        * cpu.c: Spacing issues.
234        * rtems/score/cpu.h: Removed warning by setting _level.
235
2362000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
237
238        * Makefile.am: Added S_O_FILES to list of objects.
239
2402000-08-10      Joel Sherrill <joel@OARcorp.com>
241
242        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.