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

4.104.114.84.95
Last change on this file since 702919b was 702919b, checked in by Jennifer Averett <Jennifer.Averett@…>, on 05/05/05 at 19:35:38

2005-05-05 Jennifer Averett <jennifer.averett@…>

  • irq/irq_init.c, network/network.c: Fix calls/routines to match prototypes. Modified when a parameter was added to ISRs.
  • Property mode set to 100644
File size: 19.2 KB
Line 
12005-05-05      Jennifer Averett <jennifer.averett@oarcorp.com>
2
3        * irq/irq_init.c, network/network.c: Fix calls/routines to match
4        prototypes. Modified when a parameter was added to ISRs.
5
62005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
7
8        * clock/p_clock.c, irq/irq.c, irq/irq_init.c: Addition of a parameter
9        to ISRs
10
112005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
12
13        PR 779/bsp
14        * irq/irq.c, irq/irq.h:  add parameter to new exception
15        interrupt handlers in powerpc bsps
16
172005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
20        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
21        CPU_MINIMUM_STACK_FRAME_SIZE.
22
232005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
24
25        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
26
272005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
28
29        * Makefile.am: Merge-in wrapup/Makefile.am.
30        * wrapup/Makefile.am: Remove.
31        * configure.ac: Reflect changes above.
32
332005-01-20      Joel Sherrill <joel@OARcorp.com>
34
35        * include/commproc.h: The variable cpmp was not used anywhere but
36        console.c and was static in console.c, so should not have been in
37        this file as extern.
38
392005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
40
41        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
42
432005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
44
45        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
46
472004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
48
49        PR 703/filesystem
50        * ide/pcmcia_ide.c: Extend the "modes_available" and "mode_active" parameters
51        to uint16_t for UDMA support.
52
532004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
54
55        * configure.ac: Require automake > 1.9.
56
572004-07-25      Joel Sherrill <joel@OARcorp.com>
58
59        * network/network.c: Add include of <sys/errno.h>.
60
612004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
62
63        PR 610/bsps
64        * Makefile.am: Add include/tm27.h, Cosmetics.
65        * include/tm27.h: Final cosmetics.
66
672004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
68
69        * include/bsp.h: Split out tmtest27 support.
70        * include/tm27.h: New.
71
722004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
73
74        PR 613/bsps
75        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
76
772004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
78
79        PR 614/bsps
80        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
81
822004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
83
84        * startup/start.S: Include <rtems/asm.h> instead of <asm.h>.
85
862004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
87
88        * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
89        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
90        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
91        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
92
932004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
94
95        * console/console.c, ide/pcmcia_ide.c, network/network.c,
96        startup/bspstart.c, startup/bspstart.c.nocache, startup/imbx8xx.c:
97        Convert to using c99 fixed size types.
98
992004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Reflect changes to bsp.am.
102        Preinstall dist_project_lib*.
103
1042004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Reflect changes to bsp.am.
107
1082004-02-08      Joel Sherrill <joel@OARcorp.com>
109
110        * Makefile.am: Add irq.h and vectors.h
111
1122004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * wrapup/Makefile.am: Convert to automake-building rules.
115
1162004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
119        ide/Makefile.am, irq/Makefile.am, network/Makefile.am,
120        startup/Makefile.am, vectors/Makefile.am. Use automake compilation rules.
121        * clock/Makefile.am, console/Makefile.am, ide/Makefile.am,
122        irq/Makefile.am, network/Makefile.am, startup/Makefile.am,
123        vectors/Makefile.am: Remove.
124        * configure.ac: Reflect changes above.
125        * wrapup/Makefile.am: Reflect changes above.
126
1272004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * wrapup/Makefile.am: Reflect changes to
130        ../support/*exception_processing/*.
131
1322004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
135        Add RTEMS_PROG_CCAS.
136
1372004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: Add PREINSTALL_DIRS.
140        * irq/Makefile.am: Add PREINSTALL_DIRS.
141        * vectors/Makefile.am: Add PREINSTALL_DIRS.
142        * wrapup/Makefile.am: Reflect changes to libcpu.
143
1442004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
147        Add PRE/TMPINSTALL_FILES to CLEANFILES.
148        * irq/Makefile.am: Ditto.
149        * startup/Makefile.am: Ditto.
150        * vectors/Makefile.am: Ditto.
151
1522004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * wrapup/Makefile.am: Eliminate $(LIB).
155        Use noinst_DATA to trigger building libbsp.a.
156
1572003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * clock/Makefile.am: Eliminate VPATH.
160        * console/Makefile.am: Eliminate VPATH.
161        * ide/Makefile.am: Eliminate VPATH.
162        * irq/Makefile.am: Eliminate VPATH.
163        * network/Makefile.am: Eliminate VPATH.
164        * startup/Makefile.am: Eliminate VPATH.
165
1662003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        PR 545/bsps
169        * startup/setvec.c: Removed.
170
1712003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
174
1752003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
178        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
179        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
180        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
181
1822003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
185
1862003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * Makefile.am: Misc cleanups and fixes.
189        * startup/Makefile.am: Misc cleanups and fixes.
190        * wrapup/Makefile.am: Misc cleanups and fixes.
191
1922003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am: Add preinstallation dirstamp support.
195        * clock/Makefile.am: Cosmetics.
196        * console/Makefile.am: Cosmetics.
197        * ide/Makefile.am: Cosmetics.
198        * irq/Makefile.am: Add preinstallation dirstamp support.
199        * network/Makefile.am: Cosmetics.
200        * startup/Makefile.am: Cosmetics.
201        * vectors/Makefile.am: Add preinstallation dirstamp support.
202        * wrapup/Makefile.am: Cosmetics.
203
2042003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * clock/Makefile.am: Remove all-local: $(ARCH).
207        * console/Makefile.am: Remove all-local: $(ARCH).
208        * ide/Makefile.am: Remove all-local: $(ARCH).
209        * irq/Makefile.am: Remove all-local: $(ARCH).
210        * network/Makefile.am: Remove all-local: $(ARCH).
211        * startup/Makefile.am: Remove all-local: $(ARCH).
212        * vectors/Makefile.am: Remove all-local: $(ARCH).
213        * wrapup/Makefile.am: Remove all-local: $(ARCH).
214
2152003-10-22      Joel Sherrill <joel@OARcorp.com>
216
217        PR 510/bsps
218        * irq/irq.h: Add extern C wrapper.
219
2202003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * Makefile.am: Merge-in include/Makefile.am.
223        Reflect changes to bsp.am.
224        * include/Makefile.am: Remove.
225        * configure.ac: Reflect changes above.
226
2272003-09-04      Joel Sherrill <joel@OARcorp.com>
228
229        * clock/p_clock.c, ide/pcmcia_ide.c, include/bsp.h, include/coverhd.h,
230        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
231        startup/bspstart.c, startup/bspstart.c.nocache, startup/imbx8xx.c,
232        startup/mmutlbtab.c, startup/setvec.c, startup/start.S,
233        vectors/vectors.h, vectors/vectors_init.c: URL for license changed.
234
2352003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
238
2392003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * Makefile.am: Reflect having moved aclocal/.
242
2432003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * Makefile.am: Reflect having moved automake/.
246        * clock/Makefile.am: Reflect having moved automake/.
247        * console/Makefile.am: Reflect having moved automake/.
248        * ide/Makefile.am: Reflect having moved automake/.
249        * include/Makefile.am: Reflect having moved automake/.
250        * irq/Makefile.am: Reflect having moved automake/.
251        * network/Makefile.am: Reflect having moved automake/.
252        * startup/Makefile.am: Reflect having moved automake/.
253        * vectors/Makefile.am: Reflect having moved automake/.
254        * wrapup/Makefile.am: Reflect having moved automake/.
255
2562003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
259
2602003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        PR 445/bsps
263        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
264        Remove cpp, old_cpp (now unused).
265
2662003-07-18      Till Straumann <strauman@slac.stanford.edu>
267
268        PR 288/rtems
269        * irq/irq_asm.S, startup/bspstart.c: _ISR_Nest_level is now properly
270        maintained.
271
2722003-04-04       Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * ide/.cvsignore: Add.
275
2762003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
277
278        PR 368/filesystem
279        * ide/*: added BSP support for libchip standard ide driver
280
2812003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * configure.ac: Remove AC_CONFIG_AUX_DIR.
284
2852003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
288
2892003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * configure.ac: AC_PREREQ(2.57).
292
2932003-01-20      Joel Sherrill <joel@OARcorp.com>
294
295        * startup/linkcmds*: Add FreeBSD sysctl() sections.
296
2972002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
300        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
301        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
302        Remove SORDID_HACK. Eliminate *_O_FILES.
303        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
304        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
305        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
306
3072002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
310
3112002-11-04      Joel Sherrill <joel@OARcorp.com>
312
313        * console/console.c, network/network.c: Removed warnings.
314
3152002-11-04      Joel Sherrill <joel@OARcorp.com>
316
317        * console/console.c, network/network.c: Removed warnings.
318
3192002-11-01      Joel Sherrill <joel@OARcorp.com>
320
321        * clock/p_clock.c, console/console.c, startup/bspstart.c: Removed
322        warnings.
323
3242002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * .cvsignore: Reformat.
327        Add autom4te*cache.
328        Remove autom4te.cache.
329
3302002-08-21      Joel Sherrill <joel@OARcorp.com>
331
332        * bsp_specs: Added support for -nostdlibs.
333
3342002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
337        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
338        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
339        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
340        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
341        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
342        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
343
3442002-08-01      Joel Sherrill <joel@OARcorp.com>
345
346        * include/coverhd.h: Per PR261 removed include of
347        <rtems/score/targopts.h> because the file is no longer being
348        generated and really wasn't being used anyway.
349
3502002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
353
3542002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
357        Remove $(OBJS) from all-local.
358
3592002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
362
3632001-05-09      Joel Sherrill <joel@OARcorp.com>
364
365        * startup/linkcmds: In support of gcc 3.1, added one of more
366        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
367        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
368        and direction of segments to memory regions may also have been
369        addressed.  This was a sweep across all BSPs.
370 
3712002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
374        Fix loopCounter.
375        * irq/irq_asm.S:  Reflect changes to <rtems/score/cpu.h>.
376        * vectors/vectors.S: Ditto.
377        * vectors/vectors_init.c: Include <rtems/bspIo.h>.
378
3792002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
382
3832002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
386          Remove RTEMS_ENABLE_LIBCDIR.
387
3882001-04-08      Joel Sherrill <joel@OARcorp.com>
389
390        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
391 
3922002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * configure.ac:
395        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
396        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
397        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
398        * Makefile.am: Remove AUTOMAKE_OPTIONS.
399        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
400        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
401        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
402        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
403        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
404        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
405        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
406
4072001-01-16      Eric Valette <valette@crt.canon.fr>
408
409        * vector/vector.S, irq/irq_asm.S: Make sure vectors work properly
410        in RAM and Flash based code.  The code executed for the Flash
411        version runs in both cases (code in Flash/code in RAM) but as it
412        is less efficient than the one optimized for RAM, it put it inside
413        ifdef.  A compilation error is generated if code is linked in Flash
414        with the correct ifdef set...
415
4162001-01-16      Eric Valette <valette@crt.canon.fr>
417
418        * irq/irq.c: Correct minor bug in mbx8xx interrupt handling.
419        Quoting Eric, "In theory it should be applied in each mpc8xx
420        related BSP but as I cannot test it plase maintainer/users
421        submit patch accordingly."
422
4232002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
426
4272001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
430
4312001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
434
4352001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
438        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
439
4402001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * Makefile.am: Add @exceptions@ to SUBDIRS.
443        * configure.ac: Add RTEMS_BSPOPTS_*(), merge-in settings
444        from make/custom/mbx*.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
445        * include/Makefile.am: Convert PREINSTALL_FILES to
446        TMPINSTALL_FILES, include force-preinstall.am.
447        * vectors/Makefile.am: remove bogus VPATH.
448        * wrapup/Makefile.am: Apply @exceptions@.
449
4502001-10-29      Joel Sherrill <joel@OARcorp.com>
451
452        * include/bsp.h: Modify Install_tm27_vector() so this BSP will link tm27.
453
4542001-10-12      Joel Sherrill <joel@OARcorp.com>
455
456        * clock/p_clock.c, include/bsp.h, include/coverhd.h,
457        startup/bspstart.c, startup/bspstart.c.nocache, startup/setvec.c,
458        startup/start.S: Fixed typo.
459
4602001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
463        * configure.in: Remove.
464        * configure.ac: New file, generated from configure.in by autoupdate.
465
4662001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
469        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
470        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
471
4722001-08-31  Eric Valette <valette@crf.canon.fr>
473
474        * network/network.c: Fix to account for return value when
475        installing interrupts handler.
476
4772001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * configure.in: Add bspopts.h.
480        * include/.cvsignore: Add bspopts.h*, stamp-h*.
481        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
482        * include/bsp.h: Include bspopts.h.
483
4842000-06-08      Eric Valette <valette@crf.canon.fr>
485
486        * console/console.c, include/commproc.h, startup/start.S:
487        The printk/printf did not work when loaded by EPPCBUG. They did
488        work when loaded with the BDM debugger.  I suspected EPPBUG
489        made some nasty things like patching Communication processor
490        microcode...  Anyway, the attached patch:
491          1) Enables to have printk nearly immediately after boot,
492          2) Make printf work automagically (I do not know why except I make a
493        different initialization for printk that should be overwritten by
494        console init later ?)
495
496        I let the default to be using EPPCBUG embedded firmware to boot and
497        using this printk early enabler code (LOADED_BY_EPPCBUG and
498        EARLY_CONSOLE) are on.
499
5002001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
501
502        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
503
5042001-04-20      Eric Valette <valette@crf.canon.fr>
505
506        * include/bsp.h: Added include of <bsp/vectors.h>
507        * vectors/vectors.h: Corrected typos.
508
5092001-04-11      Eric Valette <valette@crf.canon.fr>
510
511        * network/network.c: Fix unnecessary double assignment.
512
5132001-03-30      Eric Valette <valette@crf.canon.fr>
514
515        * clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
516        include/8xx_immap.h, include/commproc.h, include/mbx.h,
517        irq/.cvsignore, irq/Makefile.am, irq/irq.c, irq/irq.h,
518        irq/irq_asm.S, irq/irq_init.c, vectors/.cvsignore,
519        vectors/Makefile.am, vectors/vectors.S, vectors/vectors.h,
520        vectors/vectors_init.c: New files.
521        * Makefile.am, configure.in, console/console.c,
522        include/Makefile.am, network/network.c, startup/Makefile.am,
523        startup/bspstart.c, startup/imbx8xx.c, startup/linkcmds,
524        startup/mmutlbtab.c, startup/start.S, wrapup/Makefile.am:
525        The modifications to this BSP reflect the conversion of the
526        mpc8xx CPU to the "new exception processing model."
527
5282000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
531
5322000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
535
5362000-11-01      Joel Sherrill <joel@OARcorp.com>
537
538        * startup/bspstart.c, startup/bspstart.c: assoc.h, error.h, libio_.h,
539        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
540        now must be referenced as <rtems/XXX.h>.   Header file order
541        was cleaned up while doing this.
542        Also removed obsolete references to STACK_CHECKER_ON.
543
5442000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
547        Switch to GNU canonicalization.
548
5492000-10-20      Joel Sherrill <joel@OARcorp.com>
550
551        * console/console.c: Add mbx8xx_console_get_configuration() which
552        returns either nvram configuration or a static equivalent.
553
5542000-10-18      Joel Sherrill <joel@OARcorp.com>
555
556        * console/console.c: Added BSP dependent routine
557        mbx8xx_console_use_maximum_buffer_size() required by mbx8xx
558        console-generic code.  This avoids libcpu use of bsp.h.
559
5602000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
561
562        * console/Makefile.am, network/Makefile.am, startup/Makefile.am,
563        wrapup/Makefile.am: Include compile.am
564
5652000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
566
567        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICAL_TOOLS
568
5692000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
570
571        * README:
572        * console/console.c:
573        * include/bsp.h:
574        * network/network.c:
575        * startup/bspstart.c:
576        Add support for configuration parameters in NVRAM
577
5782000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
579
580        * console/console.c: Fix polled input.
581
5822000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
583
584        * README: Updated.
585        * console/console.c: Addition of support for shared printk and
586        no termios.
587        * include/bsp.h: Addition of second parameter to
588        rtems_enet_driver_attach. Removed prototypes for printk and
589        BSP_output_string.
590        * network/network.c(rtems_enet_driver_attach): Addition of second
591        parameter to function.
592
5932000-08-10      Joel Sherrill <joel@OARcorp.com>
594
595        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.