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

4.104.114.84.95
Last change on this file since 34c4852 was 34c4852, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/26/05 at 05:36:48

2005-05-26 Ralf Corsepius <ralf.corsepius@…>

  • include/bsp.h: New header guard.
  • Property mode set to 100644
File size: 19.4 KB
Line 
12005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * include/bsp.h: New header guard.
4
52005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
6
7        * irq/irq.c, irq/irq.h, network/network.c: Modified to use rtems/irq.h.
8
92005-05-05      Jennifer Averett <jennifer.averett@oarcorp.com>
10
11        * irq/irq_init.c, network/network.c: Fix calls/routines to match
12        prototypes. Modified when a parameter was added to ISRs.
13
142005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
15
16        * clock/p_clock.c, irq/irq.c, irq/irq_init.c: Addition of a parameter
17        to ISRs
18
192005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
20
21        PR 779/bsp
22        * irq/irq.c, irq/irq.h:  add parameter to new exception
23        interrupt handlers in powerpc bsps
24
252005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
26
27        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
28        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
29        CPU_MINIMUM_STACK_FRAME_SIZE.
30
312005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
32
33        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
34
352005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
36
37        * Makefile.am: Merge-in wrapup/Makefile.am.
38        * wrapup/Makefile.am: Remove.
39        * configure.ac: Reflect changes above.
40
412005-01-20      Joel Sherrill <joel@OARcorp.com>
42
43        * include/commproc.h: The variable cpmp was not used anywhere but
44        console.c and was static in console.c, so should not have been in
45        this file as extern.
46
472005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
48
49        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
50
512005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
52
53        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
54
552004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
56
57        PR 703/filesystem
58        * ide/pcmcia_ide.c: Extend the "modes_available" and "mode_active" parameters
59        to uint16_t for UDMA support.
60
612004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
62
63        * configure.ac: Require automake > 1.9.
64
652004-07-25      Joel Sherrill <joel@OARcorp.com>
66
67        * network/network.c: Add include of <sys/errno.h>.
68
692004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
70
71        PR 610/bsps
72        * Makefile.am: Add include/tm27.h, Cosmetics.
73        * include/tm27.h: Final cosmetics.
74
752004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
76
77        * include/bsp.h: Split out tmtest27 support.
78        * include/tm27.h: New.
79
802004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
81
82        PR 613/bsps
83        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
84
852004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
86
87        PR 614/bsps
88        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
89
902004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
91
92        * startup/start.S: Include <rtems/asm.h> instead of <asm.h>.
93
942004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
95
96        * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
97        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
98        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
99        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
100
1012004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
102
103        * console/console.c, ide/pcmcia_ide.c, network/network.c,
104        startup/bspstart.c, startup/bspstart.c.nocache, startup/imbx8xx.c:
105        Convert to using c99 fixed size types.
106
1072004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Reflect changes to bsp.am.
110        Preinstall dist_project_lib*.
111
1122004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Reflect changes to bsp.am.
115
1162004-02-08      Joel Sherrill <joel@OARcorp.com>
117
118        * Makefile.am: Add irq.h and vectors.h
119
1202004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * wrapup/Makefile.am: Convert to automake-building rules.
123
1242004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
127        ide/Makefile.am, irq/Makefile.am, network/Makefile.am,
128        startup/Makefile.am, vectors/Makefile.am. Use automake compilation rules.
129        * clock/Makefile.am, console/Makefile.am, ide/Makefile.am,
130        irq/Makefile.am, network/Makefile.am, startup/Makefile.am,
131        vectors/Makefile.am: Remove.
132        * configure.ac: Reflect changes above.
133        * wrapup/Makefile.am: Reflect changes above.
134
1352004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * wrapup/Makefile.am: Reflect changes to
138        ../support/*exception_processing/*.
139
1402004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
143        Add RTEMS_PROG_CCAS.
144
1452004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Makefile.am: Add PREINSTALL_DIRS.
148        * irq/Makefile.am: Add PREINSTALL_DIRS.
149        * vectors/Makefile.am: Add PREINSTALL_DIRS.
150        * wrapup/Makefile.am: Reflect changes to libcpu.
151
1522004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
155        Add PRE/TMPINSTALL_FILES to CLEANFILES.
156        * irq/Makefile.am: Ditto.
157        * startup/Makefile.am: Ditto.
158        * vectors/Makefile.am: Ditto.
159
1602004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * wrapup/Makefile.am: Eliminate $(LIB).
163        Use noinst_DATA to trigger building libbsp.a.
164
1652003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * clock/Makefile.am: Eliminate VPATH.
168        * console/Makefile.am: Eliminate VPATH.
169        * ide/Makefile.am: Eliminate VPATH.
170        * irq/Makefile.am: Eliminate VPATH.
171        * network/Makefile.am: Eliminate VPATH.
172        * startup/Makefile.am: Eliminate VPATH.
173
1742003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        PR 545/bsps
177        * startup/setvec.c: Removed.
178
1792003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
182
1832003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
186        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
187        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
188        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
189
1902003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
193
1942003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * Makefile.am: Misc cleanups and fixes.
197        * startup/Makefile.am: Misc cleanups and fixes.
198        * wrapup/Makefile.am: Misc cleanups and fixes.
199
2002003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * Makefile.am: Add preinstallation dirstamp support.
203        * clock/Makefile.am: Cosmetics.
204        * console/Makefile.am: Cosmetics.
205        * ide/Makefile.am: Cosmetics.
206        * irq/Makefile.am: Add preinstallation dirstamp support.
207        * network/Makefile.am: Cosmetics.
208        * startup/Makefile.am: Cosmetics.
209        * vectors/Makefile.am: Add preinstallation dirstamp support.
210        * wrapup/Makefile.am: Cosmetics.
211
2122003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * clock/Makefile.am: Remove all-local: $(ARCH).
215        * console/Makefile.am: Remove all-local: $(ARCH).
216        * ide/Makefile.am: Remove all-local: $(ARCH).
217        * irq/Makefile.am: Remove all-local: $(ARCH).
218        * network/Makefile.am: Remove all-local: $(ARCH).
219        * startup/Makefile.am: Remove all-local: $(ARCH).
220        * vectors/Makefile.am: Remove all-local: $(ARCH).
221        * wrapup/Makefile.am: Remove all-local: $(ARCH).
222
2232003-10-22      Joel Sherrill <joel@OARcorp.com>
224
225        PR 510/bsps
226        * irq/irq.h: Add extern C wrapper.
227
2282003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * Makefile.am: Merge-in include/Makefile.am.
231        Reflect changes to bsp.am.
232        * include/Makefile.am: Remove.
233        * configure.ac: Reflect changes above.
234
2352003-09-04      Joel Sherrill <joel@OARcorp.com>
236
237        * clock/p_clock.c, ide/pcmcia_ide.c, include/bsp.h, include/coverhd.h,
238        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
239        startup/bspstart.c, startup/bspstart.c.nocache, startup/imbx8xx.c,
240        startup/mmutlbtab.c, startup/setvec.c, startup/start.S,
241        vectors/vectors.h, vectors/vectors_init.c: URL for license changed.
242
2432003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
246
2472003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * Makefile.am: Reflect having moved aclocal/.
250
2512003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * Makefile.am: Reflect having moved automake/.
254        * clock/Makefile.am: Reflect having moved automake/.
255        * console/Makefile.am: Reflect having moved automake/.
256        * ide/Makefile.am: Reflect having moved automake/.
257        * include/Makefile.am: Reflect having moved automake/.
258        * irq/Makefile.am: Reflect having moved automake/.
259        * network/Makefile.am: Reflect having moved automake/.
260        * startup/Makefile.am: Reflect having moved automake/.
261        * vectors/Makefile.am: Reflect having moved automake/.
262        * wrapup/Makefile.am: Reflect having moved automake/.
263
2642003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
267
2682003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        PR 445/bsps
271        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
272        Remove cpp, old_cpp (now unused).
273
2742003-07-18      Till Straumann <strauman@slac.stanford.edu>
275
276        PR 288/rtems
277        * irq/irq_asm.S, startup/bspstart.c: _ISR_Nest_level is now properly
278        maintained.
279
2802003-04-04       Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * ide/.cvsignore: Add.
283
2842003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
285
286        PR 368/filesystem
287        * ide/*: added BSP support for libchip standard ide driver
288
2892003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * configure.ac: Remove AC_CONFIG_AUX_DIR.
292
2932003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
296
2972003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * configure.ac: AC_PREREQ(2.57).
300
3012003-01-20      Joel Sherrill <joel@OARcorp.com>
302
303        * startup/linkcmds*: Add FreeBSD sysctl() sections.
304
3052002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
308        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
309        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
310        Remove SORDID_HACK. Eliminate *_O_FILES.
311        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
312        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
313        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
314
3152002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
318
3192002-11-04      Joel Sherrill <joel@OARcorp.com>
320
321        * console/console.c, network/network.c: Removed warnings.
322
3232002-11-04      Joel Sherrill <joel@OARcorp.com>
324
325        * console/console.c, network/network.c: Removed warnings.
326
3272002-11-01      Joel Sherrill <joel@OARcorp.com>
328
329        * clock/p_clock.c, console/console.c, startup/bspstart.c: Removed
330        warnings.
331
3322002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * .cvsignore: Reformat.
335        Add autom4te*cache.
336        Remove autom4te.cache.
337
3382002-08-21      Joel Sherrill <joel@OARcorp.com>
339
340        * bsp_specs: Added support for -nostdlibs.
341
3422002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
345        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
346        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
347        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
348        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
349        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
350        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
351
3522002-08-01      Joel Sherrill <joel@OARcorp.com>
353
354        * include/coverhd.h: Per PR261 removed include of
355        <rtems/score/targopts.h> because the file is no longer being
356        generated and really wasn't being used anyway.
357
3582002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
361
3622002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
365        Remove $(OBJS) from all-local.
366
3672002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
370
3712001-05-09      Joel Sherrill <joel@OARcorp.com>
372
373        * startup/linkcmds: In support of gcc 3.1, added one of more
374        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
375        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
376        and direction of segments to memory regions may also have been
377        addressed.  This was a sweep across all BSPs.
378 
3792002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
382        Fix loopCounter.
383        * irq/irq_asm.S:  Reflect changes to <rtems/score/cpu.h>.
384        * vectors/vectors.S: Ditto.
385        * vectors/vectors_init.c: Include <rtems/bspIo.h>.
386
3872002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
390
3912002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
394          Remove RTEMS_ENABLE_LIBCDIR.
395
3962001-04-08      Joel Sherrill <joel@OARcorp.com>
397
398        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
399 
4002002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * configure.ac:
403        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
404        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
405        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
406        * Makefile.am: Remove AUTOMAKE_OPTIONS.
407        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
408        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
409        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
410        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
411        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
412        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
413        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
414
4152001-01-16      Eric Valette <valette@crt.canon.fr>
416
417        * vector/vector.S, irq/irq_asm.S: Make sure vectors work properly
418        in RAM and Flash based code.  The code executed for the Flash
419        version runs in both cases (code in Flash/code in RAM) but as it
420        is less efficient than the one optimized for RAM, it put it inside
421        ifdef.  A compilation error is generated if code is linked in Flash
422        with the correct ifdef set...
423
4242001-01-16      Eric Valette <valette@crt.canon.fr>
425
426        * irq/irq.c: Correct minor bug in mbx8xx interrupt handling.
427        Quoting Eric, "In theory it should be applied in each mpc8xx
428        related BSP but as I cannot test it plase maintainer/users
429        submit patch accordingly."
430
4312002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
434
4352001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
438
4392001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
442
4432001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
446        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
447
4482001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * Makefile.am: Add @exceptions@ to SUBDIRS.
451        * configure.ac: Add RTEMS_BSPOPTS_*(), merge-in settings
452        from make/custom/mbx*.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
453        * include/Makefile.am: Convert PREINSTALL_FILES to
454        TMPINSTALL_FILES, include force-preinstall.am.
455        * vectors/Makefile.am: remove bogus VPATH.
456        * wrapup/Makefile.am: Apply @exceptions@.
457
4582001-10-29      Joel Sherrill <joel@OARcorp.com>
459
460        * include/bsp.h: Modify Install_tm27_vector() so this BSP will link tm27.
461
4622001-10-12      Joel Sherrill <joel@OARcorp.com>
463
464        * clock/p_clock.c, include/bsp.h, include/coverhd.h,
465        startup/bspstart.c, startup/bspstart.c.nocache, startup/setvec.c,
466        startup/start.S: Fixed typo.
467
4682001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
471        * configure.in: Remove.
472        * configure.ac: New file, generated from configure.in by autoupdate.
473
4742001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
477        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
478        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
479
4802001-08-31  Eric Valette <valette@crf.canon.fr>
481
482        * network/network.c: Fix to account for return value when
483        installing interrupts handler.
484
4852001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * configure.in: Add bspopts.h.
488        * include/.cvsignore: Add bspopts.h*, stamp-h*.
489        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
490        * include/bsp.h: Include bspopts.h.
491
4922000-06-08      Eric Valette <valette@crf.canon.fr>
493
494        * console/console.c, include/commproc.h, startup/start.S:
495        The printk/printf did not work when loaded by EPPCBUG. They did
496        work when loaded with the BDM debugger.  I suspected EPPBUG
497        made some nasty things like patching Communication processor
498        microcode...  Anyway, the attached patch:
499          1) Enables to have printk nearly immediately after boot,
500          2) Make printf work automagically (I do not know why except I make a
501        different initialization for printk that should be overwritten by
502        console init later ?)
503
504        I let the default to be using EPPCBUG embedded firmware to boot and
505        using this printk early enabler code (LOADED_BY_EPPCBUG and
506        EARLY_CONSOLE) are on.
507
5082001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
509
510        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
511
5122001-04-20      Eric Valette <valette@crf.canon.fr>
513
514        * include/bsp.h: Added include of <bsp/vectors.h>
515        * vectors/vectors.h: Corrected typos.
516
5172001-04-11      Eric Valette <valette@crf.canon.fr>
518
519        * network/network.c: Fix unnecessary double assignment.
520
5212001-03-30      Eric Valette <valette@crf.canon.fr>
522
523        * clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
524        include/8xx_immap.h, include/commproc.h, include/mbx.h,
525        irq/.cvsignore, irq/Makefile.am, irq/irq.c, irq/irq.h,
526        irq/irq_asm.S, irq/irq_init.c, vectors/.cvsignore,
527        vectors/Makefile.am, vectors/vectors.S, vectors/vectors.h,
528        vectors/vectors_init.c: New files.
529        * Makefile.am, configure.in, console/console.c,
530        include/Makefile.am, network/network.c, startup/Makefile.am,
531        startup/bspstart.c, startup/imbx8xx.c, startup/linkcmds,
532        startup/mmutlbtab.c, startup/start.S, wrapup/Makefile.am:
533        The modifications to this BSP reflect the conversion of the
534        mpc8xx CPU to the "new exception processing model."
535
5362000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
539
5402000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
543
5442000-11-01      Joel Sherrill <joel@OARcorp.com>
545
546        * startup/bspstart.c, startup/bspstart.c: assoc.h, error.h, libio_.h,
547        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
548        now must be referenced as <rtems/XXX.h>.   Header file order
549        was cleaned up while doing this.
550        Also removed obsolete references to STACK_CHECKER_ON.
551
5522000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
555        Switch to GNU canonicalization.
556
5572000-10-20      Joel Sherrill <joel@OARcorp.com>
558
559        * console/console.c: Add mbx8xx_console_get_configuration() which
560        returns either nvram configuration or a static equivalent.
561
5622000-10-18      Joel Sherrill <joel@OARcorp.com>
563
564        * console/console.c: Added BSP dependent routine
565        mbx8xx_console_use_maximum_buffer_size() required by mbx8xx
566        console-generic code.  This avoids libcpu use of bsp.h.
567
5682000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
569
570        * console/Makefile.am, network/Makefile.am, startup/Makefile.am,
571        wrapup/Makefile.am: Include compile.am
572
5732000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
574
575        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICAL_TOOLS
576
5772000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
578
579        * README:
580        * console/console.c:
581        * include/bsp.h:
582        * network/network.c:
583        * startup/bspstart.c:
584        Add support for configuration parameters in NVRAM
585
5862000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
587
588        * console/console.c: Fix polled input.
589
5902000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
591
592        * README: Updated.
593        * console/console.c: Addition of support for shared printk and
594        no termios.
595        * include/bsp.h: Addition of second parameter to
596        rtems_enet_driver_attach. Removed prototypes for printk and
597        BSP_output_string.
598        * network/network.c(rtems_enet_driver_attach): Addition of second
599        parameter to function.
600
6012000-08-10      Joel Sherrill <joel@OARcorp.com>
602
603        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.