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

4.104.114.84.95
Last change on this file since 844609f9 was 844609f9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/07/05 at 06:57:39

2005-01-07 Ralf Corsepius <ralf.corsepius@…>

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