source: rtems/cpukit/score/cpu/arm/ChangeLog @ 47c0220

4.104.114.84.95
Last change on this file since 47c0220 was 47c0220, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/19/02 at 22:23:50

2002-11-19 Ralf Corsepius <corsepiu@…>

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