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

Last change on this file since fe857088 was fe857088, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/24/03 at 10:55:40

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

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