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

Last change on this file since fec4504 was fec4504, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/02/03 at 06:19:42

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

  • rtems/score/cpu.h: Set up CPU_*_ENDIAN based on -DARMEL and -DARMEB. Fix minor typo in comment.
  • Property mode set to 100644
File size: 6.3 KB
Line 
12003-03-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * rtems/score/cpu.h: Set up CPU_*_ENDIAN based on -D__ARMEL__ and
4        -D__ARMEB__. Fix minor typo in comment.
5
62003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * rtems/score/arm.h: Set up ARM_HAS_FPU based on -D__SOFTFP__.
9
102002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
13        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
14
152002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: Fix package name.
18
192002-11-04      Joel Sherrill <joel@OARcorp.com>
20
21        * cpu.c: Removed warning.
22
232002-11-01      Joel Sherrill <joel@OARcorp.com>
24
25        * cpu.c: Removed warnings.
26
272002-10-31      Joel Sherrill <joel@OARcorp.com>
28
29        * rtems/score/cpu.h: Removed warning.
30
312002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
34
352002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * .cvsignore: Reformat.
38        Add autom4te*cache.
39        Remove autom4te.cache.
40
412002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
42
43        * rtems/score/cpu.h: Fix u16 and u32 swap routines.
44
452002-08-05      Joel Sherrill <joel@OARcorp.com>
46
47        * rtems/score/cpu.h, rtems/score/types.h: Updated to fix some typos.
48
492002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
50
51        * cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
52        rtems/score/cpu_asm.h, rtems/score/types.h: ARM port works
53        well enough to run all sptests, tmtests, and ttcp. 
54        In addition to general cleanup, there has been considerable
55        optimization to interrupt disable/enable, endian swapping,
56        and context switching.
57
582002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
61
622002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * Makefile.am: Use .$(OBJEXT) instead of .o.
65
662002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * Makefile.am: Use . instead of .o.
69
702002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
71
72        * rtems/score/cpu_asm.h: Enhanced to include register offsets.
73        * Makefile.am: Install rtems/score/cpu_asm.h.
74        * cpu.c: Significantly enhanced including the implementation of
75        _CPU_ISR_Get_level.
76        * cpu_asm.S: Improved behavior of context switch and interrupt
77        dispatching.
78        * rtems/score/arm.h: Improved the CPU model name determination.
79        * rtems/score/cpu.h: Improved interrupt disable/enable functions.
80
812002-07-05      Joel Sherrill <joel@OARcorp.com>
82
83        * rtems/score/cpu.h: Filled in something that was marked XXX.
84
852002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * configure.ac: RTEMS_TOP(../../../..).
88
892002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * rtems.c: Remove.
92        * Makefile.am: Reflect changes above.
93
942002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.ac: Remove RTEMS_PROJECT_ROOT.
97
982002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac: Add RTEMS_PROG_CCAS
101
1022002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
105        Add AC_PROG_RANLIB.
106
1072002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
110        Use ../../../aclocal.
111
1122002-04-18      Jay Monkman <jtm@smoothsmoothie.com>
113
114        * rtems/score/cpu.h (CPU_ISR_Disable and CPU_ISR_Enable): Correct them
115        where they correctly inform the compiler about the register they
116        are modifying.
117
1182001-04-03      Joel Sherrill <joel@OARcorp.com>
119
120        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
121        * rtems/score/a29ktypes.h: Removed.
122        * rtems/score/types.h: New file via CVS magic.
123        * Makefile.am, rtems/score/cpu.h: Account for name change.
124
1252002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * configure.ac:
128        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
129        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
130        * Makefile.am: Remove AUTOMAKE_OPTIONS.
131
1322001-02-04      Joel Sherrill <joel@OARcorp.com>
133
134        * configure.ac: Removed references to rtems/Makefile and
135        rtems/score/Makefile.
136
1372002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * rtems/Makefile.am: Removed.
140        * rtems/score/Makefile.am: Removed.
141        * configure.ac: Reflect changes above.
142        * Makefile.am: Reflect changes above.
143
1442002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
147
1482002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
151
1522001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
155
1562001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * Makefile.am: Add multilib support.
159
1602001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * asm.h: include cpuopts.h instead of targopts.h
163        * rtems/score/arm.h: Use __arm__.
164
1652001-11-28      Joel Sherrill <joel@OARcorp.com>,
166
167        This was tracked as PR91.
168        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
169        is used to specify if the port uses the standard macro for this (FALSE).
170        A TRUE setting indicates the port provides its own implementation.
171
1722001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
175        * configure.in: Remove.
176        * configure.ac: New file, generated from configure.in by autoupdate.
177
1782001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
181        * Makefile.am: Use 'PREINSTALL_FILES ='.
182
1832001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * Makefile.am, rtems/score/Makefile.am:
186        Apply include_*HEADERS instead of H_FILES.
187
1882001-01-03      Joel Sherrill <joel@OARcorp.com>
189
190        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
191
1922000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
195
1962000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
199
2002000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
203        Switch to GNU canonicalization.
204
2052000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * Makefile.am: Include compile.am, formatting.
208        * rtems/Makefile.am: Formatting.
209        * rtems/score/Makefile.am: Formatting.
210
2112000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
212
213        * cpu.c: Spacing issues.
214        * rtems/score/cpu.h: Removed warning by setting _level.
215
2162000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
217
218        * Makefile.am: Added S_O_FILES to list of objects.
219
2202000-08-10      Joel Sherrill <joel@OARcorp.com>
221
222        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.