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

4.104.114.84.95
Last change on this file since b25dcbd6 was b25dcbd6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/20/04 at 04:20:56

2004-11-20 Thomas Doerfler <Thomas.Doerfler@…>

PR 703/filesystem

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