1 | 2005-02-17 Ralf Corsepius <ralf.corsepius@rtems.org> |
---|
2 | |
---|
3 | * startup/bspstart.c: include <rtems/powerpc/powerpc.h>. |
---|
4 | Use PPC_MINIMUM_STACK_FRAME_SIZE instead of |
---|
5 | CPU_MINIMUM_STACK_FRAME_SIZE. |
---|
6 | |
---|
7 | 2005-02-16 Ralf Corsepius <ralf.corsepius@rtems.org> |
---|
8 | |
---|
9 | * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS. |
---|
10 | |
---|
11 | 2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org> |
---|
12 | |
---|
13 | * Makefile.am: Merge-in wrapup/Makefile.am. |
---|
14 | * wrapup/Makefile.am: Remove. |
---|
15 | * configure.ac: Reflect changes above. |
---|
16 | |
---|
17 | 2005-01-20 Joel Sherrill <joel@OARcorp.com> |
---|
18 | |
---|
19 | * include/commproc.h: The variable cpmp was not used anywhere but |
---|
20 | console.c and was static in console.c, so should not have been in |
---|
21 | this file as extern. |
---|
22 | |
---|
23 | 2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org> |
---|
24 | |
---|
25 | * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V. |
---|
26 | |
---|
27 | 2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org> |
---|
28 | |
---|
29 | * Makefile.am, wrapup/Makefile.am: Remove build-variant support. |
---|
30 | |
---|
31 | 2004-11-20 Thomas Doerfler <Thomas.Doerfler@imd-systems.de> |
---|
32 | |
---|
33 | PR 703/filesystem |
---|
34 | * ide/pcmcia_ide.c: Extend the "modes_available" and "mode_active" parameters |
---|
35 | to uint16_t for UDMA support. |
---|
36 | |
---|
37 | 2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org> |
---|
38 | |
---|
39 | * configure.ac: Require automake > 1.9. |
---|
40 | |
---|
41 | 2004-07-25 Joel Sherrill <joel@OARcorp.com> |
---|
42 | |
---|
43 | * network/network.c: Add include of <sys/errno.h>. |
---|
44 | |
---|
45 | 2004-04-23 Ralf Corsepius <ralf_corsepius@rtems.org> |
---|
46 | |
---|
47 | PR 610/bsps |
---|
48 | * Makefile.am: Add include/tm27.h, Cosmetics. |
---|
49 | * include/tm27.h: Final cosmetics. |
---|
50 | |
---|
51 | 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org> |
---|
52 | |
---|
53 | * include/bsp.h: Split out tmtest27 support. |
---|
54 | * include/tm27.h: New. |
---|
55 | |
---|
56 | 2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org> |
---|
57 | |
---|
58 | PR 613/bsps |
---|
59 | * include/bsp.h: Remove MAX_LONG_TEST_DURATION. |
---|
60 | |
---|
61 | 2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org> |
---|
62 | |
---|
63 | PR 614/bsps |
---|
64 | * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused). |
---|
65 | |
---|
66 | 2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org> |
---|
67 | |
---|
68 | * startup/start.S: Include <rtems/asm.h> instead of <asm.h>. |
---|
69 | |
---|
70 | 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> |
---|
71 | |
---|
72 | * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>. |
---|
73 | * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>. |
---|
74 | * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>. |
---|
75 | * include/bsp.h: Include <rtems/console.h> instead of <console.h>. |
---|
76 | |
---|
77 | 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org> |
---|
78 | |
---|
79 | * console/console.c, ide/pcmcia_ide.c, network/network.c, |
---|
80 | startup/bspstart.c, startup/bspstart.c.nocache, startup/imbx8xx.c: |
---|
81 | Convert to using c99 fixed size types. |
---|
82 | |
---|
83 | 2004-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
84 | |
---|
85 | * Makefile.am: Reflect changes to bsp.am. |
---|
86 | Preinstall dist_project_lib*. |
---|
87 | |
---|
88 | 2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
89 | |
---|
90 | * Makefile.am: Reflect changes to bsp.am. |
---|
91 | |
---|
92 | 2004-02-08 Joel Sherrill <joel@OARcorp.com> |
---|
93 | |
---|
94 | * Makefile.am: Add irq.h and vectors.h |
---|
95 | |
---|
96 | 2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
97 | |
---|
98 | * wrapup/Makefile.am: Convert to automake-building rules. |
---|
99 | |
---|
100 | 2004-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
101 | |
---|
102 | * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am, |
---|
103 | ide/Makefile.am, irq/Makefile.am, network/Makefile.am, |
---|
104 | startup/Makefile.am, vectors/Makefile.am. Use automake compilation rules. |
---|
105 | * clock/Makefile.am, console/Makefile.am, ide/Makefile.am, |
---|
106 | irq/Makefile.am, network/Makefile.am, startup/Makefile.am, |
---|
107 | vectors/Makefile.am: Remove. |
---|
108 | * configure.ac: Reflect changes above. |
---|
109 | * wrapup/Makefile.am: Reflect changes above. |
---|
110 | |
---|
111 | 2004-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
112 | |
---|
113 | * wrapup/Makefile.am: Reflect changes to |
---|
114 | ../support/*exception_processing/*. |
---|
115 | |
---|
116 | 2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
117 | |
---|
118 | * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS. |
---|
119 | Add RTEMS_PROG_CCAS. |
---|
120 | |
---|
121 | 2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
122 | |
---|
123 | * Makefile.am: Add PREINSTALL_DIRS. |
---|
124 | * irq/Makefile.am: Add PREINSTALL_DIRS. |
---|
125 | * vectors/Makefile.am: Add PREINSTALL_DIRS. |
---|
126 | * wrapup/Makefile.am: Reflect changes to libcpu. |
---|
127 | |
---|
128 | 2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
129 | |
---|
130 | * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. |
---|
131 | Add PRE/TMPINSTALL_FILES to CLEANFILES. |
---|
132 | * irq/Makefile.am: Ditto. |
---|
133 | * startup/Makefile.am: Ditto. |
---|
134 | * vectors/Makefile.am: Ditto. |
---|
135 | |
---|
136 | 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
137 | |
---|
138 | * wrapup/Makefile.am: Eliminate $(LIB). |
---|
139 | Use noinst_DATA to trigger building libbsp.a. |
---|
140 | |
---|
141 | 2003-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
142 | |
---|
143 | * clock/Makefile.am: Eliminate VPATH. |
---|
144 | * console/Makefile.am: Eliminate VPATH. |
---|
145 | * ide/Makefile.am: Eliminate VPATH. |
---|
146 | * irq/Makefile.am: Eliminate VPATH. |
---|
147 | * network/Makefile.am: Eliminate VPATH. |
---|
148 | * startup/Makefile.am: Eliminate VPATH. |
---|
149 | |
---|
150 | 2003-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
151 | |
---|
152 | PR 545/bsps |
---|
153 | * startup/setvec.c: Removed. |
---|
154 | |
---|
155 | 2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
156 | |
---|
157 | * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g. |
---|
158 | |
---|
159 | 2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
160 | |
---|
161 | * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES. |
---|
162 | * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES. |
---|
163 | * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES. |
---|
164 | * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES. |
---|
165 | |
---|
166 | 2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
167 | |
---|
168 | * configure.ac: Require automake >= 1.8, autoconf >= 2.59. |
---|
169 | |
---|
170 | 2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
171 | |
---|
172 | * Makefile.am: Misc cleanups and fixes. |
---|
173 | * startup/Makefile.am: Misc cleanups and fixes. |
---|
174 | * wrapup/Makefile.am: Misc cleanups and fixes. |
---|
175 | |
---|
176 | 2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
177 | |
---|
178 | * Makefile.am: Add preinstallation dirstamp support. |
---|
179 | * clock/Makefile.am: Cosmetics. |
---|
180 | * console/Makefile.am: Cosmetics. |
---|
181 | * ide/Makefile.am: Cosmetics. |
---|
182 | * irq/Makefile.am: Add preinstallation dirstamp support. |
---|
183 | * network/Makefile.am: Cosmetics. |
---|
184 | * startup/Makefile.am: Cosmetics. |
---|
185 | * vectors/Makefile.am: Add preinstallation dirstamp support. |
---|
186 | * wrapup/Makefile.am: Cosmetics. |
---|
187 | |
---|
188 | 2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
189 | |
---|
190 | * clock/Makefile.am: Remove all-local: $(ARCH). |
---|
191 | * console/Makefile.am: Remove all-local: $(ARCH). |
---|
192 | * ide/Makefile.am: Remove all-local: $(ARCH). |
---|
193 | * irq/Makefile.am: Remove all-local: $(ARCH). |
---|
194 | * network/Makefile.am: Remove all-local: $(ARCH). |
---|
195 | * startup/Makefile.am: Remove all-local: $(ARCH). |
---|
196 | * vectors/Makefile.am: Remove all-local: $(ARCH). |
---|
197 | * wrapup/Makefile.am: Remove all-local: $(ARCH). |
---|
198 | |
---|
199 | 2003-10-22 Joel Sherrill <joel@OARcorp.com> |
---|
200 | |
---|
201 | PR 510/bsps |
---|
202 | * irq/irq.h: Add extern C wrapper. |
---|
203 | |
---|
204 | 2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
205 | |
---|
206 | * Makefile.am: Merge-in include/Makefile.am. |
---|
207 | Reflect changes to bsp.am. |
---|
208 | * include/Makefile.am: Remove. |
---|
209 | * configure.ac: Reflect changes above. |
---|
210 | |
---|
211 | 2003-09-04 Joel Sherrill <joel@OARcorp.com> |
---|
212 | |
---|
213 | * clock/p_clock.c, ide/pcmcia_ide.c, include/bsp.h, include/coverhd.h, |
---|
214 | irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c, |
---|
215 | startup/bspstart.c, startup/bspstart.c.nocache, startup/imbx8xx.c, |
---|
216 | startup/mmutlbtab.c, startup/setvec.c, startup/start.S, |
---|
217 | vectors/vectors.h, vectors/vectors_init.c: URL for license changed. |
---|
218 | |
---|
219 | 2003-08-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
220 | |
---|
221 | * ide/Makefile.am: Don't include @RTEMS_BSP@.cfg. |
---|
222 | |
---|
223 | 2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
224 | |
---|
225 | * Makefile.am: Reflect having moved aclocal/. |
---|
226 | |
---|
227 | 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
228 | |
---|
229 | * Makefile.am: Reflect having moved automake/. |
---|
230 | * clock/Makefile.am: Reflect having moved automake/. |
---|
231 | * console/Makefile.am: Reflect having moved automake/. |
---|
232 | * ide/Makefile.am: Reflect having moved automake/. |
---|
233 | * include/Makefile.am: Reflect having moved automake/. |
---|
234 | * irq/Makefile.am: Reflect having moved automake/. |
---|
235 | * network/Makefile.am: Reflect having moved automake/. |
---|
236 | * startup/Makefile.am: Reflect having moved automake/. |
---|
237 | * vectors/Makefile.am: Reflect having moved automake/. |
---|
238 | * wrapup/Makefile.am: Reflect having moved automake/. |
---|
239 | |
---|
240 | 2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
241 | |
---|
242 | * configure.ac: Use rtems-bugs@rtems.com as bug report email address. |
---|
243 | |
---|
244 | 2003-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
245 | |
---|
246 | PR 445/bsps |
---|
247 | * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp. |
---|
248 | Remove cpp, old_cpp (now unused). |
---|
249 | |
---|
250 | 2003-07-18 Till Straumann <strauman@slac.stanford.edu> |
---|
251 | |
---|
252 | PR 288/rtems |
---|
253 | * irq/irq_asm.S, startup/bspstart.c: _ISR_Nest_level is now properly |
---|
254 | maintained. |
---|
255 | |
---|
256 | 2003-04-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
257 | |
---|
258 | * ide/.cvsignore: Add. |
---|
259 | |
---|
260 | 2003-03-25 Thomas Doerfler <Thomas.Doerfler@imd-systems.de> |
---|
261 | |
---|
262 | PR 368/filesystem |
---|
263 | * ide/*: added BSP support for libchip standard ide driver |
---|
264 | |
---|
265 | 2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
266 | |
---|
267 | * configure.ac: Remove AC_CONFIG_AUX_DIR. |
---|
268 | |
---|
269 | 2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
270 | |
---|
271 | * configure.ac: AM_INIT_AUTOMAKE([1.7.2]). |
---|
272 | |
---|
273 | 2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
274 | |
---|
275 | * configure.ac: AC_PREREQ(2.57). |
---|
276 | |
---|
277 | 2003-01-20 Joel Sherrill <joel@OARcorp.com> |
---|
278 | |
---|
279 | * startup/linkcmds*: Add FreeBSD sysctl() sections. |
---|
280 | |
---|
281 | 2002-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
282 | |
---|
283 | * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg. |
---|
284 | * console/Makefile.am: Don't include @RTEMS_BSP@.cfg. |
---|
285 | * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg. |
---|
286 | Remove SORDID_HACK. Eliminate *_O_FILES. |
---|
287 | * network/Makefile.am: Don't include @RTEMS_BSP@.cfg. |
---|
288 | * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg. |
---|
289 | * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg. |
---|
290 | |
---|
291 | 2002-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
292 | |
---|
293 | * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg. |
---|
294 | |
---|
295 | 2002-11-04 Joel Sherrill <joel@OARcorp.com> |
---|
296 | |
---|
297 | * console/console.c, network/network.c: Removed warnings. |
---|
298 | |
---|
299 | 2002-11-04 Joel Sherrill <joel@OARcorp.com> |
---|
300 | |
---|
301 | * console/console.c, network/network.c: Removed warnings. |
---|
302 | |
---|
303 | 2002-11-01 Joel Sherrill <joel@OARcorp.com> |
---|
304 | |
---|
305 | * clock/p_clock.c, console/console.c, startup/bspstart.c: Removed |
---|
306 | warnings. |
---|
307 | |
---|
308 | 2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
309 | |
---|
310 | * .cvsignore: Reformat. |
---|
311 | Add autom4te*cache. |
---|
312 | Remove autom4te.cache. |
---|
313 | |
---|
314 | 2002-08-21 Joel Sherrill <joel@OARcorp.com> |
---|
315 | |
---|
316 | * bsp_specs: Added support for -nostdlibs. |
---|
317 | |
---|
318 | 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
319 | |
---|
320 | * clock/Makefile.am: Use .$(OBJEXT) instead of .o. |
---|
321 | * console/Makefile.am: Use .$(OBJEXT) instead of .o. |
---|
322 | * irq/Makefile.am: Use .$(OBJEXT) instead of .o. |
---|
323 | * network/Makefile.am: Use .$(OBJEXT) instead of .o. |
---|
324 | * startup/Makefile.am: Use .$(OBJEXT) instead of .o. |
---|
325 | * vectors/Makefile.am: Use .$(OBJEXT) instead of .o. |
---|
326 | * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o. |
---|
327 | |
---|
328 | 2002-08-01 Joel Sherrill <joel@OARcorp.com> |
---|
329 | |
---|
330 | * include/coverhd.h: Per PR261 removed include of |
---|
331 | <rtems/score/targopts.h> because the file is no longer being |
---|
332 | generated and really wasn't being used anyway. |
---|
333 | |
---|
334 | 2002-07-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
335 | |
---|
336 | * startup/Makefile.am: Add bsplib_DATA = linkcmds. |
---|
337 | |
---|
338 | 2002-07-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
339 | |
---|
340 | * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES. |
---|
341 | Remove $(OBJS) from all-local. |
---|
342 | |
---|
343 | 2002-06-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
344 | |
---|
345 | * wrapup/Makefile.am: Remove preinstallation of libbsp.a, |
---|
346 | |
---|
347 | 2001-05-09 Joel Sherrill <joel@OARcorp.com> |
---|
348 | |
---|
349 | * startup/linkcmds: In support of gcc 3.1, added one of more |
---|
350 | of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, |
---|
351 | .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections |
---|
352 | and direction of segments to memory regions may also have been |
---|
353 | addressed. This was a sweep across all BSPs. |
---|
354 | |
---|
355 | 2002-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
356 | |
---|
357 | * irq/irq.c: Reflect changes to <rtems/score/cpu.h>. |
---|
358 | Fix loopCounter. |
---|
359 | * irq/irq_asm.S: Reflect changes to <rtems/score/cpu.h>. |
---|
360 | * vectors/vectors.S: Ditto. |
---|
361 | * vectors/vectors_init.c: Include <rtems/bspIo.h>. |
---|
362 | |
---|
363 | 2002-04-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
364 | |
---|
365 | * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>. |
---|
366 | |
---|
367 | 2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
368 | |
---|
369 | * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT). |
---|
370 | Remove RTEMS_ENABLE_LIBCDIR. |
---|
371 | |
---|
372 | 2001-04-08 Joel Sherrill <joel@OARcorp.com> |
---|
373 | |
---|
374 | * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame |
---|
375 | |
---|
376 | 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
377 | |
---|
378 | * configure.ac: |
---|
379 | AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). |
---|
380 | AM_INIT_AUTOMAKE([no-define foreign 1.6]). |
---|
381 | * clock/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
382 | * Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
383 | * console/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
384 | * include/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
385 | * irq/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
386 | * network/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
387 | * startup/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
388 | * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
389 | * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
390 | |
---|
391 | 2001-01-16 Eric Valette <valette@crt.canon.fr> |
---|
392 | |
---|
393 | * vector/vector.S, irq/irq_asm.S: Make sure vectors work properly |
---|
394 | in RAM and Flash based code. The code executed for the Flash |
---|
395 | version runs in both cases (code in Flash/code in RAM) but as it |
---|
396 | is less efficient than the one optimized for RAM, it put it inside |
---|
397 | ifdef. A compilation error is generated if code is linked in Flash |
---|
398 | with the correct ifdef set... |
---|
399 | |
---|
400 | 2001-01-16 Eric Valette <valette@crt.canon.fr> |
---|
401 | |
---|
402 | * irq/irq.c: Correct minor bug in mbx8xx interrupt handling. |
---|
403 | Quoting Eric, "In theory it should be applied in each mpc8xx |
---|
404 | related BSP but as I cannot test it plase maintainer/users |
---|
405 | submit patch accordingly." |
---|
406 | |
---|
407 | 2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
408 | |
---|
409 | * console/console.c: Include rtems/bspIo.h instead of bspIo.h. |
---|
410 | |
---|
411 | 2001-12-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
412 | |
---|
413 | * configure.ac: Remove RTEMS_ENABLE_NETWORKING. |
---|
414 | |
---|
415 | 2001-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
416 | |
---|
417 | * configure.ac: Introduce RTEMS_BSP_CONFIGURE. |
---|
418 | |
---|
419 | 2001-11-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
420 | |
---|
421 | * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE), |
---|
422 | RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE). |
---|
423 | |
---|
424 | 2001-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
425 | |
---|
426 | * Makefile.am: Add @exceptions@ to SUBDIRS. |
---|
427 | * configure.ac: Add RTEMS_BSPOPTS_*(), merge-in settings |
---|
428 | from make/custom/mbx*.cfg, add RTEMS_PPC_EXCEPTIONS([new]). |
---|
429 | * include/Makefile.am: Convert PREINSTALL_FILES to |
---|
430 | TMPINSTALL_FILES, include force-preinstall.am. |
---|
431 | * vectors/Makefile.am: remove bogus VPATH. |
---|
432 | * wrapup/Makefile.am: Apply @exceptions@. |
---|
433 | |
---|
434 | 2001-10-29 Joel Sherrill <joel@OARcorp.com> |
---|
435 | |
---|
436 | * include/bsp.h: Modify Install_tm27_vector() so this BSP will link tm27. |
---|
437 | |
---|
438 | 2001-10-12 Joel Sherrill <joel@OARcorp.com> |
---|
439 | |
---|
440 | * clock/p_clock.c, include/bsp.h, include/coverhd.h, |
---|
441 | startup/bspstart.c, startup/bspstart.c.nocache, startup/setvec.c, |
---|
442 | startup/start.S: Fixed typo. |
---|
443 | |
---|
444 | 2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
445 | |
---|
446 | * .cvsignore: Add autom4te.cache for autoconf > 2.52. |
---|
447 | * configure.in: Remove. |
---|
448 | * configure.ac: New file, generated from configure.in by autoupdate. |
---|
449 | |
---|
450 | 2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
451 | |
---|
452 | * include/Makefile.am: Use 'PREINSTALL_FILES ='. |
---|
453 | * irq/Makefile.am: Use 'PREINSTALL_FILES ='. |
---|
454 | * vectors/Makefile.am: Use 'PREINSTALL_FILES ='. |
---|
455 | |
---|
456 | 2001-08-31 Eric Valette <valette@crf.canon.fr> |
---|
457 | |
---|
458 | * network/network.c: Fix to account for return value when |
---|
459 | installing interrupts handler. |
---|
460 | |
---|
461 | 2001-06-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
462 | |
---|
463 | * configure.in: Add bspopts.h. |
---|
464 | * include/.cvsignore: Add bspopts.h*, stamp-h*. |
---|
465 | * include/Makefile.am: Use *_HEADERS instead of *H_FILES. |
---|
466 | * include/bsp.h: Include bspopts.h. |
---|
467 | |
---|
468 | 2000-06-08 Eric Valette <valette@crf.canon.fr> |
---|
469 | |
---|
470 | * console/console.c, include/commproc.h, startup/start.S: |
---|
471 | The printk/printf did not work when loaded by EPPCBUG. They did |
---|
472 | work when loaded with the BDM debugger. I suspected EPPBUG |
---|
473 | made some nasty things like patching Communication processor |
---|
474 | microcode... Anyway, the attached patch: |
---|
475 | 1) Enables to have printk nearly immediately after boot, |
---|
476 | 2) Make printf work automagically (I do not know why except I make a |
---|
477 | different initialization for printk that should be overwritten by |
---|
478 | console init later ?) |
---|
479 | |
---|
480 | I let the default to be using EPPCBUG embedded firmware to boot and |
---|
481 | using this printk early enabler code (LOADED_BY_EPPCBUG and |
---|
482 | EARLY_CONSOLE) are on. |
---|
483 | |
---|
484 | 2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
485 | |
---|
486 | * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]). |
---|
487 | |
---|
488 | 2001-04-20 Eric Valette <valette@crf.canon.fr> |
---|
489 | |
---|
490 | * include/bsp.h: Added include of <bsp/vectors.h> |
---|
491 | * vectors/vectors.h: Corrected typos. |
---|
492 | |
---|
493 | 2001-04-11 Eric Valette <valette@crf.canon.fr> |
---|
494 | |
---|
495 | * network/network.c: Fix unnecessary double assignment. |
---|
496 | |
---|
497 | 2001-03-30 Eric Valette <valette@crf.canon.fr> |
---|
498 | |
---|
499 | * clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, |
---|
500 | include/8xx_immap.h, include/commproc.h, include/mbx.h, |
---|
501 | irq/.cvsignore, irq/Makefile.am, irq/irq.c, irq/irq.h, |
---|
502 | irq/irq_asm.S, irq/irq_init.c, vectors/.cvsignore, |
---|
503 | vectors/Makefile.am, vectors/vectors.S, vectors/vectors.h, |
---|
504 | vectors/vectors_init.c: New files. |
---|
505 | * Makefile.am, configure.in, console/console.c, |
---|
506 | include/Makefile.am, network/network.c, startup/Makefile.am, |
---|
507 | startup/bspstart.c, startup/imbx8xx.c, startup/linkcmds, |
---|
508 | startup/mmutlbtab.c, startup/start.S, wrapup/Makefile.am: |
---|
509 | The modifications to this BSP reflect the conversion of the |
---|
510 | mpc8xx CPU to the "new exception processing model." |
---|
511 | |
---|
512 | 2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
513 | |
---|
514 | * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS. |
---|
515 | |
---|
516 | 2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
517 | |
---|
518 | * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal. |
---|
519 | |
---|
520 | 2000-11-01 Joel Sherrill <joel@OARcorp.com> |
---|
521 | |
---|
522 | * startup/bspstart.c, startup/bspstart.c: assoc.h, error.h, libio_.h, |
---|
523 | libio.h, and libcsupport.h moved from libc to lib/include/rtems and |
---|
524 | now must be referenced as <rtems/XXX.h>. Header file order |
---|
525 | was cleaned up while doing this. |
---|
526 | Also removed obsolete references to STACK_CHECKER_ON. |
---|
527 | |
---|
528 | 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
529 | |
---|
530 | * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. |
---|
531 | Switch to GNU canonicalization. |
---|
532 | |
---|
533 | 2000-10-20 Joel Sherrill <joel@OARcorp.com> |
---|
534 | |
---|
535 | * console/console.c: Add mbx8xx_console_get_configuration() which |
---|
536 | returns either nvram configuration or a static equivalent. |
---|
537 | |
---|
538 | 2000-10-18 Joel Sherrill <joel@OARcorp.com> |
---|
539 | |
---|
540 | * console/console.c: Added BSP dependent routine |
---|
541 | mbx8xx_console_use_maximum_buffer_size() required by mbx8xx |
---|
542 | console-generic code. This avoids libcpu use of bsp.h. |
---|
543 | |
---|
544 | 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
545 | |
---|
546 | * console/Makefile.am, network/Makefile.am, startup/Makefile.am, |
---|
547 | wrapup/Makefile.am: Include compile.am |
---|
548 | |
---|
549 | 2000-08-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
550 | |
---|
551 | * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICAL_TOOLS |
---|
552 | |
---|
553 | 2000-08-11 Charles-Antoine Gauthier <charles.gauthier@nrc.ca> |
---|
554 | |
---|
555 | * README: |
---|
556 | * console/console.c: |
---|
557 | * include/bsp.h: |
---|
558 | * network/network.c: |
---|
559 | * startup/bspstart.c: |
---|
560 | Add support for configuration parameters in NVRAM |
---|
561 | |
---|
562 | 2000-08-11 Charles-Antoine Gauthier <charles.gauthier@nrc.ca> |
---|
563 | |
---|
564 | * console/console.c: Fix polled input. |
---|
565 | |
---|
566 | 2000-08-10 Charles-Antoine Gauthier <charles.gauthier@nrc.ca> |
---|
567 | |
---|
568 | * README: Updated. |
---|
569 | * console/console.c: Addition of support for shared printk and |
---|
570 | no termios. |
---|
571 | * include/bsp.h: Addition of second parameter to |
---|
572 | rtems_enet_driver_attach. Removed prototypes for printk and |
---|
573 | BSP_output_string. |
---|
574 | * network/network.c(rtems_enet_driver_attach): Addition of second |
---|
575 | parameter to function. |
---|
576 | |
---|
577 | 2000-08-10 Joel Sherrill <joel@OARcorp.com> |
---|
578 | |
---|
579 | * ChangeLog: New file. |
---|