source: rtems/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog @ c7179542

4.104.114.84.95
Last change on this file since c7179542 was c7179542, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/19/05 at 06:15:46

2005-09-19 Ralf Corsepius <ralf.corsepius@…>

  • network/network.c: Include <errno.h> instead of <sys/errno.h>.
  • Property mode set to 100644
File size: 20.0 KB
RevLine 
[c7179542]12005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * network/network.c: Include <errno.h> instead of <sys/errno.h>.
4
[848e900]52005-09-12      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
6
[b5496de]7        PR 527/bsps
[848e900]8        PR 822/bsps
9        * console/console.c, startup/bspstart.c, startup/imbx8xx.c,
10        startup/mmutlbtab.c, startup/start.S, vectors/vectors_init.c:
11        Currently the MBX8xx BSP does not boot, because some logical errors
12        are in the startup code. Additionally, the mpc8xx shared clock driver
13        does not support the clocking scheme of some of the board variants,
14        which are clocked from a 32768Hz (!) external crystal.
15
[34c4852]162005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
17
18        * include/bsp.h: New header guard.
19
[adc53ec9]202005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
21
22        * irq/irq.c, irq/irq.h, network/network.c: Modified to use rtems/irq.h.
23
[702919b]242005-05-05      Jennifer Averett <jennifer.averett@oarcorp.com>
25
26        * irq/irq_init.c, network/network.c: Fix calls/routines to match
27        prototypes. Modified when a parameter was added to ISRs.
28
[ef546c3]292005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
30
31        * clock/p_clock.c, irq/irq.c, irq/irq_init.c: Addition of a parameter
32        to ISRs
33
[8a463b4]342005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
35
36        PR 779/bsp
37        * irq/irq.c, irq/irq.h:  add parameter to new exception
38        interrupt handlers in powerpc bsps
39
[1899fe4]402005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
41
42        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
43        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
44        CPU_MINIMUM_STACK_FRAME_SIZE.
45
[756f4a4]462005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
47
48        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
49
[5133bd6]502005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
51
52        * Makefile.am: Merge-in wrapup/Makefile.am.
53        * wrapup/Makefile.am: Remove.
54        * configure.ac: Reflect changes above.
55
[b4a0a8d]562005-01-20      Joel Sherrill <joel@OARcorp.com>
57
58        * include/commproc.h: The variable cpmp was not used anywhere but
59        console.c and was static in console.c, so should not have been in
60        this file as extern.
61
[844609f9]622005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
63
64        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
65
[71cbb66]662005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
67
68        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
69
[b25dcbd6]702004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
71
72        PR 703/filesystem
73        * ide/pcmcia_ide.c: Extend the "modes_available" and "mode_active" parameters
74        to uint16_t for UDMA support.
75
[97891e5e]762004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
77
78        * configure.ac: Require automake > 1.9.
79
[888bc77]802004-07-25      Joel Sherrill <joel@OARcorp.com>
81
82        * network/network.c: Add include of <sys/errno.h>.
83
[3defec6]842004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
85
86        PR 610/bsps
87        * Makefile.am: Add include/tm27.h, Cosmetics.
88        * include/tm27.h: Final cosmetics.
89
[76488aa]902004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
91
92        * include/bsp.h: Split out tmtest27 support.
93        * include/tm27.h: New.
94
[3344730a]952004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
96
97        PR 613/bsps
98        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
99
[7dd6e8d]1002004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
101
102        PR 614/bsps
103        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
104
[56aecad]1052004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
106
107        * startup/start.S: Include <rtems/asm.h> instead of <asm.h>.
108
[152c523]1092004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
110
111        * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
112        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
113        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
114        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
115
[1c17b3e]1162004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
117
118        * console/console.c, ide/pcmcia_ide.c, network/network.c,
119        startup/bspstart.c, startup/bspstart.c.nocache, startup/imbx8xx.c:
120        Convert to using c99 fixed size types.
121
[2a7f9a28]1222004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: Reflect changes to bsp.am.
125        Preinstall dist_project_lib*.
126
[6ac101b]1272004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Reflect changes to bsp.am.
130
[062ed08]1312004-02-08      Joel Sherrill <joel@OARcorp.com>
132
133        * Makefile.am: Add irq.h and vectors.h
134
[7820451]1352004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * wrapup/Makefile.am: Convert to automake-building rules.
138
[65e6a0f5]1392004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
142        ide/Makefile.am, irq/Makefile.am, network/Makefile.am,
143        startup/Makefile.am, vectors/Makefile.am. Use automake compilation rules.
144        * clock/Makefile.am, console/Makefile.am, ide/Makefile.am,
145        irq/Makefile.am, network/Makefile.am, startup/Makefile.am,
146        vectors/Makefile.am: Remove.
147        * configure.ac: Reflect changes above.
148        * wrapup/Makefile.am: Reflect changes above.
149
[84b68f5f]1502004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * wrapup/Makefile.am: Reflect changes to
153        ../support/*exception_processing/*.
154
[f3c5a0ec]1552004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
158        Add RTEMS_PROG_CCAS.
159
[283dd510]1602004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Makefile.am: Add PREINSTALL_DIRS.
163        * irq/Makefile.am: Add PREINSTALL_DIRS.
164        * vectors/Makefile.am: Add PREINSTALL_DIRS.
165        * wrapup/Makefile.am: Reflect changes to libcpu.
166
[a33f15b]1672004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
170        Add PRE/TMPINSTALL_FILES to CLEANFILES.
171        * irq/Makefile.am: Ditto.
172        * startup/Makefile.am: Ditto.
173        * vectors/Makefile.am: Ditto.
174
[6411947]1752004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * wrapup/Makefile.am: Eliminate $(LIB).
178        Use noinst_DATA to trigger building libbsp.a.
179
[926ec3b2]1802003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * clock/Makefile.am: Eliminate VPATH.
183        * console/Makefile.am: Eliminate VPATH.
184        * ide/Makefile.am: Eliminate VPATH.
185        * irq/Makefile.am: Eliminate VPATH.
186        * network/Makefile.am: Eliminate VPATH.
187        * startup/Makefile.am: Eliminate VPATH.
188
[98f63691]1892003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        PR 545/bsps
192        * startup/setvec.c: Removed.
193
[e393f28]1942003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
197
[7eeb740a]1982003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
201        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
202        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
203        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
204
[810720b6]2052003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
208
[82706f2]2092003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * Makefile.am: Misc cleanups and fixes.
212        * startup/Makefile.am: Misc cleanups and fixes.
213        * wrapup/Makefile.am: Misc cleanups and fixes.
214
[cc5f439]2152003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * Makefile.am: Add preinstallation dirstamp support.
218        * clock/Makefile.am: Cosmetics.
219        * console/Makefile.am: Cosmetics.
220        * ide/Makefile.am: Cosmetics.
221        * irq/Makefile.am: Add preinstallation dirstamp support.
222        * network/Makefile.am: Cosmetics.
223        * startup/Makefile.am: Cosmetics.
224        * vectors/Makefile.am: Add preinstallation dirstamp support.
225        * wrapup/Makefile.am: Cosmetics.
226
[42fa2c9]2272003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * clock/Makefile.am: Remove all-local: $(ARCH).
230        * console/Makefile.am: Remove all-local: $(ARCH).
231        * ide/Makefile.am: Remove all-local: $(ARCH).
232        * irq/Makefile.am: Remove all-local: $(ARCH).
233        * network/Makefile.am: Remove all-local: $(ARCH).
234        * startup/Makefile.am: Remove all-local: $(ARCH).
235        * vectors/Makefile.am: Remove all-local: $(ARCH).
236        * wrapup/Makefile.am: Remove all-local: $(ARCH).
237
[ae1f243]2382003-10-22      Joel Sherrill <joel@OARcorp.com>
239
240        PR 510/bsps
241        * irq/irq.h: Add extern C wrapper.
242
[db0b369]2432003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * Makefile.am: Merge-in include/Makefile.am.
246        Reflect changes to bsp.am.
247        * include/Makefile.am: Remove.
248        * configure.ac: Reflect changes above.
249
[1e7cbc5]2502003-09-04      Joel Sherrill <joel@OARcorp.com>
251
252        * clock/p_clock.c, ide/pcmcia_ide.c, include/bsp.h, include/coverhd.h,
253        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
254        startup/bspstart.c, startup/bspstart.c.nocache, startup/imbx8xx.c,
255        startup/mmutlbtab.c, startup/setvec.c, startup/start.S,
256        vectors/vectors.h, vectors/vectors_init.c: URL for license changed.
257
[fb7f8d3]2582003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
261
[fe8bc62f]2622003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * Makefile.am: Reflect having moved aclocal/.
265
[724cc1e]2662003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
[c483a4e]268        * Makefile.am: Reflect having moved automake/.
269        * clock/Makefile.am: Reflect having moved automake/.
270        * console/Makefile.am: Reflect having moved automake/.
271        * ide/Makefile.am: Reflect having moved automake/.
272        * include/Makefile.am: Reflect having moved automake/.
273        * irq/Makefile.am: Reflect having moved automake/.
274        * network/Makefile.am: Reflect having moved automake/.
275        * startup/Makefile.am: Reflect having moved automake/.
276        * vectors/Makefile.am: Reflect having moved automake/.
277        * wrapup/Makefile.am: Reflect having moved automake/.
[724cc1e]278
[7dcc3fe]2792003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
282
[d266acd2]2832003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
[75fcb394]285        PR 445/bsps
[d266acd2]286        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
287        Remove cpp, old_cpp (now unused).
288
[ae20a3e2]2892003-07-18      Till Straumann <strauman@slac.stanford.edu>
290
291        PR 288/rtems
292        * irq/irq_asm.S, startup/bspstart.c: _ISR_Nest_level is now properly
293        maintained.
294
[6c987cca]2952003-04-04       Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * ide/.cvsignore: Add.
298
[ebe5abc]2992003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
300
301        PR 368/filesystem
302        * ide/*: added BSP support for libchip standard ide driver
303
[7a97f26]3042003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * configure.ac: Remove AC_CONFIG_AUX_DIR.
307
[ccd81b60]3082003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
311
[9b5c258]3122003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * configure.ac: AC_PREREQ(2.57).
315
[1d36d2af]3162003-01-20      Joel Sherrill <joel@OARcorp.com>
317
318        * startup/linkcmds*: Add FreeBSD sysctl() sections.
319
[0d3876b]3202002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
323        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
324        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
325        Remove SORDID_HACK. Eliminate *_O_FILES.
326        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
327        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
328        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
329
[8361b50]3302002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
333
[844de99]3342002-11-04      Joel Sherrill <joel@OARcorp.com>
335
336        * console/console.c, network/network.c: Removed warnings.
337
[1740467b]3382002-11-04      Joel Sherrill <joel@OARcorp.com>
339
340        * console/console.c, network/network.c: Removed warnings.
341
[3d1c0aa]3422002-11-01      Joel Sherrill <joel@OARcorp.com>
343
344        * clock/p_clock.c, console/console.c, startup/bspstart.c: Removed
345        warnings.
346
[8730f45]3472002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * .cvsignore: Reformat.
350        Add autom4te*cache.
351        Remove autom4te.cache.
352
[a2ae30c2]3532002-08-21      Joel Sherrill <joel@OARcorp.com>
354
355        * bsp_specs: Added support for -nostdlibs.
356
[61a1c787]3572002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
360        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
361        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
362        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
363        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
364        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
365        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
366
[8378eae]3672002-08-01      Joel Sherrill <joel@OARcorp.com>
368
369        * include/coverhd.h: Per PR261 removed include of
370        <rtems/score/targopts.h> because the file is no longer being
371        generated and really wasn't being used anyway.
372
[f1feebb]3732002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
376
[445c0a0]3772002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
380        Remove $(OBJS) from all-local.
381
[80defac]3822002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
385
[85c92574]3862001-05-09      Joel Sherrill <joel@OARcorp.com>
387
388        * startup/linkcmds: In support of gcc 3.1, added one of more
389        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
390        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
391        and direction of segments to memory regions may also have been
392        addressed.  This was a sweep across all BSPs.
393 
[8038731]3942002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
397        Fix loopCounter.
398        * irq/irq_asm.S:  Reflect changes to <rtems/score/cpu.h>.
399        * vectors/vectors.S: Ditto.
400        * vectors/vectors_init.c: Include <rtems/bspIo.h>.
401
[fb19f111]4022002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
405
[34338a2f]4062002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
409          Remove RTEMS_ENABLE_LIBCDIR.
410
[238f450]4112001-04-08      Joel Sherrill <joel@OARcorp.com>
412
413        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
414 
[8d0782a]4152002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * configure.ac:
418        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
419        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
420        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
421        * Makefile.am: Remove AUTOMAKE_OPTIONS.
422        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
423        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
424        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
425        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
426        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
427        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
428        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
429
[46c1096]4302001-01-16      Eric Valette <valette@crt.canon.fr>
431
432        * vector/vector.S, irq/irq_asm.S: Make sure vectors work properly
433        in RAM and Flash based code.  The code executed for the Flash
434        version runs in both cases (code in Flash/code in RAM) but as it
435        is less efficient than the one optimized for RAM, it put it inside
436        ifdef.  A compilation error is generated if code is linked in Flash
437        with the correct ifdef set...
438
[be1c6bcd]4392001-01-16      Eric Valette <valette@crt.canon.fr>
440
441        * irq/irq.c: Correct minor bug in mbx8xx interrupt handling.
442        Quoting Eric, "In theory it should be applied in each mpc8xx
443        related BSP but as I cannot test it plase maintainer/users
444        submit patch accordingly."
445
[4385f2df]4462002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
449
[85ca769]4502001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
453
[9e1ae79]4542001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
457
[14e1c414]4582001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
461        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
462
[bb507e9]4632001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * Makefile.am: Add @exceptions@ to SUBDIRS.
466        * configure.ac: Add RTEMS_BSPOPTS_*(), merge-in settings
467        from make/custom/mbx*.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
468        * include/Makefile.am: Convert PREINSTALL_FILES to
469        TMPINSTALL_FILES, include force-preinstall.am.
470        * vectors/Makefile.am: remove bogus VPATH.
471        * wrapup/Makefile.am: Apply @exceptions@.
472
[a19a7302]4732001-10-29      Joel Sherrill <joel@OARcorp.com>
474
475        * include/bsp.h: Modify Install_tm27_vector() so this BSP will link tm27.
476
[182712f7]4772001-10-12      Joel Sherrill <joel@OARcorp.com>
478
479        * clock/p_clock.c, include/bsp.h, include/coverhd.h,
480        startup/bspstart.c, startup/bspstart.c.nocache, startup/setvec.c,
481        startup/start.S: Fixed typo.
482
[df25c998]4832001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
486        * configure.in: Remove.
487        * configure.ac: New file, generated from configure.in by autoupdate.
488
[25bc7ee8]4892001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
492        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
493        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
494
[73aef37f]4952001-08-31  Eric Valette <valette@crf.canon.fr>
496
497        * network/network.c: Fix to account for return value when
498        installing interrupts handler.
499
[d4f9cef5]5002001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * configure.in: Add bspopts.h.
503        * include/.cvsignore: Add bspopts.h*, stamp-h*.
504        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
505        * include/bsp.h: Include bspopts.h.
506
[0eef948f]5072000-06-08      Eric Valette <valette@crf.canon.fr>
508
509        * console/console.c, include/commproc.h, startup/start.S:
510        The printk/printf did not work when loaded by EPPCBUG. They did
511        work when loaded with the BDM debugger.  I suspected EPPBUG
512        made some nasty things like patching Communication processor
513        microcode...  Anyway, the attached patch:
514          1) Enables to have printk nearly immediately after boot,
515          2) Make printf work automagically (I do not know why except I make a
516        different initialization for printk that should be overwritten by
517        console init later ?)
518
519        I let the default to be using EPPCBUG embedded firmware to boot and
520        using this printk early enabler code (LOADED_BY_EPPCBUG and
521        EARLY_CONSOLE) are on.
522
[6f21328]5232001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
524
525        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
526
[52dace9]5272001-04-20      Eric Valette <valette@crf.canon.fr>
528
529        * include/bsp.h: Added include of <bsp/vectors.h>
530        * vectors/vectors.h: Corrected typos.
531
[49ec556]5322001-04-11      Eric Valette <valette@crf.canon.fr>
533
534        * network/network.c: Fix unnecessary double assignment.
535
[35bb69b]5362001-03-30      Eric Valette <valette@crf.canon.fr>
537
538        * clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
539        include/8xx_immap.h, include/commproc.h, include/mbx.h,
540        irq/.cvsignore, irq/Makefile.am, irq/irq.c, irq/irq.h,
541        irq/irq_asm.S, irq/irq_init.c, vectors/.cvsignore,
542        vectors/Makefile.am, vectors/vectors.S, vectors/vectors.h,
543        vectors/vectors_init.c: New files.
544        * Makefile.am, configure.in, console/console.c,
545        include/Makefile.am, network/network.c, startup/Makefile.am,
546        startup/bspstart.c, startup/imbx8xx.c, startup/linkcmds,
547        startup/mmutlbtab.c, startup/start.S, wrapup/Makefile.am:
548        The modifications to this BSP reflect the conversion of the
549        mpc8xx CPU to the "new exception processing model."
550
[feead226]5512000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
554
[a314d3b4]5552000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
557        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
558
[fd152eb2]5592000-11-01      Joel Sherrill <joel@OARcorp.com>
560
561        * startup/bspstart.c, startup/bspstart.c: assoc.h, error.h, libio_.h,
562        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
563        now must be referenced as <rtems/XXX.h>.   Header file order
564        was cleaned up while doing this.
565        Also removed obsolete references to STACK_CHECKER_ON.
566
[e83378d]5672000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
570        Switch to GNU canonicalization.
571
[6a041407]5722000-10-20      Joel Sherrill <joel@OARcorp.com>
573
574        * console/console.c: Add mbx8xx_console_get_configuration() which
575        returns either nvram configuration or a static equivalent.
576
[1fc2292d]5772000-10-18      Joel Sherrill <joel@OARcorp.com>
578
579        * console/console.c: Added BSP dependent routine
580        mbx8xx_console_use_maximum_buffer_size() required by mbx8xx
581        console-generic code.  This avoids libcpu use of bsp.h.
582
[761feae]5832000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
584
585        * console/Makefile.am, network/Makefile.am, startup/Makefile.am,
586        wrapup/Makefile.am: Include compile.am
587
[c7b98723]5882000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
589
590        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICAL_TOOLS
591
[00ff4cd]5922000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
593
594        * README:
595        * console/console.c:
596        * include/bsp.h:
597        * network/network.c:
598        * startup/bspstart.c:
599        Add support for configuration parameters in NVRAM
600
[e7de167c]6012000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
602
603        * console/console.c: Fix polled input.
604
[59d4d513]6052000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
606
607        * README: Updated.
608        * console/console.c: Addition of support for shared printk and
609        no termios.
610        * include/bsp.h: Addition of second parameter to
611        rtems_enet_driver_attach. Removed prototypes for printk and
612        BSP_output_string.
613        * network/network.c(rtems_enet_driver_attach): Addition of second
614        parameter to function.
615
[e94ad1fe]6162000-08-10      Joel Sherrill <joel@OARcorp.com>
617
618        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.