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
RevLine 
[8491956]12002-11-04      Joel Sherrill <joel@OARcorp.com>
2
3        * cpu.c: Removed warning.
4
[69f7d7e]52002-11-01      Joel Sherrill <joel@OARcorp.com>
6
7        * cpu.c: Removed warnings.
8
[7df02840]92002-10-31      Joel Sherrill <joel@OARcorp.com>
10
11        * rtems/score/cpu.h: Removed warning.
12
[5c8b6b6]132002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
16
[f8cb04a5]172002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * .cvsignore: Reformat.
20        Add autom4te*cache.
21        Remove autom4te.cache.
22
[b32fe793]232002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
24
25        * rtems/score/cpu.h: Fix u16 and u32 swap routines.
26
[8b58477]272002-08-05      Joel Sherrill <joel@OARcorp.com>
28
29        * rtems/score/cpu.h, rtems/score/types.h: Updated to fix some typos.
30
[fa237002]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
[a85d8ec]402002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
43
[53f6727]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
[4f0b287]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
[2540208]632002-07-05      Joel Sherrill <joel@OARcorp.com>
64
65        * rtems/score/cpu.h: Filled in something that was marked XXX.
66
[af81910]672002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * configure.ac: RTEMS_TOP(../../../..).
70
[84fa187]712002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * rtems.c: Remove.
74        * Makefile.am: Reflect changes above.
75
[8c746fe]762002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac: Remove RTEMS_PROJECT_ROOT.
79
[a25b63b]802002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac: Add RTEMS_PROG_CCAS
83
[6f79a970]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
[2f6261d]892002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
92        Use ../../../aclocal.
93
[e80ac7f6]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
[68f0058]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
[7273b6e]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
[96ecd879]1142001-02-04      Joel Sherrill <joel@OARcorp.com>
115
116        * configure.ac: Removed references to rtems/Makefile and
117        rtems/score/Makefile.
118
[14926c2e]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
[1bab6c6d]1262002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
129
[d56918c9]1302002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
133
[e6dc43d]1342001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
137
[e9718415]1382001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: Add multilib support.
141
[7e950a4]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
[4db30283]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
[66387986]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
[684eebc8]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
[329509fb]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
[2d877aa]1702001-01-03      Joel Sherrill <joel@OARcorp.com>
171
172        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
173
[feead226]1742000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
177
[a314d3b4]1782000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
181
[5582de1]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
[178fae8]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
[0b456f72]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
[ce6411d6]1982000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
199
200        * Makefile.am: Added S_O_FILES to list of objects.
201
[e94ad1fe]2022000-08-10      Joel Sherrill <joel@OARcorp.com>
203
204        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.