source: rtems/cpukit/score/cpu/arm/ChangeLog @ 57b8a7b6

4.104.114.84.95
Last change on this file since 57b8a7b6 was 57b8a7b6, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:54:39

2003-09-04 Joel Sherrill <joel@…>

  • asm.h, cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h, rtems/score/cpu_asm.h, rtems/score/types.h: URL for license changed.
  • Property mode set to 100644
File size: 6.9 KB
Line 
12003-09-04      Joel Sherrill <joel@OARcorp.com>
2
3        * asm.h, cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
4        rtems/score/cpu_asm.h, rtems/score/types.h: URL for license changed.
5
62003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
9
102003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Use "all-local:" instead of "all:".
13
142003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: Remove AC_CONFIG_AUX_DIR.
17
182003-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * rtems/score/arm.h: Remove ARM_HAS_THUMB (Unused).
21
222003-03-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * rtems/score/cpu.h: Set up CPU_*_ENDIAN based on -D__ARMEL__ and
25        -D__ARMEB__. Fix minor typo in comment.
26
272003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * rtems/score/arm.h: Set up ARM_HAS_FPU based on -D__SOFTFP__.
30
312002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
34        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
35
362002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Fix package name.
39
402002-11-04      Joel Sherrill <joel@OARcorp.com>
41
42        * cpu.c: Removed warning.
43
442002-11-01      Joel Sherrill <joel@OARcorp.com>
45
46        * cpu.c: Removed warnings.
47
482002-10-31      Joel Sherrill <joel@OARcorp.com>
49
50        * rtems/score/cpu.h: Removed warning.
51
522002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
55
562002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * .cvsignore: Reformat.
59        Add autom4te*cache.
60        Remove autom4te.cache.
61
622002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
63
64        * rtems/score/cpu.h: Fix u16 and u32 swap routines.
65
662002-08-05      Joel Sherrill <joel@OARcorp.com>
67
68        * rtems/score/cpu.h, rtems/score/types.h: Updated to fix some typos.
69
702002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
71
72        * cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
73        rtems/score/cpu_asm.h, rtems/score/types.h: ARM port works
74        well enough to run all sptests, tmtests, and ttcp. 
75        In addition to general cleanup, there has been considerable
76        optimization to interrupt disable/enable, endian swapping,
77        and context switching.
78
792002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
82
832002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: Use .$(OBJEXT) instead of .o.
86
872002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * Makefile.am: Use . instead of .o.
90
912002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
92
93        * rtems/score/cpu_asm.h: Enhanced to include register offsets.
94        * Makefile.am: Install rtems/score/cpu_asm.h.
95        * cpu.c: Significantly enhanced including the implementation of
96        _CPU_ISR_Get_level.
97        * cpu_asm.S: Improved behavior of context switch and interrupt
98        dispatching.
99        * rtems/score/arm.h: Improved the CPU model name determination.
100        * rtems/score/cpu.h: Improved interrupt disable/enable functions.
101
1022002-07-05      Joel Sherrill <joel@OARcorp.com>
103
104        * rtems/score/cpu.h: Filled in something that was marked XXX.
105
1062002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac: RTEMS_TOP(../../../..).
109
1102002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * rtems.c: Remove.
113        * Makefile.am: Reflect changes above.
114
1152002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.ac: Remove RTEMS_PROJECT_ROOT.
118
1192002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.ac: Add RTEMS_PROG_CCAS
122
1232002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
126        Add AC_PROG_RANLIB.
127
1282002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
131        Use ../../../aclocal.
132
1332002-04-18      Jay Monkman <jtm@smoothsmoothie.com>
134
135        * rtems/score/cpu.h (CPU_ISR_Disable and CPU_ISR_Enable): Correct them
136        where they correctly inform the compiler about the register they
137        are modifying.
138
1392001-04-03      Joel Sherrill <joel@OARcorp.com>
140
141        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
142        * rtems/score/a29ktypes.h: Removed.
143        * rtems/score/types.h: New file via CVS magic.
144        * Makefile.am, rtems/score/cpu.h: Account for name change.
145
1462002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.ac:
149        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
150        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
151        * Makefile.am: Remove AUTOMAKE_OPTIONS.
152
1532001-02-04      Joel Sherrill <joel@OARcorp.com>
154
155        * configure.ac: Removed references to rtems/Makefile and
156        rtems/score/Makefile.
157
1582002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * rtems/Makefile.am: Removed.
161        * rtems/score/Makefile.am: Removed.
162        * configure.ac: Reflect changes above.
163        * Makefile.am: Reflect changes above.
164
1652002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
168
1692002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
172
1732001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
176
1772001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * Makefile.am: Add multilib support.
180
1812001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * asm.h: include cpuopts.h instead of targopts.h
184        * rtems/score/arm.h: Use __arm__.
185
1862001-11-28      Joel Sherrill <joel@OARcorp.com>,
187
188        This was tracked as PR91.
189        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
190        is used to specify if the port uses the standard macro for this (FALSE).
191        A TRUE setting indicates the port provides its own implementation.
192
1932001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
196        * configure.in: Remove.
197        * configure.ac: New file, generated from configure.in by autoupdate.
198
1992001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
202        * Makefile.am: Use 'PREINSTALL_FILES ='.
203
2042001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * Makefile.am, rtems/score/Makefile.am:
207        Apply include_*HEADERS instead of H_FILES.
208
2092001-01-03      Joel Sherrill <joel@OARcorp.com>
210
211        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
212
2132000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
216
2172000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
220
2212000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
224        Switch to GNU canonicalization.
225
2262000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * Makefile.am: Include compile.am, formatting.
229        * rtems/Makefile.am: Formatting.
230        * rtems/score/Makefile.am: Formatting.
231
2322000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
233
234        * cpu.c: Spacing issues.
235        * rtems/score/cpu.h: Removed warning by setting _level.
236
2372000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
238
239        * Makefile.am: Added S_O_FILES to list of objects.
240
2412000-08-10      Joel Sherrill <joel@OARcorp.com>
242
243        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.