source: rtems/cpukit/score/cpu/arm/ChangeLog @ 069bf75

Last change on this file since 069bf75 was 069bf75, checked in by Jay Monkman <jtm@…>, on 08/24/04 at 01:07:30

2004-08-23 Jay Monkman <jtm@…>

PR 671/bsps

  • rtems/score/cpu.h: Fixed bug in _CPU_ISR_Set_level for ARM
  • Property mode set to 100644
File size: 7.1 KB
Line 
12004-08-23      Jay Monkman <jtm@lopingdog.com>
2
3        PR 671/bsps
4        * rtems/score/cpu.h: Fixed bug in _CPU_ISR_Set_level for ARM
5
62003-09-04      Joel Sherrill <joel@OARcorp.com>
7
8        * asm.h, cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
9        rtems/score/cpu_asm.h, rtems/score/types.h: URL for license changed.
10
112003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
14
152003-04-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * rtems/score/cpu.h: Fix typo in __ARMEB__ handling.
18
192003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Use "all-local:" instead of "all:".
22
232003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: Remove AC_CONFIG_AUX_DIR.
26
272003-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * rtems/score/arm.h: Remove ARM_HAS_THUMB (Unused).
30
312003-03-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * rtems/score/cpu.h: Set up CPU_*_ENDIAN based on -D__ARMEL__ and
34        -D__ARMEB__. Fix minor typo in comment.
35
362003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * rtems/score/arm.h: Set up ARM_HAS_FPU based on -D__SOFTFP__.
39
402002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
43        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
44
452002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: Fix package name.
48
492002-11-04      Joel Sherrill <joel@OARcorp.com>
50
51        * cpu.c: Removed warning.
52
532002-11-01      Joel Sherrill <joel@OARcorp.com>
54
55        * cpu.c: Removed warnings.
56
572002-10-31      Joel Sherrill <joel@OARcorp.com>
58
59        * rtems/score/cpu.h: Removed warning.
60
612002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
64
652002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * .cvsignore: Reformat.
68        Add autom4te*cache.
69        Remove autom4te.cache.
70
712002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
72
73        * rtems/score/cpu.h: Fix u16 and u32 swap routines.
74
752002-08-05      Joel Sherrill <joel@OARcorp.com>
76
77        * rtems/score/cpu.h, rtems/score/types.h: Updated to fix some typos.
78
792002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
80
81        * cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
82        rtems/score/cpu_asm.h, rtems/score/types.h: ARM port works
83        well enough to run all sptests, tmtests, and ttcp. 
84        In addition to general cleanup, there has been considerable
85        optimization to interrupt disable/enable, endian swapping,
86        and context switching.
87
882002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
91
922002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * Makefile.am: Use .$(OBJEXT) instead of .o.
95
962002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: Use . instead of .o.
99
1002002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
101
102        * rtems/score/cpu_asm.h: Enhanced to include register offsets.
103        * Makefile.am: Install rtems/score/cpu_asm.h.
104        * cpu.c: Significantly enhanced including the implementation of
105        _CPU_ISR_Get_level.
106        * cpu_asm.S: Improved behavior of context switch and interrupt
107        dispatching.
108        * rtems/score/arm.h: Improved the CPU model name determination.
109        * rtems/score/cpu.h: Improved interrupt disable/enable functions.
110
1112002-07-05      Joel Sherrill <joel@OARcorp.com>
112
113        * rtems/score/cpu.h: Filled in something that was marked XXX.
114
1152002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.ac: RTEMS_TOP(../../../..).
118
1192002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * rtems.c: Remove.
122        * Makefile.am: Reflect changes above.
123
1242002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * configure.ac: Remove RTEMS_PROJECT_ROOT.
127
1282002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.ac: Add RTEMS_PROG_CCAS
131
1322002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
135        Add AC_PROG_RANLIB.
136
1372002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
140        Use ../../../aclocal.
141
1422002-04-18      Jay Monkman <jtm@smoothsmoothie.com>
143
144        * rtems/score/cpu.h (CPU_ISR_Disable and CPU_ISR_Enable): Correct them
145        where they correctly inform the compiler about the register they
146        are modifying.
147
1482001-04-03      Joel Sherrill <joel@OARcorp.com>
149
150        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
151        * rtems/score/a29ktypes.h: Removed.
152        * rtems/score/types.h: New file via CVS magic.
153        * Makefile.am, rtems/score/cpu.h: Account for name change.
154
1552002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * configure.ac:
158        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
159        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
160        * Makefile.am: Remove AUTOMAKE_OPTIONS.
161
1622001-02-04      Joel Sherrill <joel@OARcorp.com>
163
164        * configure.ac: Removed references to rtems/Makefile and
165        rtems/score/Makefile.
166
1672002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * rtems/Makefile.am: Removed.
170        * rtems/score/Makefile.am: Removed.
171        * configure.ac: Reflect changes above.
172        * Makefile.am: Reflect changes above.
173
1742002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
177
1782002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
181
1822001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
185
1862001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * Makefile.am: Add multilib support.
189
1902001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * asm.h: include cpuopts.h instead of targopts.h
193        * rtems/score/arm.h: Use __arm__.
194
1952001-11-28      Joel Sherrill <joel@OARcorp.com>,
196
197        This was tracked as PR91.
198        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
199        is used to specify if the port uses the standard macro for this (FALSE).
200        A TRUE setting indicates the port provides its own implementation.
201
2022001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
205        * configure.in: Remove.
206        * configure.ac: New file, generated from configure.in by autoupdate.
207
2082001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
211        * Makefile.am: Use 'PREINSTALL_FILES ='.
212
2132001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * Makefile.am, rtems/score/Makefile.am:
216        Apply include_*HEADERS instead of H_FILES.
217
2182001-01-03      Joel Sherrill <joel@OARcorp.com>
219
220        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
221
2222000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
225
2262000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
229
2302000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
233        Switch to GNU canonicalization.
234
2352000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * Makefile.am: Include compile.am, formatting.
238        * rtems/Makefile.am: Formatting.
239        * rtems/score/Makefile.am: Formatting.
240
2412000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
242
243        * cpu.c: Spacing issues.
244        * rtems/score/cpu.h: Removed warning by setting _level.
245
2462000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
247
248        * Makefile.am: Added S_O_FILES to list of objects.
249
2502000-08-10      Joel Sherrill <joel@OARcorp.com>
251
252        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.