source: rtems/cpukit/score/cpu/arm/ChangeLog @ 6e242f0

4.104.114.84.95
Last change on this file since 6e242f0 was 8b58477, checked in by Joel Sherrill <joel.sherrill@…>, on 08/05/02 at 19:20:40

2002-08-05 Joel Sherrill <joel@…>

  • rtems/score/cpu.h, rtems/score/types.h: Updated to fix some typos.
  • Property mode set to 100644
File size: 5.2 KB
Line 
12002-08-05      Joel Sherrill <joel@OARcorp.com>
2
3        * rtems/score/cpu.h, rtems/score/types.h: Updated to fix some typos.
4
52002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
6
7        * cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
8        rtems/score/cpu_asm.h, rtems/score/types.h: ARM port works
9        well enough to run all sptests, tmtests, and ttcp. 
10        In addition to general cleanup, there has been considerable
11        optimization to interrupt disable/enable, endian swapping,
12        and context switching.
13
142002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
17
182002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * Makefile.am: Use .$(OBJEXT) instead of .o.
21
222002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * Makefile.am: Use . instead of .o.
25
262002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
27
28        * rtems/score/cpu_asm.h: Enhanced to include register offsets.
29        * Makefile.am: Install rtems/score/cpu_asm.h.
30        * cpu.c: Significantly enhanced including the implementation of
31        _CPU_ISR_Get_level.
32        * cpu_asm.S: Improved behavior of context switch and interrupt
33        dispatching.
34        * rtems/score/arm.h: Improved the CPU model name determination.
35        * rtems/score/cpu.h: Improved interrupt disable/enable functions.
36
372002-07-05      Joel Sherrill <joel@OARcorp.com>
38
39        * rtems/score/cpu.h: Filled in something that was marked XXX.
40
412002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: RTEMS_TOP(../../../..).
44
452002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * rtems.c: Remove.
48        * Makefile.am: Reflect changes above.
49
502002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * configure.ac: Remove RTEMS_PROJECT_ROOT.
53
542002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: Add RTEMS_PROG_CCAS
57
582002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
61        Add AC_PROG_RANLIB.
62
632002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
66        Use ../../../aclocal.
67
682002-04-18      Jay Monkman <jtm@smoothsmoothie.com>
69
70        * rtems/score/cpu.h (CPU_ISR_Disable and CPU_ISR_Enable): Correct them
71        where they correctly inform the compiler about the register they
72        are modifying.
73
742001-04-03      Joel Sherrill <joel@OARcorp.com>
75
76        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
77        * rtems/score/a29ktypes.h: Removed.
78        * rtems/score/types.h: New file via CVS magic.
79        * Makefile.am, rtems/score/cpu.h: Account for name change.
80
812002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.ac:
84        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
85        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
86        * Makefile.am: Remove AUTOMAKE_OPTIONS.
87
882001-02-04      Joel Sherrill <joel@OARcorp.com>
89
90        * configure.ac: Removed references to rtems/Makefile and
91        rtems/score/Makefile.
92
932002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * rtems/Makefile.am: Removed.
96        * rtems/score/Makefile.am: Removed.
97        * configure.ac: Reflect changes above.
98        * Makefile.am: Reflect changes above.
99
1002002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
103
1042002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
107
1082001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
111
1122001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Add multilib support.
115
1162001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * asm.h: include cpuopts.h instead of targopts.h
119        * rtems/score/arm.h: Use __arm__.
120
1212001-11-28      Joel Sherrill <joel@OARcorp.com>,
122
123        This was tracked as PR91.
124        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
125        is used to specify if the port uses the standard macro for this (FALSE).
126        A TRUE setting indicates the port provides its own implementation.
127
1282001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
131        * configure.in: Remove.
132        * configure.ac: New file, generated from configure.in by autoupdate.
133
1342001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
137        * Makefile.am: Use 'PREINSTALL_FILES ='.
138
1392001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am, rtems/score/Makefile.am:
142        Apply include_*HEADERS instead of H_FILES.
143
1442001-01-03      Joel Sherrill <joel@OARcorp.com>
145
146        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
147
1482000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
151
1522000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
155
1562000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
159        Switch to GNU canonicalization.
160
1612000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * Makefile.am: Include compile.am, formatting.
164        * rtems/Makefile.am: Formatting.
165        * rtems/score/Makefile.am: Formatting.
166
1672000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
168
169        * cpu.c: Spacing issues.
170        * rtems/score/cpu.h: Removed warning by setting _level.
171
1722000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
173
174        * Makefile.am: Added S_O_FILES to list of objects.
175
1762000-08-10      Joel Sherrill <joel@OARcorp.com>
177
178        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.