1 | 2002-11-01 Joel Sherrill <joel@OARcorp.com> |
---|
2 | |
---|
3 | * cpu.c: Removed warnings. |
---|
4 | |
---|
5 | 2002-10-31 Joel Sherrill <joel@OARcorp.com> |
---|
6 | |
---|
7 | * rtems/score/cpu.h: Removed warning. |
---|
8 | |
---|
9 | 2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
10 | |
---|
11 | * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE. |
---|
12 | |
---|
13 | 2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
14 | |
---|
15 | * .cvsignore: Reformat. |
---|
16 | Add autom4te*cache. |
---|
17 | Remove autom4te.cache. |
---|
18 | |
---|
19 | 2002-10-04 Jay Monkman <jtm@smoothsmoothie.com> |
---|
20 | |
---|
21 | * rtems/score/cpu.h: Fix u16 and u32 swap routines. |
---|
22 | |
---|
23 | 2002-08-05 Joel Sherrill <joel@OARcorp.com> |
---|
24 | |
---|
25 | * rtems/score/cpu.h, rtems/score/types.h: Updated to fix some typos. |
---|
26 | |
---|
27 | 2002-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 | |
---|
36 | 2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
37 | |
---|
38 | * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel. |
---|
39 | |
---|
40 | 2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
41 | |
---|
42 | * Makefile.am: Use .$(OBJEXT) instead of .o. |
---|
43 | |
---|
44 | 2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
45 | |
---|
46 | * Makefile.am: Use . instead of .o. |
---|
47 | |
---|
48 | 2002-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 | |
---|
59 | 2002-07-05 Joel Sherrill <joel@OARcorp.com> |
---|
60 | |
---|
61 | * rtems/score/cpu.h: Filled in something that was marked XXX. |
---|
62 | |
---|
63 | 2002-07-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
64 | |
---|
65 | * configure.ac: RTEMS_TOP(../../../..). |
---|
66 | |
---|
67 | 2002-07-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
68 | |
---|
69 | * rtems.c: Remove. |
---|
70 | * Makefile.am: Reflect changes above. |
---|
71 | |
---|
72 | 2002-07-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
73 | |
---|
74 | * configure.ac: Remove RTEMS_PROJECT_ROOT. |
---|
75 | |
---|
76 | 2002-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
77 | |
---|
78 | * configure.ac: Add RTEMS_PROG_CCAS |
---|
79 | |
---|
80 | 2002-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
81 | |
---|
82 | * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..). |
---|
83 | Add AC_PROG_RANLIB. |
---|
84 | |
---|
85 | 2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
86 | |
---|
87 | * Makefile.am: Include $(top_srcdir)/../../../automake/*.am. |
---|
88 | Use ../../../aclocal. |
---|
89 | |
---|
90 | 2002-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 | |
---|
96 | 2001-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 | |
---|
103 | 2002-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 | |
---|
110 | 2001-02-04 Joel Sherrill <joel@OARcorp.com> |
---|
111 | |
---|
112 | * configure.ac: Removed references to rtems/Makefile and |
---|
113 | rtems/score/Makefile. |
---|
114 | |
---|
115 | 2002-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 | |
---|
122 | 2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
123 | |
---|
124 | * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP. |
---|
125 | |
---|
126 | 2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
127 | |
---|
128 | * cpu.c: Include rtems/bspIo.h instead of bspIo.h. |
---|
129 | |
---|
130 | 2001-12-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
131 | |
---|
132 | * configure.ac: Use RTEMS_ENV_RTEMSCPU. |
---|
133 | |
---|
134 | 2001-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
135 | |
---|
136 | * Makefile.am: Add multilib support. |
---|
137 | |
---|
138 | 2001-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 | |
---|
143 | 2001-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 | |
---|
150 | 2001-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 | |
---|
156 | 2001-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 | |
---|
161 | 2001-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 | |
---|
166 | 2001-01-03 Joel Sherrill <joel@OARcorp.com> |
---|
167 | |
---|
168 | * rtems/score/cpu.h: Added _CPU_Initialize_vectors(). |
---|
169 | |
---|
170 | 2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
171 | |
---|
172 | * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS. |
---|
173 | |
---|
174 | 2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
175 | |
---|
176 | * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal. |
---|
177 | |
---|
178 | 2000-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 | |
---|
183 | 2000-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 | |
---|
189 | 2000-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 | |
---|
194 | 2000-08-29 Joel Sherrill <joel.sherrill@OARcorp.com> |
---|
195 | |
---|
196 | * Makefile.am: Added S_O_FILES to list of objects. |
---|
197 | |
---|
198 | 2000-08-10 Joel Sherrill <joel@OARcorp.com> |
---|
199 | |
---|
200 | * ChangeLog: New file. |
---|