source: rtems/cpukit/score/cpu/arm/ChangeLog @ 69f7d7e

4.104.114.84.95
Last change on this file since 69f7d7e was 69f7d7e, checked in by Joel Sherrill <joel.sherrill@…>, on 11/01/02 at 22:00:16

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

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