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

4.104.114.84.95
Last change on this file since 1899fe4 was 1899fe4, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/17/05 at 04:29:15

2005-02-17 Ralf Corsepius <ralf.corsepius@…>

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