source: rtems/cpukit/score/cpu/arm/ChangeLog @ 7df02840

4.104.114.84.95
Last change on this file since 7df02840 was 7df02840, checked in by Joel Sherrill <joel.sherrill@…>, on 10/31/02 at 22:35:17

2002-10-31 Joel Sherrill <joel@…>

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