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

4.104.114.84.95
Last change on this file since 14091f5c was b5496de, checked in by Joel Sherrill <joel.sherrill@…>, on 09/12/05 at 13:38:05

Added reference to PR527.

  • Property mode set to 100644
File size: 19.9 KB
Line 
12005-09-12      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2
3        PR 527/bsps
4        PR 822/bsps
5        * console/console.c, startup/bspstart.c, startup/imbx8xx.c,
6        startup/mmutlbtab.c, startup/start.S, vectors/vectors_init.c:
7        Currently the MBX8xx BSP does not boot, because some logical errors
8        are in the startup code. Additionally, the mpc8xx shared clock driver
9        does not support the clocking scheme of some of the board variants,
10        which are clocked from a 32768Hz (!) external crystal.
11
122005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
13
14        * include/bsp.h: New header guard.
15
162005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
17
18        * irq/irq.c, irq/irq.h, network/network.c: Modified to use rtems/irq.h.
19
202005-05-05      Jennifer Averett <jennifer.averett@oarcorp.com>
21
22        * irq/irq_init.c, network/network.c: Fix calls/routines to match
23        prototypes. Modified when a parameter was added to ISRs.
24
252005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
26
27        * clock/p_clock.c, irq/irq.c, irq/irq_init.c: Addition of a parameter
28        to ISRs
29
302005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
31
32        PR 779/bsp
33        * irq/irq.c, irq/irq.h:  add parameter to new exception
34        interrupt handlers in powerpc bsps
35
362005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
37
38        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
39        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
40        CPU_MINIMUM_STACK_FRAME_SIZE.
41
422005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
43
44        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
45
462005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
47
48        * Makefile.am: Merge-in wrapup/Makefile.am.
49        * wrapup/Makefile.am: Remove.
50        * configure.ac: Reflect changes above.
51
522005-01-20      Joel Sherrill <joel@OARcorp.com>
53
54        * include/commproc.h: The variable cpmp was not used anywhere but
55        console.c and was static in console.c, so should not have been in
56        this file as extern.
57
582005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
59
60        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
61
622005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
63
64        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
65
662004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
67
68        PR 703/filesystem
69        * ide/pcmcia_ide.c: Extend the "modes_available" and "mode_active" parameters
70        to uint16_t for UDMA support.
71
722004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
73
74        * configure.ac: Require automake > 1.9.
75
762004-07-25      Joel Sherrill <joel@OARcorp.com>
77
78        * network/network.c: Add include of <sys/errno.h>.
79
802004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
81
82        PR 610/bsps
83        * Makefile.am: Add include/tm27.h, Cosmetics.
84        * include/tm27.h: Final cosmetics.
85
862004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
87
88        * include/bsp.h: Split out tmtest27 support.
89        * include/tm27.h: New.
90
912004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
92
93        PR 613/bsps
94        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
95
962004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
97
98        PR 614/bsps
99        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
100
1012004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
102
103        * startup/start.S: Include <rtems/asm.h> instead of <asm.h>.
104
1052004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
106
107        * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
108        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
109        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
110        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
111
1122004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
113
114        * console/console.c, ide/pcmcia_ide.c, network/network.c,
115        startup/bspstart.c, startup/bspstart.c.nocache, startup/imbx8xx.c:
116        Convert to using c99 fixed size types.
117
1182004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: Reflect changes to bsp.am.
121        Preinstall dist_project_lib*.
122
1232004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: Reflect changes to bsp.am.
126
1272004-02-08      Joel Sherrill <joel@OARcorp.com>
128
129        * Makefile.am: Add irq.h and vectors.h
130
1312004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * wrapup/Makefile.am: Convert to automake-building rules.
134
1352004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
138        ide/Makefile.am, irq/Makefile.am, network/Makefile.am,
139        startup/Makefile.am, vectors/Makefile.am. Use automake compilation rules.
140        * clock/Makefile.am, console/Makefile.am, ide/Makefile.am,
141        irq/Makefile.am, network/Makefile.am, startup/Makefile.am,
142        vectors/Makefile.am: Remove.
143        * configure.ac: Reflect changes above.
144        * wrapup/Makefile.am: Reflect changes above.
145
1462004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * wrapup/Makefile.am: Reflect changes to
149        ../support/*exception_processing/*.
150
1512004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
154        Add RTEMS_PROG_CCAS.
155
1562004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * Makefile.am: Add PREINSTALL_DIRS.
159        * irq/Makefile.am: Add PREINSTALL_DIRS.
160        * vectors/Makefile.am: Add PREINSTALL_DIRS.
161        * wrapup/Makefile.am: Reflect changes to libcpu.
162
1632004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
166        Add PRE/TMPINSTALL_FILES to CLEANFILES.
167        * irq/Makefile.am: Ditto.
168        * startup/Makefile.am: Ditto.
169        * vectors/Makefile.am: Ditto.
170
1712004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * wrapup/Makefile.am: Eliminate $(LIB).
174        Use noinst_DATA to trigger building libbsp.a.
175
1762003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * clock/Makefile.am: Eliminate VPATH.
179        * console/Makefile.am: Eliminate VPATH.
180        * ide/Makefile.am: Eliminate VPATH.
181        * irq/Makefile.am: Eliminate VPATH.
182        * network/Makefile.am: Eliminate VPATH.
183        * startup/Makefile.am: Eliminate VPATH.
184
1852003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        PR 545/bsps
188        * startup/setvec.c: Removed.
189
1902003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
193
1942003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
197        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
198        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
199        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
200
2012003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
204
2052003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * Makefile.am: Misc cleanups and fixes.
208        * startup/Makefile.am: Misc cleanups and fixes.
209        * wrapup/Makefile.am: Misc cleanups and fixes.
210
2112003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * Makefile.am: Add preinstallation dirstamp support.
214        * clock/Makefile.am: Cosmetics.
215        * console/Makefile.am: Cosmetics.
216        * ide/Makefile.am: Cosmetics.
217        * irq/Makefile.am: Add preinstallation dirstamp support.
218        * network/Makefile.am: Cosmetics.
219        * startup/Makefile.am: Cosmetics.
220        * vectors/Makefile.am: Add preinstallation dirstamp support.
221        * wrapup/Makefile.am: Cosmetics.
222
2232003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * clock/Makefile.am: Remove all-local: $(ARCH).
226        * console/Makefile.am: Remove all-local: $(ARCH).
227        * ide/Makefile.am: Remove all-local: $(ARCH).
228        * irq/Makefile.am: Remove all-local: $(ARCH).
229        * network/Makefile.am: Remove all-local: $(ARCH).
230        * startup/Makefile.am: Remove all-local: $(ARCH).
231        * vectors/Makefile.am: Remove all-local: $(ARCH).
232        * wrapup/Makefile.am: Remove all-local: $(ARCH).
233
2342003-10-22      Joel Sherrill <joel@OARcorp.com>
235
236        PR 510/bsps
237        * irq/irq.h: Add extern C wrapper.
238
2392003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * Makefile.am: Merge-in include/Makefile.am.
242        Reflect changes to bsp.am.
243        * include/Makefile.am: Remove.
244        * configure.ac: Reflect changes above.
245
2462003-09-04      Joel Sherrill <joel@OARcorp.com>
247
248        * clock/p_clock.c, ide/pcmcia_ide.c, include/bsp.h, include/coverhd.h,
249        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
250        startup/bspstart.c, startup/bspstart.c.nocache, startup/imbx8xx.c,
251        startup/mmutlbtab.c, startup/setvec.c, startup/start.S,
252        vectors/vectors.h, vectors/vectors_init.c: URL for license changed.
253
2542003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
257
2582003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * Makefile.am: Reflect having moved aclocal/.
261
2622003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * Makefile.am: Reflect having moved automake/.
265        * clock/Makefile.am: Reflect having moved automake/.
266        * console/Makefile.am: Reflect having moved automake/.
267        * ide/Makefile.am: Reflect having moved automake/.
268        * include/Makefile.am: Reflect having moved automake/.
269        * irq/Makefile.am: Reflect having moved automake/.
270        * network/Makefile.am: Reflect having moved automake/.
271        * startup/Makefile.am: Reflect having moved automake/.
272        * vectors/Makefile.am: Reflect having moved automake/.
273        * wrapup/Makefile.am: Reflect having moved automake/.
274
2752003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
278
2792003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        PR 445/bsps
282        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
283        Remove cpp, old_cpp (now unused).
284
2852003-07-18      Till Straumann <strauman@slac.stanford.edu>
286
287        PR 288/rtems
288        * irq/irq_asm.S, startup/bspstart.c: _ISR_Nest_level is now properly
289        maintained.
290
2912003-04-04       Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * ide/.cvsignore: Add.
294
2952003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
296
297        PR 368/filesystem
298        * ide/*: added BSP support for libchip standard ide driver
299
3002003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * configure.ac: Remove AC_CONFIG_AUX_DIR.
303
3042003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
307
3082003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * configure.ac: AC_PREREQ(2.57).
311
3122003-01-20      Joel Sherrill <joel@OARcorp.com>
313
314        * startup/linkcmds*: Add FreeBSD sysctl() sections.
315
3162002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
319        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
320        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
321        Remove SORDID_HACK. Eliminate *_O_FILES.
322        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
323        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
324        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
325
3262002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
329
3302002-11-04      Joel Sherrill <joel@OARcorp.com>
331
332        * console/console.c, network/network.c: Removed warnings.
333
3342002-11-04      Joel Sherrill <joel@OARcorp.com>
335
336        * console/console.c, network/network.c: Removed warnings.
337
3382002-11-01      Joel Sherrill <joel@OARcorp.com>
339
340        * clock/p_clock.c, console/console.c, startup/bspstart.c: Removed
341        warnings.
342
3432002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * .cvsignore: Reformat.
346        Add autom4te*cache.
347        Remove autom4te.cache.
348
3492002-08-21      Joel Sherrill <joel@OARcorp.com>
350
351        * bsp_specs: Added support for -nostdlibs.
352
3532002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
356        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
357        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
358        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
359        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
360        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
361        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
362
3632002-08-01      Joel Sherrill <joel@OARcorp.com>
364
365        * include/coverhd.h: Per PR261 removed include of
366        <rtems/score/targopts.h> because the file is no longer being
367        generated and really wasn't being used anyway.
368
3692002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
372
3732002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
376        Remove $(OBJS) from all-local.
377
3782002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
381
3822001-05-09      Joel Sherrill <joel@OARcorp.com>
383
384        * startup/linkcmds: In support of gcc 3.1, added one of more
385        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
386        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
387        and direction of segments to memory regions may also have been
388        addressed.  This was a sweep across all BSPs.
389 
3902002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
393        Fix loopCounter.
394        * irq/irq_asm.S:  Reflect changes to <rtems/score/cpu.h>.
395        * vectors/vectors.S: Ditto.
396        * vectors/vectors_init.c: Include <rtems/bspIo.h>.
397
3982002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
401
4022002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
405          Remove RTEMS_ENABLE_LIBCDIR.
406
4072001-04-08      Joel Sherrill <joel@OARcorp.com>
408
409        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
410 
4112002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * configure.ac:
414        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
415        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
416        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
417        * Makefile.am: Remove AUTOMAKE_OPTIONS.
418        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
419        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
420        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
421        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
422        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
423        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
424        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
425
4262001-01-16      Eric Valette <valette@crt.canon.fr>
427
428        * vector/vector.S, irq/irq_asm.S: Make sure vectors work properly
429        in RAM and Flash based code.  The code executed for the Flash
430        version runs in both cases (code in Flash/code in RAM) but as it
431        is less efficient than the one optimized for RAM, it put it inside
432        ifdef.  A compilation error is generated if code is linked in Flash
433        with the correct ifdef set...
434
4352001-01-16      Eric Valette <valette@crt.canon.fr>
436
437        * irq/irq.c: Correct minor bug in mbx8xx interrupt handling.
438        Quoting Eric, "In theory it should be applied in each mpc8xx
439        related BSP but as I cannot test it plase maintainer/users
440        submit patch accordingly."
441
4422002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
445
4462001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
449
4502001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
453
4542001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
457        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
458
4592001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * Makefile.am: Add @exceptions@ to SUBDIRS.
462        * configure.ac: Add RTEMS_BSPOPTS_*(), merge-in settings
463        from make/custom/mbx*.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
464        * include/Makefile.am: Convert PREINSTALL_FILES to
465        TMPINSTALL_FILES, include force-preinstall.am.
466        * vectors/Makefile.am: remove bogus VPATH.
467        * wrapup/Makefile.am: Apply @exceptions@.
468
4692001-10-29      Joel Sherrill <joel@OARcorp.com>
470
471        * include/bsp.h: Modify Install_tm27_vector() so this BSP will link tm27.
472
4732001-10-12      Joel Sherrill <joel@OARcorp.com>
474
475        * clock/p_clock.c, include/bsp.h, include/coverhd.h,
476        startup/bspstart.c, startup/bspstart.c.nocache, startup/setvec.c,
477        startup/start.S: Fixed typo.
478
4792001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
482        * configure.in: Remove.
483        * configure.ac: New file, generated from configure.in by autoupdate.
484
4852001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
488        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
489        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
490
4912001-08-31  Eric Valette <valette@crf.canon.fr>
492
493        * network/network.c: Fix to account for return value when
494        installing interrupts handler.
495
4962001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * configure.in: Add bspopts.h.
499        * include/.cvsignore: Add bspopts.h*, stamp-h*.
500        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
501        * include/bsp.h: Include bspopts.h.
502
5032000-06-08      Eric Valette <valette@crf.canon.fr>
504
505        * console/console.c, include/commproc.h, startup/start.S:
506        The printk/printf did not work when loaded by EPPCBUG. They did
507        work when loaded with the BDM debugger.  I suspected EPPBUG
508        made some nasty things like patching Communication processor
509        microcode...  Anyway, the attached patch:
510          1) Enables to have printk nearly immediately after boot,
511          2) Make printf work automagically (I do not know why except I make a
512        different initialization for printk that should be overwritten by
513        console init later ?)
514
515        I let the default to be using EPPCBUG embedded firmware to boot and
516        using this printk early enabler code (LOADED_BY_EPPCBUG and
517        EARLY_CONSOLE) are on.
518
5192001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
520
521        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
522
5232001-04-20      Eric Valette <valette@crf.canon.fr>
524
525        * include/bsp.h: Added include of <bsp/vectors.h>
526        * vectors/vectors.h: Corrected typos.
527
5282001-04-11      Eric Valette <valette@crf.canon.fr>
529
530        * network/network.c: Fix unnecessary double assignment.
531
5322001-03-30      Eric Valette <valette@crf.canon.fr>
533
534        * clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
535        include/8xx_immap.h, include/commproc.h, include/mbx.h,
536        irq/.cvsignore, irq/Makefile.am, irq/irq.c, irq/irq.h,
537        irq/irq_asm.S, irq/irq_init.c, vectors/.cvsignore,
538        vectors/Makefile.am, vectors/vectors.S, vectors/vectors.h,
539        vectors/vectors_init.c: New files.
540        * Makefile.am, configure.in, console/console.c,
541        include/Makefile.am, network/network.c, startup/Makefile.am,
542        startup/bspstart.c, startup/imbx8xx.c, startup/linkcmds,
543        startup/mmutlbtab.c, startup/start.S, wrapup/Makefile.am:
544        The modifications to this BSP reflect the conversion of the
545        mpc8xx CPU to the "new exception processing model."
546
5472000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
550
5512000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
554
5552000-11-01      Joel Sherrill <joel@OARcorp.com>
556
557        * startup/bspstart.c, startup/bspstart.c: assoc.h, error.h, libio_.h,
558        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
559        now must be referenced as <rtems/XXX.h>.   Header file order
560        was cleaned up while doing this.
561        Also removed obsolete references to STACK_CHECKER_ON.
562
5632000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
566        Switch to GNU canonicalization.
567
5682000-10-20      Joel Sherrill <joel@OARcorp.com>
569
570        * console/console.c: Add mbx8xx_console_get_configuration() which
571        returns either nvram configuration or a static equivalent.
572
5732000-10-18      Joel Sherrill <joel@OARcorp.com>
574
575        * console/console.c: Added BSP dependent routine
576        mbx8xx_console_use_maximum_buffer_size() required by mbx8xx
577        console-generic code.  This avoids libcpu use of bsp.h.
578
5792000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
580
581        * console/Makefile.am, network/Makefile.am, startup/Makefile.am,
582        wrapup/Makefile.am: Include compile.am
583
5842000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
585
586        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICAL_TOOLS
587
5882000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
589
590        * README:
591        * console/console.c:
592        * include/bsp.h:
593        * network/network.c:
594        * startup/bspstart.c:
595        Add support for configuration parameters in NVRAM
596
5972000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
598
599        * console/console.c: Fix polled input.
600
6012000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
602
603        * README: Updated.
604        * console/console.c: Addition of support for shared printk and
605        no termios.
606        * include/bsp.h: Addition of second parameter to
607        rtems_enet_driver_attach. Removed prototypes for printk and
608        BSP_output_string.
609        * network/network.c(rtems_enet_driver_attach): Addition of second
610        parameter to function.
611
6122000-08-10      Joel Sherrill <joel@OARcorp.com>
613
614        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.