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

4.104.114.84.95
Last change on this file since 8491956 was 8491956, checked in by Joel Sherrill <joel.sherrill@…>, on 11/04/02 at 22:19:31

2002-11-04 Joel Sherrill <joel@…>

  • cpu.c: Removed warning.
  • Property mode set to 100644
File size: 5.8 KB
Line 
12002-11-04      Joel Sherrill <joel@OARcorp.com>
2
3        * cpu.c: Removed warning.
4
52002-11-01      Joel Sherrill <joel@OARcorp.com>
6
7        * cpu.c: Removed warnings.
8
92002-10-31      Joel Sherrill <joel@OARcorp.com>
10
11        * rtems/score/cpu.h: Removed warning.
12
132002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
16
172002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * .cvsignore: Reformat.
20        Add autom4te*cache.
21        Remove autom4te.cache.
22
232002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
24
25        * rtems/score/cpu.h: Fix u16 and u32 swap routines.
26
272002-08-05      Joel Sherrill <joel@OARcorp.com>
28
29        * rtems/score/cpu.h, rtems/score/types.h: Updated to fix some typos.
30
312002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
32
33        * cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
34        rtems/score/cpu_asm.h, rtems/score/types.h: ARM port works
35        well enough to run all sptests, tmtests, and ttcp. 
36        In addition to general cleanup, there has been considerable
37        optimization to interrupt disable/enable, endian swapping,
38        and context switching.
39
402002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
43
442002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * Makefile.am: Use .$(OBJEXT) instead of .o.
47
482002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * Makefile.am: Use . instead of .o.
51
522002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
53
54        * rtems/score/cpu_asm.h: Enhanced to include register offsets.
55        * Makefile.am: Install rtems/score/cpu_asm.h.
56        * cpu.c: Significantly enhanced including the implementation of
57        _CPU_ISR_Get_level.
58        * cpu_asm.S: Improved behavior of context switch and interrupt
59        dispatching.
60        * rtems/score/arm.h: Improved the CPU model name determination.
61        * rtems/score/cpu.h: Improved interrupt disable/enable functions.
62
632002-07-05      Joel Sherrill <joel@OARcorp.com>
64
65        * rtems/score/cpu.h: Filled in something that was marked XXX.
66
672002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * configure.ac: RTEMS_TOP(../../../..).
70
712002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * rtems.c: Remove.
74        * Makefile.am: Reflect changes above.
75
762002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac: Remove RTEMS_PROJECT_ROOT.
79
802002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac: Add RTEMS_PROG_CCAS
83
842002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
87        Add AC_PROG_RANLIB.
88
892002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
92        Use ../../../aclocal.
93
942002-04-18      Jay Monkman <jtm@smoothsmoothie.com>
95
96        * rtems/score/cpu.h (CPU_ISR_Disable and CPU_ISR_Enable): Correct them
97        where they correctly inform the compiler about the register they
98        are modifying.
99
1002001-04-03      Joel Sherrill <joel@OARcorp.com>
101
102        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
103        * rtems/score/a29ktypes.h: Removed.
104        * rtems/score/types.h: New file via CVS magic.
105        * Makefile.am, rtems/score/cpu.h: Account for name change.
106
1072002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * configure.ac:
110        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
111        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
112        * Makefile.am: Remove AUTOMAKE_OPTIONS.
113
1142001-02-04      Joel Sherrill <joel@OARcorp.com>
115
116        * configure.ac: Removed references to rtems/Makefile and
117        rtems/score/Makefile.
118
1192002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * rtems/Makefile.am: Removed.
122        * rtems/score/Makefile.am: Removed.
123        * configure.ac: Reflect changes above.
124        * Makefile.am: Reflect changes above.
125
1262002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
129
1302002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
133
1342001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
137
1382001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: Add multilib support.
141
1422001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * asm.h: include cpuopts.h instead of targopts.h
145        * rtems/score/arm.h: Use __arm__.
146
1472001-11-28      Joel Sherrill <joel@OARcorp.com>,
148
149        This was tracked as PR91.
150        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
151        is used to specify if the port uses the standard macro for this (FALSE).
152        A TRUE setting indicates the port provides its own implementation.
153
1542001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
157        * configure.in: Remove.
158        * configure.ac: New file, generated from configure.in by autoupdate.
159
1602001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
163        * Makefile.am: Use 'PREINSTALL_FILES ='.
164
1652001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am, rtems/score/Makefile.am:
168        Apply include_*HEADERS instead of H_FILES.
169
1702001-01-03      Joel Sherrill <joel@OARcorp.com>
171
172        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
173
1742000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
177
1782000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
181
1822000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
185        Switch to GNU canonicalization.
186
1872000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * Makefile.am: Include compile.am, formatting.
190        * rtems/Makefile.am: Formatting.
191        * rtems/score/Makefile.am: Formatting.
192
1932000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
194
195        * cpu.c: Spacing issues.
196        * rtems/score/cpu.h: Removed warning by setting _level.
197
1982000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
199
200        * Makefile.am: Added S_O_FILES to list of objects.
201
2022000-08-10      Joel Sherrill <joel@OARcorp.com>
203
204        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.