source: rtems/cpukit/score/cpu/arm/ChangeLog @ 7d0eba02

4.104.114.84.95
Last change on this file since 7d0eba02 was 7d0eba02, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/30/03 at 07:35:52

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

  • Makefile.am: Add $(dirstamp) to preinstallation rules.
  • Property mode set to 100644
File size: 7.5 KB
Line 
12003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Add $(dirstamp) to preinstallation rules.
4
52003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Add $(dirstamp) to preinstallation rules.
8
92003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Don't use gmake rules for preinstallation.
12
132003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: Remove RTEMS_CANONICAL_HOST.
16
172003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * configure.ac: Remove RTEMS_CHECK_CPU.
20
212003-09-26      Joel Sherrill <joel@OARcorp.com>
22
23        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
24        references.
25
262003-09-04      Joel Sherrill <joel@OARcorp.com>
27
28        * asm.h, cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
29        rtems/score/cpu_asm.h, rtems/score/types.h: URL for license changed.
30
312003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
34
352003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * Makefile.am: Use "all-local:" instead of "all:".
38
392003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * configure.ac: Remove AC_CONFIG_AUX_DIR.
42
432003-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * rtems/score/arm.h: Remove ARM_HAS_THUMB (Unused).
46
472003-03-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * rtems/score/cpu.h: Set up CPU_*_ENDIAN based on -D__ARMEL__ and
50        -D__ARMEB__. Fix minor typo in comment.
51
522003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * rtems/score/arm.h: Set up ARM_HAS_FPU based on -D__SOFTFP__.
55
562002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
59        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
60
612002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * configure.ac: Fix package name.
64
652002-11-04      Joel Sherrill <joel@OARcorp.com>
66
67        * cpu.c: Removed warning.
68
692002-11-01      Joel Sherrill <joel@OARcorp.com>
70
71        * cpu.c: Removed warnings.
72
732002-10-31      Joel Sherrill <joel@OARcorp.com>
74
75        * rtems/score/cpu.h: Removed warning.
76
772002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
80
812002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * .cvsignore: Reformat.
84        Add autom4te*cache.
85        Remove autom4te.cache.
86
872002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
88
89        * rtems/score/cpu.h: Fix u16 and u32 swap routines.
90
912002-08-05      Joel Sherrill <joel@OARcorp.com>
92
93        * rtems/score/cpu.h, rtems/score/types.h: Updated to fix some typos.
94
952002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
96
97        * cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
98        rtems/score/cpu_asm.h, rtems/score/types.h: ARM port works
99        well enough to run all sptests, tmtests, and ttcp. 
100        In addition to general cleanup, there has been considerable
101        optimization to interrupt disable/enable, endian swapping,
102        and context switching.
103
1042002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
107
1082002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * Makefile.am: Use .$(OBJEXT) instead of .o.
111
1122002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Use . instead of .o.
115
1162002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
117
118        * rtems/score/cpu_asm.h: Enhanced to include register offsets.
119        * Makefile.am: Install rtems/score/cpu_asm.h.
120        * cpu.c: Significantly enhanced including the implementation of
121        _CPU_ISR_Get_level.
122        * cpu_asm.S: Improved behavior of context switch and interrupt
123        dispatching.
124        * rtems/score/arm.h: Improved the CPU model name determination.
125        * rtems/score/cpu.h: Improved interrupt disable/enable functions.
126
1272002-07-05      Joel Sherrill <joel@OARcorp.com>
128
129        * rtems/score/cpu.h: Filled in something that was marked XXX.
130
1312002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * configure.ac: RTEMS_TOP(../../../..).
134
1352002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * rtems.c: Remove.
138        * Makefile.am: Reflect changes above.
139
1402002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * configure.ac: Remove RTEMS_PROJECT_ROOT.
143
1442002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * configure.ac: Add RTEMS_PROG_CCAS
147
1482002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
151        Add AC_PROG_RANLIB.
152
1532002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
156        Use ../../../aclocal.
157
1582002-04-18      Jay Monkman <jtm@smoothsmoothie.com>
159
160        * rtems/score/cpu.h (CPU_ISR_Disable and CPU_ISR_Enable): Correct them
161        where they correctly inform the compiler about the register they
162        are modifying.
163
1642001-04-03      Joel Sherrill <joel@OARcorp.com>
165
166        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
167        * rtems/score/a29ktypes.h: Removed.
168        * rtems/score/types.h: New file via CVS magic.
169        * Makefile.am, rtems/score/cpu.h: Account for name change.
170
1712002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * configure.ac:
174        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
175        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
176        * Makefile.am: Remove AUTOMAKE_OPTIONS.
177
1782001-02-04      Joel Sherrill <joel@OARcorp.com>
179
180        * configure.ac: Removed references to rtems/Makefile and
181        rtems/score/Makefile.
182
1832002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * rtems/Makefile.am: Removed.
186        * rtems/score/Makefile.am: Removed.
187        * configure.ac: Reflect changes above.
188        * Makefile.am: Reflect changes above.
189
1902002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
193
1942002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
197
1982001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
201
2022001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * Makefile.am: Add multilib support.
205
2062001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * asm.h: include cpuopts.h instead of targopts.h
209        * rtems/score/arm.h: Use __arm__.
210
2112001-11-28      Joel Sherrill <joel@OARcorp.com>,
212
213        This was tracked as PR91.
214        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
215        is used to specify if the port uses the standard macro for this (FALSE).
216        A TRUE setting indicates the port provides its own implementation.
217
2182001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
221        * configure.in: Remove.
222        * configure.ac: New file, generated from configure.in by autoupdate.
223
2242001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
227        * Makefile.am: Use 'PREINSTALL_FILES ='.
228
2292001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * Makefile.am, rtems/score/Makefile.am:
232        Apply include_*HEADERS instead of H_FILES.
233
2342001-01-03      Joel Sherrill <joel@OARcorp.com>
235
236        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
237
2382000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
241
2422000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
245
2462000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
249        Switch to GNU canonicalization.
250
2512000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * Makefile.am: Include compile.am, formatting.
254        * rtems/Makefile.am: Formatting.
255        * rtems/score/Makefile.am: Formatting.
256
2572000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
258
259        * cpu.c: Spacing issues.
260        * rtems/score/cpu.h: Removed warning by setting _level.
261
2622000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
263
264        * Makefile.am: Added S_O_FILES to list of objects.
265
2662000-08-10      Joel Sherrill <joel@OARcorp.com>
267
268        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.