source: rtems/cpukit/score/cpu/arm/ChangeLog @ f8cb04a5

4.104.114.84.95
Last change on this file since f8cb04a5 was f8cb04a5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/02 at 12:04:36

2002-10-21 Ralf Corsepius <corsepiu@…>

  • .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
  • Property mode set to 100644
File size: 5.4 KB
Line 
12002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * .cvsignore: Reformat.
4        Add autom4te*cache.
5        Remove autom4te.cache.
6
72002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
8
9        * rtems/score/cpu.h: Fix u16 and u32 swap routines.
10
112002-08-05      Joel Sherrill <joel@OARcorp.com>
12
13        * rtems/score/cpu.h, rtems/score/types.h: Updated to fix some typos.
14
152002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
16
17        * cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
18        rtems/score/cpu_asm.h, rtems/score/types.h: ARM port works
19        well enough to run all sptests, tmtests, and ttcp. 
20        In addition to general cleanup, there has been considerable
21        optimization to interrupt disable/enable, endian swapping,
22        and context switching.
23
242002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
27
282002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * Makefile.am: Use .$(OBJEXT) instead of .o.
31
322002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Use . instead of .o.
35
362002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
37
38        * rtems/score/cpu_asm.h: Enhanced to include register offsets.
39        * Makefile.am: Install rtems/score/cpu_asm.h.
40        * cpu.c: Significantly enhanced including the implementation of
41        _CPU_ISR_Get_level.
42        * cpu_asm.S: Improved behavior of context switch and interrupt
43        dispatching.
44        * rtems/score/arm.h: Improved the CPU model name determination.
45        * rtems/score/cpu.h: Improved interrupt disable/enable functions.
46
472002-07-05      Joel Sherrill <joel@OARcorp.com>
48
49        * rtems/score/cpu.h: Filled in something that was marked XXX.
50
512002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac: RTEMS_TOP(../../../..).
54
552002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * rtems.c: Remove.
58        * Makefile.am: Reflect changes above.
59
602002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: Remove RTEMS_PROJECT_ROOT.
63
642002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: Add RTEMS_PROG_CCAS
67
682002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
71        Add AC_PROG_RANLIB.
72
732002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
76        Use ../../../aclocal.
77
782002-04-18      Jay Monkman <jtm@smoothsmoothie.com>
79
80        * rtems/score/cpu.h (CPU_ISR_Disable and CPU_ISR_Enable): Correct them
81        where they correctly inform the compiler about the register they
82        are modifying.
83
842001-04-03      Joel Sherrill <joel@OARcorp.com>
85
86        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
87        * rtems/score/a29ktypes.h: Removed.
88        * rtems/score/types.h: New file via CVS magic.
89        * Makefile.am, rtems/score/cpu.h: Account for name change.
90
912002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * configure.ac:
94        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
95        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
96        * Makefile.am: Remove AUTOMAKE_OPTIONS.
97
982001-02-04      Joel Sherrill <joel@OARcorp.com>
99
100        * configure.ac: Removed references to rtems/Makefile and
101        rtems/score/Makefile.
102
1032002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * rtems/Makefile.am: Removed.
106        * rtems/score/Makefile.am: Removed.
107        * configure.ac: Reflect changes above.
108        * Makefile.am: Reflect changes above.
109
1102002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
113
1142002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
117
1182001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
121
1222001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: Add multilib support.
125
1262001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * asm.h: include cpuopts.h instead of targopts.h
129        * rtems/score/arm.h: Use __arm__.
130
1312001-11-28      Joel Sherrill <joel@OARcorp.com>,
132
133        This was tracked as PR91.
134        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
135        is used to specify if the port uses the standard macro for this (FALSE).
136        A TRUE setting indicates the port provides its own implementation.
137
1382001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
141        * configure.in: Remove.
142        * configure.ac: New file, generated from configure.in by autoupdate.
143
1442001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
147        * Makefile.am: Use 'PREINSTALL_FILES ='.
148
1492001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * Makefile.am, rtems/score/Makefile.am:
152        Apply include_*HEADERS instead of H_FILES.
153
1542001-01-03      Joel Sherrill <joel@OARcorp.com>
155
156        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
157
1582000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
161
1622000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
165
1662000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
169        Switch to GNU canonicalization.
170
1712000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am: Include compile.am, formatting.
174        * rtems/Makefile.am: Formatting.
175        * rtems/score/Makefile.am: Formatting.
176
1772000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
178
179        * cpu.c: Spacing issues.
180        * rtems/score/cpu.h: Removed warning by setting _level.
181
1822000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
183
184        * Makefile.am: Added S_O_FILES to list of objects.
185
1862000-08-10      Joel Sherrill <joel@OARcorp.com>
187
188        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.