source: rtems/c/src/lib/libbsp/powerpc/mpc8260ads/ChangeLog @ 56e2dc0

Last change on this file since 56e2dc0 was 56e2dc0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/19/06 at 13:46:53

2006-10-19 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Require automake-1.10. Require autoconf-2.60.
  • Property mode set to 100644
File size: 17.2 KB
Line 
12006-10-19      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Require automake-1.10. Require autoconf-2.60.
4
52006-08-09      Joel Sherrill <joel@OARcorp.com>
6
7        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
8
92006-03-08      Joel Sherrill <joel@OARcorp.com>
10
11        * startup/linkcmds: Add .gnu.linkonce.b.* section.
12
132006-02-08      Joel Sherrill <joel@OARcorp.com>
14
15        * startup/linkcmds: Add sections required by newer gcc versions.
16
172006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * configure.ac: Remove explicit ampolish3 support (now in
20        RTEMS_BSP_CONFIGURE).
21
222006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
23
24        * configure.ac: Add ampolish3 support.
25        * Makefile.am: Add preinstall.am.
26
272006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
28
29        * Makefile.am: Don't include subdirs.am.
30
312005-10-06      Till Straumann <strauman@slac.stanford.edu>
32
33        PR 833/bsps
34        * irq/irq_asm.S: Currently, all (new exception) BSPs explicitely enable
35        the FPU across the user ISR but DONT save/restore the FPU context.
36        Any use of the FPU fron the user handler (e.g., due to GCC
37        optimizations) result in corruption. The fix results in an exception
38        in such cases (user ISR must explicitely save/enable/restore FPU).
39
402005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
41
42        * network/if_hdlcsubr.c, network/network.c: Include <errno.h>
43        instead of <sys/errno.h>.
44
452005-05-26      Joel Sherrill <joel@OARcorp.com>
46
47        PR 799/bsps
48        * include/bsp.h: Add include of bsp/vectors.h so rdbg.h can be
49        compiled.
50
512005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
52
53        * include/bsp.h: New header guard.
54
552005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
56
57        * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
58
592005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
60
61        * Makefile.am: Add -D__BSD_VISIBLE to network_CPPFLAGS.
62
632005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
64
65        PR 779/bsp
66        * clock/p_clock.c, irq/irq.c, irq/irq.h, irq/irq_init.c,
67        network/network.c: add parameter to new exception interrupt handlers
68        in powerpc bsps
69
702005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
71
72        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
73        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
74        CPU_MINIMUM_STACK_FRAME_SIZE.
75
762005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
77
78        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
79
802005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
81
82        * Makefile.am: Merge-in wrapup/Makefile.am.
83        * wrapup/Makefile.am: Remove.
84        * configure.ac: Reflect changes above.
85
862005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
87
88        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
89
902005-01-04      Joel Sherrill <joel@OARcorp.com>
91
92        * startup/linkcmds: Remove warnings.
93
942005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
95
96        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
97
982004-09-27      Joel Sherrill <joel@OARcorp.com>
99
100        PR 680/bsps
101        * network/if_hdlcsubr.c: Add missing #include <rtems/rtems_bsdnet.h>.
102
1032004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
104
105        * configure.ac: Require automake > 1.9.
106
1072004-07-25      Joel Sherrill <joel@OARcorp.com>
108
109        * network/network.c: Add include of <sys/errno.h>.
110
1112004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
112
113        PR 610/bsps
114        * Makefile.am: Add include/tm27.h, Cosmetics.
115        * include/tm27.h: Final cosmetics.
116
1172004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
118
119        * include/bsp.h: Split out tmtest27 support.
120        * include/tm27.h: New.
121
1222004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
123
124        PR 613/bsps
125        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
126
1272004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
128
129        PR 614/bsps
130        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
131
1322004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
133
134        * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
135
1362004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
137
138        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
139        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
140        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
141        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
142
1432004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
144
145        * console/console.c, include/bsp.h, irq/irq.c, network/network.c,
146        startup/bspstart.c: Convert to using c99 fixed size types.
147
1482004-03-03      Joel Sherrill <joel@OARcorp.com>
149
150        * irq/irq.h: Correct typo.
151
1522004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * Makefile.am: Reflect changes to bsp.am.
155        Preinstall dist_project_lib*.
156
1572004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * Makefile.am: Reflect changes to bsp.am.
160
1612004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
164
1652004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * wrapup/Makefile.am: Convert to automake-building rules.
168
1692004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
172        irq/Makefile.am, network/Makefile.am, startup/Makefile.am,
173        vectors/Makefile.am. Use automake compilation rules.
174        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
175        network/Makefile.am, startup/Makefile.am, vectors/Makefile.am: Remove.
176        * configure.ac: Reflect changes above.
177        * wrapup/Makefile: Reflect changes above.
178
1792004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * Makefile.am: Merge-in start/Makefile.am.
182        * start/Makefile.am: Remove.
183        * configure.ac: Reflect changes above.
184
1852004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * wrapup/Makefile.am: Reflect changes to
188        ../support/*exception_processing/*.
189
1902004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
193        Add RTEMS_PROG_CCAS.
194
1952004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * Makefile.am: Add PREINSTALL_DIRS.
198        * irq/Makefile.am: Add PREINSTALL_DIRS.
199        * vectors/Makefile.am: Add PREINSTALL_DIRS.
200        * wrapup/Makefile.am: Reflect changes to libcpu.
201
2022004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
205        Add PRE/TMPINSTALL_FILES to CLEANFILES.
206        * irq/Makefile.am: Ditto.
207        * start/Makefile.am: Ditto.
208        * startup/Makefile.am: Ditto.
209        * vectors/Makefile.am: Ditto.
210
2112004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * wrapup/Makefile.am: Eliminate $(LIB).
214        Use noinst_DATA to trigger building libbsp.a.
215
2162003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * clock/Makefile.am: Eliminate VPATH.
219        * console/Makefile.am: Eliminate VPATH.
220        * irq/Makefile.am: Eliminate VPATH.
221        * network/Makefile.am: Eliminate VPATH.
222        * startup/Makefile.am: Eliminate VPATH.
223
2242003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        PR 545/bsps
227        * startup/setvec.c: Removed.
228
2292003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * startup/linkcmds: Remove SEARCH_DIR.
232
2332003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
236        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
237
2382003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
241        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
242        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
243        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
244
2452003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
248
2492003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * start/Makefile.am: Misc cleanups and fixes.
252        * startup/Makefile.am: Misc cleanups and fixes.
253        * startup/linkcmds: Preparations for gcc-3.3.x.
254        * wrapup/Makefile.am: Misc cleanups and fixes.
255
2562003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * startup/Makefile.am: Remove S_FILES (Unused).
259        * vectors/Makefile.am: Cosmetics.
260        * wrapup/Makefile.am: Cosmetics.
261
2622003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * Makefile.am: Add preinstallation dirstamp support.
265        * clock/Makefile.am: Cosmetics.
266        * console/Makefile.am: Cosmetics.
267        * irq/Makefile.am: Add preinstallation dirstamp support.
268        * network/Makefile.am: Cosmetics.
269        * startup/Makefile.am: Cosmetics.
270        * vectors/Makefile.am: Add preinstallation dirstamp support.
271        * wrapup/Makefile.am: Cosmetics.
272
2732003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * clock/Makefile.am: Remove all-local: $(ARCH).
276        * console/Makefile.am: Remove all-local: $(ARCH).
277        * irq/Makefile.am: Remove all-local: $(ARCH).
278        * network/Makefile.am: Remove all-local: $(ARCH).
279        * start/Makefile.am: Remove all-local: $(ARCH).
280        * startup/Makefile.am: Remove all-local: $(ARCH).
281        * vectors/Makefile.am: Remove all-local: $(ARCH).
282        * wrapup/Makefile.am: Remove all-local: $(ARCH).
283
2842003-10-22      Joel Sherrill <joel@OARcorp.com>
285
286        PR 510/bsps
287        * irq/irq.h: Add extern C wrapper.
288
2892003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * Makefile.am: Merge-in include/Makefile.am.
292        Reflect changes to bsp.am.
293        * include/Makefile.am: Remove.
294        * configure.ac: Reflect changes above.
295
2962003-09-04      Joel Sherrill <joel@OARcorp.com>
297
298        * clock/p_clock.c, include/bsp.h, include/coverhd.h, irq/irq.c,
299        irq/irq.h, irq/irq_asm.S, irq/irq_init.c, network/if_hdlcsubr.h,
300        startup/bspstart.c, startup/setvec.c, vectors/vectors.h,
301        vectors/vectors_init.c: URL for license changed.
302
3032003-08-20      Joel Sherrill <joel@OARcorp.com>
304
305        * clock/p_clock.c, network/if_hdlcsubr.h: Correct copyright statements.
306
3072003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * Makefile.am: Reflect having moved aclocal/.
310
3112003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * Makefile.am: Reflect having moved automake/.
314        * clock/Makefile.am: Reflect having moved automake/.
315        * console/Makefile.am: Reflect having moved automake/.
316        * include/Makefile.am: Reflect having moved automake/.
317        * irq/Makefile.am: Reflect having moved automake/.
318        * network/Makefile.am: Reflect having moved automake/.
319        * start/Makefile.am: Reflect having moved automake/.
320        * startup/Makefile.am: Reflect having moved automake/.
321        * vectors/Makefile.am: Reflect having moved automake/.
322        * wrapup/Makefile.am: Reflect having moved automake/.
323
3242003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
327
3282003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        PR 445/bsps
331        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
332        Remove cpp, old_cpp (now unused).
333
3342003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * network/if_hdlcsubr.c: Use memcopy instead of bcmp,
337        Use memcmp instead of bcmp.
338
3392003-07-18      Till Straumann <strauman@slac.stanford.edu>
340
341        PR 288/rtems
342        * startup/bspstart.c: _ISR_Nest_level is now properly maintained.
343
3442003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * configure.ac: Remove AC_CONFIG_AUX_DIR.
347
3482003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
351
3522003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * configure.ac: AC_PREREQ(2.57).
355
3562003-01-20      Joel Sherrill <joel@OARcorp.com>
357
358        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
359
3602002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
363        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
364        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
365        Remove SORDID_HACK. Eliminate *_O_FILES.
366        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
367        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
368        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
369        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
370
3712002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * start/Makefile.am: Use install-data-local to install startfile.
374
3752002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
378
3792002-11-04      Joel Sherrill <joel@OARcorp.com>
380
381        * irq/irq.c: Removed warnings.
382
3832002-11-04      Joel Sherrill <joel@OARcorp.com>
384
385        * console/console.c, irq/irq.c, network/if_hdlcsubr.c,
386        network/if_hdlcsubr.h, network/network.c, vectors/vectors_init.c:
387        Removed warnings.
388
3892002-11-01      Joel Sherrill <joel@OARcorp.com>
390
391        * irq/irq.c, irq/irq_asm.S, startup/bspstart.c: Fixed typos and
392        removed warnings.
393
3942002-11-01      Andy Dachs <a.dachs@sstl.co.uk>
395
396        * irq/irq.c, irq/irq_asm.S, irq/irq_init.c: Per PR288, add support
397        for _ISR_Nest_level.
398
3992002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * .cvsignore: Reformat.
402        Add autom4te*cache.
403        Remove autom4te.cache.
404
4052002-08-21      Joel Sherrill <joel@OARcorp.com>
406
407        * bsp_specs: Added support for -nostdlibs.
408
4092002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
412        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
413        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
414        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
415        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
416        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
417        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
418        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
419
4202002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * start/Makefile.am: Eliminate PGM.
423        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
424
4252002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
428
4292002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
432        Remove $(OBJS) from all-local.
433
4342002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
437
4382001-05-09      Joel Sherrill <joel@OARcorp.com>
439
440        * startup/linkcmds: In support of gcc 3.1, added one of more
441        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
442        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
443        and direction of segments to memory regions may also have been
444        addressed.  This was a sweep across all BSPs.
445 
4462002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
449        * irq/irq_asm.S: Ditto.
450        * network/network.c: Include <rtems/bspIo.h>.
451        * start/start.S: Include <asm.h> instead of "asm.h".
452        * vectors/vectors.S: Reflect changes to <rtems/score/cpu.h>.
453
4542002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
457
4582002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
461
4622002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * configure.ac:
465        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
466        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
467        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
468        * Makefile.am: Remove AUTOMAKE_OPTIONS.
469        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
470        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
471        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
472        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
473        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
474        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
475        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
476        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
477
4782002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * configure.ac: Add RTEMS_CHECK_NETWORKING.
481
4822002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h.
485        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
486        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
487
4882001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
491
4922001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
495        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
496
4972001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * Makefile.am: Add @exceptions@ to SUBDIRS.
500        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
501        make/custom/mpc8260ads.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
502        * include/Makefile.am: Convert PREINSTALL_FILES to
503        TMPINSTALL_FILES, include force-preinstall.am.
504        * wrapup/Makefile.am: Apply @exceptions@.
505
5062001-10-29      Joel Sherrill <joel@OARcorp.com>
507
508        * .cvsignore: Add more entries.
509
5102001-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
511
512        * aclocal.m4: Removed.  Should not have been in CVS.
513
5142001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * aclocal.m4: Regenerated.
517        * configure.ac, include/Makefile.am, irq/Makefile.am,
518        vectors/Makefile.am: Updated to autoconf 2.52.
519        * include/.cvsignore: Added newly generated files.
520        * include/bsp.h: Added include of bspopts.h.
521
5222001-10-22      Joel Sherrill <joel@OARcorp.com>
523
524        * .cvsignore, configure.ac, configure.in, console/.cvsignore,
525        include/.cvsignore, network/.cvsignore, start/.cvsignore,
526        startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
527        files and other files missed in previous commit.
528
52901-10-22        Andy Dachs <a.dachs@sstl.co.uk>
530
531        * mpc8260ads added as new BSP.  tm27 reported not to run
532        at this time.
533        * ChangeLog, Makefile.am, README, aclocal.m4, bsp_specs,
534        clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, configure.in,
535        console/Makefile.am, console/console.c, include/Makefile.am,
536        include/bsp.h, include/coverhd.h, irq/.cvsignore, irq/Makefile.am,
537        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
538        network/Makefile.am, network/README, network/if_hdlcsubr.c,
539        network/if_hdlcsubr.h, network/network.c, start/Makefile.am,
540        start/start.S, startup/Makefile.am, startup/bspstart.c,
541        startup/cpuinit.c, startup/linkcmds, startup/setvec.c, times,
542        vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S,
543        vectors/vectors.h, vectors/vectors_init.c, wrapup/Makefile.am:
544        New files.
545
Note: See TracBrowser for help on using the repository browser.