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

4.104.114.84.95
Last change on this file since 6af556b was 97891e5e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/24/04 at 05:54:59

2004-09-24 Ralf Corsepius <ralf_corsepius@…>

  • configure.ac: Require automake > 1.9.
  • Property mode set to 100644
File size: 17.6 KB
Line 
12004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * configure.ac: Require automake > 1.9.
4
52004-07-25      Joel Sherrill <joel@OARcorp.com>
6
7        * network/network.c: Add include of <sys/errno.h>.
8
92004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
10
11        PR 610/bsps
12        * Makefile.am: Add include/tm27.h, Cosmetics.
13        * include/tm27.h: Final cosmetics.
14
152004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
16
17        * include/bsp.h: Split out tmtest27 support.
18        * include/tm27.h: New.
19
202004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
21
22        PR 613/bsps
23        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
24
252004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
26
27        PR 614/bsps
28        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
29
302004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
31
32        * startup/start.S: Include <rtems/asm.h> instead of <asm.h>.
33
342004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
35
36        * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
37        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
38        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
39        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
40
412004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
42
43        * console/console.c, ide/pcmcia_ide.c, network/network.c,
44        startup/bspstart.c, startup/bspstart.c.nocache, startup/imbx8xx.c:
45        Convert to using c99 fixed size types.
46
472004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * Makefile.am: Reflect changes to bsp.am.
50        Preinstall dist_project_lib*.
51
522004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * Makefile.am: Reflect changes to bsp.am.
55
562004-02-08      Joel Sherrill <joel@OARcorp.com>
57
58        * Makefile.am: Add irq.h and vectors.h
59
602004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * wrapup/Makefile.am: Convert to automake-building rules.
63
642004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
67        ide/Makefile.am, irq/Makefile.am, network/Makefile.am,
68        startup/Makefile.am, vectors/Makefile.am. Use automake compilation rules.
69        * clock/Makefile.am, console/Makefile.am, ide/Makefile.am,
70        irq/Makefile.am, network/Makefile.am, startup/Makefile.am,
71        vectors/Makefile.am: Remove.
72        * configure.ac: Reflect changes above.
73        * wrapup/Makefile.am: Reflect changes above.
74
752004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * wrapup/Makefile.am: Reflect changes to
78        ../support/*exception_processing/*.
79
802004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
83        Add RTEMS_PROG_CCAS.
84
852004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am: Add PREINSTALL_DIRS.
88        * irq/Makefile.am: Add PREINSTALL_DIRS.
89        * vectors/Makefile.am: Add PREINSTALL_DIRS.
90        * wrapup/Makefile.am: Reflect changes to libcpu.
91
922004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
95        Add PRE/TMPINSTALL_FILES to CLEANFILES.
96        * irq/Makefile.am: Ditto.
97        * startup/Makefile.am: Ditto.
98        * vectors/Makefile.am: Ditto.
99
1002004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * wrapup/Makefile.am: Eliminate $(LIB).
103        Use noinst_DATA to trigger building libbsp.a.
104
1052003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * clock/Makefile.am: Eliminate VPATH.
108        * console/Makefile.am: Eliminate VPATH.
109        * ide/Makefile.am: Eliminate VPATH.
110        * irq/Makefile.am: Eliminate VPATH.
111        * network/Makefile.am: Eliminate VPATH.
112        * startup/Makefile.am: Eliminate VPATH.
113
1142003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        PR 545/bsps
117        * startup/setvec.c: Removed.
118
1192003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
122
1232003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
126        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
127        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
128        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
129
1302003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
133
1342003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: Misc cleanups and fixes.
137        * startup/Makefile.am: Misc cleanups and fixes.
138        * wrapup/Makefile.am: Misc cleanups and fixes.
139
1402003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * Makefile.am: Add preinstallation dirstamp support.
143        * clock/Makefile.am: Cosmetics.
144        * console/Makefile.am: Cosmetics.
145        * ide/Makefile.am: Cosmetics.
146        * irq/Makefile.am: Add preinstallation dirstamp support.
147        * network/Makefile.am: Cosmetics.
148        * startup/Makefile.am: Cosmetics.
149        * vectors/Makefile.am: Add preinstallation dirstamp support.
150        * wrapup/Makefile.am: Cosmetics.
151
1522003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * clock/Makefile.am: Remove all-local: $(ARCH).
155        * console/Makefile.am: Remove all-local: $(ARCH).
156        * ide/Makefile.am: Remove all-local: $(ARCH).
157        * irq/Makefile.am: Remove all-local: $(ARCH).
158        * network/Makefile.am: Remove all-local: $(ARCH).
159        * startup/Makefile.am: Remove all-local: $(ARCH).
160        * vectors/Makefile.am: Remove all-local: $(ARCH).
161        * wrapup/Makefile.am: Remove all-local: $(ARCH).
162
1632003-10-22      Joel Sherrill <joel@OARcorp.com>
164
165        PR 510/bsps
166        * irq/irq.h: Add extern C wrapper.
167
1682003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: Merge-in include/Makefile.am.
171        Reflect changes to bsp.am.
172        * include/Makefile.am: Remove.
173        * configure.ac: Reflect changes above.
174
1752003-09-04      Joel Sherrill <joel@OARcorp.com>
176
177        * clock/p_clock.c, ide/pcmcia_ide.c, include/bsp.h, include/coverhd.h,
178        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
179        startup/bspstart.c, startup/bspstart.c.nocache, startup/imbx8xx.c,
180        startup/mmutlbtab.c, startup/setvec.c, startup/start.S,
181        vectors/vectors.h, vectors/vectors_init.c: URL for license changed.
182
1832003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
186
1872003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * Makefile.am: Reflect having moved aclocal/.
190
1912003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * Makefile.am: Reflect having moved automake/.
194        * clock/Makefile.am: Reflect having moved automake/.
195        * console/Makefile.am: Reflect having moved automake/.
196        * ide/Makefile.am: Reflect having moved automake/.
197        * include/Makefile.am: Reflect having moved automake/.
198        * irq/Makefile.am: Reflect having moved automake/.
199        * network/Makefile.am: Reflect having moved automake/.
200        * startup/Makefile.am: Reflect having moved automake/.
201        * vectors/Makefile.am: Reflect having moved automake/.
202        * wrapup/Makefile.am: Reflect having moved automake/.
203
2042003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
207
2082003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        PR 445/bsps
211        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
212        Remove cpp, old_cpp (now unused).
213
2142003-07-18      Till Straumann <strauman@slac.stanford.edu>
215
216        PR 288/rtems
217        * irq/irq_asm.S, startup/bspstart.c: _ISR_Nest_level is now properly
218        maintained.
219
2202003-04-04       Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * ide/.cvsignore: Add.
223
2242003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
225
226        PR 368/filesystem
227        * ide/*: added BSP support for libchip standard ide driver
228
2292003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * configure.ac: Remove AC_CONFIG_AUX_DIR.
232
2332003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
236
2372003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * configure.ac: AC_PREREQ(2.57).
240
2412003-01-20      Joel Sherrill <joel@OARcorp.com>
242
243        * startup/linkcmds*: Add FreeBSD sysctl() sections.
244
2452002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
248        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
249        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
250        Remove SORDID_HACK. Eliminate *_O_FILES.
251        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
252        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
253        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
254
2552002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
258
2592002-11-04      Joel Sherrill <joel@OARcorp.com>
260
261        * console/console.c, network/network.c: Removed warnings.
262
2632002-11-04      Joel Sherrill <joel@OARcorp.com>
264
265        * console/console.c, network/network.c: Removed warnings.
266
2672002-11-01      Joel Sherrill <joel@OARcorp.com>
268
269        * clock/p_clock.c, console/console.c, startup/bspstart.c: Removed
270        warnings.
271
2722002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * .cvsignore: Reformat.
275        Add autom4te*cache.
276        Remove autom4te.cache.
277
2782002-08-21      Joel Sherrill <joel@OARcorp.com>
279
280        * bsp_specs: Added support for -nostdlibs.
281
2822002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
285        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
286        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
287        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
288        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
289        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
290        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
291
2922002-08-01      Joel Sherrill <joel@OARcorp.com>
293
294        * include/coverhd.h: Per PR261 removed include of
295        <rtems/score/targopts.h> because the file is no longer being
296        generated and really wasn't being used anyway.
297
2982002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
301
3022002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
305        Remove $(OBJS) from all-local.
306
3072002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
310
3112001-05-09      Joel Sherrill <joel@OARcorp.com>
312
313        * startup/linkcmds: In support of gcc 3.1, added one of more
314        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
315        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
316        and direction of segments to memory regions may also have been
317        addressed.  This was a sweep across all BSPs.
318 
3192002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
322        Fix loopCounter.
323        * irq/irq_asm.S:  Reflect changes to <rtems/score/cpu.h>.
324        * vectors/vectors.S: Ditto.
325        * vectors/vectors_init.c: Include <rtems/bspIo.h>.
326
3272002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
330
3312002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
334          Remove RTEMS_ENABLE_LIBCDIR.
335
3362001-04-08      Joel Sherrill <joel@OARcorp.com>
337
338        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
339 
3402002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * configure.ac:
343        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
344        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
345        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
346        * Makefile.am: Remove AUTOMAKE_OPTIONS.
347        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
348        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
349        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
350        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
351        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
352        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
353        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
354
3552001-01-16      Eric Valette <valette@crt.canon.fr>
356
357        * vector/vector.S, irq/irq_asm.S: Make sure vectors work properly
358        in RAM and Flash based code.  The code executed for the Flash
359        version runs in both cases (code in Flash/code in RAM) but as it
360        is less efficient than the one optimized for RAM, it put it inside
361        ifdef.  A compilation error is generated if code is linked in Flash
362        with the correct ifdef set...
363
3642001-01-16      Eric Valette <valette@crt.canon.fr>
365
366        * irq/irq.c: Correct minor bug in mbx8xx interrupt handling.
367        Quoting Eric, "In theory it should be applied in each mpc8xx
368        related BSP but as I cannot test it plase maintainer/users
369        submit patch accordingly."
370
3712002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
374
3752001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
378
3792001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
382
3832001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
386        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
387
3882001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * Makefile.am: Add @exceptions@ to SUBDIRS.
391        * configure.ac: Add RTEMS_BSPOPTS_*(), merge-in settings
392        from make/custom/mbx*.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
393        * include/Makefile.am: Convert PREINSTALL_FILES to
394        TMPINSTALL_FILES, include force-preinstall.am.
395        * vectors/Makefile.am: remove bogus VPATH.
396        * wrapup/Makefile.am: Apply @exceptions@.
397
3982001-10-29      Joel Sherrill <joel@OARcorp.com>
399
400        * include/bsp.h: Modify Install_tm27_vector() so this BSP will link tm27.
401
4022001-10-12      Joel Sherrill <joel@OARcorp.com>
403
404        * clock/p_clock.c, include/bsp.h, include/coverhd.h,
405        startup/bspstart.c, startup/bspstart.c.nocache, startup/setvec.c,
406        startup/start.S: Fixed typo.
407
4082001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
411        * configure.in: Remove.
412        * configure.ac: New file, generated from configure.in by autoupdate.
413
4142001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
417        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
418        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
419
4202001-08-31  Eric Valette <valette@crf.canon.fr>
421
422        * network/network.c: Fix to account for return value when
423        installing interrupts handler.
424
4252001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * configure.in: Add bspopts.h.
428        * include/.cvsignore: Add bspopts.h*, stamp-h*.
429        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
430        * include/bsp.h: Include bspopts.h.
431
4322000-06-08      Eric Valette <valette@crf.canon.fr>
433
434        * console/console.c, include/commproc.h, startup/start.S:
435        The printk/printf did not work when loaded by EPPCBUG. They did
436        work when loaded with the BDM debugger.  I suspected EPPBUG
437        made some nasty things like patching Communication processor
438        microcode...  Anyway, the attached patch:
439          1) Enables to have printk nearly immediately after boot,
440          2) Make printf work automagically (I do not know why except I make a
441        different initialization for printk that should be overwritten by
442        console init later ?)
443
444        I let the default to be using EPPCBUG embedded firmware to boot and
445        using this printk early enabler code (LOADED_BY_EPPCBUG and
446        EARLY_CONSOLE) are on.
447
4482001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
449
450        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
451
4522001-04-20      Eric Valette <valette@crf.canon.fr>
453
454        * include/bsp.h: Added include of <bsp/vectors.h>
455        * vectors/vectors.h: Corrected typos.
456
4572001-04-11      Eric Valette <valette@crf.canon.fr>
458
459        * network/network.c: Fix unnecessary double assignment.
460
4612001-03-30      Eric Valette <valette@crf.canon.fr>
462
463        * clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
464        include/8xx_immap.h, include/commproc.h, include/mbx.h,
465        irq/.cvsignore, irq/Makefile.am, irq/irq.c, irq/irq.h,
466        irq/irq_asm.S, irq/irq_init.c, vectors/.cvsignore,
467        vectors/Makefile.am, vectors/vectors.S, vectors/vectors.h,
468        vectors/vectors_init.c: New files.
469        * Makefile.am, configure.in, console/console.c,
470        include/Makefile.am, network/network.c, startup/Makefile.am,
471        startup/bspstart.c, startup/imbx8xx.c, startup/linkcmds,
472        startup/mmutlbtab.c, startup/start.S, wrapup/Makefile.am:
473        The modifications to this BSP reflect the conversion of the
474        mpc8xx CPU to the "new exception processing model."
475
4762000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
479
4802000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
483
4842000-11-01      Joel Sherrill <joel@OARcorp.com>
485
486        * startup/bspstart.c, startup/bspstart.c: assoc.h, error.h, libio_.h,
487        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
488        now must be referenced as <rtems/XXX.h>.   Header file order
489        was cleaned up while doing this.
490        Also removed obsolete references to STACK_CHECKER_ON.
491
4922000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
495        Switch to GNU canonicalization.
496
4972000-10-20      Joel Sherrill <joel@OARcorp.com>
498
499        * console/console.c: Add mbx8xx_console_get_configuration() which
500        returns either nvram configuration or a static equivalent.
501
5022000-10-18      Joel Sherrill <joel@OARcorp.com>
503
504        * console/console.c: Added BSP dependent routine
505        mbx8xx_console_use_maximum_buffer_size() required by mbx8xx
506        console-generic code.  This avoids libcpu use of bsp.h.
507
5082000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * console/Makefile.am, network/Makefile.am, startup/Makefile.am,
511        wrapup/Makefile.am: Include compile.am
512
5132000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICAL_TOOLS
516
5172000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
518
519        * README:
520        * console/console.c:
521        * include/bsp.h:
522        * network/network.c:
523        * startup/bspstart.c:
524        Add support for configuration parameters in NVRAM
525
5262000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
527
528        * console/console.c: Fix polled input.
529
5302000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
531
532        * README: Updated.
533        * console/console.c: Addition of support for shared printk and
534        no termios.
535        * include/bsp.h: Addition of second parameter to
536        rtems_enet_driver_attach. Removed prototypes for printk and
537        BSP_output_string.
538        * network/network.c(rtems_enet_driver_attach): Addition of second
539        parameter to function.
540
5412000-08-10      Joel Sherrill <joel@OARcorp.com>
542
543        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.