source: rtems/cpukit/score/cpu/arm/ChangeLog @ 098755b3

4.104.114.84.95
Last change on this file since 098755b3 was fa237002, checked in by Joel Sherrill <joel.sherrill@…>, on 07/30/02 at 23:16:40

2002-07-30 Jay Monkman <jtm@…>

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